html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

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; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      display: table; }
    .dl-horizontal dd:after {
      clear: both; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #999999; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px 8px 8px 2px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px 5px 5px 2px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: pre-wrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: not-allowed; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

body.websiteid_11 #header, body.websiteid_12 #header, body.websiteid_13 #header, body.websiteid_20 #header, body.websiteid_21 #header, body.websiteid_22 #header {
  height: 65px; }
  body.websiteid_11 #header #header-triangle, body.websiteid_11 #header #header-rectangle, body.websiteid_12 #header #header-triangle, body.websiteid_12 #header #header-rectangle, body.websiteid_13 #header #header-triangle, body.websiteid_13 #header #header-rectangle, body.websiteid_20 #header #header-triangle, body.websiteid_20 #header #header-rectangle, body.websiteid_21 #header #header-triangle, body.websiteid_21 #header #header-rectangle, body.websiteid_22 #header #header-triangle, body.websiteid_22 #header #header-rectangle {
    display: none; }
  body.websiteid_11 #header #container-mobile .logo a img, body.websiteid_12 #header #container-mobile .logo a img, body.websiteid_13 #header #container-mobile .logo a img, body.websiteid_20 #header #container-mobile .logo a img, body.websiteid_21 #header #container-mobile .logo a img, body.websiteid_22 #header #container-mobile .logo a img {
    max-width: 70%; }
  body.websiteid_11 #header #container-header, body.websiteid_12 #header #container-header, body.websiteid_13 #header #container-header, body.websiteid_20 #header #container-header, body.websiteid_21 #header #container-header, body.websiteid_22 #header #container-header {
    position: relative;
    height: 100%;
    top: 0; }
    body.websiteid_11 #header #container-header .lang-header, body.websiteid_12 #header #container-header .lang-header, body.websiteid_13 #header #container-header .lang-header, body.websiteid_20 #header #container-header .lang-header, body.websiteid_21 #header #container-header .lang-header, body.websiteid_22 #header #container-header .lang-header {
      display: none; }
    body.websiteid_11 #header #container-header .mainnav-header, body.websiteid_12 #header #container-header .mainnav-header, body.websiteid_13 #header #container-header .mainnav-header, body.websiteid_20 #header #container-header .mainnav-header, body.websiteid_21 #header #container-header .mainnav-header, body.websiteid_22 #header #container-header .mainnav-header {
      padding: 0 !important;
      height: 100%;
      display: table;
      width: 100%; }
      body.websiteid_11 #header #container-header .mainnav-header div, body.websiteid_12 #header #container-header .mainnav-header div, body.websiteid_13 #header #container-header .mainnav-header div, body.websiteid_20 #header #container-header .mainnav-header div, body.websiteid_21 #header #container-header .mainnav-header div, body.websiteid_22 #header #container-header .mainnav-header div {
        height: 100%;
        float: none;
        display: table-cell;
        vertical-align: middle; }
        body.websiteid_11 #header #container-header .mainnav-header div:nth-child(2), body.websiteid_12 #header #container-header .mainnav-header div:nth-child(2), body.websiteid_13 #header #container-header .mainnav-header div:nth-child(2), body.websiteid_20 #header #container-header .mainnav-header div:nth-child(2), body.websiteid_21 #header #container-header .mainnav-header div:nth-child(2), body.websiteid_22 #header #container-header .mainnav-header div:nth-child(2) {
          padding-right: 0;
          padding-left: 0; }
          body.websiteid_11 #header #container-header .mainnav-header div:nth-child(2) .main-nav, body.websiteid_12 #header #container-header .mainnav-header div:nth-child(2) .main-nav, body.websiteid_13 #header #container-header .mainnav-header div:nth-child(2) .main-nav, body.websiteid_20 #header #container-header .mainnav-header div:nth-child(2) .main-nav, body.websiteid_21 #header #container-header .mainnav-header div:nth-child(2) .main-nav, body.websiteid_22 #header #container-header .mainnav-header div:nth-child(2) .main-nav {
            margin-right: 0; }
            body.websiteid_11 #header #container-header .mainnav-header div:nth-child(2) .main-nav li:last-child, body.websiteid_12 #header #container-header .mainnav-header div:nth-child(2) .main-nav li:last-child, body.websiteid_13 #header #container-header .mainnav-header div:nth-child(2) .main-nav li:last-child, body.websiteid_20 #header #container-header .mainnav-header div:nth-child(2) .main-nav li:last-child, body.websiteid_21 #header #container-header .mainnav-header div:nth-child(2) .main-nav li:last-child, body.websiteid_22 #header #container-header .mainnav-header div:nth-child(2) .main-nav li:last-child {
              padding-right: 0; }

body.websiteid_11 #content-header, body.websiteid_12 #content-header, body.websiteid_13 #content-header, body.websiteid_20 #content-header, body.websiteid_21 #content-header, body.websiteid_22 #content-header {
  top: 30px; }
  body.websiteid_11 #content-header .content-header-wrapper > .container, body.websiteid_12 #content-header .content-header-wrapper > .container, body.websiteid_13 #content-header .content-header-wrapper > .container, body.websiteid_20 #content-header .content-header-wrapper > .container, body.websiteid_21 #content-header .content-header-wrapper > .container, body.websiteid_22 #content-header .content-header-wrapper > .container {
    height: 100%; }
    body.websiteid_11 #content-header .content-header-wrapper > .container #ipad, body.websiteid_11 #content-header .content-header-wrapper > .container #header-right-txt, body.websiteid_12 #content-header .content-header-wrapper > .container #ipad, body.websiteid_12 #content-header .content-header-wrapper > .container #header-right-txt, body.websiteid_13 #content-header .content-header-wrapper > .container #ipad, body.websiteid_13 #content-header .content-header-wrapper > .container #header-right-txt, body.websiteid_20 #content-header .content-header-wrapper > .container #ipad, body.websiteid_20 #content-header .content-header-wrapper > .container #header-right-txt, body.websiteid_21 #content-header .content-header-wrapper > .container #ipad, body.websiteid_21 #content-header .content-header-wrapper > .container #header-right-txt, body.websiteid_22 #content-header .content-header-wrapper > .container #ipad, body.websiteid_22 #content-header .content-header-wrapper > .container #header-right-txt {
      position: static;
      display: block;
      float: none;
      vertical-align: middle; }
    body.websiteid_11 #content-header .content-header-wrapper > .container #ipad img, body.websiteid_12 #content-header .content-header-wrapper > .container #ipad img, body.websiteid_13 #content-header .content-header-wrapper > .container #ipad img, body.websiteid_20 #content-header .content-header-wrapper > .container #ipad img, body.websiteid_21 #content-header .content-header-wrapper > .container #ipad img, body.websiteid_22 #content-header .content-header-wrapper > .container #ipad img {
      margin: 0 auto; }
    body.websiteid_11 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate, body.websiteid_12 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate, body.websiteid_13 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate, body.websiteid_20 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate, body.websiteid_21 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate, body.websiteid_22 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate {
      font-size: 30px;
      font-weight: bold;
      line-height: .9;
      text-transform: uppercase;
      display: block;
      font-family: "Proxima N W01 Bold";
      text-align: center; }
      body.websiteid_11 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:first-child, body.websiteid_12 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:first-child, body.websiteid_13 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:first-child, body.websiteid_20 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:first-child, body.websiteid_21 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:first-child, body.websiteid_22 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:first-child {
        font-size: 38px; }
      body.websiteid_11 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:last-child, body.websiteid_12 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:last-child, body.websiteid_13 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:last-child, body.websiteid_20 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:last-child, body.websiteid_21 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:last-child, body.websiteid_22 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:last-child {
        font-family: "Proxima N W01 Light";
        font-weight: 100; }
    body.websiteid_11 #content-header .content-header-wrapper > .container #header-right-txt #bloc-whitepapers, body.websiteid_12 #content-header .content-header-wrapper > .container #header-right-txt #bloc-whitepapers, body.websiteid_13 #content-header .content-header-wrapper > .container #header-right-txt #bloc-whitepapers, body.websiteid_20 #content-header .content-header-wrapper > .container #header-right-txt #bloc-whitepapers, body.websiteid_21 #content-header .content-header-wrapper > .container #header-right-txt #bloc-whitepapers, body.websiteid_22 #content-header .content-header-wrapper > .container #header-right-txt #bloc-whitepapers {
      position: static;
      display: none; }

body.websiteid_11 #web-banner .overlay-web-banner, body.websiteid_12 #web-banner .overlay-web-banner, body.websiteid_13 #web-banner .overlay-web-banner, body.websiteid_20 #web-banner .overlay-web-banner, body.websiteid_21 #web-banner .overlay-web-banner, body.websiteid_22 #web-banner .overlay-web-banner {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .5; }

body.websiteid_11 #fourth-row h1, body.websiteid_11 #features h1, body.websiteid_12 #fourth-row h1, body.websiteid_12 #features h1, body.websiteid_13 #fourth-row h1, body.websiteid_13 #features h1, body.websiteid_20 #fourth-row h1, body.websiteid_20 #features h1, body.websiteid_21 #fourth-row h1, body.websiteid_21 #features h1, body.websiteid_22 #fourth-row h1, body.websiteid_22 #features h1 {
  background: none;
  -webkit-text-fill-color: initial; }

body.websiteid_11 #sub-footer h5, body.websiteid_11 #sub-footer p, body.websiteid_11 #sub-footer a, body.websiteid_12 #sub-footer h5, body.websiteid_12 #sub-footer p, body.websiteid_12 #sub-footer a, body.websiteid_13 #sub-footer h5, body.websiteid_13 #sub-footer p, body.websiteid_13 #sub-footer a, body.websiteid_20 #sub-footer h5, body.websiteid_20 #sub-footer p, body.websiteid_20 #sub-footer a, body.websiteid_21 #sub-footer h5, body.websiteid_21 #sub-footer p, body.websiteid_21 #sub-footer a, body.websiteid_22 #sub-footer h5, body.websiteid_22 #sub-footer p, body.websiteid_22 #sub-footer a {
  color: #fff; }

body.websiteid_11 #signup-btn, body.websiteid_12 #signup-btn, body.websiteid_13 #signup-btn, body.websiteid_20 #signup-btn, body.websiteid_21 #signup-btn, body.websiteid_22 #signup-btn {
  position: static; }

/*=========================================

    MD MIN 992

=======================================*/
@media (min-width: 992px) {
  body.websiteid_11 #header, body.websiteid_12 #header, body.websiteid_13 #header, body.websiteid_20 #header, body.websiteid_21 #header, body.websiteid_22 #header {
    height: 165px; }
  body.websiteid_11 #content-header, body.websiteid_12 #content-header, body.websiteid_13 #content-header, body.websiteid_20 #content-header, body.websiteid_21 #content-header, body.websiteid_22 #content-header {
    height: 500px;
    top: 0; }
    body.websiteid_11 #content-header .content-header-wrapper, body.websiteid_12 #content-header .content-header-wrapper, body.websiteid_13 #content-header .content-header-wrapper, body.websiteid_20 #content-header .content-header-wrapper, body.websiteid_21 #content-header .content-header-wrapper, body.websiteid_22 #content-header .content-header-wrapper {
      height: 411px; }
      body.websiteid_11 #content-header .content-header-wrapper > .container, body.websiteid_12 #content-header .content-header-wrapper > .container, body.websiteid_13 #content-header .content-header-wrapper > .container, body.websiteid_20 #content-header .content-header-wrapper > .container, body.websiteid_21 #content-header .content-header-wrapper > .container, body.websiteid_22 #content-header .content-header-wrapper > .container {
        display: table; }
        body.websiteid_11 #content-header .content-header-wrapper > .container #ipad, body.websiteid_11 #content-header .content-header-wrapper > .container #header-right-txt, body.websiteid_12 #content-header .content-header-wrapper > .container #ipad, body.websiteid_12 #content-header .content-header-wrapper > .container #header-right-txt, body.websiteid_13 #content-header .content-header-wrapper > .container #ipad, body.websiteid_13 #content-header .content-header-wrapper > .container #header-right-txt, body.websiteid_20 #content-header .content-header-wrapper > .container #ipad, body.websiteid_20 #content-header .content-header-wrapper > .container #header-right-txt, body.websiteid_21 #content-header .content-header-wrapper > .container #ipad, body.websiteid_21 #content-header .content-header-wrapper > .container #header-right-txt, body.websiteid_22 #content-header .content-header-wrapper > .container #ipad, body.websiteid_22 #content-header .content-header-wrapper > .container #header-right-txt {
          height: 100%;
          display: table-cell;
          width: 50%; }
        body.websiteid_11 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate, body.websiteid_12 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate, body.websiteid_13 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate, body.websiteid_20 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate, body.websiteid_21 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate, body.websiteid_22 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate {
          font-size: 50px;
          text-align: left; }
          body.websiteid_11 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:first-child, body.websiteid_12 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:first-child, body.websiteid_13 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:first-child, body.websiteid_20 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:first-child, body.websiteid_21 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:first-child, body.websiteid_22 #content-header .content-header-wrapper > .container #header-right-txt .main-title-corporate span:first-child {
            font-size: 60px; } }

/*=========================================

    XS MIN 480

=======================================*/
@media (min-width: 480px) {
  body.websiteid_11 #header, body.websiteid_12 #header, body.websiteid_13 #header, body.websiteid_20 #header, body.websiteid_21 #header, body.websiteid_22 #header {
    height: 125px; } }

body.websiteid_12 #fintech-header-bg {
  background-image: url(/img/Fintech-Mobile.jpg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: center 40px;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1; }
  body.websiteid_12 #fintech-header-bg img {
    display: none; }

body.websiteid_12 .menu {
  margin-right: 15px;
  transition: all 0.1s ease-out;
  transition-delay: 0.5s !important;
  background: transparent;
  top: 65% !important; }
  body.websiteid_12 .menu.clicked-menu {
    background: #001925;
    transition: all 0.1s ease-out;
    transition-delay: 0s !important; }
    body.websiteid_12 .menu.clicked-menu .icon-bar {
      background: white !important;
      transition: all 0.1s ease-out; }

body.websiteid_12 .menu-button .icon-bar {
  background: #FF4A00 !important;
  height: 2px !important;
  margin-bottom: 7px !important;
  width: 40px !important; }

body.websiteid_12 .nav-mobile {
  top: 65px !important;
  background: #002334 !important;
  padding: 20px 20px 60px 20px !important;
  width: 100%;
  transition: opacity 0.2s ease-out;
  opacity: 1;
  transition-delay: 0.4s; }
  body.websiteid_12 .nav-mobile li a {
    background: #002334 !important;
    color: white !important;
    border: none !important;
    margin: 0 auto;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 22px !important; }
    body.websiteid_12 .nav-mobile li a:hover {
      color: #FF4A00 !important; }

body.websiteid_12 #header {
  background: #001925 !important;
  height: 65px; }
  body.websiteid_12 #header .img-responsive {
    display: block; }
    body.websiteid_12 #header .img-responsive.img-responsive-other {
      display: block;
      max-width: 60%; }
  body.websiteid_12 #header #header-rectangle {
    background: #001925;
    display: block;
    height: 65px;
    position: absolute; }

body.websiteid_12 #container-mobile {
  z-index: 999;
  height: 65px;
  width: 100%;
  max-width: 1170px !important;
  left: 50%;
  transform: translate(-50%, 0%); }
  body.websiteid_12 #container-mobile .menu {
    padding: 23px 0px 17px 0px !important; }
  body.websiteid_12 #container-mobile a.main-red-bg {
    border-radius: 5px;
    background: #FF4A00 !important;
    max-width: 150px;
    padding-top: 5px;
    padding-bottom: 5px; }
    body.websiteid_12 #container-mobile a.main-red-bg:hover {
      background-color: #001925 !important;
      transition: 0.2s ease;
      color: #ffffff !important; }
  body.websiteid_12 #container-mobile .logo {
    width: 60%; }
    body.websiteid_12 #container-mobile .logo a img {
      max-width: 120px !important;
      width: 100%;
      margin-top: 15px; }

body.websiteid_12 #fourth-row h1 {
  color: #001925; }

body.websiteid_12 .container-search {
  /*background: rgba(19,19,19,1);
            background: -moz-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(19,19,19,1)), color-stop(100%, rgba(69,69,69,1)));
            background: -webkit-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
            background: -o-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
            background: -ms-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
            background: linear-gradient(to right, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#454545', GradientType=1 );*/
  background: linear-gradient(to right, #68A2B9 0%, #001925 95%);
  top: -35px; }

body.websiteid_12 .search-btn {
  background: #FF4A00; }
  body.websiteid_12 .search-btn:hover {
    background: #68A2B9; }

body.websiteid_12 #first-section {
  margin-top: 300px; }
  body.websiteid_12 #first-section h2 {
    color: #001925; }

body.websiteid_12 #contact-btn {
  background: #4c86a2; }
  body.websiteid_12 #contact-btn:hover {
    border-color: #4c86a2; }

body.websiteid_12 #about-btn {
  border-color: #434343; }
  body.websiteid_12 #about-btn:hover {
    background: #68A2B9;
    border-color: #68A2B9; }

body.websiteid_12 #web-banner .overlay-web-banner {
  background: #001925; }

body.websiteid_12 .box-resource a {
  background: #001925; }

body.websiteid_12 .box-resource .resource-btn a.btn {
  background: #001925; }
  body.websiteid_12 .box-resource .resource-btn a.btn:hover {
    background: #FF4A00; }

body.websiteid_12 #sign-up:hover {
  background: #68A2B9;
  border-color: #68A2B9; }

body.websiteid_12 #signup-btn {
  display: none; }

body.websiteid_12 #features h1 {
  color: #001925; }

body.websiteid_12 #header-right-txt {
  padding-left: 70px; }
  body.websiteid_12 #header-right-txt .img-responsive {
    display: none; }
  body.websiteid_12 #header-right-txt .main-title-corporate {
    text-align: center;
    color: #68A2B9;
    font-size: 26px !important;
    font-weight: 400 !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: -222px;
    line-height: 1.1 !important;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase !important; }
    body.websiteid_12 #header-right-txt .main-title-corporate span:first-child {
      color: #001925; }

body.websiteid_12 #clients-carousel .icon {
  font-family: huson-media;
  color: #68A2B9 !important;
  font-size: 32px; }

body.websiteid_12 .carousel-control {
  text-shadow: none; }

body.websiteid_12 #third-section {
  background: #001925; }
  body.websiteid_12 #third-section .title-box .link {
    color: #68A2B9; }
  body.websiteid_12 #third-section .title-box p {
    color: #ffffff; }

body.websiteid_12 .box-technology {
  background: #002334;
  transition: all 0.2s ease-out; }
  body.websiteid_12 .box-technology:hover {
    background: #002e44;
    transition: all 0.2s ease-out; }

body.websiteid_12 #sub-footer {
  background: #001925; }
  body.websiteid_12 #sub-footer a:hover {
    color: #68A2B9; }
  body.websiteid_12 #sub-footer #contact-btn:hover {
    background: #68A2B9 !important;
    color: white !important; }

body.websiteid_12 #footer {
  background: #002334 !important; }

body.websiteid_12 #contact-btn {
  background: #FF4A00; }
  body.websiteid_12 #contact-btn:hover {
    background: #68A2B9; }

body.websiteid_12 #main-container-first {
  padding-top: 160px; }

body.websiteid_12 #details-box {
  background: #001925; }

body.websiteid_12 .small-box-download a {
  color: #FF4A00; }
  body.websiteid_12 .small-box-download a:hover {
    color: #68A2B9; }

body.websiteid_12 #submitStep1:hover {
  background: #68A2B9; }

body.websiteid_12 #featured-side-img .horizontal-rule {
  width: 200px;
  max-width: 100%;
  border-color: #68A2B9; }

body.websiteid_12 #about-title-home {
  float: none; }

body.websiteid_12 .blue-title {
  color: #001925;
  -webkit-text-fill-color: #001925; }

body.websiteid_12 .box-topics-heading {
  background: #001925; }
  body.websiteid_12 .box-topics-heading .icon-topics {
    background: #001925; }

body.websiteid_12 .vendor-image-holder .link {
  color: #001925 !important; }

body.websiteid_12 .box-black-header {
  background: #001925; }

body.websiteid_12 .location-map h3 {
  color: #001925; }

body.websiteid_12 .regional-links {
  position: absolute;
  right: 0;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100vw;
  background-color: #000000; }
  body.websiteid_12 .regional-links a {
    text-align: right;
    color: #f0f0f0;
    font-size: 12px; }
    body.websiteid_12 .regional-links a span {
      margin-left: 2px;
      margin-right: 2px;
      opacity: 0.4; }
    body.websiteid_12 .regional-links a:hover {
      color: #FF4A00; }
      body.websiteid_12 .regional-links a:hover span {
        color: #f0f0f0; }

body.websiteid_12 .sign-up-link {
  position: absolute;
  right: 0;
  margin-right: 80px;
  top: 32px; }
  body.websiteid_12 .sign-up-link a {
    color: #FF4A00; }
    body.websiteid_12 .sign-up-link a:hover {
      color: #ffffff; }

body.websiteid_12 #sister-brands-banner {
  background-color: #001925;
  padding-top: 40px; }
  body.websiteid_12 #sister-brands-banner .sister-brands-inner-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  body.websiteid_12 #sister-brands-banner .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px; }
    body.websiteid_12 #sister-brands-banner .logo-container img {
      max-height: 38px;
      min-width: 400px; }

body.websiteid_15 #sign-up {
  padding: 10px 5px; }

@media (min-width: 480px) {
  body.websiteid_12 .menu {
    top: 50% !important;
    background: none !important; }
  body.websiteid_12 #first-section {
    margin-top: 300px; }
  body.websiteid_12 .main-nav {
    display: none; }
  body.websiteid_12 .nav-mobile {
    max-width: 300px;
    padding: 20px;
    position: absolute;
    right: 15px;
    background: #68A2B9 !important; }
    body.websiteid_12 .nav-mobile li a {
      text-align: right;
      background: none !important; }
      body.websiteid_12 .nav-mobile li a.main-red-bg {
        margin-right: 0;
        text-align: center; }
  body.websiteid_12 #container-mobile {
    display: block; }
    body.websiteid_12 #container-mobile .menu {
      padding: 23px 30px 17px 30px !important;
      top: 65% !important;
      margin-right: 0; }
  body.websiteid_12 #header-right-txt .main-title-corporate {
    bottom: -222px; }
  body.websiteid_12 .regional-links a {
    font-size: 12px; }
  body.websiteid_12 .sign-up-link {
    top: 32px;
    margin-right: 100px; } }

@media (min-width: 768px) {
  body.websiteid_12 #fintech-header-bg {
    background-position: center center; }
  body.websiteid_12 #container-mobile .logo a img {
    margin-top: 0px; }
  body.websiteid_12 #container-mobile .menu {
    top: 50% !important; }
  body.websiteid_12 .regional-links {
    transform: none;
    top: 23px;
    right: 0;
    left: unset;
    width: auto;
    margin-right: 170px;
    background-color: transparent; }
  body.websiteid_12 .sign-up-link {
    top: 23px; } }

@media (min-width: 992px) {
  body.websiteid_12 #fintech-header-bg {
    background-image: url(/img/Fintech-desktop-bkg-2.jpg);
    height: 465px;
    background-position: center center; }
  body.websiteid_12 #header {
    background: transparent !important;
    height: 93px; }
    body.websiteid_12 #header .img-responsive {
      display: none; }
    body.websiteid_12 #header #header-rectangle {
      height: 93px; }
  body.websiteid_12 #header-right-txt {
    bottom: -60px;
    position: relative !important;
    padding-left: 90px; }
    body.websiteid_12 #header-right-txt .img-responsive {
      display: block; }
    body.websiteid_12 #header-right-txt .main-title-corporate {
      display: block !important;
      position: static;
      transform: none;
      font-size: 15px !important;
      /*padding-left: 0;
                    padding-right: 0;*/
      text-align: center !important;
      visibility: hidden; }
  body.websiteid_12 .main-nav {
    display: none; }
  body.websiteid_12 .menu {
    transition: all 0.1s ease-out;
    margin-right: 0; }
    body.websiteid_12 .menu.clicked-menu {
      background: #002334;
      transition: all 0.1s ease-out; }
      body.websiteid_12 .menu.clicked-menu .icon-bar {
        background: white !important; }
  body.websiteid_12 .nav-mobile {
    right: 0; }
  body.websiteid_12 #main-container-first {
    padding-top: 50px; }
  body.websiteid_12 #first-section {
    margin-top: -128px; }
  body.websiteid_12 .horizontal-rule {
    background: #68A2B9;
    position: relative;
    height: 1px;
    width: 100%; }
    body.websiteid_12 .horizontal-rule:before {
      content: "";
      position: absolute;
      height: 10px;
      width: 100px;
      background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
      left: 0;
      top: -5px;
      z-index: 99; }
    body.websiteid_12 .horizontal-rule:after {
      content: "";
      position: absolute;
      height: 10px;
      width: 100px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
      right: 0;
      top: -5px;
      z-index: 99; }
  body.websiteid_12 #container-mobile {
    height: 93px; }
    body.websiteid_12 #container-mobile .logo a img.img-responsive {
      max-width: 175px !important; }
    body.websiteid_12 #container-mobile .menu {
      padding: 20px 30px !important; }
  body.websiteid_12 .regional-links {
    top: 35px;
    margin-right: 170px; }
    body.websiteid_12 .regional-links a {
      font-size: 14px; }
      body.websiteid_12 .regional-links a span {
        margin-left: 5px;
        margin-right: 5px; }
  body.websiteid_12 .sign-up-link {
    top: 35px; }
  body.websiteid_12 #sister-brands-banner .sister-brands-iner-container {
    padding-bottom: 20px; }
  body.websiteid_12 #sister-brands-banner .logo-container {
    margin-bottom: 0; }
  body.websiteid_12 #sub-footer .footer-list {
    width: 25% !important; } }

@media (min-width: 1200px) {
  .websiteid_12 .box-technology {
    min-height: 255px; } }

@font-face {
  font-family: "huson-media";
  src: url("/fonts/fonts/huson-media.eot");
  src: url("/fonts/fonts/huson-media.eot?#iefix") format("embedded-opentype"), url("/fonts/fonts/huson-media.woff") format("woff"), url("/fonts/fonts/huson-media.ttf") format("truetype"), url("/fonts/fonts/huson-media.svg#huson-media") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "huson-media" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "huson-media" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icon-arrow-right-01:before {
  content: "\61"; }

.icon-icon-arrow-left-02:before {
  content: "\62"; }

/*$websiteid_13_purple:#2c2846;
$websiteid_13_orange:#ee8500;*/
body.websiteid_13 {
  /*#fourth-row{
            h1{
                color:$websiteid_13_purple;
            }
        }

        #signup-btn{
            a{
                background:$websiteid_13_orange;
            }
        }

        .container-search, #third-section, #header, #sub-footer{
            background: rgba(25,22,38,1);
            background: -moz-linear-gradient(left, rgba(25,22,38,1) 0%, rgba(46,45,80,1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,22,38,1)), color-stop(100%, rgba(46,45,80,1)));
            background: -webkit-linear-gradient(left, rgba(25,22,38,1) 0%, rgba(46,45,80,1) 100%);
            background: -o-linear-gradient(left, rgba(25,22,38,1) 0%, rgba(46,45,80,1) 100%);
            background: -ms-linear-gradient(left, rgba(25,22,38,1) 0%, rgba(46,45,80,1) 100%);
            background: linear-gradient(to right, rgba(25,22,38,1) 0%, rgba(46,45,80,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191626', endColorstr='#2e2d50', GradientType=1 );
        }


        .search-btn{
            background:$websiteid_13_orange;
        }


        #first-section{
            h2{
                color:$websiteid_13_purple;
            }
        }

        #contact-btn{
            background:$websiteid_13_orange;

            &:hover{
                border-color:$websiteid_13_orange;
            }
        }

         #about-btn{
            border-color:$websiteid_13_purple;

            &:hover{
                background:$websiteid_13_orange;
                border-color:$websiteid_13_orange;
            }
        }

        

        #web-banner{
            .overlay-web-banner{
                background:$websiteid_13_purple;
            }
        }

        
        .box-resource{
            a{
                background:$websiteid_13_purple;
            }
        }

        #sign-up{
            &:hover{
                background:$websiteid_13_orange;
                border-color:$websiteid_13_orange;
            }
        }

        #features{
            h1{
                color:$websiteid_13_purple;
            }
        }

        #header-right-txt{
            .main-title-corporate{
                color:$websiteid_13_orange;
                span{
                     &:first-child{
                        color:$websiteid_13_purple;
                    }
                }
            }
        }*/ }
  body.websiteid_13 #hrtech-header-bg {
    background-image: url(/img/HR-Mobile.jpg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: center 50px;
    height: 450px;
    background-size: cover;
    z-index: -1; }
    body.websiteid_13 #hrtech-header-bg img {
      display: none; }
  body.websiteid_13 .menu {
    margin-right: 15px;
    transition: all 0.1s ease-out;
    transition-delay: 0.5s !important;
    background: transparent;
    top: 65% !important; }
    body.websiteid_13 .menu.clicked-menu {
      background: #00001e;
      transition: all 0.1s ease-out;
      transition-delay: 0s !important; }
      body.websiteid_13 .menu.clicked-menu .icon-bar {
        background: white !important;
        transition: all 0.1s ease-out; }
  body.websiteid_13 .menu-button .icon-bar {
    background: #FF4A00 !important;
    height: 2px !important;
    margin-bottom: 7px !important;
    width: 40px !important; }
  body.websiteid_13 .nav-mobile {
    top: 65px !important;
    background: #000038 !important;
    padding: 20px 20px 60px 20px !important;
    width: 100%;
    transition: opacity 0.2s ease-out;
    opacity: 1;
    transition-delay: 0.4s; }
    body.websiteid_13 .nav-mobile li a {
      background: #000038 !important;
      color: white !important;
      border: none !important;
      margin: 0 auto;
      text-transform: uppercase !important;
      font-weight: 600 !important;
      font-size: 22px !important; }
      body.websiteid_13 .nav-mobile li a:hover {
        color: #FF4A00 !important; }
  body.websiteid_13 #header {
    background: #00001e !important;
    height: 65px; }
    body.websiteid_13 #header .img-responsive {
      display: block; }
      body.websiteid_13 #header .img-responsive.img-responsive-other {
        display: block;
        max-width: 60%; }
    body.websiteid_13 #header #header-rectangle {
      background: #00001e;
      display: block;
      height: 65px;
      position: absolute; }
  body.websiteid_13 #container-mobile {
    z-index: 999;
    height: 65px; }
    body.websiteid_13 #container-mobile .menu {
      padding: 23px 0px 17px 0px !important; }
    body.websiteid_13 #container-mobile a.main-red-bg {
      border-radius: 5px;
      background: #FF4A00 !important;
      max-width: 150px;
      padding-top: 5px;
      padding-bottom: 5px; }
      body.websiteid_13 #container-mobile a.main-red-bg:hover {
        background-color: #00001e !important;
        transition: 0.2s ease;
        color: #ffffff !important; }
    body.websiteid_13 #container-mobile .logo {
      width: 60%; }
      body.websiteid_13 #container-mobile .logo a img {
        max-width: 110px !important;
        width: 100%;
        margin-top: 15px; }
  body.websiteid_13 #fourth-row h1 {
    color: #00001e; }
  body.websiteid_13 .container-search {
    /*background: rgba(19,19,19,1);
            background: -moz-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(19,19,19,1)), color-stop(100%, rgba(69,69,69,1)));
            background: -webkit-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
            background: -o-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
            background: -ms-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
            background: linear-gradient(to right, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#454545', GradientType=1 );*/
    background: linear-gradient(to right, #A87BC9 0%, #00001e 95%);
    top: -35px; }
  body.websiteid_13 .search-btn {
    background: #FF4A00; }
    body.websiteid_13 .search-btn:hover {
      background: #A87BC9; }
  body.websiteid_13 #first-section {
    margin-top: 300px; }
    body.websiteid_13 #first-section h2 {
      color: #00001e; }
  body.websiteid_13 #contact-btn {
    background: #A87BC9; }
    body.websiteid_13 #contact-btn:hover {
      border-color: #A87BC9; }
  body.websiteid_13 #about-btn {
    border-color: #00001e; }
    body.websiteid_13 #about-btn:hover {
      background: #A87BC9;
      border-color: #A87BC9; }
  body.websiteid_13 #web-banner .overlay-web-banner {
    background: #00001e; }
  body.websiteid_13 .box-resource a {
    background: #00001e; }
  body.websiteid_13 .box-resource .resource-btn a.btn {
    background: #00001e; }
    body.websiteid_13 .box-resource .resource-btn a.btn:hover {
      background: #00001e; }
  body.websiteid_13 #sign-up:hover {
    background: #A87BC9;
    border-color: #A87BC9; }
  body.websiteid_13 #signup-btn {
    display: none; }
  body.websiteid_13 #features h1 {
    color: #00001e; }
  body.websiteid_13 #header-right-txt {
    padding-left: 70px; }
    body.websiteid_13 #header-right-txt .img-responsive {
      display: none; }
    body.websiteid_13 #header-right-txt .main-title-corporate {
      text-align: center;
      color: #A87BC9;
      font-size: 26px !important;
      text-transform: uppercase !important;
      font-weight: 400 !important;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 90%;
      bottom: -222px;
      line-height: 1.1 !important;
      padding-left: 30px;
      padding-right: 30px; }
      body.websiteid_13 #header-right-txt .main-title-corporate span:first-child {
        color: #00001e; }
  body.websiteid_13 #ipad .img-responsive {
    display: none; }
  body.websiteid_13 #clients-carousel .icon {
    font-family: huson-media;
    color: #A87BC9 !important;
    font-size: 32px; }
  body.websiteid_13 .carousel-control {
    text-shadow: none; }
  body.websiteid_13 #third-section {
    background: #00001e; }
    body.websiteid_13 #third-section .title-box .link {
      color: #A87BC9 !important; }
    body.websiteid_13 #third-section .title-box p {
      color: #ffffff; }
  body.websiteid_13 .box-technology {
    background: #00002d;
    transition: all 0.2s ease-out; }
    body.websiteid_13 .box-technology:hover {
      background: #000038;
      transition: all 0.2s ease-out; }
  body.websiteid_13 #sub-footer {
    background: #00001e; }
    body.websiteid_13 #sub-footer a:hover {
      color: #A87BC9; }
    body.websiteid_13 #sub-footer #contact-btn:hover {
      background: #A87BC9 !important;
      color: white !important; }
  body.websiteid_13 #footer {
    background: #00002d !important; }
  body.websiteid_13 #contact-btn {
    background: #00001e; }
    body.websiteid_13 #contact-btn:hover {
      background: #A87BC9; }
  body.websiteid_13 #main-container-first {
    padding-top: 160px; }
  body.websiteid_13 #details-box {
    background: #00001e; }
  body.websiteid_13 .small-box-download a {
    color: #ff532c; }
    body.websiteid_13 .small-box-download a:hover {
      color: #A87BC9; }
  body.websiteid_13 #submitStep1:hover {
    background: #A87BC9; }
  body.websiteid_13 #featured-side-img .horizontal-rule {
    width: 200px;
    max-width: 100%;
    border-color: #A87BC9; }
  body.websiteid_13 #about-title-home {
    float: none; }
  body.websiteid_13 .blue-title {
    color: #00001e;
    -webkit-text-fill-color: #00001e; }
  body.websiteid_13 .box-topics-heading {
    background: #00001e; }
    body.websiteid_13 .box-topics-heading .icon-topics {
      background: #00001e; }
  body.websiteid_13 .vendor-image-holder .link {
    color: #00001e !important; }
  body.websiteid_13 .box-black-header {
    background: #00001e; }
  body.websiteid_13 .location-map h3 {
    color: #00001e; }
  body.websiteid_13 .title-box .link {
    color: #00001e !important; }
  body.websiteid_13 .regional-links {
    position: absolute;
    right: 0;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100vw;
    background-color: #000000; }
    body.websiteid_13 .regional-links a {
      text-align: right;
      color: #f0f0f0;
      font-size: 12px; }
      body.websiteid_13 .regional-links a span {
        margin-left: 2px;
        margin-right: 2px;
        opacity: 0.4; }
      body.websiteid_13 .regional-links a:hover {
        color: #A87BC9; }
        body.websiteid_13 .regional-links a:hover span {
          color: #f0f0f0; }
  body.websiteid_13 .sign-up-link {
    position: absolute;
    right: 0;
    margin-right: 80px;
    top: 32px; }
    body.websiteid_13 .sign-up-link a {
      color: #FF4A00; }
      body.websiteid_13 .sign-up-link a:hover {
        color: #ffffff; }
  body.websiteid_13 #sister-brands-banner {
    background-color: #00001e;
    padding-top: 40px; }
    body.websiteid_13 #sister-brands-banner .sister-brands-inner-container {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    body.websiteid_13 #sister-brands-banner .logo-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 50px; }
      body.websiteid_13 #sister-brands-banner .logo-container img {
        max-height: 38px; }

@media (min-width: 480px) {
  body.websiteid_13 #hrtech-header-bg {
    height: 450px;
    background-position: center 0px; }
  body.websiteid_13 .main-nav {
    display: none; }
  body.websiteid_13 .nav-mobile {
    max-width: 300px;
    padding: 20px;
    position: absolute;
    right: 15px;
    background: linear-gradient(to right, #A87BC9 0%, #A87BC9 95%) !important; }
    body.websiteid_13 .nav-mobile li a {
      text-align: right;
      background: none !important; }
      body.websiteid_13 .nav-mobile li a.main-red-bg {
        margin-right: 0;
        text-align: center; }
  body.websiteid_13 #container-mobile {
    display: block;
    width: 100%;
    max-width: 1170px !important;
    left: 50%;
    transform: translate(-50%, 0%); }
    body.websiteid_13 #container-mobile .menu {
      padding: 23px 30px 17px 30px !important;
      margin-right: 0;
      top: 65% !important;
      background: none !important; }
    body.websiteid_13 #container-mobile .logo a img {
      max-width: 110px !important;
      margin-top: 15px; }
  body.websiteid_13 #first-section {
    margin-top: 300px; }
  body.websiteid_13 #header-right-txt .main-title-corporate {
    bottom: -222px;
    width: 100%; }
  body.websiteid_13 .regional-links a {
    font-size: 12px; }
  body.websiteid_13 .sign-up-link {
    top: 32px;
    margin-right: 100px; } }

@media (min-width: 768px) {
  body.websiteid_13 #container-mobile .logo a img {
    margin-top: 0px; }
  body.websiteid_13 #container-mobile .menu {
    top: 50% !important; }
  body.websiteid_13 .regional-links {
    transform: none;
    top: 21px;
    right: 0;
    left: unset;
    width: auto;
    margin-right: 170px;
    background-color: transparent; }
  body.websiteid_13 .sign-up-link {
    top: 21px; } }

@media (min-width: 992px) {
  body.websiteid_13 #hrtech-header-bg {
    background-image: url(/img/hrtech-desktop-bkg-2.jpg);
    height: 465px;
    background-position: center center; }
  body.websiteid_13 #header {
    background: transparent !important;
    height: 93px; }
    body.websiteid_13 #header .img-responsive {
      display: none; }
    body.websiteid_13 #header #header-rectangle {
      height: 93px; }
  body.websiteid_13 #header-right-txt {
    bottom: -60px;
    position: relative !important;
    padding-left: 90px; }
    body.websiteid_13 #header-right-txt .img-responsive {
      display: block; }
    body.websiteid_13 #header-right-txt .main-title-corporate {
      display: block !important;
      position: static;
      transform: none;
      font-size: 17px !important;
      /*padding-left: 0;
                    padding-right: 0;*/
      text-align: center !important;
      visibility: hidden; }
  body.websiteid_13 .main-nav {
    display: none; }
  body.websiteid_13 .menu {
    transition: all 0.1s ease-out;
    background: #00001e; }
    body.websiteid_13 .menu.clicked-menu {
      background: #000038;
      transition: all 0.1s ease-out; }
      body.websiteid_13 .menu.clicked-menu .icon-bar {
        background: white !important; }
  body.websiteid_13 #container-mobile .menu {
    padding: 20px 30px !important; }
  body.websiteid_13 #main-container-first {
    padding-top: 50px; }
  body.websiteid_13 .horizontal-rule {
    background: #A87BC9;
    position: relative;
    height: 1px;
    width: 100%; }
    body.websiteid_13 .horizontal-rule:before {
      content: "";
      position: absolute;
      height: 10px;
      width: 100px;
      background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
      left: 0;
      top: -5px;
      z-index: 99; }
    body.websiteid_13 .horizontal-rule:after {
      content: "";
      position: absolute;
      height: 10px;
      width: 100px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
      right: 0;
      top: -5px;
      z-index: 99; }
  body.websiteid_13 #container-mobile {
    height: 93px; }
    body.websiteid_13 #container-mobile .logo a img.img-responsive {
      max-width: 175px !important; }
  body.websiteid_13 .nav-mobile {
    right: 0px; }
  body.websiteid_13 #first-section {
    margin-top: -128px; }
  body.websiteid_13 .regional-links {
    top: 35px;
    margin-right: 170px; }
    body.websiteid_13 .regional-links a {
      font-size: 14px; }
      body.websiteid_13 .regional-links a span {
        margin-left: 5px;
        margin-right: 5px; }
  body.websiteid_13 .sign-up-link {
    top: 35px; }
  body.websiteid_13 #sister-brands-banner .sister-brands-inner-container {
    padding-bottom: 20px; }
  body.websiteid_13 #sister-brands-banner .logo-container {
    margin-bottom: 0; }
    body.websiteid_13 #sister-brands-banner .logo-container img {
      max-height: 38px;
      min-width: 400px; }
  body.websiteid_13 #sub-footer .footer-list {
    width: 25% !important; } }

body.websiteid_21 .featured-box:hover {
  border: 1px solid #71cd44; }
  body.websiteid_21 .featured-box:hover h4 {
    color: #71cd44; }

body.websiteid_21 .btn, body.websiteid_21 .search-btn, body.websiteid_21 .btn-main, body.websiteid_21 .box-resource a, body.websiteid_21 #contact-btn:hover, body.websiteid_21 .box-topics a.btn, body.websiteid_21 #asset-link, body.websiteid_21 #submit-work-email, body.websiteid_21 .box-cisco a, body.websiteid_21 .download-form .btn, body.websiteid_21 .vendor-details .btn, body.websiteid_21 #about-btn, body.websiteid_21 #signup-btn a, body.websiteid_21 #submit {
  background: #71cd44 !important;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-color: transparent !important;
  color: white !important; }
  body.websiteid_21 .btn:hover, body.websiteid_21 .search-btn:hover, body.websiteid_21 .btn-main:hover, body.websiteid_21 .box-resource a:hover, body.websiteid_21 #contact-btn:hover:hover, body.websiteid_21 .box-topics a.btn:hover, body.websiteid_21 #asset-link:hover, body.websiteid_21 #submit-work-email:hover, body.websiteid_21 .box-cisco a:hover, body.websiteid_21 .download-form .btn:hover, body.websiteid_21 .vendor-details .btn:hover, body.websiteid_21 #about-btn:hover, body.websiteid_21 #signup-btn a:hover, body.websiteid_21 #submit:hover {
    background: white !important;
    color: #71cd44 !important;
    border: 1px solid #71cd44;
    border-color: #71cd44 !important; }

body.websiteid_21 #box-asset-left {
  border-color: #71cd44; }

body.websiteid_21 .box-topics:hover {
  border-color: #71cd44; }

body.websiteid_21 .box-topics .box-topics-heading {
  background: #1c2a51 !important; }
  body.websiteid_21 .box-topics .box-topics-heading .icon-topics {
    background: #1c2a51 !important; }
  body.websiteid_21 .box-topics .box-topics-heading:hover {
    background: #71cd44 !important; }
    body.websiteid_21 .box-topics .box-topics-heading:hover .icon-topics {
      background: #71cd44 !important; }

body.websiteid_21 .breadcrumbs ul li a:hover {
  color: #71cd44; }

body.websiteid_21 .box-vendors:hover, body.websiteid_21 .box-resource:hover {
  border-color: #71cd44; }

body.websiteid_21 #fourth-row h1 {
  color: #1c2a51; }

body.websiteid_21 #signup-btn a {
  background: #71cd44; }

body.websiteid_21 .container-search, body.websiteid_21 #third-section, body.websiteid_21 #header, body.websiteid_21 #sub-footer {
  background: #1c2a51;
  background: -moz-linear-gradient(left, #1c2a51 0%, #00486e 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1c2a51), color-stop(100%, #00486e));
  background: -webkit-linear-gradient(left, #1c2a51 0%, #00486e 100%);
  background: -o-linear-gradient(left, #1c2a51 0%, #00486e 100%);
  background: -ms-linear-gradient(left, #1c2a51 0%, #00486e 100%);
  background: linear-gradient(to right, #1c2a51 0%, #00486e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$websiteid_21_primary-darker', endColorstr='$websiteid_21_primary-dark', GradientType=1 ); }

body.websiteid_21 .search-btn {
  background: #71cd44; }

body.websiteid_21 #first-section h2 {
  color: #1c2a51; }

body.websiteid_21 #contact-btn {
  background: #71cd44; }
  body.websiteid_21 #contact-btn:hover {
    border-color: #71cd44; }

body.websiteid_21 #about-btn {
  border-color: #1c2a51; }
  body.websiteid_21 #about-btn:hover {
    background: #71cd44;
    border-color: #71cd44; }

body.websiteid_21 #web-banner .overlay-web-banner {
  background: #1c2a51; }

body.websiteid_21 .box-resource a {
  background: #00486e; }

body.websiteid_21 .box-resource .txt-resource {
  text-align: left; }
  body.websiteid_21 .box-resource .txt-resource .box-resource-title {
    text-align: left;
    font-weight: 500;
    color: #1c2a51; }

body.websiteid_21 #sign-up:hover {
  background: #71cd44;
  border-color: #71cd44; }

body.websiteid_21 #features h1 {
  color: #1c2a51; }

body.websiteid_21 #header-right-txt .main-title-corporate {
  text-align: center;
  color: #71cd44; }
  body.websiteid_21 #header-right-txt .main-title-corporate span:first-child {
    color: #1c2a51; }
  body.websiteid_21 #header-right-txt .main-title-corporate span:nth-of-type(2) {
    font-family: "Proxima N W01 Light";
    font-weight: 100; }

body.websiteid_21 .about-text #about-title-home {
  background: url("/img/finance-papers-diagonal.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 50%;
  float: none;
  padding-left: 110px; }

body.websiteid_11 {
  /*#fourth-row {
            h1 {
                color: $websiteid_11_blue;
            }
        }

        #signup-btn {
            a {
                background: $websiteid_11_green;
            }
        }

        .container-search, #third-section, #header, #sub-footer {
            background: rgba(6,30,44,1);
            background: -moz-linear-gradient(left, rgba(6,30,44,1) 0%, rgba(33,68,105,1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6,30,44,1)), color-stop(100%, rgba(33,68,105,1)));
            background: -webkit-linear-gradient(left, rgba(6,30,44,1) 0%, rgba(33,68,105,1) 100%);
            background: -o-linear-gradient(left, rgba(6,30,44,1) 0%, rgba(33,68,105,1) 100%);
            background: -ms-linear-gradient(left, rgba(6,30,44,1) 0%, rgba(33,68,105,1) 100%);
            background: linear-gradient(to right, rgba(6,30,44,1) 0%, rgba(33,68,105,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061e2c', endColorstr='#214469', GradientType=1 );
        }

        .search-btn {
            background: $websiteid_11_green;
        }

        #first-section {
            h2 {
                color: $websiteid_11_blue;
            }
        }

        #contact-btn {
            background: $websiteid_11_green;

            &:hover {
                border-color: $websiteid_11_green;
            }
        }

        #about-btn {
            border-color: $websiteid_11_blue;

            &:hover {
                background: $websiteid_11_green;
                border-color: $websiteid_11_green;
            }
        }



        #web-banner {
            .overlay-web-banner {
                background: $websiteid_11_blue;
            }
        }


        .box-resource {
            a {
                background: $websiteid_11_blue;
            }
        }

        #sign-up {
            &:hover {
                background: $websiteid_11_green;
                border-color: $websiteid_11_green;
            }
        }

        #features {
            h1 {
                color: $websiteid_11_blue;
            }
        }

        #header-right-txt {
            .main-title-corporate {
                color: $websiteid_11_green;

                span {
                    &:first-child {
                        color: $websiteid_11_blue;
                    }
                }
            }
        }*/ }
  body.websiteid_11 #martech-header-bg {
    background-image: url(/img/Martech-Mobile.jpg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: center 40px;
    height: 450px;
    background-size: cover;
    z-index: -1; }
    body.websiteid_11 #martech-header-bg img {
      display: none; }
  body.websiteid_11 .menu {
    margin-right: 15px;
    transition: all 0.1s ease-out;
    transition-delay: 0.5s !important;
    background: transparent;
    top: 65% !important; }
    body.websiteid_11 .menu.clicked-menu {
      background: #001E0D;
      transition: all 0.1s ease-out;
      transition-delay: 0s !important; }
      body.websiteid_11 .menu.clicked-menu .icon-bar {
        background: white !important;
        transition: all 0.1s ease-out; }
  body.websiteid_11 .menu-button .icon-bar {
    background: #FF4A00 !important;
    height: 2px !important;
    margin-bottom: 7px !important;
    width: 40px !important; }
  body.websiteid_11 .nav-mobile {
    top: 65px !important;
    background: #002d14 !important;
    padding: 20px 20px 60px 20px !important;
    width: 100%;
    transition: opacity 0.2s ease-out;
    opacity: 1;
    transition-delay: 0.4s; }
    body.websiteid_11 .nav-mobile li a {
      background: #002d14 !important;
      color: white !important;
      border: none !important;
      margin: 0 auto;
      text-transform: uppercase !important;
      font-weight: 600 !important;
      font-size: 22px !important; }
      body.websiteid_11 .nav-mobile li a:hover {
        color: #FF4A00 !important; }
  body.websiteid_11 #header {
    background: #001E0D !important;
    height: 65px; }
    body.websiteid_11 #header .img-responsive {
      display: block; }
      body.websiteid_11 #header .img-responsive.img-responsive-other {
        display: block;
        max-width: 60%; }
    body.websiteid_11 #header #header-rectangle {
      background: #001E0D;
      display: block;
      height: 65px;
      position: absolute; }
  body.websiteid_11 #container-mobile {
    z-index: 999;
    height: 65px;
    width: 100%;
    max-width: 1170px !important;
    left: 50%;
    transform: translate(-50%, 0%); }
    body.websiteid_11 #container-mobile .menu {
      padding: 23px 0px 17px 0px !important; }
    body.websiteid_11 #container-mobile a.main-red-bg {
      border-radius: 5px;
      background: #FF4A00 !important;
      max-width: 150px;
      padding-top: 5px;
      padding-bottom: 5px; }
      body.websiteid_11 #container-mobile a.main-red-bg:hover {
        background-color: #001E0D !important;
        transition: 0.2s ease;
        color: #ffffff !important; }
    body.websiteid_11 #container-mobile .logo {
      width: 60%; }
      body.websiteid_11 #container-mobile .logo a img {
        max-width: 125px !important;
        width: 100%;
        margin-top: 15px; }
  body.websiteid_11 #fourth-row h1 {
    color: #001E0D; }
  body.websiteid_11 .container-search {
    /*background: rgba(19,19,19,1);
            background: -moz-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(19,19,19,1)), color-stop(100%, rgba(69,69,69,1)));
            background: -webkit-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
            background: -o-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
            background: -ms-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
            background: linear-gradient(to right, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#454545', GradientType=1 );*/
    background: linear-gradient(to right, #61A60E 0%, #001E0D 95%);
    top: -40px; }
  body.websiteid_11 .search-btn {
    background: #FF4A00; }
    body.websiteid_11 .search-btn:hover {
      background: #61A60E; }
  body.websiteid_11 #first-section {
    margin-top: 300px; }
    body.websiteid_11 #first-section h2 {
      color: #001E0D; }
  body.websiteid_11 #contact-btn {
    background: #61A60E; }
    body.websiteid_11 #contact-btn:hover {
      border-color: #61A60E; }
  body.websiteid_11 #about-btn {
    border-color: #001E0D; }
    body.websiteid_11 #about-btn:hover {
      background: #61A60E;
      border-color: #61A60E; }
  body.websiteid_11 #web-banner .overlay-web-banner {
    background: #001E0D; }
  body.websiteid_11 .box-resource a {
    background: #001E0D; }
  body.websiteid_11 .box-resource .resource-btn a.btn {
    background: #001E0D; }
    body.websiteid_11 .box-resource .resource-btn a.btn:hover {
      background: #FF4A00; }
  body.websiteid_11 #sign-up:hover {
    background: #61A60E;
    border-color: #61A60E; }
  body.websiteid_11 #signup-btn {
    display: none; }
  body.websiteid_11 #features h1 {
    color: #001E0D; }
  body.websiteid_11 #header-right-txt {
    padding-left: 50px; }
    body.websiteid_11 #header-right-txt .img-responsive {
      display: none; }
    body.websiteid_11 #header-right-txt .main-title-corporate {
      text-align: center;
      color: #61A60E;
      font-size: 26px !important;
      text-transform: initial !important;
      font-weight: 400 !important;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      bottom: -222px;
      line-height: 1.1 !important;
      padding-left: 30px;
      padding-right: 30px;
      text-transform: uppercase !important; }
      body.websiteid_11 #header-right-txt .main-title-corporate span:first-child {
        color: #001E0D; }
  body.websiteid_11 #ipad .img-responsive {
    display: none; }
  body.websiteid_11 #clients-carousel .icon {
    font-family: huson-media;
    color: #61A60E !important;
    font-size: 32px; }
  body.websiteid_11 .carousel-control {
    text-shadow: none; }
  body.websiteid_11 #third-section {
    background: #001E0D; }
    body.websiteid_11 #third-section .title-box .link {
      color: #61A60E; }
    body.websiteid_11 #third-section .title-box p {
      color: #ffffff; }
  body.websiteid_11 .box-technology {
    background: #002811;
    transition: all 0.2s ease-out; }
    body.websiteid_11 .box-technology:hover {
      background: #003818;
      transition: all 0.2s ease-out; }
  body.websiteid_11 #sub-footer {
    background: #001E0D; }
    body.websiteid_11 #sub-footer a:hover {
      color: #FF4A00; }
    body.websiteid_11 #sub-footer a#contact-btn:hover {
      background: #61A60E !important; }
  body.websiteid_11 #footer {
    background: #002811 !important; }
  body.websiteid_11 #contact-btn {
    background: #FF4A00; }
    body.websiteid_11 #contact-btn:hover {
      background: #61A60E; }
  body.websiteid_11 #main-container-first {
    padding-top: 160px; }
  body.websiteid_11 #details-box {
    background: #001E0D; }
  body.websiteid_11 .small-box-download a {
    color: #FF4A00; }
    body.websiteid_11 .small-box-download a:hover {
      color: #61A60E; }
  body.websiteid_11 #submitStep1:hover {
    background: #61A60E; }
  body.websiteid_11 #featured-side-img .horizontal-rule {
    width: 200px;
    max-width: 100%;
    border-color: #61A60E; }
  body.websiteid_11 #about-title-home {
    float: none; }
  body.websiteid_11 .box-topics-heading {
    background: #001E0D; }
    body.websiteid_11 .box-topics-heading .icon-topics {
      background: #001E0D; }
  body.websiteid_11 .vendor-image-holder .link {
    color: #001E0D !important; }
  body.websiteid_11 .box-black-header {
    background: #001E0D; }
  body.websiteid_11 .location-map h3 {
    color: #001E0D; }
  body.websiteid_11 .regional-links {
    position: absolute;
    right: 0;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100vw;
    background-color: #000000; }
    body.websiteid_11 .regional-links a {
      text-align: right;
      color: #f0f0f0;
      font-size: 12px; }
      body.websiteid_11 .regional-links a span {
        margin-left: 2px;
        margin-right: 2px;
        opacity: 0.4; }
      body.websiteid_11 .regional-links a:hover {
        color: #FF4A00; }
        body.websiteid_11 .regional-links a:hover span {
          color: #f0f0f0; }
  body.websiteid_11 .sign-up-link {
    position: absolute;
    right: 0;
    margin-right: 80px;
    top: 32px; }
    body.websiteid_11 .sign-up-link a {
      color: #FF4A00; }
      body.websiteid_11 .sign-up-link a:hover {
        color: #ffffff; }
  body.websiteid_11 #sister-brands-banner {
    background-color: #001E0D;
    padding-top: 40px; }
    body.websiteid_11 #sister-brands-banner .sister-brands-inner-container {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    body.websiteid_11 #sister-brands-banner .logo-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 50px; }
      body.websiteid_11 #sister-brands-banner .logo-container img {
        max-height: 38px;
        min-width: 400px; }
  body.websiteid_11 .blue-title {
    color: #001E0D;
    -webkit-text-fill-color: #001E0D; }

@media (min-width: 480px) {
  body.websiteid_11 .main-nav {
    display: none; }
  body.websiteid_11 .nav-mobile {
    max-width: 300px;
    padding: 20px;
    position: absolute;
    right: 15px;
    background: #61A60E !important; }
    body.websiteid_11 .nav-mobile li {
      background: transparent; }
      body.websiteid_11 .nav-mobile li a {
        text-align: right;
        background: transparent !important; }
        body.websiteid_11 .nav-mobile li a.main-red-bg {
          margin-right: 0;
          text-align: center; }
  body.websiteid_11 #container-mobile {
    display: block; }
    body.websiteid_11 #container-mobile .menu {
      padding: 23px 30px 17px 30px !important;
      top: 65% !important;
      margin-right: 0; }
      body.websiteid_11 #container-mobile .menu.clicked-menu {
        background: none !important; }
    body.websiteid_11 #container-mobile .logo a img {
      max-width: 120px !important;
      margin-top: 15px; }
  body.websiteid_11 #first-section {
    margin-top: 300px; }
  body.websiteid_11 #header-right-txt {
    padding-left: 50px; }
    body.websiteid_11 #header-right-txt .main-title-corporate {
      bottom: -222px; }
  body.websiteid_11 .regional-links a {
    font-size: 12px; }
  body.websiteid_11 .sign-up-link {
    top: 32px;
    margin-right: 100px; } }

@media (min-width: 768px) {
  body.websiteid_11 #martech-header-bg {
    background-position: center 0px; }
  body.websiteid_11 #container-mobile .menu {
    top: 50% !important; }
  body.websiteid_11 #container-mobile .logo a img {
    margin-top: 0px; }
  body.websiteid_11 .regional-links {
    transform: none;
    top: 23px;
    right: 0;
    left: unset;
    width: auto;
    margin-right: 170px;
    background-color: transparent; }
  body.websiteid_11 .sign-up-link {
    top: 23px; } }

@media (min-width: 992px) {
  body.websiteid_11 .container-search {
    top: -35px; }
  body.websiteid_11 #martech-header-bg {
    background-image: url(/img/Martech-bkg-desktop-v2.jpg);
    height: 465px;
    background-position: center center; }
  body.websiteid_11 #header {
    background: transparent !important;
    height: 93px; }
    body.websiteid_11 #header .img-responsive {
      display: none; }
    body.websiteid_11 #header #header-rectangle {
      height: 93px; }
  body.websiteid_11 #header-right-txt {
    bottom: -60px;
    position: relative !important;
    padding-left: 80px; }
    body.websiteid_11 #header-right-txt .img-responsive {
      display: block; }
    body.websiteid_11 #header-right-txt .main-title-corporate {
      display: block !important;
      position: static;
      transform: none;
      font-size: 15px !important;
      /*padding-left: 0;
                    padding-right: 0;*/
      text-align: center !important;
      visibility: hidden; }
  body.websiteid_11 .main-nav {
    display: none; }
  body.websiteid_11 .menu {
    transition: all 0.1s ease-out;
    margin-right: 0; }
    body.websiteid_11 .menu.clicked-menu {
      background: #002d14;
      transition: all 0.1s ease-out; }
      body.websiteid_11 .menu.clicked-menu .icon-bar {
        background: white !important; }
  body.websiteid_11 .nav-mobile {
    right: 0; }
  body.websiteid_11 #main-container-first {
    padding-top: 50px; }
  body.websiteid_11 .horizontal-rule {
    background: #61A60E;
    position: relative;
    height: 1px;
    width: 100%; }
    body.websiteid_11 .horizontal-rule:before {
      content: "";
      position: absolute;
      height: 10px;
      width: 100px;
      background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
      left: 0;
      top: -5px;
      z-index: 99; }
    body.websiteid_11 .horizontal-rule:after {
      content: "";
      position: absolute;
      height: 10px;
      width: 100px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
      right: 0;
      top: -5px;
      z-index: 99; }
  body.websiteid_11 #container-mobile {
    height: 93px; }
    body.websiteid_11 #container-mobile .logo a img.img-responsive {
      max-width: 190px !important; }
    body.websiteid_11 #container-mobile .menu {
      padding: 20px 30px !important; }
  body.websiteid_11 #first-section {
    margin-top: -128px; }
  body.websiteid_11 .regional-links {
    top: 35px;
    margin-right: 170px; }
    body.websiteid_11 .regional-links a {
      font-size: 14px; }
      body.websiteid_11 .regional-links a span {
        margin-left: 5px;
        margin-right: 5px; }
  body.websiteid_11 .sign-up-link {
    top: 35px; }
  body.websiteid_11 #sister-brands-banner .sister-brands-inner-container {
    padding-bottom: 20px; }
  body.websiteid_11 #sister-brands-banner .logo-container {
    margin-bottom: 0; }
  body.websiteid_11 #sub-footer .footer-list {
    width: 25% !important; } }

@media (min-width: 1200px) {
  .websiteid_11 .box-technology {
    min-height: 255px; } }

body.websiteid_20 .featured-box:hover {
  border: 1px solid #00D16C; }
  body.websiteid_20 .featured-box:hover h4 {
    color: #00D16C; }

body.websiteid_20 .btn, body.websiteid_20 .search-btn, body.websiteid_20 .btn-main, body.websiteid_20 .box-resource a, body.websiteid_20 #contact-btn:hover, body.websiteid_20 .box-topics a.btn, body.websiteid_20 #asset-link, body.websiteid_20 #submit-work-email, body.websiteid_20 .box-cisco a, body.websiteid_20 .download-form .btn, body.websiteid_20 .vendor-details .btn, body.websiteid_20 #about-btn, body.websiteid_20 #signup-btn a, body.websiteid_20 #submit {
  background: #00D16C !important;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-color: transparent !important;
  color: white !important; }
  body.websiteid_20 .btn:hover, body.websiteid_20 .search-btn:hover, body.websiteid_20 .btn-main:hover, body.websiteid_20 .box-resource a:hover, body.websiteid_20 #contact-btn:hover:hover, body.websiteid_20 .box-topics a.btn:hover, body.websiteid_20 #asset-link:hover, body.websiteid_20 #submit-work-email:hover, body.websiteid_20 .box-cisco a:hover, body.websiteid_20 .download-form .btn:hover, body.websiteid_20 .vendor-details .btn:hover, body.websiteid_20 #about-btn:hover, body.websiteid_20 #signup-btn a:hover, body.websiteid_20 #submit:hover {
    background: white !important;
    color: #00D16C !important;
    border: 1px solid #00D16C;
    border-color: #00D16C !important; }

body.websiteid_20 #box-asset-left {
  border-color: #00D16C; }

body.websiteid_20 .box-topics:hover {
  border-color: #00D16C; }

body.websiteid_20 .box-topics .box-topics-heading {
  background: #0E455A !important; }
  body.websiteid_20 .box-topics .box-topics-heading .icon-topics {
    background: #0E455A !important; }
  body.websiteid_20 .box-topics .box-topics-heading:hover {
    background: #00D16C !important; }
    body.websiteid_20 .box-topics .box-topics-heading:hover .icon-topics {
      background: #00D16C !important; }

body.websiteid_20 .breadcrumbs ul li a:hover {
  color: #00D16C; }

body.websiteid_20 .box-vendors:hover, body.websiteid_20 .box-resource:hover {
  border-color: #00D16C; }

body.websiteid_20 #fourth-row h1 {
  color: #0E455A; }

body.websiteid_20 #signup-btn a {
  background: #00D16C; }

body.websiteid_20 .container-search, body.websiteid_20 #third-section, body.websiteid_20 #header, body.websiteid_20 #sub-footer {
  background: #0E455A;
  background: -moz-linear-gradient(left, #0e455a 0%, #167797 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0e455a), color-stop(100%, #167797));
  background: -webkit-linear-gradient(left, #0e455a 0%, #167797 100%);
  background: -o-linear-gradient(left, #0e455a 0%, #167797 100%);
  background: -ms-linear-gradient(left, #0e455a 0%, #167797 100%);
  background: linear-gradient(to right, #0e455a 0%, #167797 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$websiteid_20_secondary-dark', endColorstr='$websiteid_20_secondary', GradientType=1 ); }

body.websiteid_20 .search-btn {
  background: #167797; }

body.websiteid_20 #first-section h2 {
  color: #0E455A; }

body.websiteid_20 #contact-btn {
  background: #00D16C; }
  body.websiteid_20 #contact-btn:hover {
    border-color: #006b37; }

body.websiteid_20 #about-btn {
  border-color: #0E455A; }
  body.websiteid_20 #about-btn:hover {
    background: #167797;
    border-color: #167797; }

body.websiteid_20 #web-banner .overlay-web-banner {
  background: #0E455A; }

body.websiteid_20 .box-resource a {
  background: #167797; }

body.websiteid_20 .box-resource .txt-resource {
  text-align: left; }
  body.websiteid_20 .box-resource .txt-resource .box-resource-title {
    text-align: left;
    font-weight: 500;
    color: #0E455A; }

body.websiteid_20 #sign-up:hover {
  background: #167797;
  border-color: #167797; }

body.websiteid_20 #features h1 {
  color: #0E455A; }

body.websiteid_20 #header-right-txt .main-title-corporate {
  text-align: center;
  color: #167797; }
  body.websiteid_20 #header-right-txt .main-title-corporate span:first-child {
    color: #0E455A; }
  body.websiteid_20 #header-right-txt .main-title-corporate span:nth-of-type(2) {
    font-family: "Proxima N W01 Light";
    font-weight: 100; }

body.websiteid_20 .about-text #about-title-home {
  background: url("/img/finance-papers-diagonal.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 50%;
  float: none;
  padding-left: 110px; }

body.websiteid_22 .featured-box:hover {
  border: 1px solid #FF9825; }
  body.websiteid_22 .featured-box:hover h4 {
    color: #FF9825; }

body.websiteid_22 .btn, body.websiteid_22 .search-btn, body.websiteid_22 .btn-main, body.websiteid_22 .box-resource a, body.websiteid_22 #contact-btn:hover, body.websiteid_22 .box-topics a.btn, body.websiteid_22 #asset-link, body.websiteid_22 #submit-work-email, body.websiteid_22 .box-cisco a, body.websiteid_22 .download-form .btn, body.websiteid_22 .vendor-details .btn, body.websiteid_22 #about-btn, body.websiteid_22 #signup-btn a, body.websiteid_22 #submit {
  background: #FF9825 !important;
  box-sizing: border-box;
  border: 1px solid transparent !important;
  border-color: transparent !important;
  color: white !important; }
  body.websiteid_22 .btn:hover, body.websiteid_22 .search-btn:hover, body.websiteid_22 .btn-main:hover, body.websiteid_22 .box-resource a:hover, body.websiteid_22 #contact-btn:hover:hover, body.websiteid_22 .box-topics a.btn:hover, body.websiteid_22 #asset-link:hover, body.websiteid_22 #submit-work-email:hover, body.websiteid_22 .box-cisco a:hover, body.websiteid_22 .download-form .btn:hover, body.websiteid_22 .vendor-details .btn:hover, body.websiteid_22 #about-btn:hover, body.websiteid_22 #signup-btn a:hover, body.websiteid_22 #submit:hover {
    background: white !important;
    color: #FF9825 !important;
    border: 1px solid #FF9825 !important;
    border-color: #FF9825 !important; }

body.websiteid_22 #box-asset-left {
  border-color: #FF9825; }

body.websiteid_22 .box-topics:hover {
  border-color: #FF9825; }

body.websiteid_22 .box-topics .box-topics-heading {
  background: #016193 !important; }
  body.websiteid_22 .box-topics .box-topics-heading .icon-topics {
    background: #016193 !important; }
  body.websiteid_22 .box-topics .box-topics-heading:hover {
    background: #FF9825 !important; }
    body.websiteid_22 .box-topics .box-topics-heading:hover .icon-topics {
      background: #FF9825 !important; }

body.websiteid_22 .breadcrumbs ul li a:hover {
  color: #FF9825; }

body.websiteid_22 .box-vendors:hover, body.websiteid_22 .box-resource:hover {
  border-color: #FF9825; }

body.websiteid_22 #fourth-row h1 {
  color: #016193; }

body.websiteid_22 #signup-btn a {
  background: #FF9825; }

body.websiteid_22 .container-search, body.websiteid_22 #third-section, body.websiteid_22 #header, body.websiteid_22 #sub-footer {
  background: #016193;
  background: -moz-linear-gradient(left, #016193 0%, #59a5d9 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #016193), color-stop(100%, #59a5d9));
  background: -webkit-linear-gradient(left, #016193 0%, #59a5d9 100%);
  background: -o-linear-gradient(left, #016193 0%, #59a5d9 100%);
  background: -ms-linear-gradient(left, #016193 0%, #59a5d9 100%);
  background: linear-gradient(to right, #016193 0%, #59a5d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$websiteid_22_primary', endColorstr='$websiteid_22_primary-light', GradientType=1 ); }

body.websiteid_22 .search-btn {
  background: #FF9825; }

body.websiteid_22 #first-section h2 {
  color: #016193; }

body.websiteid_22 #contact-btn {
  background: #FF9825; }
  body.websiteid_22 #contact-btn:hover {
    border-color: #FF9825; }

body.websiteid_22 #about-btn {
  border-color: #016193; }
  body.websiteid_22 #about-btn:hover {
    background: #FF9825;
    border-color: #FF9825; }

body.websiteid_22 #web-banner .overlay-web-banner {
  background: #016193; }

body.websiteid_22 .box-resource a {
  background: #59A5D9; }

body.websiteid_22 .box-resource .txt-resource {
  text-align: left; }
  body.websiteid_22 .box-resource .txt-resource .box-resource-title {
    text-align: left;
    font-weight: 500;
    color: #016193; }

body.websiteid_22 #sign-up:hover {
  background: #FF9825;
  border-color: #FF9825; }

body.websiteid_22 #features h1 {
  color: #016193; }

body.websiteid_22 #header-right-txt .main-title-corporate {
  text-align: center;
  color: #FF9825; }
  body.websiteid_22 #header-right-txt .main-title-corporate span:first-child {
    color: #016193; }
  body.websiteid_22 #header-right-txt .main-title-corporate span:nth-of-type(2) {
    font-family: "Proxima N W01 Light";
    font-weight: 100; }

body.websiteid_22 .about-text #about-title-home {
  background: url("/img/finance-papers-diagonal.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 50%;
  float: none;
  padding-left: 110px; }

body.websiteid_23 #header ul li {
  /*max-width: 20%;*/
  vertical-align: top;
  text-align: left; }
  body.websiteid_23 #header ul li a {
    font-size: 15px; }

@media (min-width: 768px) {
  .websiteid_23 .box-technology .title-box {
    height: 90px; } }

@media (min-width: 992px) {
  .websiteid_23 .footer-list h5 {
    height: 30px; }
  .websiteid_23 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_23 .box-technology {
    min-height: 310px; }
    .websiteid_23 .box-technology .title-box {
      height: 80px; }
      .websiteid_23 .box-technology .title-box a {
        font-size: 15px; } }

@media (min-width: 1200px) {
  .websiteid_23 .footer-list h5 {
    height: auto; }
  .websiteid_23 .footer-list ul.list-no-title {
    margin-top: 35px !important; } }

body.websiteid_24.homepage #header, body.websiteid_25.homepage #header, body.websiteid_26.homepage #header {
  height: 440px; }

body.websiteid_24.homepage #ipad, body.websiteid_25.homepage #ipad, body.websiteid_26.homepage #ipad {
  bottom: 226px; }

body.websiteid_24 #signupForm .field-validation-error, body.websiteid_25 #signupForm .field-validation-error, body.websiteid_26 #signupForm .field-validation-error {
  margin-top: 10px;
  display: inline-block; }

body.websiteid_24 .location-map-address, body.websiteid_25 .location-map-address, body.websiteid_26 .location-map-address {
  background: url("../img/ep-icon-location-map.png") no-repeat; }

body.websiteid_24 .img-responsive-other, body.websiteid_25 .img-responsive-other, body.websiteid_26 .img-responsive-other {
  display: block !important; }

body.websiteid_24 #footer, body.websiteid_25 #footer, body.websiteid_26 #footer {
  background: #002B4B; }

body.websiteid_24 #sub-footer, body.websiteid_25 #sub-footer, body.websiteid_26 #sub-footer {
  background: #00365C; }
  body.websiteid_24 #sub-footer .footer-list, body.websiteid_25 #sub-footer .footer-list, body.websiteid_26 #sub-footer .footer-list {
    text-align: left; }
  body.websiteid_24 #sub-footer h5, body.websiteid_24 #sub-footer a, body.websiteid_24 #sub-footer p, body.websiteid_25 #sub-footer h5, body.websiteid_25 #sub-footer a, body.websiteid_25 #sub-footer p, body.websiteid_26 #sub-footer h5, body.websiteid_26 #sub-footer a, body.websiteid_26 #sub-footer p {
    color: #fff;
    text-align: left; }

body.websiteid_24 .box-resource a.btn, body.websiteid_25 .box-resource a.btn, body.websiteid_26 .box-resource a.btn {
  background: #00365C !important;
  color: #ffffff !important; }

body.websiteid_24 .box-resource .txt-resource, body.websiteid_25 .box-resource .txt-resource, body.websiteid_26 .box-resource .txt-resource {
  text-align: left; }
  body.websiteid_24 .box-resource .txt-resource .box-resource-title, body.websiteid_25 .box-resource .txt-resource .box-resource-title, body.websiteid_26 .box-resource .txt-resource .box-resource-title {
    text-align: left;
    font-weight: 500;
    color: #00365C; }

body.websiteid_24 .icon-topic-icon, body.websiteid_25 .icon-topic-icon, body.websiteid_26 .icon-topic-icon {
  width: 32px;
  height: 32px;
  display: inline-block; }

body.websiteid_24 #icon-topics-analog, body.websiteid_25 #icon-topics-analog, body.websiteid_26 #icon-topics-analog {
  background-image: url("/img/analog.png"); }

body.websiteid_24 #icon-topics-automotive, body.websiteid_25 #icon-topics-automotive, body.websiteid_26 #icon-topics-automotive {
  background-image: url("/img/automotive.png"); }

body.websiteid_24 #icon-topics-communication, body.websiteid_25 #icon-topics-communication, body.websiteid_26 #icon-topics-communication {
  background-image: url("/img/communication.png"); }

body.websiteid_24 #icon-topics-components, body.websiteid_25 #icon-topics-components, body.websiteid_26 #icon-topics-components {
  background-image: url("/img/components.png"); }

body.websiteid_24 #icon-topics-electromechanical, body.websiteid_25 #icon-topics-electromechanical, body.websiteid_26 #icon-topics-electromechanical {
  background-image: url("/img/electromechanical.png"); }

body.websiteid_24 #icon-topics-embedded, body.websiteid_25 #icon-topics-embedded, body.websiteid_26 #icon-topics-embedded {
  background-image: url("/img/embedded.png"); }

body.websiteid_24 #icon-topics-industrial, body.websiteid_25 #icon-topics-industrial, body.websiteid_26 #icon-topics-industrial {
  background-image: url("/img/industrial.png"); }

body.websiteid_24 #icon-topics-military-aerospace, body.websiteid_25 #icon-topics-military-aerospace, body.websiteid_26 #icon-topics-military-aerospace {
  background-image: url("/img/military-aerospace.png"); }

body.websiteid_24 #icon-topics-optoelectronics, body.websiteid_25 #icon-topics-optoelectronics, body.websiteid_26 #icon-topics-optoelectronics {
  background-image: url("/img/optoelectronics.png"); }

body.websiteid_24 #icon-topics-power, body.websiteid_25 #icon-topics-power, body.websiteid_26 #icon-topics-power {
  background-image: url("/img/power.png"); }

body.websiteid_24 #icon-topics-semiconductors, body.websiteid_25 #icon-topics-semiconductors, body.websiteid_26 #icon-topics-semiconductors {
  background-image: url("/img/semiconductors.png"); }

body.websiteid_24 #icon-topics-test-measurement, body.websiteid_25 #icon-topics-test-measurement, body.websiteid_26 #icon-topics-test-measurement {
  background-image: url("/img/test-measurement.png"); }

body.websiteid_24 #third-section, body.websiteid_25 #third-section, body.websiteid_26 #third-section {
  background: #00365C; }
  body.websiteid_24 #third-section .box-technology, body.websiteid_25 #third-section .box-technology, body.websiteid_26 #third-section .box-technology {
    min-height: 280px !important; }

body.websiteid_24 #fourth-row h1, body.websiteid_24 #features h1, body.websiteid_24 .blue-title, body.websiteid_25 #fourth-row h1, body.websiteid_25 #features h1, body.websiteid_25 .blue-title, body.websiteid_26 #fourth-row h1, body.websiteid_26 #features h1, body.websiteid_26 .blue-title {
  background: #00365C;
  background-clip: text;
  text-fill-color: transparent; }

body.websiteid_24 .box-technology h2 .link, body.websiteid_25 .box-technology h2 .link, body.websiteid_26 .box-technology h2 .link {
  color: #83FFCD; }

body.websiteid_24 .red, body.websiteid_24 .link-contact, body.websiteid_24 .client-address a, body.websiteid_24 .location-map-container a, body.websiteid_25 .red, body.websiteid_25 .link-contact, body.websiteid_25 .client-address a, body.websiteid_25 .location-map-container a, body.websiteid_26 .red, body.websiteid_26 .link-contact, body.websiteid_26 .client-address a, body.websiteid_26 .location-map-container a {
  color: #1FBEF5 !important; }

body.websiteid_24 .breadcrumbs a:hover, body.websiteid_25 .breadcrumbs a:hover, body.websiteid_26 .breadcrumbs a:hover {
  color: #1FBEF5; }

body.websiteid_24 .vendor-details .content .more-assets ul li, body.websiteid_25 .vendor-details .content .more-assets ul li, body.websiteid_26 .vendor-details .content .more-assets ul li {
  background: none;
  color: #1FBEF5; }
  body.websiteid_24 .vendor-details .content .more-assets ul li a, body.websiteid_25 .vendor-details .content .more-assets ul li a, body.websiteid_26 .vendor-details .content .more-assets ul li a {
    color: #1FBEF5; }

body.websiteid_24 .featured-box:hover, body.websiteid_25 .featured-box:hover, body.websiteid_26 .featured-box:hover {
  border: 1px solid #1FBEF5; }
  body.websiteid_24 .featured-box:hover h4, body.websiteid_25 .featured-box:hover h4, body.websiteid_26 .featured-box:hover h4 {
    color: #1FBEF5; }

body.websiteid_24 .btn, body.websiteid_24 .search-btn, body.websiteid_24 .btn-main, body.websiteid_24 .box-resource a, body.websiteid_24 #contact-btn:hover, body.websiteid_24 .box-topics a.btn, body.websiteid_24 #asset-link, body.websiteid_24 #submit-work-email, body.websiteid_24 .box-cisco a, body.websiteid_24 .download-form .btn, body.websiteid_24 .vendor-details .btn, body.websiteid_24 #signup-btn a, body.websiteid_24 #submit, body.websiteid_25 .btn, body.websiteid_25 .search-btn, body.websiteid_25 .btn-main, body.websiteid_25 .box-resource a, body.websiteid_25 #contact-btn:hover, body.websiteid_25 .box-topics a.btn, body.websiteid_25 #asset-link, body.websiteid_25 #submit-work-email, body.websiteid_25 .box-cisco a, body.websiteid_25 .download-form .btn, body.websiteid_25 .vendor-details .btn, body.websiteid_25 #signup-btn a, body.websiteid_25 #submit, body.websiteid_26 .btn, body.websiteid_26 .search-btn, body.websiteid_26 .btn-main, body.websiteid_26 .box-resource a, body.websiteid_26 #contact-btn:hover, body.websiteid_26 .box-topics a.btn, body.websiteid_26 #asset-link, body.websiteid_26 #submit-work-email, body.websiteid_26 .box-cisco a, body.websiteid_26 .download-form .btn, body.websiteid_26 .vendor-details .btn, body.websiteid_26 #signup-btn a, body.websiteid_26 #submit {
  background: #83FFCD !important;
  color: #00365C !important;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-color: transparent !important; }
  body.websiteid_24 .btn:hover, body.websiteid_24 .search-btn:hover, body.websiteid_24 .btn-main:hover, body.websiteid_24 .box-resource a:hover, body.websiteid_24 #contact-btn:hover:hover, body.websiteid_24 .box-topics a.btn:hover, body.websiteid_24 #asset-link:hover, body.websiteid_24 #submit-work-email:hover, body.websiteid_24 .box-cisco a:hover, body.websiteid_24 .download-form .btn:hover, body.websiteid_24 .vendor-details .btn:hover, body.websiteid_24 #signup-btn a:hover, body.websiteid_24 #submit:hover, body.websiteid_25 .btn:hover, body.websiteid_25 .search-btn:hover, body.websiteid_25 .btn-main:hover, body.websiteid_25 .box-resource a:hover, body.websiteid_25 #contact-btn:hover:hover, body.websiteid_25 .box-topics a.btn:hover, body.websiteid_25 #asset-link:hover, body.websiteid_25 #submit-work-email:hover, body.websiteid_25 .box-cisco a:hover, body.websiteid_25 .download-form .btn:hover, body.websiteid_25 .vendor-details .btn:hover, body.websiteid_25 #signup-btn a:hover, body.websiteid_25 #submit:hover, body.websiteid_26 .btn:hover, body.websiteid_26 .search-btn:hover, body.websiteid_26 .btn-main:hover, body.websiteid_26 .box-resource a:hover, body.websiteid_26 #contact-btn:hover:hover, body.websiteid_26 .box-topics a.btn:hover, body.websiteid_26 #asset-link:hover, body.websiteid_26 #submit-work-email:hover, body.websiteid_26 .box-cisco a:hover, body.websiteid_26 .download-form .btn:hover, body.websiteid_26 .vendor-details .btn:hover, body.websiteid_26 #signup-btn a:hover, body.websiteid_26 #submit:hover {
    background: #00365C !important;
    color: #ffffff !important; }

body.websiteid_24 #about-btn.btn, body.websiteid_25 #about-btn.btn, body.websiteid_26 #about-btn.btn {
  border: 1px solid #00365C !important;
  background: #ffffff !important;
  color: #00365C !important; }

body.websiteid_24 #sign-up.btn, body.websiteid_25 #sign-up.btn, body.websiteid_26 #sign-up.btn {
  border: 1px solid #ffffff !important;
  background: transparent !important;
  color: #ffffff !important; }

body.websiteid_24 .box-topics .tag:hover, body.websiteid_25 .box-topics .tag:hover, body.websiteid_26 .box-topics .tag:hover {
  color: #1FBEF5 !important; }

body.websiteid_24 #box-asset-left, body.websiteid_25 #box-asset-left, body.websiteid_26 #box-asset-left {
  border-color: #1FBEF5; }

body.websiteid_24 .box-topics:hover, body.websiteid_25 .box-topics:hover, body.websiteid_26 .box-topics:hover {
  border-color: #1FBEF5; }

body.websiteid_24 .box-topics .box-topics-heading, body.websiteid_25 .box-topics .box-topics-heading, body.websiteid_26 .box-topics .box-topics-heading {
  background: #00365C; }
  body.websiteid_24 .box-topics .box-topics-heading .icon-topics, body.websiteid_25 .box-topics .box-topics-heading .icon-topics, body.websiteid_26 .box-topics .box-topics-heading .icon-topics {
    background: #00365C !important; }
  body.websiteid_24 .box-topics .box-topics-heading:hover, body.websiteid_25 .box-topics .box-topics-heading:hover, body.websiteid_26 .box-topics .box-topics-heading:hover {
    background: #1FBEF5 !important; }
    body.websiteid_24 .box-topics .box-topics-heading:hover .icon-topics, body.websiteid_25 .box-topics .box-topics-heading:hover .icon-topics, body.websiteid_26 .box-topics .box-topics-heading:hover .icon-topics {
      background: #1FBEF5 !important; }

body.websiteid_24 .box-vendors:hover, body.websiteid_24 .box-resource:hover, body.websiteid_25 .box-vendors:hover, body.websiteid_25 .box-resource:hover, body.websiteid_26 .box-vendors:hover, body.websiteid_26 .box-resource:hover {
  border-color: #1FBEF5; }

body.websiteid_24 .atoz a:hover, body.websiteid_24 .atoz a.selected, body.websiteid_25 .atoz a:hover, body.websiteid_25 .atoz a.selected, body.websiteid_26 .atoz a:hover, body.websiteid_26 .atoz a.selected {
  border-color: #1FBEF5;
  color: #1FBEF5; }

body.websiteid_24 #header-rectangle, body.websiteid_25 #header-rectangle, body.websiteid_26 #header-rectangle {
  position: relative;
  background: url("/img/ep-header-bkg.png") no-repeat top left;
  height: 93px;
  width: 100%; }

body.websiteid_24 #details-box, body.websiteid_25 #details-box, body.websiteid_26 #details-box {
  background: #00365C; }
  body.websiteid_24 #details-box #download-file, body.websiteid_25 #details-box #download-file, body.websiteid_26 #details-box #download-file {
    color: #1FBEF5 !important; }
  body.websiteid_24 #details-box .btn, body.websiteid_25 #details-box .btn, body.websiteid_26 #details-box .btn {
    background: #83FFCD !important;
    color: #00365C !important; }

body.websiteid_24 .box-cisco:hover, body.websiteid_25 .box-cisco:hover, body.websiteid_26 .box-cisco:hover {
  border: 1px solid #1FBEF5; }

body.websiteid_24 .box-cisco:hover .cisco-boxes-title, body.websiteid_25 .box-cisco:hover .cisco-boxes-title, body.websiteid_26 .box-cisco:hover .cisco-boxes-title {
  color: #1FBEF5; }

body.websiteid_24 .container-search, body.websiteid_25 .container-search, body.websiteid_26 .container-search {
  background: linear-gradient(to right, #83FFCD 0%, #1FBEF5 40%);
  top: -35px; }
  body.websiteid_24 .container-search p, body.websiteid_25 .container-search p, body.websiteid_26 .container-search p {
    color: #00365C; }
  body.websiteid_24 .container-search input.search-btn:hover, body.websiteid_25 .container-search input.search-btn:hover, body.websiteid_26 .container-search input.search-btn:hover {
    color: #83FFCD !important; }

body.websiteid_24 #main-container-first, body.websiteid_25 #main-container-first, body.websiteid_26 #main-container-first {
  padding-top: 50px; }

body.websiteid_24 #header-bg, body.websiteid_25 #header-bg, body.websiteid_26 #header-bg {
  height: 700px; }
  body.websiteid_24 #header-bg img, body.websiteid_25 #header-bg img, body.websiteid_26 #header-bg img {
    height: 700px; }
  body.websiteid_24 #header-bg img.mobile-banner-ep, body.websiteid_25 #header-bg img.mobile-banner-ep, body.websiteid_26 #header-bg img.mobile-banner-ep {
    position: absolute;
    top: 0;
    left: 0; }

body.websiteid_24 #electronic-pro-header-bg, body.websiteid_25 #electronic-pro-header-bg, body.websiteid_26 #electronic-pro-header-bg {
  background-image: url(/img/home-banner-ep.jpg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: 47% 50%;
  height: 450px;
  background-size: cover;
  z-index: -1; }

body.websiteid_24 .clicked-menu, body.websiteid_25 .clicked-menu, body.websiteid_26 .clicked-menu {
  background-color: #00365C;
  transition: 0.6s ease-out; }

body.websiteid_24 #container-mobile, body.websiteid_25 #container-mobile, body.websiteid_26 #container-mobile {
  z-index: 999; }
  body.websiteid_24 #container-mobile a.main-red-bg:hover, body.websiteid_25 #container-mobile a.main-red-bg:hover, body.websiteid_26 #container-mobile a.main-red-bg:hover {
    background-color: #1FBEF5;
    transition: 0.2s ease;
    color: #ffffff !important; }

body.websiteid_24 #first-section h2, body.websiteid_25 #first-section h2, body.websiteid_26 #first-section h2 {
  color: #00365C; }

body.websiteid_24 #features h1, body.websiteid_25 #features h1, body.websiteid_26 #features h1 {
  color: #00365C;
  -webkit-text-fill-color: unset;
  text-fill-color: unset;
  background: transparent; }

body.websiteid_24 #featuredResources .box-resource-title, body.websiteid_25 #featuredResources .box-resource-title, body.websiteid_26 #featuredResources .box-resource-title {
  color: #00365C; }

body.websiteid_24 #third-section, body.websiteid_25 #third-section, body.websiteid_26 #third-section {
  background: #00365C; }
  body.websiteid_24 #third-section .title-box .link, body.websiteid_25 #third-section .title-box .link, body.websiteid_26 #third-section .title-box .link {
    color: #83FFCD; }
  body.websiteid_24 #third-section .title-box p, body.websiteid_25 #third-section .title-box p, body.websiteid_26 #third-section .title-box p {
    color: #ffffff; }

body.websiteid_24 #fourth-row #about-title-home, body.websiteid_25 #fourth-row #about-title-home, body.websiteid_26 #fourth-row #about-title-home {
  color: #00365C;
  -webkit-text-fill-color: unset;
  text-fill-color: unset;
  background: transparent;
  text-align: left;
  float: left; }

body.websiteid_24 #fourth-row #about-btn, body.websiteid_25 #fourth-row #about-btn, body.websiteid_26 #fourth-row #about-btn {
  background: transparent !important;
  border: 1px solid #00365C;
  border-radius: 5px;
  border-color: #00365C !important;
  padding: 5px 25px; }
  body.websiteid_24 #fourth-row #about-btn:hover, body.websiteid_25 #fourth-row #about-btn:hover, body.websiteid_26 #fourth-row #about-btn:hover {
    background: #83FFCD !important;
    border-color: transparent !important;
    color: #00365C !important; }

body.websiteid_24 #fifth-row #sign-up, body.websiteid_25 #fifth-row #sign-up, body.websiteid_26 #fifth-row #sign-up {
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff !important; }
  body.websiteid_24 #fifth-row #sign-up:hover, body.websiteid_25 #fifth-row #sign-up:hover, body.websiteid_26 #fifth-row #sign-up:hover {
    background: #83FFCD !important;
    border-color: transparent !important;
    color: #00365C !important; }

body.websiteid_24 #sub-footer #contact-btn:hover, body.websiteid_25 #sub-footer #contact-btn:hover, body.websiteid_26 #sub-footer #contact-btn:hover {
  background: #1FBEF5 !important; }

body.websiteid_24 .sign-up-privacy-confirm a, body.websiteid_25 .sign-up-privacy-confirm a, body.websiteid_26 .sign-up-privacy-confirm a {
  color: #1FBEF5 !important; }
  body.websiteid_24 .sign-up-privacy-confirm a:hover, body.websiteid_25 .sign-up-privacy-confirm a:hover, body.websiteid_26 .sign-up-privacy-confirm a:hover {
    color: #00365C !important; }

body.websiteid_24 .link-contact, body.websiteid_25 .link-contact, body.websiteid_26 .link-contact {
  color: #1FBEF5 !important; }
  body.websiteid_24 .link-contact:hover, body.websiteid_25 .link-contact:hover, body.websiteid_26 .link-contact:hover {
    color: #00365C !important; }

body.websiteid_24 .blue-title, body.websiteid_25 .blue-title, body.websiteid_26 .blue-title {
  background: transparent;
  -webkit-text-fill-color: unset;
  text-fill-color: unset; }

body.websiteid_24 .box-black-header, body.websiteid_25 .box-black-header, body.websiteid_26 .box-black-header {
  background-color: #00365C; }

body.websiteid_24 .head, body.websiteid_25 .head, body.websiteid_26 .head {
  background-color: #00365C; }

body.websiteid_24 #footer .footer-right a, body.websiteid_25 #footer .footer-right a, body.websiteid_26 #footer .footer-right a {
  color: #ffffff; }
  body.websiteid_24 #footer .footer-right a:hover, body.websiteid_25 #footer .footer-right a:hover, body.websiteid_26 #footer .footer-right a:hover {
    color: #83FFCD; }

@media (max-width: 479px) {
  body.websiteid_24 #bloc-whitepapers, body.websiteid_25 #bloc-whitepapers, body.websiteid_26 #bloc-whitepapers {
    visibility: hidden; }
  body.websiteid_24 #header-triangle, body.websiteid_25 #header-triangle, body.websiteid_26 #header-triangle {
    visibility: hidden; }
  body.websiteid_24 #header-rectangle, body.websiteid_25 #header-rectangle, body.websiteid_26 #header-rectangle {
    height: 65px; }
  body.websiteid_24 #container-mobile, body.websiteid_25 #container-mobile, body.websiteid_26 #container-mobile {
    background-color: #00365C; }
    body.websiteid_24 #container-mobile .menu-button span.icon-bar, body.websiteid_25 #container-mobile .menu-button span.icon-bar, body.websiteid_26 #container-mobile .menu-button span.icon-bar {
      height: 2px;
      margin-top: 10px;
      margin-bottom: 10px;
      width: 45px; }
    body.websiteid_24 #container-mobile .nav-mobile li a, body.websiteid_25 #container-mobile .nav-mobile li a, body.websiteid_26 #container-mobile .nav-mobile li a {
      background-color: #00365C;
      border-bottom: none;
      color: #ffffff;
      text-transform: uppercase;
      text-align: center;
      padding-right: 20px; }
      body.websiteid_24 #container-mobile .nav-mobile li a:hover, body.websiteid_25 #container-mobile .nav-mobile li a:hover, body.websiteid_26 #container-mobile .nav-mobile li a:hover {
        color: #83FFCD; }
      body.websiteid_24 #container-mobile .nav-mobile li a.main-red-bg, body.websiteid_25 #container-mobile .nav-mobile li a.main-red-bg, body.websiteid_26 #container-mobile .nav-mobile li a.main-red-bg {
        background-color: #83FFCD;
        color: #00365C; }
    body.websiteid_24 #container-mobile .logo a img.img-responsive, body.websiteid_25 #container-mobile .logo a img.img-responsive, body.websiteid_26 #container-mobile .logo a img.img-responsive {
      max-width: 210px !important; }
  body.websiteid_24 #header-bg img.mobile-banner-ep, body.websiteid_25 #header-bg img.mobile-banner-ep, body.websiteid_26 #header-bg img.mobile-banner-ep {
    display: block; }
  body.websiteid_24 #header-bg img, body.websiteid_25 #header-bg img, body.websiteid_26 #header-bg img {
    height: auto;
    min-height: auto; }
  body.websiteid_24 #electronic-pro-header-bg, body.websiteid_25 #electronic-pro-header-bg, body.websiteid_26 #electronic-pro-header-bg {
    background-image: url(/img/home-banner-mobile-ep.jpg);
    background-position: center;
    height: 300px;
    top: 50px; }
  body.websiteid_24 #main-container-first, body.websiteid_25 #main-container-first, body.websiteid_26 #main-container-first {
    margin-top: 150px; }
  body.websiteid_24 .container-search, body.websiteid_25 .container-search, body.websiteid_26 .container-search {
    height: auto; }
  body.websiteid_24 #first-section, body.websiteid_25 #first-section, body.websiteid_26 #first-section {
    margin-top: -100px; } }

@media (min-width: 480px) {
  body.websiteid_24 #container-mobile, body.websiteid_25 #container-mobile, body.websiteid_26 #container-mobile {
    width: 100%;
    max-width: 1170px;
    left: 50%;
    transform: translate(-50%, 0%); }
    body.websiteid_24 #container-mobile .menu, body.websiteid_25 #container-mobile .menu, body.websiteid_26 #container-mobile .menu {
      margin-right: 0;
      padding: 10px 20px !important;
      transition: 0.6s ease-out; }
    body.websiteid_24 #container-mobile .menu-button span.icon-bar, body.websiteid_25 #container-mobile .menu-button span.icon-bar, body.websiteid_26 #container-mobile .menu-button span.icon-bar {
      height: 2px;
      margin-top: 10px;
      margin-bottom: 10px;
      width: 45px; }
    body.websiteid_24 #container-mobile .nav-mobile, body.websiteid_25 #container-mobile .nav-mobile, body.websiteid_26 #container-mobile .nav-mobile {
      width: 300px;
      right: 0;
      background-color: #00365C;
      padding: 20px;
      top: 65px; }
      body.websiteid_24 #container-mobile .nav-mobile li a, body.websiteid_25 #container-mobile .nav-mobile li a, body.websiteid_26 #container-mobile .nav-mobile li a {
        background-color: #00365C;
        color: #ffffff;
        border-bottom: none;
        text-transform: uppercase;
        text-align: right;
        font-weight: 600;
        padding: 5px;
        font-size: 22px; }
        body.websiteid_24 #container-mobile .nav-mobile li a:hover, body.websiteid_25 #container-mobile .nav-mobile li a:hover, body.websiteid_26 #container-mobile .nav-mobile li a:hover {
          border-bottom: none;
          color: #83FFCD; }
      body.websiteid_24 #container-mobile .nav-mobile .main-red-bg, body.websiteid_25 #container-mobile .nav-mobile .main-red-bg, body.websiteid_26 #container-mobile .nav-mobile .main-red-bg {
        background-color: #83FFCD;
        width: 150px;
        border-radius: 5px;
        color: #00365C;
        padding: 5px;
        text-align: center;
        float: right;
        margin-right: 5px;
        margin-top: 10px;
        font-size: 20px;
        font-weight: 500; }
        body.websiteid_24 #container-mobile .nav-mobile .main-red-bg:hover, body.websiteid_25 #container-mobile .nav-mobile .main-red-bg:hover, body.websiteid_26 #container-mobile .nav-mobile .main-red-bg:hover {
          color: #00365C; }
  body.websiteid_24 #bloc-whitepapers, body.websiteid_25 #bloc-whitepapers, body.websiteid_26 #bloc-whitepapers {
    visibility: hidden; }
  body.websiteid_24 #header-triangle, body.websiteid_25 #header-triangle, body.websiteid_26 #header-triangle {
    visibility: hidden; }
  body.websiteid_24 #header-rectangle, body.websiteid_25 #header-rectangle, body.websiteid_26 #header-rectangle {
    visibility: hidden; }
  body.websiteid_24 #header-bg img.mobile-banner-ep, body.websiteid_25 #header-bg img.mobile-banner-ep, body.websiteid_26 #header-bg img.mobile-banner-ep {
    display: block; }
  body.websiteid_24 #electronic-pro-header-bg, body.websiteid_25 #electronic-pro-header-bg, body.websiteid_26 #electronic-pro-header-bg {
    background-image: url(/img/home-banner-mobile-ep.jpg);
    background-position: center;
    height: 300px;
    top: 50px; }
  body.websiteid_24 #content-header, body.websiteid_25 #content-header, body.websiteid_26 #content-header {
    bottom: 150px; }
  body.websiteid_24 #first-section, body.websiteid_25 #first-section, body.websiteid_26 #first-section {
    margin-top: -100px; }
  body.websiteid_24 #container-mobile, body.websiteid_25 #container-mobile, body.websiteid_26 #container-mobile {
    background-color: #00365C;
    height: 65px; }
    body.websiteid_24 #container-mobile .logo a img.img-responsive, body.websiteid_25 #container-mobile .logo a img.img-responsive, body.websiteid_26 #container-mobile .logo a img.img-responsive {
      max-width: 210px !important; } }

@media (min-width: 992px) {
  body.websiteid_24 #container-header, body.websiteid_25 #container-header, body.websiteid_26 #container-header {
    display: none; }
  body.websiteid_24 #container-mobile, body.websiteid_25 #container-mobile, body.websiteid_26 #container-mobile {
    display: block;
    padding-top: 20px; }
    body.websiteid_24 #container-mobile .logo img, body.websiteid_25 #container-mobile .logo img, body.websiteid_26 #container-mobile .logo img {
      display: none; }
  body.websiteid_24 #bloc-whitepapers, body.websiteid_25 #bloc-whitepapers, body.websiteid_26 #bloc-whitepapers {
    visibility: hidden; }
  body.websiteid_24 #header-triangle, body.websiteid_25 #header-triangle, body.websiteid_26 #header-triangle {
    visibility: hidden; }
  body.websiteid_24 #header-rectangle, body.websiteid_25 #header-rectangle, body.websiteid_26 #header-rectangle {
    visibility: visible; }
  body.websiteid_24 #ipad img, body.websiteid_25 #ipad img, body.websiteid_26 #ipad img {
    left: -20px !important;
    top: 70px !important;
    width: 100%; }
  body.websiteid_24 #header-bg img.mobile-banner-ep, body.websiteid_25 #header-bg img.mobile-banner-ep, body.websiteid_26 #header-bg img.mobile-banner-ep {
    display: none; }
  body.websiteid_24 #first-section, body.websiteid_25 #first-section, body.websiteid_26 #first-section {
    margin-top: -150px; }
  body.websiteid_24 #electronic-pro-header-bg, body.websiteid_25 #electronic-pro-header-bg, body.websiteid_26 #electronic-pro-header-bg {
    background-image: url(/img/home-banner-ep.jpg);
    background-position: center;
    height: 450px;
    top: 0; }
  body.websiteid_24 #container-mobile, body.websiteid_25 #container-mobile, body.websiteid_26 #container-mobile {
    background-color: transparent; }
    body.websiteid_24 #container-mobile .logo a img.img-responsive, body.websiteid_25 #container-mobile .logo a img.img-responsive, body.websiteid_26 #container-mobile .logo a img.img-responsive {
      max-width: 320px !important; }
  body.culture_fr.websiteid_26 .container-search p {
    font-size: 18px; } }

body.websiteid_1 #it-corporate-header-bg, body.websiteid_5 #it-corporate-header-bg, body.websiteid_6 #it-corporate-header-bg, body.websiteid_7 #it-corporate-header-bg, body.websiteid_8 #it-corporate-header-bg, body.websiteid_9 #it-corporate-header-bg, body.websiteid_10 #it-corporate-header-bg, body.websiteid_15 #it-corporate-header-bg, body.websiteid_16 #it-corporate-header-bg, body.websiteid_17 #it-corporate-header-bg, body.websiteid_19 #it-corporate-header-bg, body.websiteid_23 #it-corporate-header-bg, body.websiteid_32 #it-corporate-header-bg, body.websiteid_33 #it-corporate-header-bg, body.websiteid_34 #it-corporate-header-bg, body.websiteid_35 #it-corporate-header-bg {
  background-image: url(/img/ITcorporate-Mobile.jpg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: center 30px;
  height: 450px;
  background-size: cover;
  z-index: -1; }
  body.websiteid_1 #it-corporate-header-bg img, body.websiteid_5 #it-corporate-header-bg img, body.websiteid_6 #it-corporate-header-bg img, body.websiteid_7 #it-corporate-header-bg img, body.websiteid_8 #it-corporate-header-bg img, body.websiteid_9 #it-corporate-header-bg img, body.websiteid_10 #it-corporate-header-bg img, body.websiteid_15 #it-corporate-header-bg img, body.websiteid_16 #it-corporate-header-bg img, body.websiteid_17 #it-corporate-header-bg img, body.websiteid_19 #it-corporate-header-bg img, body.websiteid_23 #it-corporate-header-bg img, body.websiteid_32 #it-corporate-header-bg img, body.websiteid_33 #it-corporate-header-bg img, body.websiteid_34 #it-corporate-header-bg img, body.websiteid_35 #it-corporate-header-bg img {
    display: none; }

body.websiteid_1 #header-triangle, body.websiteid_5 #header-triangle, body.websiteid_6 #header-triangle, body.websiteid_7 #header-triangle, body.websiteid_8 #header-triangle, body.websiteid_9 #header-triangle, body.websiteid_10 #header-triangle, body.websiteid_15 #header-triangle, body.websiteid_16 #header-triangle, body.websiteid_17 #header-triangle, body.websiteid_19 #header-triangle, body.websiteid_23 #header-triangle, body.websiteid_32 #header-triangle, body.websiteid_33 #header-triangle, body.websiteid_34 #header-triangle, body.websiteid_35 #header-triangle {
  display: none !important; }

body.websiteid_1 .menu, body.websiteid_5 .menu, body.websiteid_6 .menu, body.websiteid_7 .menu, body.websiteid_8 .menu, body.websiteid_9 .menu, body.websiteid_10 .menu, body.websiteid_15 .menu, body.websiteid_16 .menu, body.websiteid_17 .menu, body.websiteid_19 .menu, body.websiteid_23 .menu, body.websiteid_32 .menu, body.websiteid_33 .menu, body.websiteid_34 .menu, body.websiteid_35 .menu {
  margin-right: 15px;
  transition: all 0.1s ease-out;
  transition-delay: 0.5s !important;
  background: transparent;
  padding: 20px 0px !important;
  top: 65% !important; }
  body.websiteid_1 .menu.clicked-menu, body.websiteid_5 .menu.clicked-menu, body.websiteid_6 .menu.clicked-menu, body.websiteid_7 .menu.clicked-menu, body.websiteid_8 .menu.clicked-menu, body.websiteid_9 .menu.clicked-menu, body.websiteid_10 .menu.clicked-menu, body.websiteid_15 .menu.clicked-menu, body.websiteid_16 .menu.clicked-menu, body.websiteid_17 .menu.clicked-menu, body.websiteid_19 .menu.clicked-menu, body.websiteid_23 .menu.clicked-menu, body.websiteid_32 .menu.clicked-menu, body.websiteid_33 .menu.clicked-menu, body.websiteid_34 .menu.clicked-menu, body.websiteid_35 .menu.clicked-menu {
    background: #003057;
    transition: all 0.1s ease-out;
    transition-delay: 0s !important; }
    body.websiteid_1 .menu.clicked-menu .icon-bar, body.websiteid_5 .menu.clicked-menu .icon-bar, body.websiteid_6 .menu.clicked-menu .icon-bar, body.websiteid_7 .menu.clicked-menu .icon-bar, body.websiteid_8 .menu.clicked-menu .icon-bar, body.websiteid_9 .menu.clicked-menu .icon-bar, body.websiteid_10 .menu.clicked-menu .icon-bar, body.websiteid_15 .menu.clicked-menu .icon-bar, body.websiteid_16 .menu.clicked-menu .icon-bar, body.websiteid_17 .menu.clicked-menu .icon-bar, body.websiteid_19 .menu.clicked-menu .icon-bar, body.websiteid_23 .menu.clicked-menu .icon-bar, body.websiteid_32 .menu.clicked-menu .icon-bar, body.websiteid_33 .menu.clicked-menu .icon-bar, body.websiteid_34 .menu.clicked-menu .icon-bar, body.websiteid_35 .menu.clicked-menu .icon-bar {
      background: white !important;
      transition: all 0.1s ease-out; }

body.websiteid_1 .menu-button .icon-bar, body.websiteid_5 .menu-button .icon-bar, body.websiteid_6 .menu-button .icon-bar, body.websiteid_7 .menu-button .icon-bar, body.websiteid_8 .menu-button .icon-bar, body.websiteid_9 .menu-button .icon-bar, body.websiteid_10 .menu-button .icon-bar, body.websiteid_15 .menu-button .icon-bar, body.websiteid_16 .menu-button .icon-bar, body.websiteid_17 .menu-button .icon-bar, body.websiteid_19 .menu-button .icon-bar, body.websiteid_23 .menu-button .icon-bar, body.websiteid_32 .menu-button .icon-bar, body.websiteid_33 .menu-button .icon-bar, body.websiteid_34 .menu-button .icon-bar, body.websiteid_35 .menu-button .icon-bar {
  background: #FF4A00 !important;
  height: 2px !important;
  margin-bottom: 7px !important;
  width: 40px !important; }

body.websiteid_1 .nav-mobile, body.websiteid_5 .nav-mobile, body.websiteid_6 .nav-mobile, body.websiteid_7 .nav-mobile, body.websiteid_8 .nav-mobile, body.websiteid_9 .nav-mobile, body.websiteid_10 .nav-mobile, body.websiteid_15 .nav-mobile, body.websiteid_16 .nav-mobile, body.websiteid_17 .nav-mobile, body.websiteid_19 .nav-mobile, body.websiteid_23 .nav-mobile, body.websiteid_32 .nav-mobile, body.websiteid_33 .nav-mobile, body.websiteid_34 .nav-mobile, body.websiteid_35 .nav-mobile {
  top: 65px !important;
  background: #003866 !important;
  padding: 20px 20px 60px 20px !important;
  width: 100%;
  transition: opacity 0.2s ease-out;
  opacity: 1;
  transition-delay: 0.4s; }
  body.websiteid_1 .nav-mobile li a, body.websiteid_5 .nav-mobile li a, body.websiteid_6 .nav-mobile li a, body.websiteid_7 .nav-mobile li a, body.websiteid_8 .nav-mobile li a, body.websiteid_9 .nav-mobile li a, body.websiteid_10 .nav-mobile li a, body.websiteid_15 .nav-mobile li a, body.websiteid_16 .nav-mobile li a, body.websiteid_17 .nav-mobile li a, body.websiteid_19 .nav-mobile li a, body.websiteid_23 .nav-mobile li a, body.websiteid_32 .nav-mobile li a, body.websiteid_33 .nav-mobile li a, body.websiteid_34 .nav-mobile li a, body.websiteid_35 .nav-mobile li a {
    background: #003866 !important;
    color: white !important;
    border: none !important;
    margin: 0 auto;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 22px !important; }
    body.websiteid_1 .nav-mobile li a:hover, body.websiteid_5 .nav-mobile li a:hover, body.websiteid_6 .nav-mobile li a:hover, body.websiteid_7 .nav-mobile li a:hover, body.websiteid_8 .nav-mobile li a:hover, body.websiteid_9 .nav-mobile li a:hover, body.websiteid_10 .nav-mobile li a:hover, body.websiteid_15 .nav-mobile li a:hover, body.websiteid_16 .nav-mobile li a:hover, body.websiteid_17 .nav-mobile li a:hover, body.websiteid_19 .nav-mobile li a:hover, body.websiteid_23 .nav-mobile li a:hover, body.websiteid_32 .nav-mobile li a:hover, body.websiteid_33 .nav-mobile li a:hover, body.websiteid_34 .nav-mobile li a:hover, body.websiteid_35 .nav-mobile li a:hover {
      color: #FF4A00 !important; }
    body.websiteid_1 .nav-mobile li a.main-red-bg, body.websiteid_5 .nav-mobile li a.main-red-bg, body.websiteid_6 .nav-mobile li a.main-red-bg, body.websiteid_7 .nav-mobile li a.main-red-bg, body.websiteid_8 .nav-mobile li a.main-red-bg, body.websiteid_9 .nav-mobile li a.main-red-bg, body.websiteid_10 .nav-mobile li a.main-red-bg, body.websiteid_15 .nav-mobile li a.main-red-bg, body.websiteid_16 .nav-mobile li a.main-red-bg, body.websiteid_17 .nav-mobile li a.main-red-bg, body.websiteid_19 .nav-mobile li a.main-red-bg, body.websiteid_23 .nav-mobile li a.main-red-bg, body.websiteid_32 .nav-mobile li a.main-red-bg, body.websiteid_33 .nav-mobile li a.main-red-bg, body.websiteid_34 .nav-mobile li a.main-red-bg, body.websiteid_35 .nav-mobile li a.main-red-bg {
      background: #FF4A00 !important; }
      body.websiteid_1 .nav-mobile li a.main-red-bg:hover, body.websiteid_5 .nav-mobile li a.main-red-bg:hover, body.websiteid_6 .nav-mobile li a.main-red-bg:hover, body.websiteid_7 .nav-mobile li a.main-red-bg:hover, body.websiteid_8 .nav-mobile li a.main-red-bg:hover, body.websiteid_9 .nav-mobile li a.main-red-bg:hover, body.websiteid_10 .nav-mobile li a.main-red-bg:hover, body.websiteid_15 .nav-mobile li a.main-red-bg:hover, body.websiteid_16 .nav-mobile li a.main-red-bg:hover, body.websiteid_17 .nav-mobile li a.main-red-bg:hover, body.websiteid_19 .nav-mobile li a.main-red-bg:hover, body.websiteid_23 .nav-mobile li a.main-red-bg:hover, body.websiteid_32 .nav-mobile li a.main-red-bg:hover, body.websiteid_33 .nav-mobile li a.main-red-bg:hover, body.websiteid_34 .nav-mobile li a.main-red-bg:hover, body.websiteid_35 .nav-mobile li a.main-red-bg:hover {
        background: #00A0DF !important;
        color: white !important; }

body.websiteid_1 #header, body.websiteid_5 #header, body.websiteid_6 #header, body.websiteid_7 #header, body.websiteid_8 #header, body.websiteid_9 #header, body.websiteid_10 #header, body.websiteid_15 #header, body.websiteid_16 #header, body.websiteid_17 #header, body.websiteid_19 #header, body.websiteid_23 #header, body.websiteid_32 #header, body.websiteid_33 #header, body.websiteid_34 #header, body.websiteid_35 #header {
  background: #003057 !important;
  height: 65px; }
  body.websiteid_1 #header .img-responsive, body.websiteid_5 #header .img-responsive, body.websiteid_6 #header .img-responsive, body.websiteid_7 #header .img-responsive, body.websiteid_8 #header .img-responsive, body.websiteid_9 #header .img-responsive, body.websiteid_10 #header .img-responsive, body.websiteid_15 #header .img-responsive, body.websiteid_16 #header .img-responsive, body.websiteid_17 #header .img-responsive, body.websiteid_19 #header .img-responsive, body.websiteid_23 #header .img-responsive, body.websiteid_32 #header .img-responsive, body.websiteid_33 #header .img-responsive, body.websiteid_34 #header .img-responsive, body.websiteid_35 #header .img-responsive {
    display: block; }
    body.websiteid_1 #header .img-responsive.img-responsive-other, body.websiteid_5 #header .img-responsive.img-responsive-other, body.websiteid_6 #header .img-responsive.img-responsive-other, body.websiteid_7 #header .img-responsive.img-responsive-other, body.websiteid_8 #header .img-responsive.img-responsive-other, body.websiteid_9 #header .img-responsive.img-responsive-other, body.websiteid_10 #header .img-responsive.img-responsive-other, body.websiteid_15 #header .img-responsive.img-responsive-other, body.websiteid_16 #header .img-responsive.img-responsive-other, body.websiteid_17 #header .img-responsive.img-responsive-other, body.websiteid_19 #header .img-responsive.img-responsive-other, body.websiteid_23 #header .img-responsive.img-responsive-other, body.websiteid_32 #header .img-responsive.img-responsive-other, body.websiteid_33 #header .img-responsive.img-responsive-other, body.websiteid_34 #header .img-responsive.img-responsive-other, body.websiteid_35 #header .img-responsive.img-responsive-other {
      display: block;
      max-width: 60%; }
  body.websiteid_1 #header #header-rectangle, body.websiteid_5 #header #header-rectangle, body.websiteid_6 #header #header-rectangle, body.websiteid_7 #header #header-rectangle, body.websiteid_8 #header #header-rectangle, body.websiteid_9 #header #header-rectangle, body.websiteid_10 #header #header-rectangle, body.websiteid_15 #header #header-rectangle, body.websiteid_16 #header #header-rectangle, body.websiteid_17 #header #header-rectangle, body.websiteid_19 #header #header-rectangle, body.websiteid_23 #header #header-rectangle, body.websiteid_32 #header #header-rectangle, body.websiteid_33 #header #header-rectangle, body.websiteid_34 #header #header-rectangle, body.websiteid_35 #header #header-rectangle {
    background: #003057;
    display: block;
    height: 65px;
    position: absolute; }

body.websiteid_1 #container-mobile, body.websiteid_5 #container-mobile, body.websiteid_6 #container-mobile, body.websiteid_7 #container-mobile, body.websiteid_8 #container-mobile, body.websiteid_9 #container-mobile, body.websiteid_10 #container-mobile, body.websiteid_15 #container-mobile, body.websiteid_16 #container-mobile, body.websiteid_17 #container-mobile, body.websiteid_19 #container-mobile, body.websiteid_23 #container-mobile, body.websiteid_32 #container-mobile, body.websiteid_33 #container-mobile, body.websiteid_34 #container-mobile, body.websiteid_35 #container-mobile {
  z-index: 999;
  height: 65px; }
  body.websiteid_1 #container-mobile .img-responsive, body.websiteid_5 #container-mobile .img-responsive, body.websiteid_6 #container-mobile .img-responsive, body.websiteid_7 #container-mobile .img-responsive, body.websiteid_8 #container-mobile .img-responsive, body.websiteid_9 #container-mobile .img-responsive, body.websiteid_10 #container-mobile .img-responsive, body.websiteid_15 #container-mobile .img-responsive, body.websiteid_16 #container-mobile .img-responsive, body.websiteid_17 #container-mobile .img-responsive, body.websiteid_19 #container-mobile .img-responsive, body.websiteid_23 #container-mobile .img-responsive, body.websiteid_32 #container-mobile .img-responsive, body.websiteid_33 #container-mobile .img-responsive, body.websiteid_34 #container-mobile .img-responsive, body.websiteid_35 #container-mobile .img-responsive {
    max-width: 160px !important; }
  body.websiteid_1 #container-mobile .menu, body.websiteid_5 #container-mobile .menu, body.websiteid_6 #container-mobile .menu, body.websiteid_7 #container-mobile .menu, body.websiteid_8 #container-mobile .menu, body.websiteid_9 #container-mobile .menu, body.websiteid_10 #container-mobile .menu, body.websiteid_15 #container-mobile .menu, body.websiteid_16 #container-mobile .menu, body.websiteid_17 #container-mobile .menu, body.websiteid_19 #container-mobile .menu, body.websiteid_23 #container-mobile .menu, body.websiteid_32 #container-mobile .menu, body.websiteid_33 #container-mobile .menu, body.websiteid_34 #container-mobile .menu, body.websiteid_35 #container-mobile .menu {
    padding: 23px 0px 17px 0px !important; }

body.websiteid_1 a.main-red-bg, body.websiteid_5 a.main-red-bg, body.websiteid_6 a.main-red-bg, body.websiteid_7 a.main-red-bg, body.websiteid_8 a.main-red-bg, body.websiteid_9 a.main-red-bg, body.websiteid_10 a.main-red-bg, body.websiteid_15 a.main-red-bg, body.websiteid_16 a.main-red-bg, body.websiteid_17 a.main-red-bg, body.websiteid_19 a.main-red-bg, body.websiteid_23 a.main-red-bg, body.websiteid_32 a.main-red-bg, body.websiteid_33 a.main-red-bg, body.websiteid_34 a.main-red-bg, body.websiteid_35 a.main-red-bg {
  border-radius: 5px;
  background: #FF4A00 !important;
  max-width: 150px;
  padding-top: 5px;
  padding-bottom: 5px; }
  body.websiteid_1 a.main-red-bg:hover, body.websiteid_5 a.main-red-bg:hover, body.websiteid_6 a.main-red-bg:hover, body.websiteid_7 a.main-red-bg:hover, body.websiteid_8 a.main-red-bg:hover, body.websiteid_9 a.main-red-bg:hover, body.websiteid_10 a.main-red-bg:hover, body.websiteid_15 a.main-red-bg:hover, body.websiteid_16 a.main-red-bg:hover, body.websiteid_17 a.main-red-bg:hover, body.websiteid_19 a.main-red-bg:hover, body.websiteid_23 a.main-red-bg:hover, body.websiteid_32 a.main-red-bg:hover, body.websiteid_33 a.main-red-bg:hover, body.websiteid_34 a.main-red-bg:hover, body.websiteid_35 a.main-red-bg:hover {
    background-color: #003057 !important;
    transition: 0.2s ease;
    color: #ffffff !important; }

body.websiteid_1 .logo, body.websiteid_5 .logo, body.websiteid_6 .logo, body.websiteid_7 .logo, body.websiteid_8 .logo, body.websiteid_9 .logo, body.websiteid_10 .logo, body.websiteid_15 .logo, body.websiteid_16 .logo, body.websiteid_17 .logo, body.websiteid_19 .logo, body.websiteid_23 .logo, body.websiteid_32 .logo, body.websiteid_33 .logo, body.websiteid_34 .logo, body.websiteid_35 .logo {
  width: 60%;
  top: 60% !important; }
  body.websiteid_1 .logo a img, body.websiteid_5 .logo a img, body.websiteid_6 .logo a img, body.websiteid_7 .logo a img, body.websiteid_8 .logo a img, body.websiteid_9 .logo a img, body.websiteid_10 .logo a img, body.websiteid_15 .logo a img, body.websiteid_16 .logo a img, body.websiteid_17 .logo a img, body.websiteid_19 .logo a img, body.websiteid_23 .logo a img, body.websiteid_32 .logo a img, body.websiteid_33 .logo a img, body.websiteid_34 .logo a img, body.websiteid_35 .logo a img {
    max-width: 170px !important;
    width: 100%;
    margin-top: 5px; }

body.websiteid_1 #fourth-row h1, body.websiteid_5 #fourth-row h1, body.websiteid_6 #fourth-row h1, body.websiteid_7 #fourth-row h1, body.websiteid_8 #fourth-row h1, body.websiteid_9 #fourth-row h1, body.websiteid_10 #fourth-row h1, body.websiteid_15 #fourth-row h1, body.websiteid_16 #fourth-row h1, body.websiteid_17 #fourth-row h1, body.websiteid_19 #fourth-row h1, body.websiteid_23 #fourth-row h1, body.websiteid_32 #fourth-row h1, body.websiteid_33 #fourth-row h1, body.websiteid_34 #fourth-row h1, body.websiteid_35 #fourth-row h1 {
  color: #003057; }

body.websiteid_1 .container-search, body.websiteid_5 .container-search, body.websiteid_6 .container-search, body.websiteid_7 .container-search, body.websiteid_8 .container-search, body.websiteid_9 .container-search, body.websiteid_10 .container-search, body.websiteid_15 .container-search, body.websiteid_16 .container-search, body.websiteid_17 .container-search, body.websiteid_19 .container-search, body.websiteid_23 .container-search, body.websiteid_32 .container-search, body.websiteid_33 .container-search, body.websiteid_34 .container-search, body.websiteid_35 .container-search {
  /*background: rgba(19,19,19,1);
                background: -moz-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
                background: -webkit-gradient(left top, right top, color-stop(0%, rgba(19,19,19,1)), color-stop(100%, rgba(69,69,69,1)));
                background: -webkit-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
                background: -o-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
                background: -ms-linear-gradient(left, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
                background: linear-gradient(to right, rgba(19,19,19,1) 0%, rgba(69,69,69,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#454545', GradientType=1 );*/
  background: linear-gradient(to right, #00A0DF 0%, #003057 95%);
  top: -40px; }

body.websiteid_1 .search-btn, body.websiteid_5 .search-btn, body.websiteid_6 .search-btn, body.websiteid_7 .search-btn, body.websiteid_8 .search-btn, body.websiteid_9 .search-btn, body.websiteid_10 .search-btn, body.websiteid_15 .search-btn, body.websiteid_16 .search-btn, body.websiteid_17 .search-btn, body.websiteid_19 .search-btn, body.websiteid_23 .search-btn, body.websiteid_32 .search-btn, body.websiteid_33 .search-btn, body.websiteid_34 .search-btn, body.websiteid_35 .search-btn {
  background: #FF4A00; }
  body.websiteid_1 .search-btn:hover, body.websiteid_5 .search-btn:hover, body.websiteid_6 .search-btn:hover, body.websiteid_7 .search-btn:hover, body.websiteid_8 .search-btn:hover, body.websiteid_9 .search-btn:hover, body.websiteid_10 .search-btn:hover, body.websiteid_15 .search-btn:hover, body.websiteid_16 .search-btn:hover, body.websiteid_17 .search-btn:hover, body.websiteid_19 .search-btn:hover, body.websiteid_23 .search-btn:hover, body.websiteid_32 .search-btn:hover, body.websiteid_33 .search-btn:hover, body.websiteid_34 .search-btn:hover, body.websiteid_35 .search-btn:hover {
    background: #00A0DF; }

body.websiteid_1 #first-section, body.websiteid_5 #first-section, body.websiteid_6 #first-section, body.websiteid_7 #first-section, body.websiteid_8 #first-section, body.websiteid_9 #first-section, body.websiteid_10 #first-section, body.websiteid_15 #first-section, body.websiteid_16 #first-section, body.websiteid_17 #first-section, body.websiteid_19 #first-section, body.websiteid_23 #first-section, body.websiteid_32 #first-section, body.websiteid_33 #first-section, body.websiteid_34 #first-section, body.websiteid_35 #first-section {
  margin-top: 200px; }
  body.websiteid_1 #first-section h2, body.websiteid_5 #first-section h2, body.websiteid_6 #first-section h2, body.websiteid_7 #first-section h2, body.websiteid_8 #first-section h2, body.websiteid_9 #first-section h2, body.websiteid_10 #first-section h2, body.websiteid_15 #first-section h2, body.websiteid_16 #first-section h2, body.websiteid_17 #first-section h2, body.websiteid_19 #first-section h2, body.websiteid_23 #first-section h2, body.websiteid_32 #first-section h2, body.websiteid_33 #first-section h2, body.websiteid_34 #first-section h2, body.websiteid_35 #first-section h2 {
    color: #003057; }

body.websiteid_1 #contact-btn, body.websiteid_5 #contact-btn, body.websiteid_6 #contact-btn, body.websiteid_7 #contact-btn, body.websiteid_8 #contact-btn, body.websiteid_9 #contact-btn, body.websiteid_10 #contact-btn, body.websiteid_15 #contact-btn, body.websiteid_16 #contact-btn, body.websiteid_17 #contact-btn, body.websiteid_19 #contact-btn, body.websiteid_23 #contact-btn, body.websiteid_32 #contact-btn, body.websiteid_33 #contact-btn, body.websiteid_34 #contact-btn, body.websiteid_35 #contact-btn {
  background: #00A0DF; }
  body.websiteid_1 #contact-btn:hover, body.websiteid_5 #contact-btn:hover, body.websiteid_6 #contact-btn:hover, body.websiteid_7 #contact-btn:hover, body.websiteid_8 #contact-btn:hover, body.websiteid_9 #contact-btn:hover, body.websiteid_10 #contact-btn:hover, body.websiteid_15 #contact-btn:hover, body.websiteid_16 #contact-btn:hover, body.websiteid_17 #contact-btn:hover, body.websiteid_19 #contact-btn:hover, body.websiteid_23 #contact-btn:hover, body.websiteid_32 #contact-btn:hover, body.websiteid_33 #contact-btn:hover, body.websiteid_34 #contact-btn:hover, body.websiteid_35 #contact-btn:hover {
    border-color: #00A0DF; }

body.websiteid_1 #about-btn, body.websiteid_5 #about-btn, body.websiteid_6 #about-btn, body.websiteid_7 #about-btn, body.websiteid_8 #about-btn, body.websiteid_9 #about-btn, body.websiteid_10 #about-btn, body.websiteid_15 #about-btn, body.websiteid_16 #about-btn, body.websiteid_17 #about-btn, body.websiteid_19 #about-btn, body.websiteid_23 #about-btn, body.websiteid_32 #about-btn, body.websiteid_33 #about-btn, body.websiteid_34 #about-btn, body.websiteid_35 #about-btn {
  border-color: #003057; }
  body.websiteid_1 #about-btn:hover, body.websiteid_5 #about-btn:hover, body.websiteid_6 #about-btn:hover, body.websiteid_7 #about-btn:hover, body.websiteid_8 #about-btn:hover, body.websiteid_9 #about-btn:hover, body.websiteid_10 #about-btn:hover, body.websiteid_15 #about-btn:hover, body.websiteid_16 #about-btn:hover, body.websiteid_17 #about-btn:hover, body.websiteid_19 #about-btn:hover, body.websiteid_23 #about-btn:hover, body.websiteid_32 #about-btn:hover, body.websiteid_33 #about-btn:hover, body.websiteid_34 #about-btn:hover, body.websiteid_35 #about-btn:hover {
    background: #00A0DF;
    border-color: #00A0DF; }

body.websiteid_1 #web-banner .overlay-web-banner, body.websiteid_5 #web-banner .overlay-web-banner, body.websiteid_6 #web-banner .overlay-web-banner, body.websiteid_7 #web-banner .overlay-web-banner, body.websiteid_8 #web-banner .overlay-web-banner, body.websiteid_9 #web-banner .overlay-web-banner, body.websiteid_10 #web-banner .overlay-web-banner, body.websiteid_15 #web-banner .overlay-web-banner, body.websiteid_16 #web-banner .overlay-web-banner, body.websiteid_17 #web-banner .overlay-web-banner, body.websiteid_19 #web-banner .overlay-web-banner, body.websiteid_23 #web-banner .overlay-web-banner, body.websiteid_32 #web-banner .overlay-web-banner, body.websiteid_33 #web-banner .overlay-web-banner, body.websiteid_34 #web-banner .overlay-web-banner, body.websiteid_35 #web-banner .overlay-web-banner {
  background: #003057; }

body.websiteid_1 .box-resource a, body.websiteid_5 .box-resource a, body.websiteid_6 .box-resource a, body.websiteid_7 .box-resource a, body.websiteid_8 .box-resource a, body.websiteid_9 .box-resource a, body.websiteid_10 .box-resource a, body.websiteid_15 .box-resource a, body.websiteid_16 .box-resource a, body.websiteid_17 .box-resource a, body.websiteid_19 .box-resource a, body.websiteid_23 .box-resource a, body.websiteid_32 .box-resource a, body.websiteid_33 .box-resource a, body.websiteid_34 .box-resource a, body.websiteid_35 .box-resource a {
  background: #003057; }

body.websiteid_1 .box-resource .resource-btn a.btn, body.websiteid_5 .box-resource .resource-btn a.btn, body.websiteid_6 .box-resource .resource-btn a.btn, body.websiteid_7 .box-resource .resource-btn a.btn, body.websiteid_8 .box-resource .resource-btn a.btn, body.websiteid_9 .box-resource .resource-btn a.btn, body.websiteid_10 .box-resource .resource-btn a.btn, body.websiteid_15 .box-resource .resource-btn a.btn, body.websiteid_16 .box-resource .resource-btn a.btn, body.websiteid_17 .box-resource .resource-btn a.btn, body.websiteid_19 .box-resource .resource-btn a.btn, body.websiteid_23 .box-resource .resource-btn a.btn, body.websiteid_32 .box-resource .resource-btn a.btn, body.websiteid_33 .box-resource .resource-btn a.btn, body.websiteid_34 .box-resource .resource-btn a.btn, body.websiteid_35 .box-resource .resource-btn a.btn {
  background: #003057; }
  body.websiteid_1 .box-resource .resource-btn a.btn:hover, body.websiteid_5 .box-resource .resource-btn a.btn:hover, body.websiteid_6 .box-resource .resource-btn a.btn:hover, body.websiteid_7 .box-resource .resource-btn a.btn:hover, body.websiteid_8 .box-resource .resource-btn a.btn:hover, body.websiteid_9 .box-resource .resource-btn a.btn:hover, body.websiteid_10 .box-resource .resource-btn a.btn:hover, body.websiteid_15 .box-resource .resource-btn a.btn:hover, body.websiteid_16 .box-resource .resource-btn a.btn:hover, body.websiteid_17 .box-resource .resource-btn a.btn:hover, body.websiteid_19 .box-resource .resource-btn a.btn:hover, body.websiteid_23 .box-resource .resource-btn a.btn:hover, body.websiteid_32 .box-resource .resource-btn a.btn:hover, body.websiteid_33 .box-resource .resource-btn a.btn:hover, body.websiteid_34 .box-resource .resource-btn a.btn:hover, body.websiteid_35 .box-resource .resource-btn a.btn:hover {
    background: #FF4A00; }

body.websiteid_1 #sign-up:hover, body.websiteid_5 #sign-up:hover, body.websiteid_6 #sign-up:hover, body.websiteid_7 #sign-up:hover, body.websiteid_8 #sign-up:hover, body.websiteid_9 #sign-up:hover, body.websiteid_10 #sign-up:hover, body.websiteid_15 #sign-up:hover, body.websiteid_16 #sign-up:hover, body.websiteid_17 #sign-up:hover, body.websiteid_19 #sign-up:hover, body.websiteid_23 #sign-up:hover, body.websiteid_32 #sign-up:hover, body.websiteid_33 #sign-up:hover, body.websiteid_34 #sign-up:hover, body.websiteid_35 #sign-up:hover {
  background: #00A0DF;
  border-color: #00A0DF; }

body.websiteid_1 #signup-btn, body.websiteid_5 #signup-btn, body.websiteid_6 #signup-btn, body.websiteid_7 #signup-btn, body.websiteid_8 #signup-btn, body.websiteid_9 #signup-btn, body.websiteid_10 #signup-btn, body.websiteid_15 #signup-btn, body.websiteid_16 #signup-btn, body.websiteid_17 #signup-btn, body.websiteid_19 #signup-btn, body.websiteid_23 #signup-btn, body.websiteid_32 #signup-btn, body.websiteid_33 #signup-btn, body.websiteid_34 #signup-btn, body.websiteid_35 #signup-btn {
  display: none; }

body.websiteid_1 #features h1, body.websiteid_5 #features h1, body.websiteid_6 #features h1, body.websiteid_7 #features h1, body.websiteid_8 #features h1, body.websiteid_9 #features h1, body.websiteid_10 #features h1, body.websiteid_15 #features h1, body.websiteid_16 #features h1, body.websiteid_17 #features h1, body.websiteid_19 #features h1, body.websiteid_23 #features h1, body.websiteid_32 #features h1, body.websiteid_33 #features h1, body.websiteid_34 #features h1, body.websiteid_35 #features h1 {
  color: #003057 !important;
  -webkit-text-fill-color: #003057 !important; }

body.websiteid_1 #bloc-whitepapers, body.websiteid_5 #bloc-whitepapers, body.websiteid_6 #bloc-whitepapers, body.websiteid_7 #bloc-whitepapers, body.websiteid_8 #bloc-whitepapers, body.websiteid_9 #bloc-whitepapers, body.websiteid_10 #bloc-whitepapers, body.websiteid_15 #bloc-whitepapers, body.websiteid_16 #bloc-whitepapers, body.websiteid_17 #bloc-whitepapers, body.websiteid_19 #bloc-whitepapers, body.websiteid_23 #bloc-whitepapers, body.websiteid_32 #bloc-whitepapers, body.websiteid_33 #bloc-whitepapers, body.websiteid_34 #bloc-whitepapers, body.websiteid_35 #bloc-whitepapers {
  display: none; }

body.websiteid_1 #header-right-txt, body.websiteid_5 #header-right-txt, body.websiteid_6 #header-right-txt, body.websiteid_7 #header-right-txt, body.websiteid_8 #header-right-txt, body.websiteid_9 #header-right-txt, body.websiteid_10 #header-right-txt, body.websiteid_15 #header-right-txt, body.websiteid_16 #header-right-txt, body.websiteid_17 #header-right-txt, body.websiteid_19 #header-right-txt, body.websiteid_23 #header-right-txt, body.websiteid_32 #header-right-txt, body.websiteid_33 #header-right-txt, body.websiteid_34 #header-right-txt, body.websiteid_35 #header-right-txt {
  padding-left: 70px;
  margin-top: 160px;
  width: 100%;
  margin-left: 0;
  text-align: center; }
  body.websiteid_1 #header-right-txt .img-responsive, body.websiteid_5 #header-right-txt .img-responsive, body.websiteid_6 #header-right-txt .img-responsive, body.websiteid_7 #header-right-txt .img-responsive, body.websiteid_8 #header-right-txt .img-responsive, body.websiteid_9 #header-right-txt .img-responsive, body.websiteid_10 #header-right-txt .img-responsive, body.websiteid_15 #header-right-txt .img-responsive, body.websiteid_16 #header-right-txt .img-responsive, body.websiteid_17 #header-right-txt .img-responsive, body.websiteid_19 #header-right-txt .img-responsive, body.websiteid_23 #header-right-txt .img-responsive, body.websiteid_32 #header-right-txt .img-responsive, body.websiteid_33 #header-right-txt .img-responsive, body.websiteid_34 #header-right-txt .img-responsive, body.websiteid_35 #header-right-txt .img-responsive {
    display: none;
    max-width: 100%; }
  body.websiteid_1 #header-right-txt .main-title-corporate, body.websiteid_5 #header-right-txt .main-title-corporate, body.websiteid_6 #header-right-txt .main-title-corporate, body.websiteid_7 #header-right-txt .main-title-corporate, body.websiteid_8 #header-right-txt .main-title-corporate, body.websiteid_9 #header-right-txt .main-title-corporate, body.websiteid_10 #header-right-txt .main-title-corporate, body.websiteid_15 #header-right-txt .main-title-corporate, body.websiteid_16 #header-right-txt .main-title-corporate, body.websiteid_17 #header-right-txt .main-title-corporate, body.websiteid_19 #header-right-txt .main-title-corporate, body.websiteid_23 #header-right-txt .main-title-corporate, body.websiteid_32 #header-right-txt .main-title-corporate, body.websiteid_33 #header-right-txt .main-title-corporate, body.websiteid_34 #header-right-txt .main-title-corporate, body.websiteid_35 #header-right-txt .main-title-corporate {
    text-align: center;
    color: #00A0DF;
    font-size: 24px !important;
    text-transform: lowercase !important;
    font-weight: 400 !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: -180px;
    display: block;
    padding-left: 15px;
    padding-right: 15px; }
    body.websiteid_1 #header-right-txt .main-title-corporate span, body.websiteid_5 #header-right-txt .main-title-corporate span, body.websiteid_6 #header-right-txt .main-title-corporate span, body.websiteid_7 #header-right-txt .main-title-corporate span, body.websiteid_8 #header-right-txt .main-title-corporate span, body.websiteid_9 #header-right-txt .main-title-corporate span, body.websiteid_10 #header-right-txt .main-title-corporate span, body.websiteid_15 #header-right-txt .main-title-corporate span, body.websiteid_16 #header-right-txt .main-title-corporate span, body.websiteid_17 #header-right-txt .main-title-corporate span, body.websiteid_19 #header-right-txt .main-title-corporate span, body.websiteid_23 #header-right-txt .main-title-corporate span, body.websiteid_32 #header-right-txt .main-title-corporate span, body.websiteid_33 #header-right-txt .main-title-corporate span, body.websiteid_34 #header-right-txt .main-title-corporate span, body.websiteid_35 #header-right-txt .main-title-corporate span {
      color: white;
      font-size: 26px; }

body.websiteid_1 #ipad .img-responsive, body.websiteid_5 #ipad .img-responsive, body.websiteid_6 #ipad .img-responsive, body.websiteid_7 #ipad .img-responsive, body.websiteid_8 #ipad .img-responsive, body.websiteid_9 #ipad .img-responsive, body.websiteid_10 #ipad .img-responsive, body.websiteid_15 #ipad .img-responsive, body.websiteid_16 #ipad .img-responsive, body.websiteid_17 #ipad .img-responsive, body.websiteid_19 #ipad .img-responsive, body.websiteid_23 #ipad .img-responsive, body.websiteid_32 #ipad .img-responsive, body.websiteid_33 #ipad .img-responsive, body.websiteid_34 #ipad .img-responsive, body.websiteid_35 #ipad .img-responsive {
  display: none; }

body.websiteid_1 #clients-carousel .icon, body.websiteid_5 #clients-carousel .icon, body.websiteid_6 #clients-carousel .icon, body.websiteid_7 #clients-carousel .icon, body.websiteid_8 #clients-carousel .icon, body.websiteid_9 #clients-carousel .icon, body.websiteid_10 #clients-carousel .icon, body.websiteid_15 #clients-carousel .icon, body.websiteid_16 #clients-carousel .icon, body.websiteid_17 #clients-carousel .icon, body.websiteid_19 #clients-carousel .icon, body.websiteid_23 #clients-carousel .icon, body.websiteid_32 #clients-carousel .icon, body.websiteid_33 #clients-carousel .icon, body.websiteid_34 #clients-carousel .icon, body.websiteid_35 #clients-carousel .icon {
  font-family: huson-media;
  color: #00A0DF !important;
  font-size: 32px; }

body.websiteid_1 .carousel-control, body.websiteid_5 .carousel-control, body.websiteid_6 .carousel-control, body.websiteid_7 .carousel-control, body.websiteid_8 .carousel-control, body.websiteid_9 .carousel-control, body.websiteid_10 .carousel-control, body.websiteid_15 .carousel-control, body.websiteid_16 .carousel-control, body.websiteid_17 .carousel-control, body.websiteid_19 .carousel-control, body.websiteid_23 .carousel-control, body.websiteid_32 .carousel-control, body.websiteid_33 .carousel-control, body.websiteid_34 .carousel-control, body.websiteid_35 .carousel-control {
  text-shadow: none; }

body.websiteid_1 #third-section, body.websiteid_5 #third-section, body.websiteid_6 #third-section, body.websiteid_7 #third-section, body.websiteid_8 #third-section, body.websiteid_9 #third-section, body.websiteid_10 #third-section, body.websiteid_15 #third-section, body.websiteid_16 #third-section, body.websiteid_17 #third-section, body.websiteid_19 #third-section, body.websiteid_23 #third-section, body.websiteid_32 #third-section, body.websiteid_33 #third-section, body.websiteid_34 #third-section, body.websiteid_35 #third-section {
  background: #003057; }
  body.websiteid_1 #third-section .title-box .link, body.websiteid_5 #third-section .title-box .link, body.websiteid_6 #third-section .title-box .link, body.websiteid_7 #third-section .title-box .link, body.websiteid_8 #third-section .title-box .link, body.websiteid_9 #third-section .title-box .link, body.websiteid_10 #third-section .title-box .link, body.websiteid_15 #third-section .title-box .link, body.websiteid_16 #third-section .title-box .link, body.websiteid_17 #third-section .title-box .link, body.websiteid_19 #third-section .title-box .link, body.websiteid_23 #third-section .title-box .link, body.websiteid_32 #third-section .title-box .link, body.websiteid_33 #third-section .title-box .link, body.websiteid_34 #third-section .title-box .link, body.websiteid_35 #third-section .title-box .link {
    color: #00A0DF; }
  body.websiteid_1 #third-section .title-box p, body.websiteid_5 #third-section .title-box p, body.websiteid_6 #third-section .title-box p, body.websiteid_7 #third-section .title-box p, body.websiteid_8 #third-section .title-box p, body.websiteid_9 #third-section .title-box p, body.websiteid_10 #third-section .title-box p, body.websiteid_15 #third-section .title-box p, body.websiteid_16 #third-section .title-box p, body.websiteid_17 #third-section .title-box p, body.websiteid_19 #third-section .title-box p, body.websiteid_23 #third-section .title-box p, body.websiteid_32 #third-section .title-box p, body.websiteid_33 #third-section .title-box p, body.websiteid_34 #third-section .title-box p, body.websiteid_35 #third-section .title-box p {
    color: #ffffff; }

body.websiteid_1 .box-technology, body.websiteid_5 .box-technology, body.websiteid_6 .box-technology, body.websiteid_7 .box-technology, body.websiteid_8 .box-technology, body.websiteid_9 .box-technology, body.websiteid_10 .box-technology, body.websiteid_15 .box-technology, body.websiteid_16 .box-technology, body.websiteid_17 .box-technology, body.websiteid_19 .box-technology, body.websiteid_23 .box-technology, body.websiteid_32 .box-technology, body.websiteid_33 .box-technology, body.websiteid_34 .box-technology, body.websiteid_35 .box-technology {
  background: #003866;
  transition: all 0.2s ease-out;
  width: 25%; }
  body.websiteid_1 .box-technology:hover, body.websiteid_5 .box-technology:hover, body.websiteid_6 .box-technology:hover, body.websiteid_7 .box-technology:hover, body.websiteid_8 .box-technology:hover, body.websiteid_9 .box-technology:hover, body.websiteid_10 .box-technology:hover, body.websiteid_15 .box-technology:hover, body.websiteid_16 .box-technology:hover, body.websiteid_17 .box-technology:hover, body.websiteid_19 .box-technology:hover, body.websiteid_23 .box-technology:hover, body.websiteid_32 .box-technology:hover, body.websiteid_33 .box-technology:hover, body.websiteid_34 .box-technology:hover, body.websiteid_35 .box-technology:hover {
    background: #003e71;
    transition: all 0.2s ease-out; }

body.websiteid_1 #sub-footer, body.websiteid_5 #sub-footer, body.websiteid_6 #sub-footer, body.websiteid_7 #sub-footer, body.websiteid_8 #sub-footer, body.websiteid_9 #sub-footer, body.websiteid_10 #sub-footer, body.websiteid_15 #sub-footer, body.websiteid_16 #sub-footer, body.websiteid_17 #sub-footer, body.websiteid_19 #sub-footer, body.websiteid_23 #sub-footer, body.websiteid_32 #sub-footer, body.websiteid_33 #sub-footer, body.websiteid_34 #sub-footer, body.websiteid_35 #sub-footer {
  background: #003057;
  color: white; }
  body.websiteid_1 #sub-footer h5, body.websiteid_5 #sub-footer h5, body.websiteid_6 #sub-footer h5, body.websiteid_7 #sub-footer h5, body.websiteid_8 #sub-footer h5, body.websiteid_9 #sub-footer h5, body.websiteid_10 #sub-footer h5, body.websiteid_15 #sub-footer h5, body.websiteid_16 #sub-footer h5, body.websiteid_17 #sub-footer h5, body.websiteid_19 #sub-footer h5, body.websiteid_23 #sub-footer h5, body.websiteid_32 #sub-footer h5, body.websiteid_33 #sub-footer h5, body.websiteid_34 #sub-footer h5, body.websiteid_35 #sub-footer h5 {
    color: white !important; }
  body.websiteid_1 #sub-footer a, body.websiteid_5 #sub-footer a, body.websiteid_6 #sub-footer a, body.websiteid_7 #sub-footer a, body.websiteid_8 #sub-footer a, body.websiteid_9 #sub-footer a, body.websiteid_10 #sub-footer a, body.websiteid_15 #sub-footer a, body.websiteid_16 #sub-footer a, body.websiteid_17 #sub-footer a, body.websiteid_19 #sub-footer a, body.websiteid_23 #sub-footer a, body.websiteid_32 #sub-footer a, body.websiteid_33 #sub-footer a, body.websiteid_34 #sub-footer a, body.websiteid_35 #sub-footer a {
    color: white !important; }
    body.websiteid_1 #sub-footer a:hover, body.websiteid_5 #sub-footer a:hover, body.websiteid_6 #sub-footer a:hover, body.websiteid_7 #sub-footer a:hover, body.websiteid_8 #sub-footer a:hover, body.websiteid_9 #sub-footer a:hover, body.websiteid_10 #sub-footer a:hover, body.websiteid_15 #sub-footer a:hover, body.websiteid_16 #sub-footer a:hover, body.websiteid_17 #sub-footer a:hover, body.websiteid_19 #sub-footer a:hover, body.websiteid_23 #sub-footer a:hover, body.websiteid_32 #sub-footer a:hover, body.websiteid_33 #sub-footer a:hover, body.websiteid_34 #sub-footer a:hover, body.websiteid_35 #sub-footer a:hover {
      color: #FF4A00 !important; }
  body.websiteid_1 #sub-footer #contact-btn:hover, body.websiteid_5 #sub-footer #contact-btn:hover, body.websiteid_6 #sub-footer #contact-btn:hover, body.websiteid_7 #sub-footer #contact-btn:hover, body.websiteid_8 #sub-footer #contact-btn:hover, body.websiteid_9 #sub-footer #contact-btn:hover, body.websiteid_10 #sub-footer #contact-btn:hover, body.websiteid_15 #sub-footer #contact-btn:hover, body.websiteid_16 #sub-footer #contact-btn:hover, body.websiteid_17 #sub-footer #contact-btn:hover, body.websiteid_19 #sub-footer #contact-btn:hover, body.websiteid_23 #sub-footer #contact-btn:hover, body.websiteid_32 #sub-footer #contact-btn:hover, body.websiteid_33 #sub-footer #contact-btn:hover, body.websiteid_34 #sub-footer #contact-btn:hover, body.websiteid_35 #sub-footer #contact-btn:hover {
    background: #00A0DF !important;
    color: white !important; }

body.websiteid_1 #footer, body.websiteid_5 #footer, body.websiteid_6 #footer, body.websiteid_7 #footer, body.websiteid_8 #footer, body.websiteid_9 #footer, body.websiteid_10 #footer, body.websiteid_15 #footer, body.websiteid_16 #footer, body.websiteid_17 #footer, body.websiteid_19 #footer, body.websiteid_23 #footer, body.websiteid_32 #footer, body.websiteid_33 #footer, body.websiteid_34 #footer, body.websiteid_35 #footer {
  background: #003866 !important; }

body.websiteid_1 #contact-btn, body.websiteid_5 #contact-btn, body.websiteid_6 #contact-btn, body.websiteid_7 #contact-btn, body.websiteid_8 #contact-btn, body.websiteid_9 #contact-btn, body.websiteid_10 #contact-btn, body.websiteid_15 #contact-btn, body.websiteid_16 #contact-btn, body.websiteid_17 #contact-btn, body.websiteid_19 #contact-btn, body.websiteid_23 #contact-btn, body.websiteid_32 #contact-btn, body.websiteid_33 #contact-btn, body.websiteid_34 #contact-btn, body.websiteid_35 #contact-btn {
  background: #FF4A00; }
  body.websiteid_1 #contact-btn:hover, body.websiteid_5 #contact-btn:hover, body.websiteid_6 #contact-btn:hover, body.websiteid_7 #contact-btn:hover, body.websiteid_8 #contact-btn:hover, body.websiteid_9 #contact-btn:hover, body.websiteid_10 #contact-btn:hover, body.websiteid_15 #contact-btn:hover, body.websiteid_16 #contact-btn:hover, body.websiteid_17 #contact-btn:hover, body.websiteid_19 #contact-btn:hover, body.websiteid_23 #contact-btn:hover, body.websiteid_32 #contact-btn:hover, body.websiteid_33 #contact-btn:hover, body.websiteid_34 #contact-btn:hover, body.websiteid_35 #contact-btn:hover {
    background: #003057;
    color: white !important; }

body.websiteid_1 #main-container-first, body.websiteid_5 #main-container-first, body.websiteid_6 #main-container-first, body.websiteid_7 #main-container-first, body.websiteid_8 #main-container-first, body.websiteid_9 #main-container-first, body.websiteid_10 #main-container-first, body.websiteid_15 #main-container-first, body.websiteid_16 #main-container-first, body.websiteid_17 #main-container-first, body.websiteid_19 #main-container-first, body.websiteid_23 #main-container-first, body.websiteid_32 #main-container-first, body.websiteid_33 #main-container-first, body.websiteid_34 #main-container-first, body.websiteid_35 #main-container-first {
  padding-top: 160px; }

body.websiteid_1 #details-box, body.websiteid_5 #details-box, body.websiteid_6 #details-box, body.websiteid_7 #details-box, body.websiteid_8 #details-box, body.websiteid_9 #details-box, body.websiteid_10 #details-box, body.websiteid_15 #details-box, body.websiteid_16 #details-box, body.websiteid_17 #details-box, body.websiteid_19 #details-box, body.websiteid_23 #details-box, body.websiteid_32 #details-box, body.websiteid_33 #details-box, body.websiteid_34 #details-box, body.websiteid_35 #details-box {
  background: #003057; }

body.websiteid_1 .small-box-download a, body.websiteid_5 .small-box-download a, body.websiteid_6 .small-box-download a, body.websiteid_7 .small-box-download a, body.websiteid_8 .small-box-download a, body.websiteid_9 .small-box-download a, body.websiteid_10 .small-box-download a, body.websiteid_15 .small-box-download a, body.websiteid_16 .small-box-download a, body.websiteid_17 .small-box-download a, body.websiteid_19 .small-box-download a, body.websiteid_23 .small-box-download a, body.websiteid_32 .small-box-download a, body.websiteid_33 .small-box-download a, body.websiteid_34 .small-box-download a, body.websiteid_35 .small-box-download a {
  color: #FF4A00; }
  body.websiteid_1 .small-box-download a:hover, body.websiteid_5 .small-box-download a:hover, body.websiteid_6 .small-box-download a:hover, body.websiteid_7 .small-box-download a:hover, body.websiteid_8 .small-box-download a:hover, body.websiteid_9 .small-box-download a:hover, body.websiteid_10 .small-box-download a:hover, body.websiteid_15 .small-box-download a:hover, body.websiteid_16 .small-box-download a:hover, body.websiteid_17 .small-box-download a:hover, body.websiteid_19 .small-box-download a:hover, body.websiteid_23 .small-box-download a:hover, body.websiteid_32 .small-box-download a:hover, body.websiteid_33 .small-box-download a:hover, body.websiteid_34 .small-box-download a:hover, body.websiteid_35 .small-box-download a:hover {
    color: #00A0DF; }

body.websiteid_1 #about-title-home, body.websiteid_5 #about-title-home, body.websiteid_6 #about-title-home, body.websiteid_7 #about-title-home, body.websiteid_8 #about-title-home, body.websiteid_9 #about-title-home, body.websiteid_10 #about-title-home, body.websiteid_15 #about-title-home, body.websiteid_16 #about-title-home, body.websiteid_17 #about-title-home, body.websiteid_19 #about-title-home, body.websiteid_23 #about-title-home, body.websiteid_32 #about-title-home, body.websiteid_33 #about-title-home, body.websiteid_34 #about-title-home, body.websiteid_35 #about-title-home {
  color: #003057;
  -webkit-text-fill-color: #003057 !important;
  float: none; }

body.websiteid_1 #submitStep1:hover, body.websiteid_5 #submitStep1:hover, body.websiteid_6 #submitStep1:hover, body.websiteid_7 #submitStep1:hover, body.websiteid_8 #submitStep1:hover, body.websiteid_9 #submitStep1:hover, body.websiteid_10 #submitStep1:hover, body.websiteid_15 #submitStep1:hover, body.websiteid_16 #submitStep1:hover, body.websiteid_17 #submitStep1:hover, body.websiteid_19 #submitStep1:hover, body.websiteid_23 #submitStep1:hover, body.websiteid_32 #submitStep1:hover, body.websiteid_33 #submitStep1:hover, body.websiteid_34 #submitStep1:hover, body.websiteid_35 #submitStep1:hover {
  background: #00A0DF; }

body.websiteid_1 #featured-side-img .horizontal-rule, body.websiteid_5 #featured-side-img .horizontal-rule, body.websiteid_6 #featured-side-img .horizontal-rule, body.websiteid_7 #featured-side-img .horizontal-rule, body.websiteid_8 #featured-side-img .horizontal-rule, body.websiteid_9 #featured-side-img .horizontal-rule, body.websiteid_10 #featured-side-img .horizontal-rule, body.websiteid_15 #featured-side-img .horizontal-rule, body.websiteid_16 #featured-side-img .horizontal-rule, body.websiteid_17 #featured-side-img .horizontal-rule, body.websiteid_19 #featured-side-img .horizontal-rule, body.websiteid_23 #featured-side-img .horizontal-rule, body.websiteid_32 #featured-side-img .horizontal-rule, body.websiteid_33 #featured-side-img .horizontal-rule, body.websiteid_34 #featured-side-img .horizontal-rule, body.websiteid_35 #featured-side-img .horizontal-rule {
  width: 200px;
  max-width: 100%;
  border-color: #00A0DF; }

body.websiteid_1 .blue-title, body.websiteid_5 .blue-title, body.websiteid_6 .blue-title, body.websiteid_7 .blue-title, body.websiteid_8 .blue-title, body.websiteid_9 .blue-title, body.websiteid_10 .blue-title, body.websiteid_15 .blue-title, body.websiteid_16 .blue-title, body.websiteid_17 .blue-title, body.websiteid_19 .blue-title, body.websiteid_23 .blue-title, body.websiteid_32 .blue-title, body.websiteid_33 .blue-title, body.websiteid_34 .blue-title, body.websiteid_35 .blue-title {
  color: #003057;
  -webkit-text-fill-color: #003057; }

body.websiteid_1 .box-topics-heading, body.websiteid_5 .box-topics-heading, body.websiteid_6 .box-topics-heading, body.websiteid_7 .box-topics-heading, body.websiteid_8 .box-topics-heading, body.websiteid_9 .box-topics-heading, body.websiteid_10 .box-topics-heading, body.websiteid_15 .box-topics-heading, body.websiteid_16 .box-topics-heading, body.websiteid_17 .box-topics-heading, body.websiteid_19 .box-topics-heading, body.websiteid_23 .box-topics-heading, body.websiteid_32 .box-topics-heading, body.websiteid_33 .box-topics-heading, body.websiteid_34 .box-topics-heading, body.websiteid_35 .box-topics-heading {
  background: #003057; }
  body.websiteid_1 .box-topics-heading .icon-topics, body.websiteid_5 .box-topics-heading .icon-topics, body.websiteid_6 .box-topics-heading .icon-topics, body.websiteid_7 .box-topics-heading .icon-topics, body.websiteid_8 .box-topics-heading .icon-topics, body.websiteid_9 .box-topics-heading .icon-topics, body.websiteid_10 .box-topics-heading .icon-topics, body.websiteid_15 .box-topics-heading .icon-topics, body.websiteid_16 .box-topics-heading .icon-topics, body.websiteid_17 .box-topics-heading .icon-topics, body.websiteid_19 .box-topics-heading .icon-topics, body.websiteid_23 .box-topics-heading .icon-topics, body.websiteid_32 .box-topics-heading .icon-topics, body.websiteid_33 .box-topics-heading .icon-topics, body.websiteid_34 .box-topics-heading .icon-topics, body.websiteid_35 .box-topics-heading .icon-topics {
    background: #003057; }

body.websiteid_1 .vendor-image-holder .link, body.websiteid_5 .vendor-image-holder .link, body.websiteid_6 .vendor-image-holder .link, body.websiteid_7 .vendor-image-holder .link, body.websiteid_8 .vendor-image-holder .link, body.websiteid_9 .vendor-image-holder .link, body.websiteid_10 .vendor-image-holder .link, body.websiteid_15 .vendor-image-holder .link, body.websiteid_16 .vendor-image-holder .link, body.websiteid_17 .vendor-image-holder .link, body.websiteid_19 .vendor-image-holder .link, body.websiteid_23 .vendor-image-holder .link, body.websiteid_32 .vendor-image-holder .link, body.websiteid_33 .vendor-image-holder .link, body.websiteid_34 .vendor-image-holder .link, body.websiteid_35 .vendor-image-holder .link {
  color: #003057 !important; }

body.websiteid_1 .box-black-header, body.websiteid_5 .box-black-header, body.websiteid_6 .box-black-header, body.websiteid_7 .box-black-header, body.websiteid_8 .box-black-header, body.websiteid_9 .box-black-header, body.websiteid_10 .box-black-header, body.websiteid_15 .box-black-header, body.websiteid_16 .box-black-header, body.websiteid_17 .box-black-header, body.websiteid_19 .box-black-header, body.websiteid_23 .box-black-header, body.websiteid_32 .box-black-header, body.websiteid_33 .box-black-header, body.websiteid_34 .box-black-header, body.websiteid_35 .box-black-header {
  background: #003057; }

body.websiteid_1 .location-map h3, body.websiteid_5 .location-map h3, body.websiteid_6 .location-map h3, body.websiteid_7 .location-map h3, body.websiteid_8 .location-map h3, body.websiteid_9 .location-map h3, body.websiteid_10 .location-map h3, body.websiteid_15 .location-map h3, body.websiteid_16 .location-map h3, body.websiteid_17 .location-map h3, body.websiteid_19 .location-map h3, body.websiteid_23 .location-map h3, body.websiteid_32 .location-map h3, body.websiteid_33 .location-map h3, body.websiteid_34 .location-map h3, body.websiteid_35 .location-map h3 {
  color: #003057; }

body.websiteid_1 .regional-links, body.websiteid_5 .regional-links, body.websiteid_6 .regional-links, body.websiteid_7 .regional-links, body.websiteid_8 .regional-links, body.websiteid_9 .regional-links, body.websiteid_10 .regional-links, body.websiteid_15 .regional-links, body.websiteid_16 .regional-links, body.websiteid_17 .regional-links, body.websiteid_19 .regional-links, body.websiteid_23 .regional-links, body.websiteid_32 .regional-links, body.websiteid_33 .regional-links, body.websiteid_34 .regional-links, body.websiteid_35 .regional-links {
  position: absolute;
  right: 0;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100vw;
  background-color: #000000; }
  body.websiteid_1 .regional-links a, body.websiteid_5 .regional-links a, body.websiteid_6 .regional-links a, body.websiteid_7 .regional-links a, body.websiteid_8 .regional-links a, body.websiteid_9 .regional-links a, body.websiteid_10 .regional-links a, body.websiteid_15 .regional-links a, body.websiteid_16 .regional-links a, body.websiteid_17 .regional-links a, body.websiteid_19 .regional-links a, body.websiteid_23 .regional-links a, body.websiteid_32 .regional-links a, body.websiteid_33 .regional-links a, body.websiteid_34 .regional-links a, body.websiteid_35 .regional-links a {
    text-align: right;
    color: #f0f0f0;
    font-size: 12px; }
    body.websiteid_1 .regional-links a span, body.websiteid_5 .regional-links a span, body.websiteid_6 .regional-links a span, body.websiteid_7 .regional-links a span, body.websiteid_8 .regional-links a span, body.websiteid_9 .regional-links a span, body.websiteid_10 .regional-links a span, body.websiteid_15 .regional-links a span, body.websiteid_16 .regional-links a span, body.websiteid_17 .regional-links a span, body.websiteid_19 .regional-links a span, body.websiteid_23 .regional-links a span, body.websiteid_32 .regional-links a span, body.websiteid_33 .regional-links a span, body.websiteid_34 .regional-links a span, body.websiteid_35 .regional-links a span {
      margin-left: 2px;
      margin-right: 2px;
      opacity: 0.4; }
    body.websiteid_1 .regional-links a:hover, body.websiteid_5 .regional-links a:hover, body.websiteid_6 .regional-links a:hover, body.websiteid_7 .regional-links a:hover, body.websiteid_8 .regional-links a:hover, body.websiteid_9 .regional-links a:hover, body.websiteid_10 .regional-links a:hover, body.websiteid_15 .regional-links a:hover, body.websiteid_16 .regional-links a:hover, body.websiteid_17 .regional-links a:hover, body.websiteid_19 .regional-links a:hover, body.websiteid_23 .regional-links a:hover, body.websiteid_32 .regional-links a:hover, body.websiteid_33 .regional-links a:hover, body.websiteid_34 .regional-links a:hover, body.websiteid_35 .regional-links a:hover {
      color: #FF4A00; }
      body.websiteid_1 .regional-links a:hover span, body.websiteid_5 .regional-links a:hover span, body.websiteid_6 .regional-links a:hover span, body.websiteid_7 .regional-links a:hover span, body.websiteid_8 .regional-links a:hover span, body.websiteid_9 .regional-links a:hover span, body.websiteid_10 .regional-links a:hover span, body.websiteid_15 .regional-links a:hover span, body.websiteid_16 .regional-links a:hover span, body.websiteid_17 .regional-links a:hover span, body.websiteid_19 .regional-links a:hover span, body.websiteid_23 .regional-links a:hover span, body.websiteid_32 .regional-links a:hover span, body.websiteid_33 .regional-links a:hover span, body.websiteid_34 .regional-links a:hover span, body.websiteid_35 .regional-links a:hover span {
        color: #f0f0f0; }

body.websiteid_1 .sign-up-link, body.websiteid_5 .sign-up-link, body.websiteid_6 .sign-up-link, body.websiteid_7 .sign-up-link, body.websiteid_8 .sign-up-link, body.websiteid_9 .sign-up-link, body.websiteid_10 .sign-up-link, body.websiteid_15 .sign-up-link, body.websiteid_16 .sign-up-link, body.websiteid_17 .sign-up-link, body.websiteid_19 .sign-up-link, body.websiteid_23 .sign-up-link, body.websiteid_32 .sign-up-link, body.websiteid_33 .sign-up-link, body.websiteid_34 .sign-up-link, body.websiteid_35 .sign-up-link {
  position: absolute;
  right: 0;
  margin-right: 80px;
  top: 32px; }
  body.websiteid_1 .sign-up-link a, body.websiteid_5 .sign-up-link a, body.websiteid_6 .sign-up-link a, body.websiteid_7 .sign-up-link a, body.websiteid_8 .sign-up-link a, body.websiteid_9 .sign-up-link a, body.websiteid_10 .sign-up-link a, body.websiteid_15 .sign-up-link a, body.websiteid_16 .sign-up-link a, body.websiteid_17 .sign-up-link a, body.websiteid_19 .sign-up-link a, body.websiteid_23 .sign-up-link a, body.websiteid_32 .sign-up-link a, body.websiteid_33 .sign-up-link a, body.websiteid_34 .sign-up-link a, body.websiteid_35 .sign-up-link a {
    color: #FF4A00; }
    body.websiteid_1 .sign-up-link a:hover, body.websiteid_5 .sign-up-link a:hover, body.websiteid_6 .sign-up-link a:hover, body.websiteid_7 .sign-up-link a:hover, body.websiteid_8 .sign-up-link a:hover, body.websiteid_9 .sign-up-link a:hover, body.websiteid_10 .sign-up-link a:hover, body.websiteid_15 .sign-up-link a:hover, body.websiteid_16 .sign-up-link a:hover, body.websiteid_17 .sign-up-link a:hover, body.websiteid_19 .sign-up-link a:hover, body.websiteid_23 .sign-up-link a:hover, body.websiteid_32 .sign-up-link a:hover, body.websiteid_33 .sign-up-link a:hover, body.websiteid_34 .sign-up-link a:hover, body.websiteid_35 .sign-up-link a:hover {
      color: #ffffff; }

body.websiteid_1 #sister-brands-banner, body.websiteid_5 #sister-brands-banner, body.websiteid_6 #sister-brands-banner, body.websiteid_7 #sister-brands-banner, body.websiteid_8 #sister-brands-banner, body.websiteid_9 #sister-brands-banner, body.websiteid_10 #sister-brands-banner, body.websiteid_15 #sister-brands-banner, body.websiteid_16 #sister-brands-banner, body.websiteid_17 #sister-brands-banner, body.websiteid_19 #sister-brands-banner, body.websiteid_23 #sister-brands-banner, body.websiteid_32 #sister-brands-banner, body.websiteid_33 #sister-brands-banner, body.websiteid_34 #sister-brands-banner, body.websiteid_35 #sister-brands-banner {
  background-color: #003057;
  padding-top: 40px; }
  body.websiteid_1 #sister-brands-banner .sister-brands-inner-container, body.websiteid_5 #sister-brands-banner .sister-brands-inner-container, body.websiteid_6 #sister-brands-banner .sister-brands-inner-container, body.websiteid_7 #sister-brands-banner .sister-brands-inner-container, body.websiteid_8 #sister-brands-banner .sister-brands-inner-container, body.websiteid_9 #sister-brands-banner .sister-brands-inner-container, body.websiteid_10 #sister-brands-banner .sister-brands-inner-container, body.websiteid_15 #sister-brands-banner .sister-brands-inner-container, body.websiteid_16 #sister-brands-banner .sister-brands-inner-container, body.websiteid_17 #sister-brands-banner .sister-brands-inner-container, body.websiteid_19 #sister-brands-banner .sister-brands-inner-container, body.websiteid_23 #sister-brands-banner .sister-brands-inner-container, body.websiteid_32 #sister-brands-banner .sister-brands-inner-container, body.websiteid_33 #sister-brands-banner .sister-brands-inner-container, body.websiteid_34 #sister-brands-banner .sister-brands-inner-container, body.websiteid_35 #sister-brands-banner .sister-brands-inner-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  body.websiteid_1 #sister-brands-banner .logo-container, body.websiteid_5 #sister-brands-banner .logo-container, body.websiteid_6 #sister-brands-banner .logo-container, body.websiteid_7 #sister-brands-banner .logo-container, body.websiteid_8 #sister-brands-banner .logo-container, body.websiteid_9 #sister-brands-banner .logo-container, body.websiteid_10 #sister-brands-banner .logo-container, body.websiteid_15 #sister-brands-banner .logo-container, body.websiteid_16 #sister-brands-banner .logo-container, body.websiteid_17 #sister-brands-banner .logo-container, body.websiteid_19 #sister-brands-banner .logo-container, body.websiteid_23 #sister-brands-banner .logo-container, body.websiteid_32 #sister-brands-banner .logo-container, body.websiteid_33 #sister-brands-banner .logo-container, body.websiteid_34 #sister-brands-banner .logo-container, body.websiteid_35 #sister-brands-banner .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px; }
    body.websiteid_1 #sister-brands-banner .logo-container img, body.websiteid_5 #sister-brands-banner .logo-container img, body.websiteid_6 #sister-brands-banner .logo-container img, body.websiteid_7 #sister-brands-banner .logo-container img, body.websiteid_8 #sister-brands-banner .logo-container img, body.websiteid_9 #sister-brands-banner .logo-container img, body.websiteid_10 #sister-brands-banner .logo-container img, body.websiteid_15 #sister-brands-banner .logo-container img, body.websiteid_16 #sister-brands-banner .logo-container img, body.websiteid_17 #sister-brands-banner .logo-container img, body.websiteid_19 #sister-brands-banner .logo-container img, body.websiteid_23 #sister-brands-banner .logo-container img, body.websiteid_32 #sister-brands-banner .logo-container img, body.websiteid_33 #sister-brands-banner .logo-container img, body.websiteid_34 #sister-brands-banner .logo-container img, body.websiteid_35 #sister-brands-banner .logo-container img {
      max-height: 38px;
      min-width: 400px; }

body.websiteid_1 .box-technology, body.websiteid_5 .box-technology, body.websiteid_6 .box-technology, body.websiteid_7 .box-technology, body.websiteid_8 .box-technology, body.websiteid_9 .box-technology, body.websiteid_10 .box-technology, body.websiteid_15 .box-technology, body.websiteid_16 .box-technology, body.websiteid_17 .box-technology, body.websiteid_19 .box-technology, body.websiteid_23 .box-technology, body.websiteid_32 .box-technology, body.websiteid_33 .box-technology, body.websiteid_34 .box-technology, body.websiteid_35 .box-technology {
  width: 100%; }

body.websiteid_32 .nav-mobile li a, body.websiteid_33 .nav-mobile li a, body.websiteid_34 .nav-mobile li a {
  font-weight: 600 !important;
  font-size: 16px !important; }

body.websiteid_16 .nav-mobile li a, body.websiteid_17 .nav-mobile li a {
  font-size: 18px !important; }

body.websiteid_15 .nav-mobile li a {
  font-size: 17px !important; }

body.websiteid_6 .nav-mobile li a {
  font-size: 17px !important; }

body.websiteid_10 .nav-mobile li a {
  font-size: 19px !important; }

body.websiteid_23 .nav-mobile li a {
  font-size: 17px !important; }

body.websiteid_15 .nav-mobile a.main-red-bg {
  max-width: 220px !important; }

@media (min-width: 480px) {
  body.websiteid_1 .main-nav, body.websiteid_5 .main-nav, body.websiteid_6 .main-nav, body.websiteid_7 .main-nav, body.websiteid_8 .main-nav, body.websiteid_9 .main-nav, body.websiteid_10 .main-nav, body.websiteid_15 .main-nav, body.websiteid_16 .main-nav, body.websiteid_17 .main-nav, body.websiteid_19 .main-nav, body.websiteid_23 .main-nav, body.websiteid_32 .main-nav, body.websiteid_33 .main-nav, body.websiteid_34 .main-nav, body.websiteid_35 .main-nav {
    display: none; }
  body.websiteid_1 .nav-mobile, body.websiteid_5 .nav-mobile, body.websiteid_6 .nav-mobile, body.websiteid_7 .nav-mobile, body.websiteid_8 .nav-mobile, body.websiteid_9 .nav-mobile, body.websiteid_10 .nav-mobile, body.websiteid_15 .nav-mobile, body.websiteid_16 .nav-mobile, body.websiteid_17 .nav-mobile, body.websiteid_19 .nav-mobile, body.websiteid_23 .nav-mobile, body.websiteid_32 .nav-mobile, body.websiteid_33 .nav-mobile, body.websiteid_34 .nav-mobile, body.websiteid_35 .nav-mobile {
    max-width: 300px;
    padding: 20px;
    position: absolute;
    right: 15px; }
    body.websiteid_1 .nav-mobile li a, body.websiteid_5 .nav-mobile li a, body.websiteid_6 .nav-mobile li a, body.websiteid_7 .nav-mobile li a, body.websiteid_8 .nav-mobile li a, body.websiteid_9 .nav-mobile li a, body.websiteid_10 .nav-mobile li a, body.websiteid_15 .nav-mobile li a, body.websiteid_16 .nav-mobile li a, body.websiteid_17 .nav-mobile li a, body.websiteid_19 .nav-mobile li a, body.websiteid_23 .nav-mobile li a, body.websiteid_32 .nav-mobile li a, body.websiteid_33 .nav-mobile li a, body.websiteid_34 .nav-mobile li a, body.websiteid_35 .nav-mobile li a {
      text-align: right; }
      body.websiteid_1 .nav-mobile li a.main-red-bg, body.websiteid_5 .nav-mobile li a.main-red-bg, body.websiteid_6 .nav-mobile li a.main-red-bg, body.websiteid_7 .nav-mobile li a.main-red-bg, body.websiteid_8 .nav-mobile li a.main-red-bg, body.websiteid_9 .nav-mobile li a.main-red-bg, body.websiteid_10 .nav-mobile li a.main-red-bg, body.websiteid_15 .nav-mobile li a.main-red-bg, body.websiteid_16 .nav-mobile li a.main-red-bg, body.websiteid_17 .nav-mobile li a.main-red-bg, body.websiteid_19 .nav-mobile li a.main-red-bg, body.websiteid_23 .nav-mobile li a.main-red-bg, body.websiteid_32 .nav-mobile li a.main-red-bg, body.websiteid_33 .nav-mobile li a.main-red-bg, body.websiteid_34 .nav-mobile li a.main-red-bg, body.websiteid_35 .nav-mobile li a.main-red-bg {
        margin-right: 0;
        text-align: center; }
  body.websiteid_1 #container-mobile, body.websiteid_5 #container-mobile, body.websiteid_6 #container-mobile, body.websiteid_7 #container-mobile, body.websiteid_8 #container-mobile, body.websiteid_9 #container-mobile, body.websiteid_10 #container-mobile, body.websiteid_15 #container-mobile, body.websiteid_16 #container-mobile, body.websiteid_17 #container-mobile, body.websiteid_19 #container-mobile, body.websiteid_23 #container-mobile, body.websiteid_32 #container-mobile, body.websiteid_33 #container-mobile, body.websiteid_34 #container-mobile, body.websiteid_35 #container-mobile {
    display: block;
    width: 100%;
    max-width: 1170px !important;
    left: 50%;
    transform: translate(-50%, 0%); }
    body.websiteid_1 #container-mobile .menu, body.websiteid_5 #container-mobile .menu, body.websiteid_6 #container-mobile .menu, body.websiteid_7 #container-mobile .menu, body.websiteid_8 #container-mobile .menu, body.websiteid_9 #container-mobile .menu, body.websiteid_10 #container-mobile .menu, body.websiteid_15 #container-mobile .menu, body.websiteid_16 #container-mobile .menu, body.websiteid_17 #container-mobile .menu, body.websiteid_19 #container-mobile .menu, body.websiteid_23 #container-mobile .menu, body.websiteid_32 #container-mobile .menu, body.websiteid_33 #container-mobile .menu, body.websiteid_34 #container-mobile .menu, body.websiteid_35 #container-mobile .menu {
      padding: 23px 30px 17px 30px !important;
      margin-right: 0px; }
  body.websiteid_1 #first-section, body.websiteid_5 #first-section, body.websiteid_6 #first-section, body.websiteid_7 #first-section, body.websiteid_8 #first-section, body.websiteid_9 #first-section, body.websiteid_10 #first-section, body.websiteid_15 #first-section, body.websiteid_16 #first-section, body.websiteid_17 #first-section, body.websiteid_19 #first-section, body.websiteid_23 #first-section, body.websiteid_32 #first-section, body.websiteid_33 #first-section, body.websiteid_34 #first-section, body.websiteid_35 #first-section {
    margin-top: 200px; }
  body.websiteid_1 #header-right-txt, body.websiteid_5 #header-right-txt, body.websiteid_6 #header-right-txt, body.websiteid_7 #header-right-txt, body.websiteid_8 #header-right-txt, body.websiteid_9 #header-right-txt, body.websiteid_10 #header-right-txt, body.websiteid_15 #header-right-txt, body.websiteid_16 #header-right-txt, body.websiteid_17 #header-right-txt, body.websiteid_19 #header-right-txt, body.websiteid_23 #header-right-txt, body.websiteid_32 #header-right-txt, body.websiteid_33 #header-right-txt, body.websiteid_34 #header-right-txt, body.websiteid_35 #header-right-txt {
    width: 100%;
    text-align: center; }
    body.websiteid_1 #header-right-txt .main-title-corporate, body.websiteid_5 #header-right-txt .main-title-corporate, body.websiteid_6 #header-right-txt .main-title-corporate, body.websiteid_7 #header-right-txt .main-title-corporate, body.websiteid_8 #header-right-txt .main-title-corporate, body.websiteid_9 #header-right-txt .main-title-corporate, body.websiteid_10 #header-right-txt .main-title-corporate, body.websiteid_15 #header-right-txt .main-title-corporate, body.websiteid_16 #header-right-txt .main-title-corporate, body.websiteid_17 #header-right-txt .main-title-corporate, body.websiteid_19 #header-right-txt .main-title-corporate, body.websiteid_23 #header-right-txt .main-title-corporate, body.websiteid_32 #header-right-txt .main-title-corporate, body.websiteid_33 #header-right-txt .main-title-corporate, body.websiteid_34 #header-right-txt .main-title-corporate, body.websiteid_35 #header-right-txt .main-title-corporate {
      bottom: -170px; }
  body.websiteid_1 .regional-links a, body.websiteid_5 .regional-links a, body.websiteid_6 .regional-links a, body.websiteid_7 .regional-links a, body.websiteid_8 .regional-links a, body.websiteid_9 .regional-links a, body.websiteid_10 .regional-links a, body.websiteid_15 .regional-links a, body.websiteid_16 .regional-links a, body.websiteid_17 .regional-links a, body.websiteid_19 .regional-links a, body.websiteid_23 .regional-links a, body.websiteid_32 .regional-links a, body.websiteid_33 .regional-links a, body.websiteid_34 .regional-links a, body.websiteid_35 .regional-links a {
    font-size: 12px; }
  body.websiteid_1 .sign-up-link, body.websiteid_5 .sign-up-link, body.websiteid_6 .sign-up-link, body.websiteid_7 .sign-up-link, body.websiteid_8 .sign-up-link, body.websiteid_9 .sign-up-link, body.websiteid_10 .sign-up-link, body.websiteid_15 .sign-up-link, body.websiteid_16 .sign-up-link, body.websiteid_17 .sign-up-link, body.websiteid_19 .sign-up-link, body.websiteid_23 .sign-up-link, body.websiteid_32 .sign-up-link, body.websiteid_33 .sign-up-link, body.websiteid_34 .sign-up-link, body.websiteid_35 .sign-up-link {
    top: 32px;
    margin-right: 100px; }
  body.websiteid_1 .box-technology, body.websiteid_5 .box-technology, body.websiteid_6 .box-technology, body.websiteid_7 .box-technology, body.websiteid_8 .box-technology, body.websiteid_9 .box-technology, body.websiteid_10 .box-technology, body.websiteid_15 .box-technology, body.websiteid_16 .box-technology, body.websiteid_17 .box-technology, body.websiteid_19 .box-technology, body.websiteid_23 .box-technology, body.websiteid_32 .box-technology, body.websiteid_33 .box-technology, body.websiteid_34 .box-technology, body.websiteid_35 .box-technology {
    width: 100%; } }

@media (min-width: 768px) {
  body.websiteid_1 .logo a img, body.websiteid_5 .logo a img, body.websiteid_6 .logo a img, body.websiteid_7 .logo a img, body.websiteid_8 .logo a img, body.websiteid_9 .logo a img, body.websiteid_10 .logo a img, body.websiteid_15 .logo a img, body.websiteid_16 .logo a img, body.websiteid_17 .logo a img, body.websiteid_19 .logo a img, body.websiteid_23 .logo a img, body.websiteid_32 .logo a img, body.websiteid_33 .logo a img, body.websiteid_34 .logo a img, body.websiteid_35 .logo a img {
    margin-top: 0px; }
  body.websiteid_1 .regional-links, body.websiteid_5 .regional-links, body.websiteid_6 .regional-links, body.websiteid_7 .regional-links, body.websiteid_8 .regional-links, body.websiteid_9 .regional-links, body.websiteid_10 .regional-links, body.websiteid_15 .regional-links, body.websiteid_16 .regional-links, body.websiteid_17 .regional-links, body.websiteid_19 .regional-links, body.websiteid_23 .regional-links, body.websiteid_32 .regional-links, body.websiteid_33 .regional-links, body.websiteid_34 .regional-links, body.websiteid_35 .regional-links {
    transform: none;
    top: 23px;
    right: 0;
    left: unset;
    width: auto;
    margin-right: 190px;
    background-color: transparent; }
  body.websiteid_1 .box-technology, body.websiteid_5 .box-technology, body.websiteid_6 .box-technology, body.websiteid_7 .box-technology, body.websiteid_8 .box-technology, body.websiteid_9 .box-technology, body.websiteid_10 .box-technology, body.websiteid_15 .box-technology, body.websiteid_16 .box-technology, body.websiteid_17 .box-technology, body.websiteid_19 .box-technology, body.websiteid_23 .box-technology, body.websiteid_32 .box-technology, body.websiteid_33 .box-technology, body.websiteid_34 .box-technology, body.websiteid_35 .box-technology {
    width: 48%; }
  body.websiteid_1 .logo, body.websiteid_5 .logo, body.websiteid_6 .logo, body.websiteid_7 .logo, body.websiteid_8 .logo, body.websiteid_9 .logo, body.websiteid_10 .logo, body.websiteid_15 .logo, body.websiteid_16 .logo, body.websiteid_17 .logo, body.websiteid_19 .logo, body.websiteid_23 .logo, body.websiteid_32 .logo, body.websiteid_33 .logo, body.websiteid_34 .logo, body.websiteid_35 .logo {
    top: 50% !important; }
  body.websiteid_1 #container-mobile .menu, body.websiteid_5 #container-mobile .menu, body.websiteid_6 #container-mobile .menu, body.websiteid_7 #container-mobile .menu, body.websiteid_8 #container-mobile .menu, body.websiteid_9 #container-mobile .menu, body.websiteid_10 #container-mobile .menu, body.websiteid_15 #container-mobile .menu, body.websiteid_16 #container-mobile .menu, body.websiteid_17 #container-mobile .menu, body.websiteid_19 #container-mobile .menu, body.websiteid_23 #container-mobile .menu, body.websiteid_32 #container-mobile .menu, body.websiteid_33 #container-mobile .menu, body.websiteid_34 #container-mobile .menu, body.websiteid_35 #container-mobile .menu {
    top: 50% !important; }
  body.websiteid_1 .sign-up-link, body.websiteid_5 .sign-up-link, body.websiteid_6 .sign-up-link, body.websiteid_7 .sign-up-link, body.websiteid_8 .sign-up-link, body.websiteid_9 .sign-up-link, body.websiteid_10 .sign-up-link, body.websiteid_15 .sign-up-link, body.websiteid_16 .sign-up-link, body.websiteid_17 .sign-up-link, body.websiteid_19 .sign-up-link, body.websiteid_23 .sign-up-link, body.websiteid_32 .sign-up-link, body.websiteid_33 .sign-up-link, body.websiteid_34 .sign-up-link, body.websiteid_35 .sign-up-link {
    top: 23px; } }

@media (min-width: 992px) {
  body.websiteid_1 #it-corporate-header-bg, body.websiteid_5 #it-corporate-header-bg, body.websiteid_6 #it-corporate-header-bg, body.websiteid_7 #it-corporate-header-bg, body.websiteid_8 #it-corporate-header-bg, body.websiteid_9 #it-corporate-header-bg, body.websiteid_10 #it-corporate-header-bg, body.websiteid_15 #it-corporate-header-bg, body.websiteid_16 #it-corporate-header-bg, body.websiteid_17 #it-corporate-header-bg, body.websiteid_19 #it-corporate-header-bg, body.websiteid_23 #it-corporate-header-bg, body.websiteid_32 #it-corporate-header-bg, body.websiteid_33 #it-corporate-header-bg, body.websiteid_34 #it-corporate-header-bg, body.websiteid_35 #it-corporate-header-bg {
    background-image: url(/img/itcorporate-desktop-bkg-3.jpg);
    height: 465px;
    background-position: center center; }
  body.websiteid_1 #header, body.websiteid_5 #header, body.websiteid_6 #header, body.websiteid_7 #header, body.websiteid_8 #header, body.websiteid_9 #header, body.websiteid_10 #header, body.websiteid_15 #header, body.websiteid_16 #header, body.websiteid_17 #header, body.websiteid_19 #header, body.websiteid_23 #header, body.websiteid_32 #header, body.websiteid_33 #header, body.websiteid_34 #header, body.websiteid_35 #header {
    background: transparent !important;
    height: 93px; }
    body.websiteid_1 #header .img-responsive, body.websiteid_5 #header .img-responsive, body.websiteid_6 #header .img-responsive, body.websiteid_7 #header .img-responsive, body.websiteid_8 #header .img-responsive, body.websiteid_9 #header .img-responsive, body.websiteid_10 #header .img-responsive, body.websiteid_15 #header .img-responsive, body.websiteid_16 #header .img-responsive, body.websiteid_17 #header .img-responsive, body.websiteid_19 #header .img-responsive, body.websiteid_23 #header .img-responsive, body.websiteid_32 #header .img-responsive, body.websiteid_33 #header .img-responsive, body.websiteid_34 #header .img-responsive, body.websiteid_35 #header .img-responsive {
      display: none; }
    body.websiteid_1 #header #header-rectangle, body.websiteid_5 #header #header-rectangle, body.websiteid_6 #header #header-rectangle, body.websiteid_7 #header #header-rectangle, body.websiteid_8 #header #header-rectangle, body.websiteid_9 #header #header-rectangle, body.websiteid_10 #header #header-rectangle, body.websiteid_15 #header #header-rectangle, body.websiteid_16 #header #header-rectangle, body.websiteid_17 #header #header-rectangle, body.websiteid_19 #header #header-rectangle, body.websiteid_23 #header #header-rectangle, body.websiteid_32 #header #header-rectangle, body.websiteid_33 #header #header-rectangle, body.websiteid_34 #header #header-rectangle, body.websiteid_35 #header #header-rectangle {
      height: 93px; }
  body.websiteid_1 #header-right-txt, body.websiteid_5 #header-right-txt, body.websiteid_6 #header-right-txt, body.websiteid_7 #header-right-txt, body.websiteid_8 #header-right-txt, body.websiteid_9 #header-right-txt, body.websiteid_10 #header-right-txt, body.websiteid_15 #header-right-txt, body.websiteid_16 #header-right-txt, body.websiteid_17 #header-right-txt, body.websiteid_19 #header-right-txt, body.websiteid_23 #header-right-txt, body.websiteid_32 #header-right-txt, body.websiteid_33 #header-right-txt, body.websiteid_34 #header-right-txt, body.websiteid_35 #header-right-txt {
    width: 50%;
    text-align: left;
    padding-left: 0;
    bottom: 50px;
    position: relative !important;
    top: -100px;
    left: 0; }
    body.websiteid_1 #header-right-txt .img-responsive, body.websiteid_5 #header-right-txt .img-responsive, body.websiteid_6 #header-right-txt .img-responsive, body.websiteid_7 #header-right-txt .img-responsive, body.websiteid_8 #header-right-txt .img-responsive, body.websiteid_9 #header-right-txt .img-responsive, body.websiteid_10 #header-right-txt .img-responsive, body.websiteid_15 #header-right-txt .img-responsive, body.websiteid_16 #header-right-txt .img-responsive, body.websiteid_17 #header-right-txt .img-responsive, body.websiteid_19 #header-right-txt .img-responsive, body.websiteid_23 #header-right-txt .img-responsive, body.websiteid_32 #header-right-txt .img-responsive, body.websiteid_33 #header-right-txt .img-responsive, body.websiteid_34 #header-right-txt .img-responsive, body.websiteid_35 #header-right-txt .img-responsive {
      display: block; }
    body.websiteid_1 #header-right-txt .main-title-corporate, body.websiteid_5 #header-right-txt .main-title-corporate, body.websiteid_6 #header-right-txt .main-title-corporate, body.websiteid_7 #header-right-txt .main-title-corporate, body.websiteid_8 #header-right-txt .main-title-corporate, body.websiteid_9 #header-right-txt .main-title-corporate, body.websiteid_10 #header-right-txt .main-title-corporate, body.websiteid_15 #header-right-txt .main-title-corporate, body.websiteid_16 #header-right-txt .main-title-corporate, body.websiteid_17 #header-right-txt .main-title-corporate, body.websiteid_19 #header-right-txt .main-title-corporate, body.websiteid_23 #header-right-txt .main-title-corporate, body.websiteid_32 #header-right-txt .main-title-corporate, body.websiteid_33 #header-right-txt .main-title-corporate, body.websiteid_34 #header-right-txt .main-title-corporate, body.websiteid_35 #header-right-txt .main-title-corporate {
      display: block !important;
      position: static;
      transform: none;
      padding-left: 0;
      padding-right: 0;
      font-size: 24px !important; }
      body.websiteid_1 #header-right-txt .main-title-corporate span, body.websiteid_5 #header-right-txt .main-title-corporate span, body.websiteid_6 #header-right-txt .main-title-corporate span, body.websiteid_7 #header-right-txt .main-title-corporate span, body.websiteid_8 #header-right-txt .main-title-corporate span, body.websiteid_9 #header-right-txt .main-title-corporate span, body.websiteid_10 #header-right-txt .main-title-corporate span, body.websiteid_15 #header-right-txt .main-title-corporate span, body.websiteid_16 #header-right-txt .main-title-corporate span, body.websiteid_17 #header-right-txt .main-title-corporate span, body.websiteid_19 #header-right-txt .main-title-corporate span, body.websiteid_23 #header-right-txt .main-title-corporate span, body.websiteid_32 #header-right-txt .main-title-corporate span, body.websiteid_33 #header-right-txt .main-title-corporate span, body.websiteid_34 #header-right-txt .main-title-corporate span, body.websiteid_35 #header-right-txt .main-title-corporate span {
        font-size: 30px; }
  body.websiteid_1 .main-nav, body.websiteid_5 .main-nav, body.websiteid_6 .main-nav, body.websiteid_7 .main-nav, body.websiteid_8 .main-nav, body.websiteid_9 .main-nav, body.websiteid_10 .main-nav, body.websiteid_15 .main-nav, body.websiteid_16 .main-nav, body.websiteid_17 .main-nav, body.websiteid_19 .main-nav, body.websiteid_23 .main-nav, body.websiteid_32 .main-nav, body.websiteid_33 .main-nav, body.websiteid_34 .main-nav, body.websiteid_35 .main-nav {
    display: none; }
  body.websiteid_1 .menu, body.websiteid_5 .menu, body.websiteid_6 .menu, body.websiteid_7 .menu, body.websiteid_8 .menu, body.websiteid_9 .menu, body.websiteid_10 .menu, body.websiteid_15 .menu, body.websiteid_16 .menu, body.websiteid_17 .menu, body.websiteid_19 .menu, body.websiteid_23 .menu, body.websiteid_32 .menu, body.websiteid_33 .menu, body.websiteid_34 .menu, body.websiteid_35 .menu {
    transition: all 0.1s ease-out;
    top: 50% !important; }
    body.websiteid_1 .menu.clicked-menu, body.websiteid_5 .menu.clicked-menu, body.websiteid_6 .menu.clicked-menu, body.websiteid_7 .menu.clicked-menu, body.websiteid_8 .menu.clicked-menu, body.websiteid_9 .menu.clicked-menu, body.websiteid_10 .menu.clicked-menu, body.websiteid_15 .menu.clicked-menu, body.websiteid_16 .menu.clicked-menu, body.websiteid_17 .menu.clicked-menu, body.websiteid_19 .menu.clicked-menu, body.websiteid_23 .menu.clicked-menu, body.websiteid_32 .menu.clicked-menu, body.websiteid_33 .menu.clicked-menu, body.websiteid_34 .menu.clicked-menu, body.websiteid_35 .menu.clicked-menu {
      background: #003866;
      transition: all 0.1s ease-out; }
      body.websiteid_1 .menu.clicked-menu .icon-bar, body.websiteid_5 .menu.clicked-menu .icon-bar, body.websiteid_6 .menu.clicked-menu .icon-bar, body.websiteid_7 .menu.clicked-menu .icon-bar, body.websiteid_8 .menu.clicked-menu .icon-bar, body.websiteid_9 .menu.clicked-menu .icon-bar, body.websiteid_10 .menu.clicked-menu .icon-bar, body.websiteid_15 .menu.clicked-menu .icon-bar, body.websiteid_16 .menu.clicked-menu .icon-bar, body.websiteid_17 .menu.clicked-menu .icon-bar, body.websiteid_19 .menu.clicked-menu .icon-bar, body.websiteid_23 .menu.clicked-menu .icon-bar, body.websiteid_32 .menu.clicked-menu .icon-bar, body.websiteid_33 .menu.clicked-menu .icon-bar, body.websiteid_34 .menu.clicked-menu .icon-bar, body.websiteid_35 .menu.clicked-menu .icon-bar {
        background: white !important; }
  body.websiteid_1 #main-container-first, body.websiteid_5 #main-container-first, body.websiteid_6 #main-container-first, body.websiteid_7 #main-container-first, body.websiteid_8 #main-container-first, body.websiteid_9 #main-container-first, body.websiteid_10 #main-container-first, body.websiteid_15 #main-container-first, body.websiteid_16 #main-container-first, body.websiteid_17 #main-container-first, body.websiteid_19 #main-container-first, body.websiteid_23 #main-container-first, body.websiteid_32 #main-container-first, body.websiteid_33 #main-container-first, body.websiteid_34 #main-container-first, body.websiteid_35 #main-container-first {
    padding-top: 50px; }
  body.websiteid_1 .horizontal-rule, body.websiteid_5 .horizontal-rule, body.websiteid_6 .horizontal-rule, body.websiteid_7 .horizontal-rule, body.websiteid_8 .horizontal-rule, body.websiteid_9 .horizontal-rule, body.websiteid_10 .horizontal-rule, body.websiteid_15 .horizontal-rule, body.websiteid_16 .horizontal-rule, body.websiteid_17 .horizontal-rule, body.websiteid_19 .horizontal-rule, body.websiteid_23 .horizontal-rule, body.websiteid_32 .horizontal-rule, body.websiteid_33 .horizontal-rule, body.websiteid_34 .horizontal-rule, body.websiteid_35 .horizontal-rule {
    background: #00A0DF;
    position: relative;
    height: 1px;
    width: 100%; }
    body.websiteid_1 .horizontal-rule:before, body.websiteid_5 .horizontal-rule:before, body.websiteid_6 .horizontal-rule:before, body.websiteid_7 .horizontal-rule:before, body.websiteid_8 .horizontal-rule:before, body.websiteid_9 .horizontal-rule:before, body.websiteid_10 .horizontal-rule:before, body.websiteid_15 .horizontal-rule:before, body.websiteid_16 .horizontal-rule:before, body.websiteid_17 .horizontal-rule:before, body.websiteid_19 .horizontal-rule:before, body.websiteid_23 .horizontal-rule:before, body.websiteid_32 .horizontal-rule:before, body.websiteid_33 .horizontal-rule:before, body.websiteid_34 .horizontal-rule:before, body.websiteid_35 .horizontal-rule:before {
      content: "";
      position: absolute;
      height: 10px;
      width: 100px;
      background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
      left: 0;
      top: -5px;
      z-index: 99; }
    body.websiteid_1 .horizontal-rule:after, body.websiteid_5 .horizontal-rule:after, body.websiteid_6 .horizontal-rule:after, body.websiteid_7 .horizontal-rule:after, body.websiteid_8 .horizontal-rule:after, body.websiteid_9 .horizontal-rule:after, body.websiteid_10 .horizontal-rule:after, body.websiteid_15 .horizontal-rule:after, body.websiteid_16 .horizontal-rule:after, body.websiteid_17 .horizontal-rule:after, body.websiteid_19 .horizontal-rule:after, body.websiteid_23 .horizontal-rule:after, body.websiteid_32 .horizontal-rule:after, body.websiteid_33 .horizontal-rule:after, body.websiteid_34 .horizontal-rule:after, body.websiteid_35 .horizontal-rule:after {
      content: "";
      position: absolute;
      height: 10px;
      width: 100px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
      right: 0;
      top: -5px;
      z-index: 99; }
  body.websiteid_1 #container-mobile, body.websiteid_5 #container-mobile, body.websiteid_6 #container-mobile, body.websiteid_7 #container-mobile, body.websiteid_8 #container-mobile, body.websiteid_9 #container-mobile, body.websiteid_10 #container-mobile, body.websiteid_15 #container-mobile, body.websiteid_16 #container-mobile, body.websiteid_17 #container-mobile, body.websiteid_19 #container-mobile, body.websiteid_23 #container-mobile, body.websiteid_32 #container-mobile, body.websiteid_33 #container-mobile, body.websiteid_34 #container-mobile, body.websiteid_35 #container-mobile {
    height: 93px; }
    body.websiteid_1 #container-mobile .img-responsive, body.websiteid_5 #container-mobile .img-responsive, body.websiteid_6 #container-mobile .img-responsive, body.websiteid_7 #container-mobile .img-responsive, body.websiteid_8 #container-mobile .img-responsive, body.websiteid_9 #container-mobile .img-responsive, body.websiteid_10 #container-mobile .img-responsive, body.websiteid_15 #container-mobile .img-responsive, body.websiteid_16 #container-mobile .img-responsive, body.websiteid_17 #container-mobile .img-responsive, body.websiteid_19 #container-mobile .img-responsive, body.websiteid_23 #container-mobile .img-responsive, body.websiteid_32 #container-mobile .img-responsive, body.websiteid_33 #container-mobile .img-responsive, body.websiteid_34 #container-mobile .img-responsive, body.websiteid_35 #container-mobile .img-responsive {
      max-width: 250px !important; }
    body.websiteid_1 #container-mobile .menu, body.websiteid_5 #container-mobile .menu, body.websiteid_6 #container-mobile .menu, body.websiteid_7 #container-mobile .menu, body.websiteid_8 #container-mobile .menu, body.websiteid_9 #container-mobile .menu, body.websiteid_10 #container-mobile .menu, body.websiteid_15 #container-mobile .menu, body.websiteid_16 #container-mobile .menu, body.websiteid_17 #container-mobile .menu, body.websiteid_19 #container-mobile .menu, body.websiteid_23 #container-mobile .menu, body.websiteid_32 #container-mobile .menu, body.websiteid_33 #container-mobile .menu, body.websiteid_34 #container-mobile .menu, body.websiteid_35 #container-mobile .menu {
      padding: 20px 30px !important; }
  body.websiteid_1 .menu, body.websiteid_5 .menu, body.websiteid_6 .menu, body.websiteid_7 .menu, body.websiteid_8 .menu, body.websiteid_9 .menu, body.websiteid_10 .menu, body.websiteid_15 .menu, body.websiteid_16 .menu, body.websiteid_17 .menu, body.websiteid_19 .menu, body.websiteid_23 .menu, body.websiteid_32 .menu, body.websiteid_33 .menu, body.websiteid_34 .menu, body.websiteid_35 .menu {
    margin-right: 0; }
  body.websiteid_1 .nav-mobile, body.websiteid_5 .nav-mobile, body.websiteid_6 .nav-mobile, body.websiteid_7 .nav-mobile, body.websiteid_8 .nav-mobile, body.websiteid_9 .nav-mobile, body.websiteid_10 .nav-mobile, body.websiteid_15 .nav-mobile, body.websiteid_16 .nav-mobile, body.websiteid_17 .nav-mobile, body.websiteid_19 .nav-mobile, body.websiteid_23 .nav-mobile, body.websiteid_32 .nav-mobile, body.websiteid_33 .nav-mobile, body.websiteid_34 .nav-mobile, body.websiteid_35 .nav-mobile {
    right: 0px; }
  body.websiteid_1 #first-section, body.websiteid_5 #first-section, body.websiteid_6 #first-section, body.websiteid_7 #first-section, body.websiteid_8 #first-section, body.websiteid_9 #first-section, body.websiteid_10 #first-section, body.websiteid_15 #first-section, body.websiteid_16 #first-section, body.websiteid_17 #first-section, body.websiteid_19 #first-section, body.websiteid_23 #first-section, body.websiteid_32 #first-section, body.websiteid_33 #first-section, body.websiteid_34 #first-section, body.websiteid_35 #first-section {
    margin-top: 23px; }
  body.websiteid_1 .regional-links, body.websiteid_5 .regional-links, body.websiteid_6 .regional-links, body.websiteid_7 .regional-links, body.websiteid_8 .regional-links, body.websiteid_9 .regional-links, body.websiteid_10 .regional-links, body.websiteid_15 .regional-links, body.websiteid_16 .regional-links, body.websiteid_17 .regional-links, body.websiteid_19 .regional-links, body.websiteid_23 .regional-links, body.websiteid_32 .regional-links, body.websiteid_33 .regional-links, body.websiteid_34 .regional-links, body.websiteid_35 .regional-links {
    top: 35px;
    margin-right: 250px; }
    body.websiteid_1 .regional-links a, body.websiteid_5 .regional-links a, body.websiteid_6 .regional-links a, body.websiteid_7 .regional-links a, body.websiteid_8 .regional-links a, body.websiteid_9 .regional-links a, body.websiteid_10 .regional-links a, body.websiteid_15 .regional-links a, body.websiteid_16 .regional-links a, body.websiteid_17 .regional-links a, body.websiteid_19 .regional-links a, body.websiteid_23 .regional-links a, body.websiteid_32 .regional-links a, body.websiteid_33 .regional-links a, body.websiteid_34 .regional-links a, body.websiteid_35 .regional-links a {
      font-size: 14px; }
      body.websiteid_1 .regional-links a span, body.websiteid_5 .regional-links a span, body.websiteid_6 .regional-links a span, body.websiteid_7 .regional-links a span, body.websiteid_8 .regional-links a span, body.websiteid_9 .regional-links a span, body.websiteid_10 .regional-links a span, body.websiteid_15 .regional-links a span, body.websiteid_16 .regional-links a span, body.websiteid_17 .regional-links a span, body.websiteid_19 .regional-links a span, body.websiteid_23 .regional-links a span, body.websiteid_32 .regional-links a span, body.websiteid_33 .regional-links a span, body.websiteid_34 .regional-links a span, body.websiteid_35 .regional-links a span {
        margin-left: 5px;
        margin-right: 5px; }
  body.websiteid_1 .sign-up-link, body.websiteid_5 .sign-up-link, body.websiteid_6 .sign-up-link, body.websiteid_7 .sign-up-link, body.websiteid_8 .sign-up-link, body.websiteid_9 .sign-up-link, body.websiteid_10 .sign-up-link, body.websiteid_15 .sign-up-link, body.websiteid_16 .sign-up-link, body.websiteid_17 .sign-up-link, body.websiteid_19 .sign-up-link, body.websiteid_23 .sign-up-link, body.websiteid_32 .sign-up-link, body.websiteid_33 .sign-up-link, body.websiteid_34 .sign-up-link, body.websiteid_35 .sign-up-link {
    top: 35px; }
  body.websiteid_1 #sister-brands-banner .sister-brands-inner-container, body.websiteid_5 #sister-brands-banner .sister-brands-inner-container, body.websiteid_6 #sister-brands-banner .sister-brands-inner-container, body.websiteid_7 #sister-brands-banner .sister-brands-inner-container, body.websiteid_8 #sister-brands-banner .sister-brands-inner-container, body.websiteid_9 #sister-brands-banner .sister-brands-inner-container, body.websiteid_10 #sister-brands-banner .sister-brands-inner-container, body.websiteid_15 #sister-brands-banner .sister-brands-inner-container, body.websiteid_16 #sister-brands-banner .sister-brands-inner-container, body.websiteid_17 #sister-brands-banner .sister-brands-inner-container, body.websiteid_19 #sister-brands-banner .sister-brands-inner-container, body.websiteid_23 #sister-brands-banner .sister-brands-inner-container, body.websiteid_32 #sister-brands-banner .sister-brands-inner-container, body.websiteid_33 #sister-brands-banner .sister-brands-inner-container, body.websiteid_34 #sister-brands-banner .sister-brands-inner-container, body.websiteid_35 #sister-brands-banner .sister-brands-inner-container {
    padding-bottom: 20px; }
  body.websiteid_1 #sister-brands-banner .logo-container, body.websiteid_5 #sister-brands-banner .logo-container, body.websiteid_6 #sister-brands-banner .logo-container, body.websiteid_7 #sister-brands-banner .logo-container, body.websiteid_8 #sister-brands-banner .logo-container, body.websiteid_9 #sister-brands-banner .logo-container, body.websiteid_10 #sister-brands-banner .logo-container, body.websiteid_15 #sister-brands-banner .logo-container, body.websiteid_16 #sister-brands-banner .logo-container, body.websiteid_17 #sister-brands-banner .logo-container, body.websiteid_19 #sister-brands-banner .logo-container, body.websiteid_23 #sister-brands-banner .logo-container, body.websiteid_32 #sister-brands-banner .logo-container, body.websiteid_33 #sister-brands-banner .logo-container, body.websiteid_34 #sister-brands-banner .logo-container, body.websiteid_35 #sister-brands-banner .logo-container {
    margin-bottom: 0; }
  body.websiteid_1 #sub-footer .footer-list, body.websiteid_5 #sub-footer .footer-list, body.websiteid_6 #sub-footer .footer-list, body.websiteid_7 #sub-footer .footer-list, body.websiteid_8 #sub-footer .footer-list, body.websiteid_9 #sub-footer .footer-list, body.websiteid_10 #sub-footer .footer-list, body.websiteid_15 #sub-footer .footer-list, body.websiteid_16 #sub-footer .footer-list, body.websiteid_17 #sub-footer .footer-list, body.websiteid_19 #sub-footer .footer-list, body.websiteid_23 #sub-footer .footer-list, body.websiteid_32 #sub-footer .footer-list, body.websiteid_33 #sub-footer .footer-list, body.websiteid_34 #sub-footer .footer-list, body.websiteid_35 #sub-footer .footer-list {
    width: 20% !important; }
  body.websiteid_1 .container-search, body.websiteid_5 .container-search, body.websiteid_6 .container-search, body.websiteid_7 .container-search, body.websiteid_8 .container-search, body.websiteid_9 .container-search, body.websiteid_10 .container-search, body.websiteid_15 .container-search, body.websiteid_16 .container-search, body.websiteid_17 .container-search, body.websiteid_19 .container-search, body.websiteid_23 .container-search, body.websiteid_32 .container-search, body.websiteid_33 .container-search, body.websiteid_34 .container-search, body.websiteid_35 .container-search {
    top: -48px; } }

@media (min-width: 1200px) {
  body.websiteid_1 #header-right-txt .main-title-corporate, body.websiteid_5 #header-right-txt .main-title-corporate, body.websiteid_6 #header-right-txt .main-title-corporate, body.websiteid_7 #header-right-txt .main-title-corporate, body.websiteid_8 #header-right-txt .main-title-corporate, body.websiteid_9 #header-right-txt .main-title-corporate, body.websiteid_10 #header-right-txt .main-title-corporate, body.websiteid_15 #header-right-txt .main-title-corporate, body.websiteid_16 #header-right-txt .main-title-corporate, body.websiteid_17 #header-right-txt .main-title-corporate, body.websiteid_19 #header-right-txt .main-title-corporate, body.websiteid_23 #header-right-txt .main-title-corporate, body.websiteid_32 #header-right-txt .main-title-corporate, body.websiteid_33 #header-right-txt .main-title-corporate, body.websiteid_34 #header-right-txt .main-title-corporate, body.websiteid_35 #header-right-txt .main-title-corporate {
    font-size: 27px !important; } }

.websiteid_34 {
  /*.box-topics-links
    {
        font-family: 'Montserrat', sans-serif;
        font-weight:600;
        //font-family: 'Proxima N W01 Bold', Roboto, sans-serif;
    }*/ }
  .websiteid_34 .container-search p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px; }
  .websiteid_34 #from {
    font-family: 'Montserrat', sans-serif; }
  .websiteid_34 .number-header2 {
    font-family: 'Montserrat', sans-serif; }
  .websiteid_34 .number-header {
    font-family: 'Montserrat', sans-serif; }
  .websiteid_34 #first-section h2 {
    font-family: 'Montserrat', sans-serif; }
  .websiteid_34 h1, .websiteid_34 h2, .websiteid_34 h3, .websiteid_34 h4, .websiteid_34 h5 {
    font-family: 'Montserrat', sans-serif; }
  .websiteid_34 .title-vendors {
    font-family: 'Roboto', sans-serif; }
  .websiteid_34 #sign-up-txt {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300; }
  .websiteid_34 #sign-up {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300; }
  .websiteid_34 .bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }
  .websiteid_34 ul.list-no-title {
    margin-top: 35px !important; }

@media (min-width: 480px) {
  .websiteid_34 .footer-list h5 {
    height: 30px; }
  .websiteid_34 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 768px) {
  .websiteid_34 .footer-list h5 {
    height: auto; }
  .websiteid_34 .footer-list ul.list-no-title {
    margin-top: 35px !important; }
  .websiteid_34 .box-technology {
    min-height: 255px; }
    .websiteid_34 .box-technology .title-box {
      height: 65px; }
      .websiteid_34 .box-technology .title-box a {
        font-size: 16px; } }

@media (min-width: 992px) {
  .websiteid_34 .container-search p {
    font-size: 19px; }
  .websiteid_34 .footer-list h5 {
    height: 30px; }
  .websiteid_34 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_34 .box-technology {
    min-height: 350px; }
    .websiteid_34 .box-technology .title-box {
      height: 95px; }
      .websiteid_34 .box-technology .title-box a {
        font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_34 .footer-list h5 {
    height: 30px; }
  .websiteid_34 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_34 .box-technology {
    min-height: 285px; }
    .websiteid_34 .box-technology .title-box {
      height: 75px; }
      .websiteid_34 .box-technology .title-box a {
        font-size: 16px; } }

.websiteid_32 {
  /*.box-topics-links
    {
        font-family: 'Montserrat', sans-serif;
        font-weight:600;
        //font-family: 'Proxima N W01 Bold', Roboto, sans-serif;
    }*/ }
  .websiteid_32 .container-search p {
    font-family: 'Montserrat', sans-serif; }
  .websiteid_32 #from {
    font-family: 'Montserrat', sans-serif; }
  .websiteid_32 .number-header2 {
    font-family: 'Montserrat', sans-serif; }
  .websiteid_32 .number-header {
    font-family: 'Montserrat', sans-serif; }
  .websiteid_32 #first-section h2 {
    font-family: 'Montserrat', sans-serif; }
  .websiteid_32 h1, .websiteid_32 h2, .websiteid_32 h3, .websiteid_32 h4, .websiteid_32 h5 {
    font-family: 'Montserrat', sans-serif; }
  .websiteid_32 .title-vendors {
    font-family: 'Roboto', sans-serif; }
  .websiteid_32 #sign-up-txt {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300; }
  .websiteid_32 #sign-up {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300; }
  .websiteid_32 .bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }

@media (min-width: 768px) {
  .websiteid_32 .box-technology .title-box {
    height: 80px; } }

@media (min-width: 992px) {
  .websiteid_32 .footer-list h5 {
    height: 30px; }
  .websiteid_32 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_32 .box-technology {
    min-height: 310px; }
    .websiteid_32 .box-technology .title-box {
      height: 80px; }
      .websiteid_32 .box-technology .title-box a {
        font-size: 15px; } }

@media (min-width: 1200px) {
  .websiteid_32 .footer-list h5 {
    height: auto; }
  .websiteid_32 .footer-list ul.list-no-title {
    margin-top: 35px !important; } }

@media (min-width: 992px) {
  .websiteid_33 .footer-list h5 {
    height: 30px; }
  .websiteid_33 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_33 .box-technology {
    min-height: 290px; } }

@media (min-width: 1200px) {
  .websiteid_33 .footer-list h5 {
    height: 30px; }
  .websiteid_33 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_33 .box-technology {
    min-height: 270px; } }

@media (min-width: 992px) {
  .websiteid_19 .footer-list h5 {
    height: 30px; }
  .websiteid_19 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 1200px) {
  .websiteid_19 .footer-list h5 {
    height: auto; }
  .websiteid_19 .footer-list ul.list-no-title {
    margin-top: 35px !important; } }

@media (min-width: 992px) {
  .websiteid_6 .footer-list h5 {
    height: 30px; }
  .websiteid_6 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_6 .box-technology {
    min-height: 290px; }
    .websiteid_6 .box-technology .title-box a {
      font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_6 .footer-list h5 {
    height: auto; }
  .websiteid_6 .footer-list ul.list-no-title {
    margin-top: 35px !important; }
  .websiteid_6 .box-technology {
    min-height: 270px; }
    .websiteid_6 .box-technology .title-box a {
      font-size: 19px; } }

@media (min-width: 992px) {
  .websiteid_1 .box-technology .title-box a, .websiteid_7 .box-technology .title-box a, .websiteid_8 .box-technology .title-box a, .websiteid_9 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_1 .box-technology .title-box a, .websiteid_7 .box-technology .title-box a, .websiteid_8 .box-technology .title-box a, .websiteid_9 .box-technology .title-box a {
    font-size: 19px; } }

@media (min-width: 992px) {
  .websiteid_10 .box-technology {
    min-height: 310px; } }

@media (min-width: 1200px) {
  .websiteid_10 .box-technology {
    min-height: 270px; } }

@media (min-width: 992px) {
  .websiteid_15 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_15 .box-technology .title-box a {
    font-size: 19px; } }

@media (min-width: 992px) {
  .websiteid_17 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_17 .box-technology .title-box a {
    font-size: 19px; } }

@media (min-width: 992px) {
  .websiteid_16 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_16 .box-technology .title-box a {
    font-size: 19px; } }

body:after {
  content: 'mobtab';
  display: none; }

html {
  overflow-x: hidden; }

body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden; }

h1, h2, h3, h4, h5 {
  font-family: 'Proxima N W01 Reg', 'Roboto', sans-serif; }

.location-map h3.no-bold {
  font-weight: normal; }

:-ms-input-placeholder {
  color: #ccc; }

.uppercase {
  text-transform: uppercase; }

.black {
  color: #000; }

a {
  outline: 0 !important; }

a:hover, a:active, a:focus {
  text-decoration: none; }

.main-red-bg {
  background: #ff532c; }

.main-red {
  color: #ff532c; }

#first-section {
  text-align: center;
  background: #fff;
  position: relative;
  padding: 20px 0px; }

#sub-footer a {
  font-size: 14px; }

.row {
  padding: 20px !important; }

#first-section h2 {
  font-family: 'Proxima N W01 Reg', 'Roboto', sans-serif;
  font-size: 22px; }

#second-section {
  background: #f4f4f4;
  text-align: center;
  color: #494949;
  padding: 40px 20px !important; }

#resource-txt {
  padding-top: 0px !important;
  width: 80%;
  margin: 0 auto; }

#resource-txt p {
  font-size: 15px; }

#features, #technology {
  padding-bottom: 0px !important; }

.box-resource {
  background: #fff;
  padding: 20px;
  text-align: center !important;
  float: left;
  width: 31%;
  border-radius: 5px;
  height: auto;
  min-height: 395px;
  border: 1px solid #fff;
  cursor: pointer;
  margin-right: -25px; }

.itemopt {
  display: table; }
  .itemopt input, .itemopt label {
    display: table-cell; }
  .itemopt input {
    vertical-align: middle; }
  .itemopt label {
    padding: 3px 0 4px 10px; }

.btn-main {
  background: #ff532c;
  padding: 8px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-decoration: none; }

.btn-main:hover, .featured-box a:hover {
  background: #1e1f3b;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in; }

.btn-main-reverse {
  background: #ffffff;
  padding: 8px 20px;
  border-radius: 5px;
  color: #ff532c;
  font-size: 12px;
  text-decoration: none; }

.box-resource a, .box-topics a.btn, .featured-box a, #asset-link, #submit-work-email, .box-cisco a, .download-form .btn, .vendor-details .btn {
 /*  background: #ff532c; */
  color: #fff;
  font-size: 13px;
  margin-top: 10px; }

.box-topics .buttons {
  clear: both; }

.featured-box a {
  margin-top: 0px !important;
  margin-bottom: 20px; }

.box-resource img {
  /*padding: 10px 0px;*/
  display: inline-block !important;
  max-height: 120px;
  max-width: 175px; }

.box-resource a:hover, .box-topics a:hover, .featured-box a:hover, .box-cisco a:hover {
  color: #fff; }

.box-resource a.btn:hover {
  background-color: #1e1f3b;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in; }

.box2, .box3 {
  margin-left: 5%; }

.bold {
  font-family: 'Proxima N W01 Bold', sans-serif; }

.title {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
 /*  font-size: 24px; */
  margin-bottom: 20px; }

.title-small {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 18px;
  line-height: 22px; }

#resource-link {
  border: 1px solid #000;
  color: #000;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 300; }

#resource-link:hover, #about-btn:hover, #sign-up:hover {
  background: #ff532c;
  color: #fff;
  border: 1px solid #ff532c; }

#footer a:hover {
  color: #ff532c; }

#features h1 {
  background: -webkit-linear-gradient(left, #5061af 0%, #07c9fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px; }

@-moz-document url-prefix() {
  #features h1, #about-title-home, .blue-title, .heading-title {
    color: #1e5799; } }

#features h1, #about-title-home, .blue-title, .heading-title {
  color: #1e5799; }

#third-section {
  background: #465498;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDY1NDk4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBjYTdkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #465498 0%, #0ca7d5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #465498), color-stop(100%, #0ca7d5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #465498 0%, #0ca7d5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #465498 0%, #0ca7d5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #465498 0%, #0ca7d5 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #465498 0%, #0ca7d5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#465498', endColorstr='#0ca7d5',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
  color: #fff;
  padding: 40px 20px !important; }

.box-technology {
  float: left;
  padding: 13px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  min-height: 286px;
  height: auto;
  max-width: 23%;
  width: auto;
  cursor: pointer; }

.box-technology h2 a {
  color: #ffffff;
  font-size: 19px; }

.box-technology .title-box {
  line-height: 17px;
  height: 60px;
  margin: auto 0;
  vertical-align: middle;
  display: block;
  padding-top: 20px; }

.box-technology a.tag {
  color: #ffffff; }

.box-technology a.tag:hover {
  text-decoration: underline;
  color: #ffffff; }

.box-technology:hover {
  background-color: rgba(255, 255, 255, 0.05); }

#dell-img-vendors {
  max-width: 80px !important;
  width: auto;
  position: relative;
  top: 10px; }

#dell-txt-vendors {
  padding-top: 35px; }

/*#box-resource-norton
{
max-height:335px!important;
height:auto!important;
}*/
.box-technology img {
  display: inline-block !important;
  margin-top: 20px; }

.box-technology2, .box-technology3, .box-technology4 {
  margin-left: 2.6%; }

.box-technology p.uppercase, .box-topics p.uppercase {
  font-size: 20px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-top10 {
  margin-top: 10px; }

.margin-top20 {
  margin-top: 20px; }

.margin-top30 {
  margin-top: 30px; }

.margin-bottom10 {
  margin-bottom: 10px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.box-technology-txt {
  padding-top: 20px;
  font-size: 13px; }

.title-box {
  padding-top: 8px; }

#clients-carousel {
  height: 120px; }
  #clients-carousel .carousel-inner {
    height: 100%; }
    #clients-carousel .carousel-inner .item {
      height: 100%; }

#clients-carousel .client-logo {
  display: inline-block;
  width: 13%;
  margin-left: 1%;
  text-align: center;
  height: 100%;
  position: relative; }
  #clients-carousel .client-logo a {
    position: absolute;
    display: block;
    left: 0;
    margin: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #clients-carousel .client-logo a .grayscale {
      background-repeat: no-repeat !important; }
      #clients-carousel .client-logo a .grayscale svg {
        position: relative; }
        #clients-carousel .client-logo a .grayscale svg img {
          margin: 20px 0px; }
          #clients-carousel .client-logo a .grayscale svg img:hover {
            opacity: 1; }
    #clients-carousel .client-logo a .img-responsive.max-width-for-logo-upload {
      max-width: 75%; }

.logo-fixed-width {
  min-width: 260px; }

img_grayscale ieImage:hover {
  opacity: 1 !important; }

#clients-carousel .client-logo img {
  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(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
  opacity: 0.5;
  vertical-align: middle; }

#clients-carousel .client-logo 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: gray;
  /* IE 6-9 */
  opacity: 1; }

.carousel-control {
  background-image: none !important;
  width: 3%;
  top: 30px !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.side {
  padding-top: 25px; }

.first-logo {
  margin-left: 0 !important;
  /*padding-bottom:35px;*/ }

#fourth-row {
  background: #fff;
  position: relative; }

#fourth-row h1 {
  background: -webkit-linear-gradient(left, #5061af 0%, #07c9fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(left, #5061af 0%, #07c9fc 100%);
  background-clip: text;
  text-fill-color: transparent; }

#about-btn {
  border: 1px solid #1e1f3b;
  color: #1e1f3b;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 300; }

.no-padding-left-right {
  padding-left: 0 !important;
  padding-right: 0 !important; }

#about-us-side {
  padding-top: 25px; }

#cisco-side {
  padding-top: 25px; }

#cisco-title {
  position: relative;
  right: 60px; }

#sub-footer {
  background: #f3f3f3;
  padding: 20px; }
  #sub-footer.websiteid_11 {
    background: #193959; }
    #sub-footer.websiteid_11 h5, #sub-footer.websiteid_11 a, #sub-footer.websiteid_11 p {
      color: #fff; }

#sub-footer h5 {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #1e1f3b; }

#sub-footer a:hover {
  color: #ff532c; }

#sub-footer ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#sub-footer ul li, #sub-footer p {
  font-size: 12px; }

#sub-footer ul li a {
  color: #1e1f3b; }

#sub-footer ul li a:hover {
  text-decoration: none; }

.footer-list p a {
  color: #000; }

.footer-list p a:hover {
  text-decoration: none; }

ul.list-no-title {
  margin-top: 35px !important; }

.footer-list {
  float: left;
  min-width: 20%;
  width: auto;
  padding-left: 15px;
  padding-right: 15px; }

.submit {
  width: 150px;
  margin: 65px auto 20px; }

#contact-btn, #submit {
  background: #ff532c;
  color: #fff;
  margin-top: 10px;
  font-size: 12px; }

#contact-btn:hover, #submit:hover {
  color: #fff !important;
  background: #1e1f3b;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in; }

#footer {
  background: #12132a;
  padding: 20px !important;
  color: #fff;
  font-size: 12px; }

.no-margin {
  margin: 0px !important; }

.black {
  color: #000 !important; }

#fifth-row {
  /*background: url(/img/web-banner.png);
background-size: 100% 100%;*/
  padding: 0 !important;
  position: relative; }

#sign-up-txt {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Proxima N W01 Light', 'Roboto', sans-serif;
  text-align: right;
  margin-right: 50px;
  margin-bottom: 0px; }

#sign-up {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 35px;
  color: #fff;
  font-size: 22px;
  font-family: 'Proxima N W01 Light', 'Roboto', sans-serif; }

#container-sign-up {
  margin: auto;
  line-height: 254px;
  z-index: 1; }

#web-banner {
  position: relative;
  background: url("/img/web-banner.png") no-repeat center center;
  min-height: 254px;
  background-size: cover; }

#web-banner img {
  width: 100%; }

/*#txt-resource-3
{
//padding-top: 25px;
}

#txt-resource-5
{
padding-top:8px;
}

#txt-resource-6
{
padding-top:14px;
}*/
/*.padding-logo
{
padding-bottom:28px;
}*/
#header ul {
  margin: 0;
  padding: 8px 0px;
  list-style-type: none;
  position: relative;
  text-align: right;
  margin-right: -20px; }

#header ul li {
  display: inline-block;
  padding: 10px; }

#header ul li a {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  padding-bottom: 2px;
  font-weight: 300; }

#header ul li a:hover {
  border-bottom: 1px solid #fff; }

#header-bg {
  position: absolute;
  top: 0;
  z-index: -999;
  width: 100%; }

#header-bg img {
  width: 100%;
  min-height: 674px;
  height: 674px; }

#header-triangle {
  position: relative;
  background: url("/img/Header-bkg.png") no-repeat top left;
  height: 250px;
  width: 100%;
  background-size: cover; }

#header-rectangle {
  position: relative;
  background: url("/img/Header-bkg-1.png") no-repeat top left;
  height: 125px;
  width: 100%; }

#container-header {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.arrow-left, .arrow-right {
  background: url("/img/sprite-arrow.png") no-repeat top left;
  background-position: 0px 0px;
  width: 34px;
  height: 34px;
  cursor: pointer; }

.arrow-right {
  background-position: -38px 0px; }

.arrow-left:hover {
  background-position: 0px -34px; }

.arrow-right:hover {
  background-position: -38px -34px; }

.arrow-left-more, .arrow-right-more {
  background: url("/img/sprite-arrow-more.png") no-repeat top left;
  background-position: 0px 0px;
  width: 34px;
  height: 34px;
  cursor: pointer; }

.arrow-right-more {
  background-position: -38px 0px; }

.arrow-left-more:hover {
  background-position: 0px -34px; }

.arrow-right-more:hover {
  background-position: -38px -34px; }

.main-nav li.active a {
  border-bottom: #fff 1px solid; }

.main-nav li.active a:hover {
  border-bottom: none !important; }

/*#container-header img
{
margin-top: 50px;
}*/
#signup-btn a {
  background: #ff532c;
  padding: 12px 31px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-decoration: none; }

#signup-btn a:hover {
  background: #1e1f3b;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in; }

.search-btn {
  background: #ff532c;
  padding: 12px 31px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-decoration: none; }

.search-btn:hover {
  background: #1e1f3b;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in; }

#signup-btn {
  position: absolute;
  top: 90px;
  right: 0px; }

.main-title-corporate {
  display: none; }

#bloc-whitepapers {
  line-height: 1;
  position: relative;
  bottom: 40px; }
  #bloc-whitepapers p {
    margin: 0; }

.blue-header {
  color: #037fbf;
  font-size: 43px;
  letter-spacing: -1px;
  font-family: "Proxima N W01 Xbold"; }

.number-header {
  font-size: 77px;
  color: #1e1f3b;
  letter-spacing: -3px;
  font-family: 'Proxima N W01 Reg', 'Roboto', sans-serif; }

.number-header2 {
  font-size: 87px;
  line-height: 80px;
  color: #1e1f3b;
  letter-spacing: -3px;
  font-family: 'Proxima N W01 Reg', 'Roboto', sans-serif; }

#from {
  font-size: 25px;
  font-family: 'Proxima N W01 Reg', 'Roboto', sans-serif;
  float: left;
  width: 10%;
  padding-top: 8px; }

#companies {
  float: left;
  width: 60%;
  margin-left: 25%; }

.container-search {
  position: absolute;
  top: -89px;
  background: #5061af;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2NTQ5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwY2E3ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #5061af 0%, #07c9fc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5061af), color-stop(100%, #07c9fc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #5061af 0%, #07c9fc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #5061af 0%, #07c9fc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #5061af 0%, #07c9fc 100%);
  /* IE10+ */
  background: linear-gradient(to right, #5061af 0%, #07c9fc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5061af', endColorstr='#07c9fc',GradientType=1 );
  /* IE6-8 */
  color: #fff;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 26px 60px 18px 0px;
  border-radius: 5px;
  text-align: left;
  height: 89px; }
  .container-search.websiteid_8 {
    background: #061e2e;
    background: -moz-linear-gradient(left, #061e2e 0%, #1f4569 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #061e2e), color-stop(100%, #1f4569));
    background: -webkit-linear-gradient(left, #061e2e 0%, #1f4569 100%);
    background: -o-linear-gradient(left, #061e2e 0%, #1f4569 100%);
    background: -ms-linear-gradient(left, #061e2e 0%, #1f4569 100%);
    background: linear-gradient(to right, #061e2e 0%, #1f4569 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061e2e', endColorstr='#1f4569', GradientType=1 ); }

.container-search .asset-searchbox {
  color: #222222; }

.container-search p {
  font-size: 25px;
  font-family: 'Proxima N W01 Reg', 'Roboto', sans-serif; }

.form-control {
  width: 60%;
  border-radius: 5px;
  padding: 10px;
  float: right; }

.form-control-name {
  width: 245px;
  margin-top: 5px;
  border-radius: 5px;
  padding: 10px;
  float: right; }

#search-form {
  color: #000; }

#search {
  width: 70%; }

#main-container-first {
  padding: 0; }

.carousel-control img, .box-topics img {
  display: inline-block !important; }

#side-first-row {
  display: inline-block !important;
  min-width: 95%;
  height: 1px; }

#about-logo {
  position: relative;
  top: 75px; }

input {
  border: none; }

.sidebar {
  width: auto;
  min-width: 30%;
  display: inline-block !important; }

#last-logo-carousel {
  padding-top: 5px; }

#content-header {
  position: relative;
  bottom: 42px; }

#ipad {
  position: relative;
  bottom: 58px; }

#header-right-txt {
  position: relative;
  bottom: 35px;
  left: 50px; }

.box-contact {
  background: #f4f4f4;
  border-radius: 5px;
  position: relative;
  bottom: 60px;
  float: left;
  max-width: 29%;
  width: auto;
  margin-left: 3%; }

.link-contact {
  color: #ff532c;
  font-size: 13px; }

.main {
  font-size: 14px;
  margin-top: 30px; }

.box-black-header {
  background: #1e1f3b;
  color: #fff;
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 20px; }

.strong {
  font-weight: 500; }

.stronger {
  font-weight: 600; }

.first-row-contact, .second-row-contact {
  padding: 25px;
  overflow: auto; }

.first-row-contact {
  border-bottom: 1px solid #d3d3d8; }

#box-white-papers {
  float: left;
  max-width: 29%;
  width: auto;
  margin-left: 10%;
  background: #e7faff;
  border-radius: 5px; }

.white-papers-header {
  background: #09b8e9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 15px;
  font-size: 20px;
  color: #fff; }

.get-started {
  background: #ff532c;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 20px 0; }

.get-started:hover {
  text-decoration: none;
  color: #fff;
  background: #1e1f3b; }

.about-quote {
  font-weight: bold;
  font-size: 20px; }

#quote {
  position: relative;
  left: 90px;
  top: 25px;
  width: 90%; }

.quote-left {
  position: absolute;
  left: -80px;
  top: -25px; }

.quote-right {
  position: absolute;
  right: 195px;
  bottom: 0px; }

.page-title h1 {
  text-transform: uppercase;
  font-size: 33px;
  background: -webkit-linear-gradient(left, #1e5799 0%, #7db9e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(left, #1e5799 0%, #7db9e8 100%);
  background-clip: text;
  text-fill-color: transparent;
  float: left;
  width: 16%; }

.side-title {
  float: left;
  width: 70%;
  padding-top: 22px;
  margin-left: 1%; }

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.breadcrumbs ul li {
  display: inline-block; }

.breadcrumbs ul li a {
  color: #1e1f3b;
  font-size: 13px;
  font-family: 'Roboto', sans-serif !important; }

.breadcrumbs ul li a:hover {
  color: #ff532c;
  text-decoration: none; }

.breadcrumbs .last-link {
  font-weight: 600; }

/*#about-content, #privacy-content
{
padding-left:30px;
}*/
.page-title {
  padding-left: 20px; }

.breadcrumbs {
  padding-left: 20px; }

/*.pagination
{
float:left;
}*/
.btn {
  max-width: 100%;
  width: auto; }

.box-topics {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 0px 0px 2px 0px;
  min-height: 350px;
  height: auto;
  float: left;
  max-width: 31%;
  width: auto;
  margin-left: 2%; }

.box-topics:hover {
  border-color: #EB5229; }

.box-topics .tags {
  padding: 0 30px;
  margin-top: 40px;
  color: #5E5E5E; }

.box-topics a.tag {
  color: #1e1f3b;
  font-size: 13px; }

.box-topics a.tag:hover {
  text-decoration: underline;
  color: #ff532c; }

.topics-aside {
  float: left;
  width: 30%; }

.topics-boxes {
  float: left;
  width: 65%; }

.box-related-topics {
  background: #f4f4f4;
  border-radius: 5px;
  margin-top: 20px; }

.row-related-topics {
  padding: 12px 5px 10px 14px;
  border-bottom: 1px solid #d3d3d8; }

.row-related-topics .count {
  color: #ff532c; }

.row-related-topics .count:hover {
  text-decoration: underline; }

.box-topics-white-paper {
  background: #e7faff;
  border-radius: 5px; }

.last-row-radius {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: none; }

.row2 {
  margin: 0px;
  padding-bottom: 30px; }

.box-topics .box-topics-heading:hover {
  background: #EB5229 !important; }

.box-topics-links {
  text-transform: uppercase;
  background: none !important;
  color: #ffffff;
  font-size: 18px !important;
  padding: 30px 5px 0;
  font-family: 'Proxima N W01 Bold', Roboto, sans-serif;
  min-height: 40px !important;
  margin-top: 0; }

.icon-topics {
  border-radius: 25px;
  height: 50px;
  left: 50%;
  margin: 30px 0 20px;
  margin-left: -25px;
  position: absolute;
  width: 50px;
  margin-top: 10px;
  background-color: #1E1F3B; }

.box-topics-heading:hover .icon-topics {
  background-color: #eb5229 !important; }

.featured-box {
  border: 1px solid #e8e8e8;
  border-radius: 11px;
  padding: 10px 15px;
  /*margin-bottom:20px;*/
  cursor: pointer;
  margin-left: -5px;
  position: relative; }
  .featured-box .img-whitepaper {
    position: relative;
    /*img
        {
            position:absolute;
            top:50%;
            -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
            left:0px;
            right:0px;
            margin:0 auto;
        }*/ }

.featured-box-kit {
  position: relative; }
  .featured-box-kit .kit-images {
    overflow: hidden; }
    .featured-box-kit .kit-images img {
      width: 45%;
      margin-bottom: 15px;
      padding: 0; }
    .featured-box-kit .kit-images img.right {
      float: right; }
  .featured-box-kit .kit-assets {
    overflow: hidden; }
    .featured-box-kit .kit-assets img {
      padding: 0;
      width: 45%;
      margin-bottom: 15px; }
    .featured-box-kit .kit-assets img.right {
      float: right; }

.kit-corner-img {
  position: absolute;
  width: 96px;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding: 0 !important; }

.featured-box:hover {
  border: 1px solid #ff532c; }

.featured-box h4 {
  margin-bottom: 0; }

.featured-box:hover h4 {
  color: #ff532c; }

.featured-box img {
  padding: 20px 0px;
  /*max-height:120px;
max-width:175px;*/
  display: inline-block !important; }

.featured-side {
  padding: 10px 0px !important;
  height: auto !important;
  display: inline-block; }

#icon-data-center {
  background-image: url("/img/icon-data-centre-black.png") !important; }

#vendors-first-row {
  padding-top: 3px !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding-left {
  padding-left: 0; }

#topic-data-management, #topic-data-center {
  padding-top: 20px; }

#it-management {
  padding-top: 25px; }

#networking, #platforms {
  padding-top: 30px; }

#security, #storage {
  padding-top: 29px; }

#data-management-btn, #resource-tech-btn, #security-btn, #career-advancement-btn {
  margin-top: 20px; }

#career-advancement-btn {
  margin-top: 43px; }

#title-data-center, #title-data-management, #title-it-management, #title-networking, #title-platforms, #title-security, #title-storage {
  padding-top: 10px; }

#human-resource-tech, #it-career-advancement, #software-developement {
  padding-top: 12px; }

#enterprise-application {
  padding-top: 10px;
  font-size: 14px; }

#knowledge-management {
  padding-top: 20px; }

.heading-title {
  text-transform: uppercase;
  font-size: 33px;
  background: -webkit-linear-gradient(left, #1e5799 0%, #7db9e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(left, #1e5799 0%, #7db9e8 100%);
  background-clip: text;
  text-fill-color: transparent;
  float: left;
  width: 50%; }

#contact-box .form-group label {
  font-size: 14px;
  padding: 30px 0 7px 0;
  display: block; }

#contact-box {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 25px 10px;
  border: 1px solid #e8e8e8;
  margin: 20px 0px;
  max-width: 768px;
  width: auto; }

#contact-box-complete {
  color: white;
  background: #1e1f3b;
  border-radius: 10px;
  padding: 22px 10px 15px 40px;
  border: 1px solid #e8e8e8;
  margin: 20px 16px;
  max-width: 768px;
  width: auto; }

.form-group {
  margin: 30px 0px; }

label {
  font-weight: bold;
  font-size: 18px; }

.required {
  color: red; }

#form-inner {
  width: 70%;
  margin: 0 auto; }

/*#lname
{
margin-top:25px;
}*/
.name {
  font-size: 13px;
  color: #ff532c; }

.field-validation-valid {
  display: none; }

.validation-summary-valid {
  display: none; }

#contact-box input,
#contact-box select {
  width: 100%;
  border: 1px solid #e8e8e8; }

#submit {
  padding: 10px 30px;
  border: none !important; }

#signup-left {
  float: left;
  width: 68%; }

#side-title-signup {
  float: left;
  width: 16%;
  padding-top: 25px; }

#signup-intro {
  width: 92%;
  margin: 20px 0px 20px 30px; }

#signup-right {
  float: left;
  max-width: 29%;
  width: auto;
  margin-left: 3%;
  margin-top: 15px; }

#quote-signup {
  position: relative;
  margin: 50px auto;
  width: 88%;
  padding-left: 18px; }

.quote-left-signup {
  position: absolute;
  left: -65px;
  top: -25px; }

.quote-right-signup {
  position: absolute;
  bottom: 0px;
  left: 420px; }

.text-vendor {
  font-size: 13px !important; }

.box-vendors {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  float: left;
  min-width: 23%;
  width: 23%;
  padding: 10px;
  margin-left: 2%;
  text-align: center;
  min-height: 347px;
  height: auto;
  cursor: pointer; }

.box-vendors:hover {
  border: 1px solid #ff532c; }

.box-vendors:hover .title-vendors {
  color: #ff532c; }

.title-vendors {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 22px; }

.box-resource-title {
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  margin-top: 15px;
  vertical-align: top; }

.box-resource p {
  font-size: 13px; }

#vendors-cisco {
  padding-top: 37px; }

#cisco-img-vendors {
  padding-top: 20px; }

#vendors-accelrys {
  padding-top: 49px; }

#accelrys-img-vendors {
  padding-top: 20px; }

#vendors-adecco {
  padding-top: 38px; }

#adecco-img-vendors {
  padding-top: 10px; }

#vendors-adaptive-computing {
  padding-top: 16px; }

#vendors-adobe {
  padding-top: 40px; }

#adobe-img-vendors {
  padding-top: 20px; }

#adaptive-planning-img-vendors {
  padding-top: 30px; }

#vendors-ibm {
  padding-top: 30px; }

#ibm-img-vendors {
  padding-top: 30px; }

#vendors-adaptive-planning {
  padding-top: 50px; }

#amd-img-vendors {
  padding-top: 13px; }

#apple-img-vendors {
  padding-top: 30px; }

#appsense-img-vendors {
  padding-top: 30px; }

#asg-img-vendors {
  padding-top: 10px; }

#bloomberg-img-vendors {
  padding-top: 20px; }

#brocade-img-vendors {
  padding-top: 20px; }

#vendors-amd {
  padding-top: 63px; }

#vendors-apple {
  padding-top: 70px; }

#vendors-appsense {
  padding-top: 65px; }

#vendors-asg {
  padding-top: 38px; }

#vendors-blackberry {
  padding-top: 0px; }

#vendors-bloomberg {
  padding-top: 75px; }

#vendors-brocade {
  padding-top: 75px; }

.pagination ul {
  list-style-type: none;
  float: right;
  margin: 0;
  padding-bottom: 10px; }

.pagination p {
  float: left;
  margin-left: 100px;
  margin-bottom: 0;
  margin-top: 5px;
  color: #737373; }

.pagination ul li {
  display: inline-block;
  padding: 0px 2px;
  vertical-align: middle; }
  .pagination ul li.arrow-right a, .pagination ul li.arrow-left a {
    display: block;
    height: 100%;
    width: 100%; }
  .pagination ul li.arrow-right-more a, .pagination ul li.arrow-left-more a {
    display: block;
    height: 100%;
    width: 100%; }

.pagination ul li a {
  color: #737373;
  text-decoration: none; }

.red {
  color: #ff532c !important; }

#img-oracle {
  padding-top: 50px; }

.box-vendors .no-image {
  display: inline-block !important;
  height: 120px;
  line-height: 120px; }

.box-vendors img {
  display: inline-block !important;
  min-width: 175px;
  min-height: 120px; }

.brand-box {
  padding: 50px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: auto; }

.brand-box p {
  margin: 0; }

.brand-box ul {
  margin: 1.2em;
  padding: 0; }

.brand-box ul li {
  font-size: 14px;
  padding: 5px 0px; }

#brand-right {
  border-left: 1px solid #f5f5f5; }

#brand-right p {
  margin-bottom: 15px !important;
  margin-top: 15px !important; }

#brand-right h3, #box-asset-left h3 {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 28px;
  font-size: 24px; }

#pattern-brand {
  width: 95%; }

#asset-link {
  margin-bottom: 20px; }

#box-asset-left {
  border: 1px solid #ff532c;
  border-radius: 12px;
  padding-top: 30px;
  position: relative; }
  #box-asset-left .kit-images, #box-asset-left .kit-assets {
    display: flex;
    flex-flow: row wrap; }
    #box-asset-left .kit-images div, #box-asset-left .kit-assets div {
      width: 50%;
      padding: 10px; }
      #box-asset-left .kit-images div img, #box-asset-left .kit-assets div img {
        max-width: 100%; }

.kit-details-box {
  background: #1e1f3b;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px;
  cursor: pointer;
  min-height: 400px; }
  .kit-details-box .box-icon-download {
    margin-bottom: 16px; }
  .kit-details-box a {
    color: white;
    font-size: 20px;
    text-transform: uppercase; }
  .kit-details-box .resource-detail-pdf-thumb {
    max-width: 40%;
    margin: 16px auto;
    display: block; }
  .kit-details-box .title {
    color: white;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    margin: 0; }
  .kit-details-box .kit-image-wrapper {
    min-height: 140px; }

.small-asset {
  font-size: 13px;
  margin: 0; }

.small-asset .related-categories {
  font-family: 'Roboto', sans-serif;
  font-weight: bold; }

#cisco-asset {
  padding-left: 18px; }

#footer-asset, .cisco-footer {
  background: #f4f4f4;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 13px;
  text-align: center;
  overflow: auto; }

#details-box {
  background: #1e1f3b;
  padding: 15px 15px;
  border-radius: 10px;
  color: #fff;
  margin-left: 10px; }

#details-box .topicon img {
  float: right; }

.small-box-download {
  font-size: 13px;
  margin: 20px 0px; }

#required-field {
  font-size: 11px;
  float: left;
  width: 50%;
  margin-top: 15px; }

#submit-work-email {
  width: 50%; }

#details-box h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase; }

#download-file {
  color: #FF532C;
  font-weight: 300; }

#download-file:hover {
  text-decoration: underline; }

.box-cisco {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  text-align: center;
  max-height: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
  margin-bottom: 40px; }

.box-cisco:hover {
  border: 1px solid #ff532c; }

.box-cisco:hover .cisco-boxes-title {
  color: #ff532c; }

/*.box-cisco p
{
margin-bottom: 20px;
}*/
/*.cisco-footer
{
position:absolute;
bottom:0;
width:100%;
}*/
.cisco-boxes-title {
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  font-size: 17px;
  height: 80px;
  /*padding-top: 10px;*/ }

.small-grey-line {
  padding: 10px 0 10px 0; }
  .small-grey-line img {
    display: none; }

#about-title-home {
  position: relative;
  bottom: -2px;
  min-width: 200px;
  left: 10px;
  letter-spacing: -1px;
  background: linear-gradient(left, #5061af 0%, #07c9fc 100%);
  background-clip: text;
  text-fill-color: transparent; }

#from {
  font-weight: lighter; }

.box-cisco-inner {
  padding: 15px; }
  .box-cisco-inner img {
    max-height: 120px;
    max-width: 175px; }

.blue-title {
  background: -webkit-linear-gradient(left, #5061af 0%, #07c9fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(left, #5061af 0%, #07c9fc 100%);
  background-clip: text;
  text-fill-color: transparent;
  font-size: 34px; }

#title-download {
  position: relative;
  right: 60px;
  margin-bottom: 0;
  margin-top: 23px; }

.side-privacy {
  padding-top: 27px; }

#download-box {
  background: #1e1f3b;
  border-radius: 10px;
  padding: 25px;
  color: #fff; }

#download-icon {
  padding-top: 10px; }

#title-box-download {
  font-size: 26px; }

#download-box p {
  margin: 0; }

#side-blue-download {
  padding-top: 45px; }

.box-cisco-text-right {
  text-align: left;
  font-size: 13px;
  padding-left: 10px; }

.download-cisco-btn {
  margin-top: 20px !important; }

.cisco-btn-download {
  margin-top: 30px; }

.log-me-in-inner {
  position: relative;
  bottom: 28px; }

.log-me-in-img {
  padding-bottom: 20px; }

.box-topics p {
  padding: 5px;
  min-height: 140px; }

.box-topics-heading {
  background: #1E1F3B;
  border-radius: 10px 10px 0 0;
  padding-bottom: 50px; }
  .box-topics-heading a {
    display: block; }

#icon-topics-data-centre {
  background-image: url("/img/icon-data-centre.png");
  width: 32px;
  height: 32px;
  display: inline-block; }

#icon-topics-human-resource-technology {
  background-image: url("/img/human-resource-technology.png");
  width: 32px;
  height: 32px;
  display: inline-block; }

#icon-topics-it-career-advancement {
  background-image: url("/img/it-career-advancement.png");
  width: 32px;
  height: 32px;
  display: inline-block; }

#icon-topics-it-management {
  background-image: url("/img/it-management.png");
  width: 32px;
  height: 32px;
  display: inline-block; }

#icon-topics-knowledge-management {
  background-image: url("/img/knowledge-management.png");
  width: 32px;
  height: 32px;
  display: inline-block; }

#icon-topics-networking {
  background-image: url("/img/networking.png");
  width: 32px;
  height: 32px;
  display: inline-block; }

#icon-topics-platforms {
  background-image: url("/img/platforms.png");
  width: 32px;
  height: 32px;
  display: inline-block; }

#icon-topics-security {
  background-image: url("/img/security.png");
  width: 32px;
  height: 32px;
  display: inline-block; }

#icon-topics-software-development {
  background-image: url("/img/software-development.png");
  width: 32px;
  height: 32px;
  display: inline-block; }

#icon-topics-storage {
  background-image: url("/img/storage.png");
  width: 32px;
  height: 28px;
  display: inline-block; }

#icon-topics-enterprise-applications {
  background-image: url("/img/enterprise-applications.png");
  width: 32px;
  height: 32px;
  display: inline-block; }

#icon-topics-data-management {
  background-image: url("/img/icon-data-management.png");
  width: 32px;
  height: 32px;
  display: inline-block; }

.box-topics:hover .title-vendors {
  color: #ffffff; }

#footer a {
  color: #fff; }

#box-contact-privacy, #box-contact-about {
  background: #f4f4f4;
  border-radius: 6px; }

#box-white-papers-privacy, #box-white-papers-sitemap {
  background: #e7faff; }

.center-responsive {
  position: relative;
  /*bottom:5px;*/ }

.line-height-box-title {
  line-height: 1.1;
  min-height: 57px; }

#enterprise-app-home, #human-resources-home, #it-career-home, #knowledge-management-home, #software-development-home {
  padding-top: 10px; }

.box-resource:hover {
  border: 1px solid #ff532c; }

.box-resource:hover .box-resource-title {
  color: #ff532c; }

.side-line {
  padding-top: 10px; }

#side-line-about {
  padding-top: 25px;
  min-width: 0%; }

.front h2,
.scaleup h2,
.scaleup h2 a {
  font-size: 20px;
  padding: 0px 5px;
  height: 30px;
  color: #fff; }

/*.scaleup {
    @include transform-origin(center center);
    @include scale(1);
    @include transition(all 0.3s ease);
}
.scaleup:hover {
    @include scale(1.05); 
}*/
/*.flip-container
{
-webkit-perspective:1000;
-ms-perspective:1000;
perspective:1000;
transform-style: preserve-3d;
width:100%;
}

.flip-container:hover .flipper
{
-webkit-transform:rotateY(180deg);
-ms-transform:rotateY(180deg);
transform:rotateY(180deg);
}

.flipper
{
-webkit-transition:0.6s;
-webkit-transform-style:preserve-3d;
-ms-transition:0.6s;
-ms-transform-style:preserve-3d;
transition:0.6s;
transform-style:preserve-3d;
position:relative;
}

.front, .back
{
-webkit-backface-visibility:hidden;
-ms-backface-visibility:hidden;
backface-visibility:hidden;
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
}

.front
{
z-index:2;
-webkit-transform:rotateY(0deg);
-ms-transform:rotateY(0deg);
transform:rotateY(0deg);
}

.back
{
-webkit-transform:rotateY(180deg);
-ms-transform:rotateY(-180deg);
transform:rotateY(180deg);	
position:absolute;
top:45%;
right:0;
left:0;
margin:0 auto;
}

.back a
{
color:#fff;
font-size:20px;
font-weight:bold;
-ms-transform:rotateY(-180deg);
}

.back a:hover
{
color:#ff532c;
}

.flip-container:hover .back
{
-ms-transform:rotateY(0deg);
}

.flip-container:hover .front
{
-ms-transform:rotateY(180deg);
}*/
.download-form input[type="text"], .download-form textarea {
  position: relative;
  color: #000;
  margin-bottom: 8px; }

.download-form .item {
  clear: both;
  overflow: hidden; }

.download-form .form-control {
  width: 100%;
  font-size: 110%; }

.download-form label {
  font-size: 14px;
  font-weight: 300;
  display: block;
  padding: 14px 0 5px 0; }

.download-form label.multi {
  font-size: 14px;
  font-weight: normal;
  display: table-cell;
  padding: 3px 0 4px 10px; }

.download-form label p {
  margin: 0px;
  display: inline; }

.final-question-separator {
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #313F55;
  border-bottom: 1px solid #313F55;
  padding: 17px 0;
  margin-top: 26px; }

.optin-field {
  max-height: 5em;
  overflow-y: scroll;
  background-color: white;
  color: black; }

.validated-control {
  clear: both; }

.validated-control .validation-message {
  display: none; }

.validated-control select {
  color: #000000; }

.validated-control.invalid .validation-message {
  display: block;
  color: #C5102F; }

.download-terms .validation-message {
  display: none; }

.download-terms.invalid .validation-message {
  display: block;
  color: #C5102F; }

.asset-searchbox .form-control {
  float: left; }

.asset-searchbox .search-btn {
  float: left;
  margin-left: 0px; }

.underlinelink:hover {
  text-decoration: underline; }

#contact-box .sign-up-privacy-confirm {
  overflow: hidden;
  margin-top: 20px; }

#contact-box .sign-up-privacy-confirm input {
  width: auto;
  display: inline-block;
  float: left;
  margin: 4px 0 0 0; }

#contact-box .sign-up-privacy-confirm label {
  width: auto;
  padding: 0;
  font-weight: normal;
  margin-left: 23px; }

#signUpTermsAgree .text-danger {
  color: #D02459;
  display: block;
  margin-top: 10px; }

/*@media (max-width:479px){

	.first-logo img
	{
		position:relative;
		bottom:18px;
	}

	#header ul li a
	{
	font-size:12px;
	}
	
	.title-vendors
	{
	font-size:10px;
	}

	#sign-up-txt
	{
		font-size:20px;
		text-align:center;
	}

	#sign-up
	{
		font-size:20px;
	}

	.center-responsive
	{
		text-align:center;
	}

	.box-technology-responsive
	{
		font-size:10px;
	}

	.box-technology p.uppercase
	{
		font-size:12px;
	}

	.box-resource p
	{
		font-size:10px;
	}

	.box-resource a
	{
		font-size:8px;
	}

	#container-search
	{
		position:static!important;
	}

	.blue-header
	{
		font-size:20px;
	}

	.number-header
	{
		font-size:40px;
	
	}

	.main, #about-quote, #contact-header, #white-papers-header
	{
	font-size:10px;
	}

	.side-title
	{
	float:none;
	width:100%;
	}

	.page-title h1
	{
	float:none;
	width:100%;
	}

	.box-topics-links
	{
		font-size:12px!important;
	}

	label
	{
	font-size:10px;
	}

	.about-quote
	{
	font-size:10px;
	}

	.heading-title
	{
	float:none;
	width:100%;
	font-size:20px;
	}

	#side-title-signup
	{
	float:none;
	width:100%;
	}
	
	#signup-intro
	{
	margin:0;
	}
}

@media (max-width:767px){

	#norton-logo
	{
	max-width:100%!important;
	height:auto!important;
	}

	#title-download
	{
	position:static!important;
	}

	#title-box-download
	{
	font-size:10px;
	}

	#cisco-title
	{
	position:static!important;
	}
	
	.padding-mobile
	{
	padding-left:0px;
	padding-right:0px;
	}

	#from, #companies
	{
		float:none;
		width:100%;
	}

	.box-contact
	{
	position:static!important;
	}
	
	#get-started
	{
		font-size:10px;

	}

}


@media (max-width:1215px){

	#header ul li{
	 padding: 8px;
	}
	#header ul li a {
	 font-size: 17px;
	}

	#container-search p{
	 font-size: 28px;
	}
	#ipad img{
	 width: 600px;
	}

}

@media (max-width:1007px){

	#ipad img{
	 width: 423px;
	 margin-top: -80px;
	 margin-bottom: 30px;
	}

}*/
.vendor-details-box {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 25px 0px 25px -5px; }

.vendor-details-box a:hover {
  text-decoration: underline; }

ul.client-address {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  margin-top: 20px; }
  ul.client-address li {
    margin-bottom: 20px; }
  ul.client-address .phone span {
    color: #ff532c; }
  ul.client-address .email a {
    background-color: #fff;
    color: #ff532c; }

ul.links {
  padding: 0;
  margin-left: 20px;
  text-align: left !important; }
  ul.links li {
    color: #ff532c;
    margin-bottom: 5px; }
    ul.links li a {
      background-color: #fff;
      color: #ff532c; }
      ul.links li a:hover {
        color: #ff532c; }

.video-wrapper {
  background: #1E1F3B;
  padding: 30px;
  border-radius: 5px; }

.video-wrapper #videoPlayer {
  margin: 0 auto; }

.contact-details {
  margin-bottom: 20px; }

.resource-btn {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px; }

.cisco-asset {
  text-align: center; }
  .cisco-asset img {
    max-width: 175px;
    max-height: 120px;
    display: inline-block; }

#box-icon-download {
  line-height: 72px; }

.location-map {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #d3d3d8; }
  .location-map:last-child {
    border-bottom: none; }
  .location-map:first-child {
    padding-top: 0px; }
  .location-map .location-map-container {
    background: #f9f9f9;
    padding: 10px 0px; }
  .location-map a {
    margin-top: 90px;
    display: block;
    color: #ff532c; }
  .location-map h5 {
    font-size: 16px; }
  .location-map .location-map-address {
    padding-top: 40px;
    background: url("../img/icon-location-map.png") no-repeat; }
  .location-map h3 {
    font-size: 20px;
    color: #003471;
    margin: 0px 2px 15px 0px;
    font-weight: bold; }
  .location-map p {
    font-size: 14px;
    margin: 0; }
  .location-map iframe {
    width: 100%;
    border: 3px solid #fff;
    height: 300px; }

.resource-detail-pdf-thumb {
  max-width: 100%; }

#container-header .lang-header {
  padding-bottom: 0px !important; }

#container-header .mainnav-header {
  padding-top: 0px !important; }

#global-sites {
  position: relative;
  background: rgba(30, 31, 59, 0.5);
  display: inline-block;
  padding: 8px 24px;
  border-radius: 0 0 5px 5px;
  float: right; }

#global-sites a {
  color: #949494;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  z-index: 100; }

#global-sites a span.img-icon {
  padding-right: 10px; }

#global-sites a span.arrow-down {
  padding-right: 10px; }

#global-sites .upper-nav-dropdown {
  background: rgba(30, 31, 59, 0.5);
  display: none;
  height: auto;
  left: 0px;
  padding-bottom: 10px;
  position: absolute;
  right: 0;
  top: 0px;
  width: 100%;
  z-index: 2;
  overflow: hidden; }

#global-sites .upper-nav-dropdown ul {
  margin-top: 40px; }

#global-sites .upper-nav-dropdown ul li {
  border-right: none;
  display: block;
  padding: 5px 30px !important;
  text-align: left; }

#global-sites .upper-nav-dropdown ul li:hover {
  background: #000000; }

#global-sites .upper-nav-dropdown ul li a:hover,
#global-sites .upper-nav-dropdown ul li a img:hover {
  text-decoration: none; }

#global-sites .upper-nav-dropdown ul li a {
  font-size: 16px;
  text-transform: none;
  color: #949494;
  position: relative;
  z-index: 100; }

.vendor-details {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin: 25px 0 25px -5px;
  padding-bottom: 30px !important; }

.vendor-details .head {
  background: #1E1F3B;
  color: #ffffff;
  padding: 25px 35px;
  font-size: 26px;
  font-weight: bold;
  border-radius: 10px 10px 0 0; }

.vendor-details .content .overview {
  border-top: 1px solid #e8e8e8;
  padding-top: 25px;
  height: auto; }

.vendor-details .content .asset {
  margin-bottom: 10px; }

.vendor-details .content .asset .head {
  background: #3072BC;
  color: #ffffff;
  padding: 20px 15px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  text-align: center;
  min-height: 105px;
  position: relative; }
  .vendor-details .content .asset .head p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto; }

.vendor-details .content .asset .content {
  background: #E5E5E5;
  padding: 22px 0;
  border-radius: 0 0 10px 10px;
  min-height: 400px; }

.vendor-details .content .asset .content .desc {
  padding: 10px 25px; }

.vendor-details .content .asset .content .foot {
  padding: 10px 0; }

.vendor-details .content .other-resources {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 8px;
  margin: 20px 0 20px 0;
  font-weight: bold;
  color: #1E1E36;
  font-size: 18px; }

.vendor-details .content .more-assets a {
  background-color: #fff;
  color: #ff532c; }

.vendor-details .content .more-assets ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.vendor-details .content .more-assets ul li {
  padding-left: 20%;
  background: url(/img/orange-bullet.png) no-repeat 16% center; }

.vendor-details .content .buttons {
  border-top: 1px solid #e8e8e8;
  margin-top: 40px;
  overflow: hidden;
  padding-top: 40px; }

.vendor-details .content .buttons .btn {
  min-width: 300px; }

#submitStep1Loader {
  display: block;
  width: 128px;
  margin: 8px auto; }

.final-download-page-details-box {
  background: #FF532C;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  margin-left: 10px; }

.final-download-page-details-box h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 20px; }

.final-download-page-details-box .btn-main-reverse {
  display: inline-block; }

.final-download-page-details-box .image-col {
  text-align: center; }

.final-download-page-details-box .image-col img {
  width: 100%;
  max-width: 198px;
  display: inline-block; }

.final-download-page-details-box .button-col {
  text-align: center; }

.logo-strapline {
  font-size: 11px;
  font-style: italic;
  text-align: center; }

.label-orange {
  color: #ff532c; }

/* COOKIES POPUP */
.cookieBox {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.8); }

.cookieCopy {
  padding: 15px 60px;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center; }

.closeCookies {
  position: absolute;
  right: 16px;
  top: 15px;
  color: #ffffff;
  cursor: pointer; }

.cookieCopy a {
  color: #FFFFFF;
  text-decoration: underline; }

.cookieCopy a:hover {
  background-color: inherit;
  color: #000; }

.atoz {
  overflow: hidden;
  margin: 10px 0;
  text-align: center; }

.atoz a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #E6E6E6;
  background: #ffffff;
  border-radius: 17px;
  text-align: center;
  margin: 6px 3px;
  color: #737373; }

.atoz a:hover, .atoz a.selected {
  border-color: #FF534F;
  color: #FF534F; }

.align-center {
  text-align: center; }

@media (max-width: 479px) {
  .row {
    padding-top: 0px !important; }
  .footer-left, .footer-right {
    text-align: center;
    width: 100%; }
  .footer-list {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .box-technology {
    float: none;
    max-width: 100%;
    margin-bottom: 20px; }
  .box-technology2, .box-technology3, .box-technology4 {
    margin-left: 0px; }
  .row2 {
    padding-bottom: 0px; }
  .box-resource {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    position: relative;
    min-height: 400px; }
    .box-resource .txt-resource {
      padding: 0px 10px; }
  .box2, .box3 {
    margin-left: 0%; }
  .box3 {
    margin-bottom: 0px; }
  /*.box1
{
    padding-top:0px!important;
}*/
  .about-text {
    width: 100%;
    text-align: center; }
  .about-logo {
    display: none; }
  .signup-left, .signup-right {
    text-align: center; }
  .signup-left #sign-up-txt {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 20px; }
  .box-topics {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 300px;
    position: relative;
    margin-left: 0%; }
    .box-topics p {
      min-height: 0px; }
    .box-topics .buttons {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0; }
  .title {
    text-align: center; }
  .featured-box {
    margin-bottom: 20px;
    text-align: center;
    margin-left: 0%; }
    .featured-box img {
      max-width: 175px;
      left: 0px;
      right: 0px;
      margin: 0 auto; }
  .featured-box-row {
    padding-right: 0px !important; }
  #about-content {
    text-align: center; }
  .blue-title {
    text-align: center; }
  #side-line-about, .side-line {
    display: none !important; }
  #quote {
    text-align: center;
    left: 0px;
    width: 100%; }
    #quote .quote-left {
      display: none; }
  #fourth-row {
    padding: 20px !important; }
  #fifth-row #web-banner #container-sign-up {
    line-height: normal;
    line-height: initial;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    right: 0px; }
  .box-vendors {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
  .featured-box-whitepaper {
    margin-top: 20px; }
    .featured-box-whitepaper .featured-box {
      width: 100%;
      float: none;
      margin-left: 0px;
      min-height: 250px; }
  #featured-side-img {
    text-align: center;
    display: inline-block;
    margin: 10px 0px;
    height: 1px !important; }
  #signup-left, #signup-right {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0px; }
  #quote-signup {
    width: 100%;
    padding-left: 0px;
    text-align: center; }
    #quote-signup .quote-left-signup {
      display: none; }
  .heading-title {
    width: 100%;
    text-align: center; }
  #side-title-signup {
    display: none; }
  .side-privacy {
    display: none !important; }
  #privacy-content {
    padding-left: 0px;
    text-align: center; }
    #privacy-content ul {
      text-align: left;
      padding-left: 10px; }
  /*nav*/
  .main-nav {
    display: none; }
  #ipad {
    display: none; }
  #header-rectangle {
    height: 65px; }
  #header-triangle {
    height: 200px; }
  #header-right-txt {
    position: relative;
    left: 0px;
    bottom: -20px; }
    #header-right-txt #bloc-whitepapers {
      float: right;
      bottom: 0px; }
      #header-right-txt #bloc-whitepapers .number-header {
        font-size: 60px; }
      #header-right-txt #bloc-whitepapers .blue-header {
        font-size: 34px; }
      #header-right-txt #bloc-whitepapers #companies {
        margin-left: 15%; }
      #header-right-txt #bloc-whitepapers .number-header2 {
        font-size: 75px; }
  #container-mobile {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 0px;
    height: 65px; }
    #container-mobile .menu {
      padding: 20px 30px !important;
      float: right;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    #container-mobile .logo {
      padding: 5px 30px !important;
      float: left;
      width: 80%;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      #container-mobile .logo img {
        height: auto;
        max-width: 100%; }
    #container-mobile .small-btn {
      background: #ff532c;
      padding: 2px 20px;
      /*@include border-radius(4px);*/
      border-radius: 4px;
      text-transform: uppercase;
      color: #fff;
      float: left;
      margin-right: 20px; }
    #container-mobile .menu-button {
      display: block;
      float: left; }
      #container-mobile .menu-button span.icon-bar {
        display: block;
        width: 35px;
        height: 5px;
        background-color: #fff;
        /*@include border-radius(2px);*/
        border-radius: 4px; }
      #container-mobile .menu-button .icon-bar + .icon-bar {
        margin-top: 4px; }
    #container-mobile .nav-mobile {
      text-align: center;
      z-index: 10;
      margin-right: 0px;
      position: absolute;
      width: 100%;
      top: 65px;
      padding: 0px;
      display: none; }
      #container-mobile .nav-mobile li {
        display: block;
        padding: 0px; }
        #container-mobile .nav-mobile li a {
          display: block;
          background: #fff;
          color: #000;
          padding: 10px;
          border-bottom: 1px solid #ededed; }
          #container-mobile .nav-mobile li a:hover {
            border-bottom: 1px solid #ededed; }
        #container-mobile .nav-mobile li:last-child a {
          background: #ff532c;
          color: #fff; }
  #first-section {
    margin-top: 260px; }
  #container-header {
    display: none; }
  #content-header {
    bottom: 0px; }
  .container-search {
    height: 200px;
    text-align: center;
    width: 100%;
    padding: 20px;
    top: -200px; }
    .container-search #search {
      width: 100%; }
    .container-search .asset-searchbox {
      margin-top: 20px; }
      .container-search .asset-searchbox .search-btn {
        float: none;
        margin-top: 20px; }
  #clients-carousel {
    display: none; }
  #clients-carousel-mobile {
    display: block; }
    #clients-carousel-mobile .client-logo .grayscale {
      background-repeat: no-repeat !important; }
    #clients-carousel-mobile .client-logo img {
      display: inline-block;
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      filter: gray;
      /* IE6-9 */
      opacity: 0.5;
      vertical-align: middle; }
      #clients-carousel-mobile .client-logo img:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1; }
    #clients-carousel-mobile .carousel-control {
      width: 30%; }
  .vendor-details-box {
    text-align: center; }
    .vendor-details-box img {
      display: inline-block; }
  .links li {
    text-align: center; }
  #signup-intro {
    text-align: center;
    width: 100%;
    margin: 0px; }
  #box-contact-privacy {
    text-align: center; }
  .pagination ul li {
    padding: 0px 1px; }
  .footer-right {
    margin-top: 10px; }
  #details-box {
    margin-top: 50px; }
  #box-asset-left {
    margin-top: 50px; }
    #box-asset-left ul {
      text-align: left; }
  .vendor-details-box {
    margin-left: 0px; }
    .vendor-details-box img {
      display: inline-block; }
  #title-download {
    right: 0px; }
  .box-cisco-text-right {
    text-align: center; }
  #download-box {
    margin-top: 20px; }
  #cisco-side {
    display: none; }
  #cisco-title {
    position: relative;
    right: 0px; }
  .cisco-boxes-title {
    height: 50px; }
  .img-resource {
    min-height: 120px;
    position: relative; }
    .img-resource img {
      position: absolute;
      right: 0px;
      left: 0px;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .topics {
    padding-left: 0px;
    padding-right: 0px; }
  #box-asset-left {
    text-align: center; }
  .location-map:first-child {
    padding-top: 50px; }
  .location-map p, .location-map h3 {
    text-align: center; }
  .location-map h5 {
    text-align: center; }
  .location-map iframe {
    margin-top: 15px; }
  .location-map .location-map-address {
    padding-left: 0px;
    padding-top: 60px;
    background-position: center top; } }

@media (min-width: 480px) {
  .row {
    padding-top: 0px !important; }
  .footer-left, .footer-right {
    text-align: center;
    width: 100%; }
  #sub-footer .footer-list {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 30px; }
    #sub-footer .footer-list:nth-child(3) {
      clear: left; }
    #sub-footer .footer-list:last-child {
      float: none;
      clear: left;
      margin: 0 auto; }
  .box-technology {
    float: none;
    max-width: 100%;
    margin-bottom: 20px; }
  .box-technology2, .box-technology3, .box-technology4 {
    margin-left: 0px; }
  .row2 {
    padding-bottom: 0px; }
  .box-resource {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    position: relative;
    min-height: 300px; }
    .box-resource .txt-resource {
      padding: 0px 10px; }
  .box2, .box3 {
    margin-left: 0%; }
  .box3 {
    margin-bottom: 0px;
    /*padding-bottom:0px!important;*/ }
  .box1 {
    /*padding-top:0px!important;*/ }
  .about-text {
    width: 100%;
    text-align: center; }
  .about-logo {
    display: none; }
  .signup-left, .signup-right {
    text-align: center; }
  .signup-left #sign-up-txt {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 20px; }
  .box-topics {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 300px;
    position: relative;
    margin-left: 0%; }
    .box-topics p {
      min-height: 0px; }
    .box-topics .buttons {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0; }
  .title {
    text-align: center; }
  .featured-box {
    margin-bottom: 20px;
    text-align: center;
    margin-left: 0%;
    padding: 15px; }
    .featured-box img {
      max-width: 175px; }
  .featured-box-row {
    padding-right: 0px !important; }
  #about-content {
    text-align: center; }
  .blue-title {
    text-align: center; }
  #side-line-about, .side-line {
    display: none !important; }
  #quote {
    text-align: center;
    left: 0px;
    width: 100%; }
    #quote .quote-left {
      display: none; }
  #fourth-row {
    padding: 20px !important; }
  #fifth-row #web-banner #container-sign-up {
    line-height: normal;
    line-height: initial;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    right: 0px; }
  .box-vendors {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
  .featured-box-whitepaper {
    margin-top: 20px; }
    .featured-box-whitepaper .featured-box {
      width: 100%;
      float: none;
      margin-left: 0px;
      min-height: 250px; }
  #featured-side-img {
    text-align: center;
    display: inline-block;
    margin: 10px 0px; }
  #signup-left, #signup-right {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0px; }
  #quote-signup {
    width: 100%;
    padding-left: 0px;
    text-align: center; }
    #quote-signup .quote-left-signup {
      display: none; }
  .heading-title {
    width: 100%;
    text-align: center; }
  #side-title-signup {
    display: none; }
  /*nav*/
  .main-nav {
    display: none; }
  #ipad {
    display: none; }
  #header-triangle {
    height: 200px; }
  #header-right-txt {
    position: relative;
    left: 0px;
    bottom: -20px; }
    #header-right-txt #bloc-whitepapers {
      float: right;
      min-width: 400px;
      bottom: 0px; }
      #header-right-txt #bloc-whitepapers .number-header {
        font-size: 60px; }
      #header-right-txt #bloc-whitepapers .blue-header {
        font-size: 34px; }
      #header-right-txt #bloc-whitepapers #companies {
        margin-left: 10%; }
      #header-right-txt #bloc-whitepapers .number-header2 {
        font-size: 75px; }
  #container-mobile {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 0px;
    height: 125px; }
    #container-mobile .menu {
      padding: 20px 30px !important;
      float: right;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    #container-mobile .logo {
      padding: 10px 30px !important;
      float: left;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    #container-mobile .small-btn {
      background: #ff532c;
      padding: 2px 20px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      text-transform: uppercase;
      color: #fff;
      float: left;
      margin-right: 20px; }
    #container-mobile .menu-button {
      display: block;
      float: left; }
      #container-mobile .menu-button span.icon-bar {
        display: block;
        width: 35px;
        height: 5px;
        background-color: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }
      #container-mobile .menu-button .icon-bar + .icon-bar {
        margin-top: 4px; }
    #container-mobile .nav-mobile {
      text-align: center;
      z-index: 10;
      margin-right: 0px;
      position: absolute;
      width: 100%;
      top: 125px;
      padding: 0px;
      display: none; }
      #container-mobile .nav-mobile li {
        display: block;
        padding: 0px; }
        #container-mobile .nav-mobile li a {
          display: block;
          background: #fff;
          color: #000;
          padding: 10px;
          border-bottom: 1px solid #ededed; }
          #container-mobile .nav-mobile li a:hover {
            border-bottom: 1px solid #ededed; }
        #container-mobile .nav-mobile li:last-child a {
          background: #ff532c;
          color: #fff; }
  #first-section {
    margin-top: 230px; }
  #container-header {
    display: none; }
  #content-header {
    bottom: 0px; }
  .container-search {
    height: 200px;
    text-align: center;
    width: 100%;
    padding: 20px;
    top: -200px; }
    .container-search #search {
      width: 100%; }
    .container-search .asset-searchbox {
      margin-top: 20px; }
      .container-search .asset-searchbox .search-btn {
        float: none;
        margin-top: 20px; }
  #clients-carousel-mobile {
    display: none; }
  .carousel-control {
    width: 10%; }
  .vendor-details-box {
    text-align: center; }
  #signup-intro {
    text-align: center;
    width: 100%;
    margin: 0px; }
  #box-contact-privacy {
    text-align: center; }
  #privacy-content {
    text-align: center; }
    #privacy-content ul {
      text-align: left;
      padding-left: 30px; }
  .side-privacy {
    display: none !important; }
  .footer-right {
    margin-top: 10px; }
  .img-responsive {
    display: block; }
  #details-box {
    margin-top: 50px; }
  #box-asset-left {
    margin-top: 50px; }
    #box-asset-left ul {
      text-align: left; }
  #title-download {
    right: 0px; }
  .box-cisco-text-right {
    text-align: center; }
  #download-box {
    margin-top: 20px; }
  .about-logo {
    display: none; }
  #cisco-side {
    display: none; }
  #cisco-title {
    position: relative;
    right: 0px; }
  .cisco-boxes-title {
    height: 50px; }
  .img-resource {
    min-height: 120px;
    position: relative; }
    .img-resource img {
      position: absolute;
      right: 0px;
      left: 0px;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  #box-asset-left {
    text-align: center; }
  .img-vendors {
    display: inline-block; }
  .location-map:first-child {
    padding-top: 50px; }
  .location-map p, .location-map h3 {
    text-align: center; }
  .location-map h5 {
    text-align: center; }
  .location-map iframe {
    margin-top: 15px; }
  .location-map .location-map-address {
    padding-left: 0px;
    padding-top: 60px;
    background-position: center top; }
  .vendor-details .content .buttons .btn.left {
    float: none; }
  .vendor-details .content .buttons .btn.right {
    float: none; }
  #box-asset-left .kit-images div, #box-asset-left .kit-assets div {
    width: auto;
    flex: 1;
    padding: 10px; } }

@media (min-width: 768px) {
  .box-technology {
    float: left;
    max-width: 48%; }
  .box-technology2, .box-technology4 {
    margin-left: 4%; }
  .box-vendors {
    float: left;
    width: 48%;
    margin-bottom: 20px;
    min-height: 300px; }
  .box-topics {
    width: 48%;
    float: left;
    margin: 0 1% 20px 1%; }
  .final-download-page-details-box h2 {
    font-size: 30px; } }

@media (min-width: 992px) {
  body:after {
    content: 'desktop';
    display: none; }
  .small-grey-line {
    display: block !important; }
    .small-grey-line img {
      display: block !important;
      height: 1px; }
  .footer-list {
    float: left !important;
    width: 20% !important;
    text-align: left; }
    .footer-list:last-child {
      clear: none !important; }
    .footer-list:nth-child(3) {
      clear: none !important; }
  .box-technology {
    float: left;
    max-width: calc(25% - 20px); }
  .box-technology2, .box-technology3, .box-technology4 {
    margin-left: 20px; }
  .box-resource {
    width: 32%;
    float: left;
    min-height: 420px; }
  .box2, .box3 {
    margin-left: 6%; }
  .footer-left {
    float: left;
    text-align: left;
    width: 50%; }
  .footer-right {
    float: right;
    text-align: right;
    width: 50%; }
  .about-text {
    float: left;
    width: 50%;
    text-align: left; }
    .about-text #about-title-home {
      float: right;
      width: 75%; }
    .about-text .side-line {
      float: left;
      display: block !important; }
  .about-logo {
    float: right;
    width: 50%;
    display: block;
    margin-top: 10px;
    position: relative;
    top: 20px; }
  .logo {
    bottom: 0px; }
  .box-topics {
    float: left;
    width: 31%;
    min-height: 300px;
    position: relative;
    margin: 0 1% 20px 1%; }
  .featured-box {
    text-align: left;
    float: left;
    width: 48%;
    margin-left: 2%;
    height: 560px; }
    .featured-box img {
      max-width: 100% !important;
      max-height: 100% !important; }
  .featured-box-row {
    padding-right: 20px !important; }
  #about-content {
    text-align: left;
    margin-bottom: 80px; }
  #side-line-about {
    display: inline-block !important;
    padding-top: 15px; }
  .side-line {
    float: left;
    width: 20%; }
  .blue-title-container {
    float: left;
    width: 80%; }
    .blue-title-container .blue-title {
      text-align: left; }
  #quote {
    text-align: left;
    left: 90px;
    width: 90%; }
    #quote .quote-left {
      display: block; }
  .title {
    text-align: left;
    margin-left: 2%; }
  #fourth-row .about-text {
    padding: 43px 0px; }
  #fifth-row #web-banner #container-sign-up {
    /*line-height:254px;*/ }
    #fifth-row #web-banner #container-sign-up p#sign-up-txt {
      margin-bottom: 0px; }
  .box-vendors {
    float: left;
    width: 23%;
    margin-bottom: 20px; }
  .featured-box-whitepaper {
    margin-top: 20px; }
    .featured-box-whitepaper .featured-box {
      width: 47%;
      float: left;
      margin-left: 2%; }
  #featured-side-img {
    text-align: left;
    display: inline-block;
    margin: 10px 0px; }
  #signup-left {
    float: left;
    width: 68%; }
  #signup-right {
    float: left;
    max-width: 29%;
    width: auto;
    margin-left: 3%;
    margin-top: 15px; }
  #quote-signup {
    position: relative;
    margin: 50px auto;
    width: 88%;
    padding-left: 18px;
    text-align: left; }
    #quote-signup .quote-left-signup {
      display: block; }
  .heading-title {
    width: 70%;
    float: left;
    text-align: left;
    margin-left: 20px; }
  #side-title-signup {
    display: block; }
  /*nav*/
  .main-nav {
    display: block; }
  #ipad {
    display: block; }
  #header-triangle {
    height: 274px; }
  #header-right-txt {
    position: relative;
    bottom: 40px;
    left: 50px; }
  .row-header {
    padding-top: 20px !important; }
  #container-header {
    display: block; }
  #container-mobile {
    display: none; }
  #first-section {
    margin-top: 0px;
    padding: 10px 0px !important; }
  #header-right-txt {
    position: relative;
    bottom: 40px;
    left: 50px; }
    #header-right-txt #bloc-whitepapers {
      float: none;
      min-width: 500px;
      bottom: 40px; }
      #header-right-txt #bloc-whitepapers .number-header {
        font-size: 77px; }
      #header-right-txt #bloc-whitepapers .blue-header {
        font-size: 43px; }
      #header-right-txt #bloc-whitepapers #from {
        font-size: 25px; }
      #header-right-txt #bloc-whitepapers #companies {
        margin-left: 5%; }
      #header-right-txt #bloc-whitepapers .number-header2 {
        font-size: 87px; }
  .container-search {
    padding: 15px 0px;
    height: 69px;
    top: -89px;
    max-width: 1170px;
    text-align: right; }
    .container-search .asset-searchbox {
      padding-left: 5px; }
    .container-search form {
      text-align: left; }
    .container-search p {
      font-size: 22px;
      line-height: 43px; }
    .container-search #search {
      width: 70%; }
    .container-search .asset-searchbox {
      margin-top: 0px; }
      .container-search .asset-searchbox .search-btn {
        margin-top: 0px;
        margin-left: 20px; }
  .carousel-control {
    width: 3%; }
  .vendor-details-box {
    text-align: left; }
  #signup-intro {
    text-align: left; }
  #box-contact-privacy {
    text-align: left; }
  #privacy-content {
    text-align: left; }
    #privacy-content ul {
      padding-left: 1em; }
  .side-privacy {
    display: block !important; }
  .blue-title {
    text-align: left; }
  .sitemap {
    margin-bottom: 112px; }
  .footer-right {
    margin-top: 0px; }
  #details-box {
    margin-top: 50px; }
  #box-asset-left {
    margin-top: 50px; }
  .box-cisco-text-right {
    text-align: left; }
  #title-download {
    right: 60px; }
  #cisco-side {
    display: block; }
  #cisco-title {
    position: relative;
    right: 35px; }
  .img-resource {
    min-height: 120px;
    position: relative; }
    .img-resource img {
      position: absolute;
      right: 0px;
      left: 0px;
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  #box-asset-left {
    text-align: left; }
  .location-map {
    margin-top: 0px; }
    .location-map:first-child {
      padding-top: 0px; }
    .location-map h3 {
      color: #003471;
      font-weight: bold;
      text-align: left; }
    .location-map p {
      text-align: left; }
    .location-map h5 {
      text-align: left; }
    .location-map iframe {
      width: 100%;
      margin-top: 0px; }
    .location-map .location-map-address {
      padding-left: 80px;
      background-position: 20px 40px; }
  .vendor-details .content .buttons .btn.left {
    float: left; }
  .vendor-details .content .buttons .btn.right {
    float: right; }
  .overview {
    height: 110px; }
  .final-download-page-details-box {
    padding: 55px; }
  .final-download-page-details-box h2 {
    margin-top: 0px; }
  .final-download-page-details-box .btn-main-reverse {
    margin: 80px 0 0 0;
    font-size: 120%; }
  .final-download-page-details-box p {
    font-size: 110%;
    line-height: 19px; }
  .final-download-page-details-box .image-col {
    padding-right: 26px;
    padding-left: 0px; }
  .final-download-page-details-box .content-col {
    border-right: 1px solid #ffffff;
    padding-left: 26px;
    padding-right: 52px; }
  .final-download-page-details-box .button-col {
    padding-left: 26px;
    padding-right: 0px; }
  #box-asset-left .kit-images div, #box-asset-left .kit-assets div {
    flex: none;
    width: 50%;
    padding: 10px; } }

@media (min-width: 1200px) {
  .container-search {
    text-align: right; }
    .container-search form {
      text-align: left; }
  .container-search p {
    font-size: 22px;
    line-height: 43px; }
  #header ul li a {
    font-size: 19px; }
  #about-logo {
    top: 40px; }
  #about-title-home {
    position: relative;
    right: 15px;
    bottom: -3px;
    left: -10px;
    letter-spacing: -1px;
    background: linear-gradient(left, #5061af 0%, #07c9fc 100%);
    background-clip: text;
    text-fill-color: transparent; }
  #sign-up-txt {
    font-size: 36px; }
  .box-technology h2 a {
    font-size: 20px; }
  body.websiteid_34 .box-technology h2 a {
    font-size: 15px; }
  .box-topics p {
    min-height: 110px; }
  .box-topics {
    min-height: 300px; }
  .line-height-box-title {
    min-height: 38px; }
  .box-vendors {
    min-height: 334px; }
  .box-technology {
    min-height: 250px; }
  .box-resource {
    min-height: 365px;
    margin-bottom: -9px;
    width: 31%; }
  .featured-box {
    height: 470px; }
  #first-section {
    padding: 20px 0px !important; } }
