
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: none;
  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: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: white;
    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.html");
  src: url("../fonts/bootstrap/glyphicons-halflings-regulard41d.html?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular-2.html") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular-3.html") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular-4.html#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; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.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 {
  /*&.hr-tech,*/
  /*&.fin-tech,*/
  /*&.mar-tech,*/ }
  body.websiteid_20 #header, body.websiteid_21 #header, body.websiteid_22 #header {
    height: 65px; }
    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_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_20 #header #container-header, body.websiteid_21 #header #container-header, body.websiteid_22 #header #container-header {
      position: relative;
      height: 100%;
      top: 0; }
      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_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_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_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_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_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_20 #content-header, body.websiteid_21 #content-header, body.websiteid_22 #content-header {
    top: 30px; }
    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_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_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_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_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_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_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_20 #fourth-row h2, body.websiteid_20 #features h2, body.websiteid_21 #fourth-row h2, body.websiteid_21 #features h2, body.websiteid_22 #fourth-row h2, body.websiteid_22 #features h2 {
    background: none;
    -webkit-text-fill-color: initial; }
  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_20 #signup-btn, body.websiteid_21 #signup-btn, body.websiteid_22 #signup-btn {
    position: static; }

/*=========================================

    MD MIN 992

=======================================*/
@media (min-width: 992px) {
  body {
    /*&.hr-tech*/
    /*, &.fin-tech*/
    /*, &.mar-tech*/
    /*,*/ }
    body.websiteid_20 #header, body.websiteid_21 #header, body.websiteid_22 #header {
      height: 165px; }
    body.websiteid_20 #content-header, body.websiteid_21 #content-header, body.websiteid_22 #content-header {
      height: 500px;
      top: 0; }
      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_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_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_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: 52px;
            text-align: left; }
            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 {
    /*&.hr-tech*/
    /*, &.fin-tech*/
    /*, &.mar-tech*/
    /*,*/ }
    body.websiteid_20 #header, body.websiteid_21 #header, body.websiteid_22 #header {
      height: 125px; } }

body.fin-tech a:not(.btn):not(.btn-main):not(.topic-container .box-technology .box-technology-txt ul li a):not(body.fin-tech .more-topics-block.light .topics-container .topic-link-box .link):not(.topic-link-box a):not(.header-banner .header-banner-inner a):not(.atoz a):not(.footer-list a):not(.more-resources-button):not(.card-button) {
  color: #0e6ba8  ; }

body.fin-tech ul li::marker {
  color: #395966; }

body.fin-tech #fintech-header-bg {
  background-image: url(../img/banner.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.fin-tech #fintech-header-bg img {
    display: none; }

body.fin-tech #header-triangle {
  display: none !important; }

body.fin-tech .page-not-found-btn {
  background: #162226; }
  body.fin-tech .page-not-found-btn:hover {
    color: #88d4f2 !important; }

body.fin-tech #contact-box-complete {
  background: #162226; }

body.fin-tech .cta-box-container .cta-box:nth-of-type(1) {
  background: #2b434c; }

body.fin-tech .cta-box-container .cta-box:nth-of-type(2) {
  background: #88d4f2; }

body.fin-tech .cta-box-container .cta-box:nth-of-type(3) {
  background: #395966; }

body.fin-tech .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.fin-tech .menu.clicked-menu {
    background: #162226;
    transition: all 0.1s ease-out;
    transition-delay: 0s !important; }
    body.fin-tech .menu.clicked-menu .icon-bar {
      background: white !important;
      transition: all 0.1s ease-out; }

body.fin-tech .menu-button {
  background: rgba(0, 160, 223, 0.37); }
  body.fin-tech .menu-button .icon-bar {
    background: #FF4A00 !important;
    height: 2px !important;
    margin-bottom: 7px !important;
    width: 40px !important; }

body.fin-tech .nav-mobile {
  top: 65px !important;
  background: #1c2b30 !important;
  padding: 20px 20px 60px 20px !important;
  width: 100%;
  transition: opacity 0.2s ease-out;
  opacity: 1;
  transition-delay: 0.4s; }
  body.fin-tech .nav-mobile li a {
    background: #1c2b30 !important;
    color: white !important;
    border: none !important;
    margin: 0 auto;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 22px !important; }
    body.fin-tech .nav-mobile li a:hover {
      color: #FF4A00 !important; }
    body.fin-tech .nav-mobile li a.main-red-bg {
      background: #FF4A00 !important; }
      body.fin-tech .nav-mobile li a.main-red-bg:hover {
        background: #88d4f2 !important;
        color: white !important; }

body.fin-tech #header .img-responsive {
  display: block;
  width: 170px; }
  body.fin-tech #header .img-responsive.img-responsive-other {
    /* display: none; */
    display: block;
    max-width: 60%; }

body.fin-tech #header #header-rectangle {
  display: block;
  position: absolute; }

body.fin-tech #header #container-header ul li.split-lang-select .active {
  color: #88d4f2; }

body.fin-tech #header #container-mobile .mobile-menu {
  background: #162226; }

body.fin-tech #header ul li .icon-circle {
  background: #0e6ba8  ; }

body.fin-tech #header ul li a:hover {
  background: #162226;
  transition: 0.2s ease; }

body.fin-tech #container-mobile .img-responsive {
  max-width: 160px !important; }

body.fin-tech #container-mobile .menu {
  padding: 23px 0px 17px 0px !important; }

body.fin-tech #container-mobile .centered-mobile-logo {
  top: 50% !important; }

body.fin-tech a.main-red-bg {
  border-radius: 5px;
  background: #FF4A00 !important;
  max-width: 150px;
  padding-top: 5px;
  padding-bottom: 5px; }
  body.fin-tech a.main-red-bg:hover {
    background-color: #162226 !important;
    transition: 0.2s ease;
    color: #ffffff !important; }

body.fin-tech .logo a img {
  max-width: 170px !important;
  width: 100%;
  margin-top: 5px; }

body.fin-tech #fourth-row {
  background-color: #0e6ba8  ; }
  body.fin-tech #fourth-row h2 {
    color: #88d4f2;
    -webkit-text-fill-color: #88d4f2 !important; }
  body.fin-tech #fourth-row p {
    color: white; }

body.fin-tech #fifth-row {
  background-color: #0e6ba8  ; }

body.fin-tech .container-search {
  top: -40px; }
  body.fin-tech .container-search form input {
    border: 2px solid #88d4f2;
    box-shadow: 0 0 20px 0 rgba(136, 212, 242, 0.5); }

body.fin-tech .search-btn {
  background: #FF4A00; }
  body.fin-tech .search-btn:hover {
    background: #88d4f2; }

body.fin-tech #first-section h2 {
  color: #162226; }

body.fin-tech #contact-btn {
  background: #88d4f2; }
  body.fin-tech #contact-btn:hover {
    border-color: #88d4f2; }

body.fin-tech #about-btn {
  border-color: #162226; }
  body.fin-tech #about-btn:hover {
    background: #88d4f2;
    border-color: #88d4f2; }

body.fin-tech #web-banner {
  background-color: #f0f8ff; }
  body.fin-tech #web-banner.white {
    background-color: white; }
    body.fin-tech #web-banner.white:before {
      filter: none; }
    body.fin-tech #web-banner.white #container-sign-up #sign-up-txt {
      color: #0e6ba8  ; }
    body.fin-tech #web-banner.white #container-sign-up p {
      color: #333; }
  body.fin-tech #web-banner .overlay-web-banner {
    background: #162226; }
  body.fin-tech #web-banner #container-sign-up #sign-up-txt {
    color: #0e6ba8  ; }
  body.fin-tech #web-banner #container-sign-up .signup-right .sign-up-container i {
    color: #0e6ba8  ; }
  body.fin-tech #web-banner #container-sign-up .signup-right .sign-up-container img {
      filter: brightness(0) saturate(100%) invert(82%) sepia(74%) saturate(2909%) hue-rotate(167deg) brightness(100%) contrast(90%); 
   /*   filter: brightness(0) saturate(100%) invert(82%) sepia(74%) saturate(2909%) hue-rotate(71deg) brightness(75%) contrast(45%); */
 /*  filter: brightness(0) saturate(100%) invert(82%) sepia(74%) saturate(2909%) hue-rotate(110deg) brightness(75%) contrast(45%
45%
) ; */ }
  
  
  body.fin-tech #web-banner #container-sign-up .signup-right .sign-up-container .enter-email-field ~ .blue-edge {
    background: #0e6ba8  ; }
  body.fin-tech #web-banner #container-sign-up .signup-right input.btn {
    background: #0e6ba8  ; }
    body.fin-tech #web-banner #container-sign-up .signup-right input.btn:focus {
      background: #162226; }
  body.fin-tech #web-banner #container-sign-up .signup-right input:focus-visible {
    border: 1px solid #88d4f2; }

body.fin-tech .box-resource:hover {
  border: 2px solid #0e6ba8  ;
  transition: all 300ms ease; }

body.fin-tech .box-resource .box-resource-title {
  color: #162226; }

body.fin-tech .box-resource a {
  background: #162226; }

body.fin-tech .box-resource .resource-btn a.btn {
  background: #0e6ba8  ; }
  body.fin-tech .box-resource .resource-btn a.btn:hover {
    background: #162226; }

body.fin-tech #contact-btn, body.fin-tech #submit {
  background: #162226; }

body.fin-tech #sign-up:hover {
  background: #88d4f2;
  border-color: #88d4f2; }

body.fin-tech #signup-btn a {
  background: #88d4f2; }

body.fin-tech #features h2 {
  color: #0e6ba8   !important;
  -webkit-text-fill-color: #0e6ba8   !important; }

body.fin-tech #bloc-whitepapers {
  display: none; }

body.fin-tech #header-right-txt {
  width: 100%;
  margin-left: 0;
  text-align: center; }
  body.fin-tech #header-right-txt .main-title-corporate {
    color: white;
    text-transform: lowercase !important;
    width: 100%;
    display: block;
    padding-left: 15px;
    padding-right: 15px; }
    body.fin-tech #header-right-txt .main-title-corporate span {
      color: #59dfff; }

body.fin-tech #ipad .img-responsive {
  display: none; }

body.fin-tech #clients-carousel .icon {
  font-family: huson-media;
  color: #88d4f2 !important;
  font-size: 32px; }

body.fin-tech .carousel-control {
  text-shadow: none; }

body.fin-tech #third-section {
  background: #162226; }
  body.fin-tech #third-section .title-box .link {
    color: #88d4f2; }
  body.fin-tech #third-section .title-box p {
    color: #ffffff; }

body.fin-tech .box-technology {
  background: #2b434c;
  transition: all 0.2s ease-out; }
  body.fin-tech .box-technology:hover {
    transition: all 0.2s ease-out;
    background: #2b434c; }
  body.fin-tech .box-technology a.tag {
    line-height: 2; }
  body.fin-tech .box-technology .box-technology-txt ul li::before {
    background: #88d4f2; }
  body.fin-tech .box-technology .box-technology-txt ul li a:hover {
    background: #162226;
    color: #88d4f2; }
  body.fin-tech .box-technology .box-technology-title-outer h2 a {
    color: #88d4f2; }
    body.fin-tech .box-technology .box-technology-title-outer h2 a:hover {
      color: white; }

body.fin-tech #sub-footer {
  background: #162226;
  color: white; }
  body.fin-tech #sub-footer a {
    color: white; }
    body.fin-tech #sub-footer a:hover {
      color: #88d4f2; }
  body.fin-tech #sub-footer #contact-btn:hover {
    background: #88d4f2;
    color: white; }

body.fin-tech #footer {
  background: #1c2b30 !important; }

body.fin-tech #contact-btn {
  background: #FF4A00; }
  body.fin-tech #contact-btn:hover {
    background: #162226;
    color: white !important; }

body.fin-tech #main-container-first {
  padding-top: 40px; }

body.fin-tech #details-box {
  background: #162226; }

body.fin-tech .download-box {
  background: #162226; }
  body.fin-tech .download-box h2 {
    color: #88d4f2; }
  body.fin-tech .download-box p {
    color: white; }
    body.fin-tech .download-box p a {
      color: #88d4f2 !important; }

body.fin-tech .small-box-download a {
  color: #FF4A00; }
  body.fin-tech .small-box-download a:hover {
    color: #88d4f2; }

body.fin-tech #submitStep1:hover {
  background: #88d4f2; }

body.fin-tech #featured-side-img .horizontal-rule {
  width: 200px;
  max-width: 100%;
  border-color: #88d4f2; }

body.fin-tech .blue-title {
  color: #0e6ba8  ;
  -webkit-text-fill-color: #0e6ba8  ; }

body.fin-tech .box-topics:hover {
  border-color: #88d4f2; }

body.fin-tech .box-topics .box-topics-heading {
  background: #162226; }
  body.fin-tech .box-topics .box-topics-heading:hover a .box-topics-links {
    color: #88d4f2; }
  body.fin-tech .box-topics .box-topics-heading .icon-topics {
    background: #162226; }

body.fin-tech .box-topics .tags a.tag {
  background: #edfaff;
  color: #162226; }
  body.fin-tech .box-topics .tags a.tag:hover {
    color: white !important;
    background: #162226; }

body.fin-tech .box-topics .btn-main {
  background: #88d4f2; }

body.fin-tech .vendor-image-holder .link {
  color: #162226 !important; }

body.fin-tech .box-black-header {
  background: #162226; }

body.fin-tech .location-map h3 {
  color: #162226; }

body.fin-tech .location-map .location-map-container .location-map-address .map-pin {
  filter: brightness(0) saturate(100%) invert(14%) sepia(28%) saturate(4370%) hue-rotate(186deg) brightness(96%) contrast(103%); }

body.fin-tech .location-map .location-map-container .location-map-address h5 {
  color: #162226; }

body.fin-tech .regional-links {
  position: absolute;
  right: 0;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100vw;
  background-color: #000000; }
  body.fin-tech .regional-links a {
    text-align: right;
    color: #f0f0f0;
    font-size: 12px; }
    body.fin-tech .regional-links a span {
      margin-left: 2px;
      margin-right: 2px;
      opacity: 0.4; }
    body.fin-tech .regional-links a:hover {
      color: #FF4A00; }
      body.fin-tech .regional-links a:hover span {
        color: #f0f0f0; }

body.fin-tech .sign-up-link a {
  color: #0e6ba8  ;
  background: #162226;
  border: 2px solid #88d4f2; }
  body.fin-tech .sign-up-link a:hover {
    color: #ffffff; }

body.fin-tech #sister-brands-banner {
  background-color: #162226;
  padding-top: 40px; }
  body.fin-tech #sister-brands-banner.grey {
    background: #f6f6f6; }
  body.fin-tech #sister-brands-banner.white {
    background: white; }

body.fin-tech #sub-footer .footer-list {
  line-height: 2; }
  body.fin-tech #sub-footer .footer-list h5 {
    color: #88d4f2; }

body.fin-tech h4 {
  color: #162226; }

body.fin-tech .second-row-contact .management-container .link-contact {
  color: #395966; }

body.fin-tech .vendors-title {
  color: #0e6ba8  ; }

body.fin-tech .atoz a:hover, body.fin-tech .atoz a.selected {
  border-color: #0e6ba8  ;
  background: #0e6ba8  ;
  color: white !important; }

body.fin-tech .vendor-details .content .asset .content .asset-title {
  color: #162226; }

body.fin-tech .vendor-details .content .asset .content .foot .btn {
  background: #0e6ba8  ; }

body.fin-tech .vendor-details .content .buttons .col-md-4:nth-of-type(1) .btn, body.fin-tech .vendor-details .content .buttons .col-md-6:nth-of-type(1) .btn, body.fin-tech .vendor-details .content .buttons .col-md-12:nth-of-type(1) .btn {
  background: #2b434c; }

body.fin-tech .vendor-details .content .buttons .col-md-4:nth-of-type(2) .btn, body.fin-tech .vendor-details .content .buttons .col-md-6:nth-of-type(2) .btn, body.fin-tech .vendor-details .content .buttons .col-md-12:nth-of-type(2) .btn {
  background: #0e6ba8  ; }

body.fin-tech .vendor-details .content .buttons .col-md-4:nth-of-type(3) .btn, body.fin-tech .vendor-details .content .buttons .col-md-6:nth-of-type(3) .btn, body.fin-tech .vendor-details .content .buttons .col-md-12:nth-of-type(3) .btn {
  background: #395966; }

body.fin-tech .box-vendors:hover {
  border: 2px solid #0e6ba8  ; }

body.fin-tech .more-topics-block {
  background-image: linear-gradient(180deg, #2b434c, #162226 90%);
  background-color: #162226; }
  body.fin-tech .more-topics-block .topics-container .topic-link-box {
    background: #2b434c; }
    body.fin-tech .more-topics-block .topics-container .topic-link-box:hover {
      background: #162226;
      border-color: #88d4f2; }
    body.fin-tech .more-topics-block .topics-container .topic-link-box img {
      filter: brightness(0) saturate(100%) invert(80%) sepia(57%) saturate(592%) hue-rotate(168deg) brightness(100%) contrast(90%); }
  body.fin-tech .more-topics-block.light {
    background: #f7f7f7; }
    body.fin-tech .more-topics-block.light .more-topics-title {
      color: #162226; }
    body.fin-tech .more-topics-block.light .topics-container .topic-link-box {
      background: #edfaff;
      border-color: #88d4f2; }
      body.fin-tech .more-topics-block.light .topics-container .topic-link-box:after {
        background: #88d4f2; }
      body.fin-tech .more-topics-block.light .topics-container .topic-link-box .link {
        color: #162226; }
      body.fin-tech .more-topics-block.light .topics-container .topic-link-box:hover {
        background: #162226; }
        body.fin-tech .more-topics-block.light .topics-container .topic-link-box:hover .link {
          color: white; }
      body.fin-tech .more-topics-block.light .topics-container .topic-link-box img {
        filter: brightness(0) saturate(100%) invert(80%) sepia(57%) saturate(592%) hue-rotate(168deg) brightness(100%) contrast(90%); }

body.fin-tech .featured-box {
  border-color: #0e6ba8  ; }
  body.fin-tech .featured-box .featured-box-img-container {
    background: #edfaff; }
  body.fin-tech .featured-box .btn {
    background: #0e6ba8  ; }

body.fin-tech .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) {
  border-color: #162226; }
  body.fin-tech .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) a {
    color: #162226; }
    body.fin-tech .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) a.red {
      color: white !important;
      background: #162226; }
  body.fin-tech .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more):hover a {
    color: white !important;
    background: #162226; }

body.fin-tech .pagination ul .arrow-left a {
  color: #162226; }
  body.fin-tech .pagination ul .arrow-left a.arrow-left-icon {
    filter: invert(14%) sepia(100%) saturate(952%) hue-rotate(179deg) brightness(95%) contrast(105%); }

body.fin-tech .pagination ul .arrow-left:hover {
  border-color: #162226; }

body.fin-tech .pagination ul .arrow-right a {
  color: #162226; }
  body.fin-tech .pagination ul .arrow-right a.arrow-right-icon {
    filter: invert(14%) sepia(100%) saturate(952%) hue-rotate(179deg) brightness(95%) contrast(105%); }

body.fin-tech .pagination ul .arrow-right:hover {
  border-color: #162226; }

body.fin-tech .pagination ul .arrow-left-more, body.fin-tech .pagination ul .arrow-right-more {
  border-color: #162226; }
  body.fin-tech .pagination ul .arrow-left-more:hover, body.fin-tech .pagination ul .arrow-right-more:hover {
    background: #162226; }

body.fin-tech .pagination ul .arrow-left .mobile-previous img, body.fin-tech .pagination ul .arrow-left .mobile-next img, body.fin-tech .pagination ul .arrow-right .mobile-previous img, body.fin-tech .pagination ul .arrow-right .mobile-next img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(28%) saturate(4370%) hue-rotate(186deg) brightness(96%) contrast(103%); }

body.fin-tech .header-banner {
  background-color: #162226; }
  body.fin-tech .header-banner.company-details-banner {
    background-color: #162226; }
    body.fin-tech .header-banner.company-details-banner .header-banner-title {
      color: #162226; }
    body.fin-tech .header-banner.company-details-banner .header-banner-inner p, body.fin-tech .header-banner.company-details-banner .header-banner-inner a {
      color: #162226; }
      body.fin-tech .header-banner.company-details-banner .header-banner-inner p img, body.fin-tech .header-banner.company-details-banner .header-banner-inner a img {
        filter: brightness(0) saturate(100%) invert(13%) sepia(25%) saturate(5337%) hue-rotate(186deg) brightness(99%) contrast(103%); }
    body.fin-tech .header-banner.company-details-banner .header-banner-intro {
      color: #162226; }
    body.fin-tech .header-banner.company-details-banner:before {
      display: none; }
  body.fin-tech .header-banner.tall:before {
    border-bottom: 320px solid #2b434c;
    opacity: 0.2; }
  body.fin-tech .header-banner.tall .back-button {
    color: #0e6ba8   !important; }
    body.fin-tech .header-banner.tall .back-button img {
      filter: brightness(0) saturate(100%) invert(8%) sepia(4%) saturate(5394%) hue-rotate(150deg) brightness(101%) contrast(90%); }

body.fin-tech .download-form .btn {
  background: #88d4f2;
  color: #162226; }

body.fin-tech #details-box .download-box-title {
  color: #88d4f2; }

body.fin-tech #details-box .download-box-header img {
  filter: brightness(0) saturate(100%) invert(80%) sepia(57%) saturate(592%) hue-rotate(168deg) brightness(100%) contrast(90%); }

body.fin-tech .resource-detail-sub-title {
  color: #88d4f2; }
  body.fin-tech .resource-detail-sub-title a {
    color: #88d4f2; }

body.fin-tech .resource-detail-title {
  color: #162226; }

body.fin-tech .box-cisco {
  border: 2px solid #88d4f2; }
  body.fin-tech .box-cisco .cisco-boxes-title {
    color: #162226; }
  body.fin-tech .box-cisco .btn-main {
    background: #2b434c; }

body.fin-tech .about-logo .globe-circle {
/*   background: radial-gradient(circle farthest-corner at 50% 50%, #0e6ba8  , #0e6ba8  ); */ }
  body.fin-tech .about-logo .globe-circle .globe-inner {
    background-image: url("../img/LP-Team-Globe-image2.png"); }

body.fin-tech .company-details-main-container {
  background: #162226; }
  body.fin-tech .company-details-main-container .latest-resources-title {
    color: white; }

body.fin-tech.language-select {
  background: linear-gradient(135deg, #162226 0%, #2b434c 70%, #395966 70%); }
  body.fin-tech.language-select h3 {
    color: #88d4f2; }
  body.fin-tech.language-select .global-domains .domain-group .global-domain .domain-labels a span {
    color: #88d4f2; }

body.fin-tech .small-asset a.red {
  color: #2b434c; }

body.fin-tech .final-download-page-details-box {
  border: 2px solid #88d4f2; }
  body.fin-tech .final-download-page-details-box .content-col {
    border-right: 1px solid #88d4f2; }
  body.fin-tech .final-download-page-details-box p, body.fin-tech .final-download-page-details-box h2, body.fin-tech .final-download-page-details-box ul li {
    color: #162226; }
  body.fin-tech .final-download-page-details-box .btn-main-reverse {
    background: #2b434c; }

body.fin-tech .kit-details-box {
  border: 2px solid #88d4f2; }
  body.fin-tech .kit-details-box a {
    color: #162226 !important; }
  body.fin-tech .kit-details-box .box-icon-download {
    filter: brightness(0) saturate(100%) invert(75%) sepia(53%) saturate(378%) hue-rotate(165deg) brightness(97%) contrast(95%); }

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.fin-tech #fintech-header-bg {
    background-image: url("../img/banner.jpg"); }
  body.fin-tech .main-nav {
    display: none; }
  body.fin-tech .nav-mobile {
    max-width: 300px;
    padding: 20px;
    position: absolute;
    right: 15px; }
    body.fin-tech .nav-mobile li a {
      text-align: right; }
      body.fin-tech .nav-mobile li a.main-red-bg {
        margin-right: 0;
        text-align: center; }
  body.fin-tech #container-mobile .menu {
    padding: 23px 30px 17px 30px !important;
    margin-right: 0px; }
  body.fin-tech #header-right-txt {
    width: 100%;
    text-align: center; }
    body.fin-tech #header-right-txt .main-title-corporate {
      bottom: -170px; }
  body.fin-tech .regional-links a {
    font-size: 12px; } }

@media (min-width: 768px) {
  body.fin-tech .logo a img {
    margin-top: 0px; }
  body.fin-tech .regional-links {
    transform: none;
    top: 23px;
    right: 0;
    left: unset;
    width: auto;
    margin-right: 190px;
    background-color: transparent; }
  body.fin-tech .box-technology a.tag {
    line-height: normal; }
  body.fin-tech #container-mobile .menu {
    top: 50% !important; }
  body.fin-tech .sign-up-link {
    top: 23px; }
  body.fin-tech #sub-footer .footer-list {
    line-height: normal; } }

@media (min-width: 992px) {
  body.fin-tech #fintech-header-bg {
    background-image: url("../img/banner.jpg");
    height: 620px;
    background-position: center center; }
  body.fin-tech #header-right-txt {
    width: 65%;
    text-align: left;
    padding-left: 0;
    position: relative !important;
    left: 0; }
    body.fin-tech #header-right-txt .img-responsive {
      display: block;
      max-width: 460px; }
    body.fin-tech #header-right-txt .main-title-corporate {
      display: block !important;
      position: static;
      transform: none;
      padding-left: 0;
      padding-right: 0; }
      body.fin-tech #header-right-txt .main-title-corporate span {
        font-size: 43px; }
  body.fin-tech .main-nav {
    display: none; }
  body.fin-tech .menu {
    transition: all 0.1s ease-out;
    top: 50% !important; }
    body.fin-tech .menu.clicked-menu {
      background: #1c2b30;
      transition: all 0.1s ease-out; }
      body.fin-tech .menu.clicked-menu .icon-bar {
        background: white !important; }
  body.fin-tech #main-container-first {
    padding-top: 50px; }
  body.fin-tech .horizontal-rule {
    background: #88d4f2;
    position: relative;
    height: 1px;
    width: 100%; }
    body.fin-tech .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.fin-tech .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.fin-tech #container-mobile .img-responsive {
    max-width: 250px !important; }
  body.fin-tech #container-mobile .menu {
    padding: 20px 30px !important; }
  body.fin-tech .menu {
    margin-right: 0; }
  body.fin-tech .nav-mobile {
    right: 0px; }
  body.fin-tech .regional-links {
    top: 35px;
    margin-right: 250px; }
    body.fin-tech .regional-links a {
      font-size: 14px; }
      body.fin-tech .regional-links a span {
        margin-left: 5px;
        margin-right: 5px; }
  body.fin-tech .sign-up-link {
    top: 35px; }
  body.fin-tech #sister-brands-banner .sister-brands-inner-container {
    padding-bottom: 20px; }
  body.fin-tech #sister-brands-banner .logo-container {
    margin-bottom: 0; }
  body.fin-tech .container-search {
    top: -38px; } }

/*$websiteid_13_purple:#2c2846;
$websiteid_13_orange:#ee8500;*/
body.hr-tech a:not(.btn):not(.btn-main):not(.topic-container .box-technology .box-technology-txt ul li a):not(body.hr-tech .more-topics-block.light .topics-container .topic-link-box .link):not(.topic-link-box a):not(.header-banner .header-banner-inner a):not(.atoz a):not(.footer-list a):not(.more-resources-button):not(.card-button) {
  color: #402f4d; }

body.hr-tech ul li::marker {
  color: #4b3759; }

body.hr-tech #hrtech-header-bg {
  background-image: url(../img/HRTech-hero-390px.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.hr-tech #hrtech-header-bg img {
    display: none; }

body.hr-tech #header-triangle {
  display: none !important; }

body.hr-tech .page-not-found-btn {
  background: #201726 !important; }
  body.hr-tech .page-not-found-btn:hover {
    color: #ca94f2 !important; }

body.hr-tech #contact-box-complete {
  background: #201726; }

body.hr-tech .cta-box-container .cta-box:nth-of-type(1) {
  background: #402f4d; }

body.hr-tech .cta-box-container .cta-box:nth-of-type(2) {
  background: #ca94f2; }

body.hr-tech .cta-box-container .cta-box:nth-of-type(3) {
  background: #4b3759; }

body.hr-tech .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.hr-tech .menu.clicked-menu {
    background: #201726;
    transition: all 0.1s ease-out;
    transition-delay: 0s !important; }
    body.hr-tech .menu.clicked-menu .icon-bar {
      background: white !important;
      transition: all 0.1s ease-out; }

body.hr-tech .menu-button {
  background: rgba(0, 160, 223, 0.37); }
  body.hr-tech .menu-button .icon-bar {
    background: #FF4A00 !important;
    height: 2px !important;
    margin-bottom: 7px !important;
    width: 40px !important; }

body.hr-tech .nav-mobile {
  top: 65px !important;
  background: #281d30 !important;
  padding: 20px 20px 60px 20px !important;
  width: 100%;
  transition: opacity 0.2s ease-out;
  opacity: 1;
  transition-delay: 0.4s; }
  body.hr-tech .nav-mobile li a {
    background: #281d30 !important;
    color: white !important;
    border: none !important;
    margin: 0 auto;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 22px !important; }
    body.hr-tech .nav-mobile li a:hover {
      color: #FF4A00 !important; }
    body.hr-tech .nav-mobile li a.main-red-bg {
      background: #FF4A00 !important; }
      body.hr-tech .nav-mobile li a.main-red-bg:hover {
        background: #ca94f2 !important;
        color: white !important; }

body.hr-tech #header .img-responsive {
  display: block;
  width: 170px; }
  body.hr-tech #header .img-responsive.img-responsive-other {
    display: block;
    max-width: 60%; }

body.hr-tech #header #header-rectangle {
  display: block;
  position: absolute; }

body.hr-tech #header #container-header ul li.split-lang-select .active {
  color: #ca94f2; }

body.hr-tech #header #container-mobile .mobile-menu {
  background: #201726; }

body.hr-tech #header ul li .icon-circle {
  background: #ca94f2; }

body.hr-tech #header ul li a:hover {
  background: #201726;
  transition: 0.2s ease; }

body.hr-tech #container-mobile .img-responsive {
  max-width: 160px !important; }

body.hr-tech #container-mobile .menu {
  padding: 23px 0px 17px 0px !important; }

body.hr-tech #container-mobile .centered-mobile-logo {
  top: 50% !important; }

body.hr-tech a.main-red-bg {
  border-radius: 5px;
  background: #FF4A00 !important;
  max-width: 150px;
  padding-top: 5px;
  padding-bottom: 5px; }
  body.hr-tech a.main-red-bg:hover {
    background-color: #201726 !important;
    transition: 0.2s ease;
    color: #ffffff !important; }

body.hr-tech .logo a img {
  max-width: 170px !important;
  width: 100%;
  margin-top: 5px; }

body.hr-tech #fourth-row {
  background-color: #201726; }
  body.hr-tech #fourth-row h2 {
    color: #ca94f2;
    -webkit-text-fill-color: #ca94f2 !important; }
  body.hr-tech #fourth-row p {
    color: white; }

body.hr-tech #fifth-row {
  background-color: #201726; }

body.hr-tech .container-search {
  top: -40px; }
  body.hr-tech .container-search form input {
    border: 2px solid #ca94f2;
    box-shadow: 0 0 20px 0 rgba(136, 212, 242, 0.5); }

body.hr-tech .search-btn {
  background: #FF4A00; }
  body.hr-tech .search-btn:hover {
    background: #ca94f2; }

body.hr-tech #first-section h2 {
  color: #201726; }

body.hr-tech #contact-btn {
  background: #ca94f2; }
  body.hr-tech #contact-btn:hover {
    border-color: #ca94f2; }

body.hr-tech #about-btn {
  border-color: #201726; }
  body.hr-tech #about-btn:hover {
    background: #ca94f2;
    border-color: #ca94f2; }

body.hr-tech #web-banner {
  background-color: #402f4d; }
  body.hr-tech #web-banner.white {
    background-color: white; }
    body.hr-tech #web-banner.white:before {
      filter: none; }
    body.hr-tech #web-banner.white #container-sign-up #sign-up-txt {
      color: #201726; }
    body.hr-tech #web-banner.white #container-sign-up p {
      color: #333; }
  body.hr-tech #web-banner .overlay-web-banner {
    background: #201726; }
  body.hr-tech #web-banner #container-sign-up #sign-up-txt {
    color: #ca94f2; }
  body.hr-tech #web-banner #container-sign-up .signup-right .sign-up-container i {
    color: #ca94f2; }
  body.hr-tech #web-banner #container-sign-up .signup-right .sign-up-container img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(50%) saturate(4184%) hue-rotate(213deg) brightness(100%) contrast(90%); }
  body.hr-tech #web-banner #container-sign-up .signup-right .sign-up-container .enter-email-field ~ .blue-edge {
    background: #ca94f2; }
  body.hr-tech #web-banner #container-sign-up .signup-right input.btn {
    background: #ca94f2; }
    body.hr-tech #web-banner #container-sign-up .signup-right input.btn:focus {
      background: #201726; }
  body.hr-tech #web-banner #container-sign-up .signup-right input:focus-visible {
    border: 1px solid #ca94f2; }

body.hr-tech .box-resource:hover {
  border: 2px solid #ca94f2;
  transition: all 300ms ease; }

body.hr-tech .box-resource .box-resource-title {
  color: #201726; }

body.hr-tech .box-resource a {
  background: #201726; }

body.hr-tech .box-resource .resource-btn a.btn {
  background: #4b3759; }
  body.hr-tech .box-resource .resource-btn a.btn:hover {
    background: #201726; }

body.hr-tech #contact-btn, body.hr-tech #submit {
  background: #201726; }

body.hr-tech #sign-up:hover {
  background: #ca94f2;
  border-color: #ca94f2; }

body.hr-tech #signup-btn a {
  background: #ca94f2; }

body.hr-tech #features h2 {
  color: #201726 !important;
  -webkit-text-fill-color: #201726 !important; }

body.hr-tech #bloc-whitepapers {
  display: none; }

body.hr-tech #header-right-txt {
  width: 100%;
  margin-left: 0;
  text-align: center; }
  body.hr-tech #header-right-txt .main-title-corporate {
    color: white;
    text-transform: lowercase !important;
    width: 100%;
    display: block;
    padding-left: 15px;
    padding-right: 15px; }
    body.hr-tech #header-right-txt .main-title-corporate span {
      color: #ca94f2; }

body.hr-tech #ipad .img-responsive {
  display: none; }

body.hr-tech #clients-carousel .icon {
  font-family: huson-media;
  color: #ca94f2 !important;
  font-size: 32px; }

body.hr-tech .carousel-control {
  text-shadow: none; }

body.hr-tech #third-section {
  background: #201726; }
  body.hr-tech #third-section .title-box .link {
    color: #ca94f2; }
  body.hr-tech #third-section .title-box p {
    color: #ffffff; }

body.hr-tech .box-technology {
  background: #402f4d;
  transition: all 0.2s ease-out; }
  body.hr-tech .box-technology:hover {
    transition: all 0.2s ease-out;
    background: #402f4d; }
  body.hr-tech .box-technology a.tag {
    line-height: 2; }
  body.hr-tech .box-technology .box-technology-txt ul li::before {
    background: #ca94f2; }
  body.hr-tech .box-technology .box-technology-txt ul li a:hover {
    background: #201726;
    color: #ca94f2; }
  body.hr-tech .box-technology .box-technology-title-outer h2 a {
    color: #ca94f2; }
    body.hr-tech .box-technology .box-technology-title-outer h2 a:hover {
      color: white; }

body.hr-tech #sub-footer {
  background: #201726;
  color: white; }
  body.hr-tech #sub-footer a {
    color: white; }
    body.hr-tech #sub-footer a:hover {
      color: #ca94f2; }
  body.hr-tech #sub-footer #contact-btn:hover {
    background: #ca94f2;
    color: white; }

body.hr-tech #footer {
  background: #281d30 !important; }

body.hr-tech #contact-btn {
  background: #FF4A00; }
  body.hr-tech #contact-btn:hover {
    background: #201726;
    color: white !important; }

body.hr-tech #main-container-first {
  padding-top: 40px; }

body.hr-tech #details-box {
  background: #201726; }

body.hr-tech .download-box {
  background: #201726; }
  body.hr-tech .download-box h2 {
    color: #ca94f2; }
  body.hr-tech .download-box p {
    color: white; }
    body.hr-tech .download-box p a {
      color: #ca94f2 !important; }

body.hr-tech .small-box-download a {
  color: #FF4A00; }
  body.hr-tech .small-box-download a:hover {
    color: #ca94f2; }

body.hr-tech #submitStep1:hover {
  background: #ca94f2; }

body.hr-tech #featured-side-img .horizontal-rule {
  width: 200px;
  max-width: 100%;
  border-color: #ca94f2; }

body.hr-tech .blue-title {
  color: #201726;
  -webkit-text-fill-color: #201726; }

body.hr-tech .box-topics:hover {
  border-color: #ca94f2; }

body.hr-tech .box-topics .box-topics-heading {
  background: #201726; }
  body.hr-tech .box-topics .box-topics-heading:hover a .box-topics-links {
    color: #ca94f2; }
  body.hr-tech .box-topics .box-topics-heading .icon-topics {
    background: #201726; }

body.hr-tech .box-topics .tags a.tag {
  background: #edfaff;
  color: #201726; }
  body.hr-tech .box-topics .tags a.tag:hover {
    color: white !important;
    background: #201726; }

body.hr-tech .box-topics .btn-main {
  background: #ca94f2; }

body.hr-tech .vendor-image-holder .link {
  color: #201726 !important; }

body.hr-tech .box-black-header {
  background: #201726; }

body.hr-tech .location-map h3 {
  color: #201726; }

body.hr-tech .location-map .location-map-container .location-map-address .map-pin {
  filter: brightness(0) saturate(100%) invert(81%) sepia(47%) saturate(4726%) hue-rotate(213deg) brightness(101%) contrast(90%); }

body.hr-tech .location-map .location-map-container .location-map-address h5 {
  color: #201726; }

body.hr-tech .regional-links {
  position: absolute;
  right: 0;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100vw;
  background-color: #000000; }
  body.hr-tech .regional-links a {
    text-align: right;
    color: #f0f0f0;
    font-size: 12px; }
    body.hr-tech .regional-links a span {
      margin-left: 2px;
      margin-right: 2px;
      opacity: 0.4; }
    body.hr-tech .regional-links a:hover {
      color: #FF4A00; }
      body.hr-tech .regional-links a:hover span {
        color: #f0f0f0; }

body.hr-tech .sign-up-link a {
  color: #ca94f2;
  background: #201726;
  border: 2px solid #ca94f2; }
  body.hr-tech .sign-up-link a:hover {
    color: #ffffff; }

body.hr-tech #sister-brands-banner {
  background-color: #201726;
  padding-top: 40px; }
  body.hr-tech #sister-brands-banner.grey {
    background: #f6f6f6; }
  body.hr-tech #sister-brands-banner.white {
    background: white; }

body.hr-tech #sub-footer .footer-list {
  line-height: 2; }
  body.hr-tech #sub-footer .footer-list h5 {
    color: #ca94f2; }

body.hr-tech h4 {
  color: #201726; }

body.hr-tech .second-row-contact .management-container .link-contact {
  color: #4b3759; }

body.hr-tech .vendors-title {
  color: #201726; }

body.hr-tech .atoz a:hover, body.hr-tech .atoz a.selected {
  border-color: #201726;
  background: #201726;
  color: white !important; }

body.hr-tech .vendor-details .content .asset .content .asset-title {
  color: #201726; }

body.hr-tech .vendor-details .content .asset .content .foot .btn {
  background: #402f4d; }

body.hr-tech .vendor-details .content .buttons .col-md-4:nth-of-type(1) .btn, body.hr-tech .vendor-details .content .buttons .col-md-6:nth-of-type(1) .btn, body.hr-tech .vendor-details .content .buttons .col-md-12:nth-of-type(1) .btn {
  background: #402f4d; }

body.hr-tech .vendor-details .content .buttons .col-md-4:nth-of-type(2) .btn, body.hr-tech .vendor-details .content .buttons .col-md-6:nth-of-type(2) .btn, body.hr-tech .vendor-details .content .buttons .col-md-12:nth-of-type(2) .btn {
  background: #ca94f2; }

body.hr-tech .vendor-details .content .buttons .col-md-4:nth-of-type(3) .btn, body.hr-tech .vendor-details .content .buttons .col-md-6:nth-of-type(3) .btn, body.hr-tech .vendor-details .content .buttons .col-md-12:nth-of-type(3) .btn {
  background: #4b3759; }

body.hr-tech .box-vendors:hover {
  border: 2px solid #ca94f2; }

body.hr-tech .more-topics-block {
  background-image: linear-gradient(180deg, #402f4d, #201726 90%);
  background-color: #201726; }
  body.hr-tech .more-topics-block .topics-container .topic-link-box {
    background: #402f4d; }
    body.hr-tech .more-topics-block .topics-container .topic-link-box:hover {
      background: #201726;
      border-color: #ca94f2; }
    body.hr-tech .more-topics-block .topics-container .topic-link-box img {
      filter: brightness(0) saturate(100%) invert(81%) sepia(47%) saturate(4726%) hue-rotate(213deg) brightness(101%) contrast(90%); }
  body.hr-tech .more-topics-block.light {
    background: #f7f7f7; }
    body.hr-tech .more-topics-block.light .more-topics-title {
      color: #201726; }
    body.hr-tech .more-topics-block.light .topics-container .topic-link-box {
      background: #edfaff;
      border-color: #ca94f2; }
      body.hr-tech .more-topics-block.light .topics-container .topic-link-box:after {
        background: #ca94f2; }
      body.hr-tech .more-topics-block.light .topics-container .topic-link-box .link {
        color: #201726; }
      body.hr-tech .more-topics-block.light .topics-container .topic-link-box:hover {
        background: #201726; }
        body.hr-tech .more-topics-block.light .topics-container .topic-link-box:hover .link {
          color: white; }
      body.hr-tech .more-topics-block.light .topics-container .topic-link-box img {
        filter: brightness(0) saturate(100%) invert(81%) sepia(47%) saturate(4726%) hue-rotate(213deg) brightness(101%) contrast(90%); }

body.hr-tech .featured-box {
  border-color: #ca94f2; }
  body.hr-tech .featured-box .featured-box-img-container {
    background: #edfaff; }
  body.hr-tech .featured-box .btn {
    background: #402f4d; }

body.hr-tech .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) {
  border-color: #201726; }
  body.hr-tech .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) a {
    color: #201726; }
    body.hr-tech .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) a.red {
      color: white !important;
      background: #201726; }
  body.hr-tech .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more):hover a {
    color: white !important;
    background: #201726; }

body.hr-tech .pagination ul .arrow-left a {
  color: #201726; }
  body.hr-tech .pagination ul .arrow-left a.arrow-left-icon {
    filter: invert(14%) sepia(100%) saturate(952%) hue-rotate(179deg) brightness(95%) contrast(105%); }

body.hr-tech .pagination ul .arrow-left:hover {
  border-color: #201726; }

body.hr-tech .pagination ul .arrow-right a {
  color: #201726; }
  body.hr-tech .pagination ul .arrow-right a.arrow-right-icon {
    filter: invert(14%) sepia(100%) saturate(952%) hue-rotate(179deg) brightness(95%) contrast(105%); }

body.hr-tech .pagination ul .arrow-right:hover {
  border-color: #201726; }

body.hr-tech .pagination ul .arrow-left-more, body.hr-tech .pagination ul .arrow-right-more {
  border-color: #201726; }
  body.hr-tech .pagination ul .arrow-left-more:hover, body.hr-tech .pagination ul .arrow-right-more:hover {
    background: #201726; }

body.hr-tech .pagination ul .arrow-left .mobile-previous img, body.hr-tech .pagination ul .arrow-left .mobile-next img, body.hr-tech .pagination ul .arrow-right .mobile-previous img, body.hr-tech .pagination ul .arrow-right .mobile-next img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(28%) saturate(4370%) hue-rotate(186deg) brightness(96%) contrast(103%); }

body.hr-tech .header-banner {
  background-color: #201726; }
  body.hr-tech .header-banner.company-details-banner {
    background-color: #201726; }
    body.hr-tech .header-banner.company-details-banner .header-banner-title {
      color: #201726; }
    body.hr-tech .header-banner.company-details-banner .header-banner-inner p, body.hr-tech .header-banner.company-details-banner .header-banner-inner a {
      color: #201726; }
      body.hr-tech .header-banner.company-details-banner .header-banner-inner p img, body.hr-tech .header-banner.company-details-banner .header-banner-inner a img {
        filter: brightness(0) saturate(100%) invert(4%) sepia(18%) saturate(6994%) hue-rotate(257deg) brightness(84%) contrast(86%); }
    body.hr-tech .header-banner.company-details-banner .header-banner-intro {
      color: #201726; }
    body.hr-tech .header-banner.company-details-banner:before {
      display: none; }
  body.hr-tech .header-banner.tall:before {
    border-bottom: 320px solid #402f4d;
    opacity: 0.2; }
  body.hr-tech .header-banner.tall .back-button {
    color: #201726 !important; }
    body.hr-tech .header-banner.tall .back-button img {
      filter: brightness(0) saturate(100%) invert(7%) sepia(16%) saturate(1696%) hue-rotate(232deg) brightness(100%) contrast(92%); }

body.hr-tech .download-form .btn {
  background: #ca94f2;
  color: #201726; }

body.hr-tech #details-box .download-box-title {
  color: #ca94f2; }

body.hr-tech #details-box .download-box-header img {
  filter: brightness(0) saturate(100%) invert(79%) sepia(24%) saturate(5263%) hue-rotate(210deg) brightness(95%) contrast(99%); }

body.hr-tech .resource-detail-sub-title {
  color: #ca94f2; }
  body.hr-tech .resource-detail-sub-title a {
    color: #ca94f2; }

body.hr-tech .resource-detail-title {
  color: #201726; }

body.hr-tech .box-cisco {
  border: 2px solid #ca94f2; }
  body.hr-tech .box-cisco .cisco-boxes-title {
    color: #201726; }
  body.hr-tech .box-cisco .btn-main {
    background: #402f4d; }

body.hr-tech .about-logo .globe-circle {
  background: radial-gradient(circle farthest-corner at 50% 50%, #201726, #402f4d); }
  body.hr-tech .about-logo .globe-circle .globe-inner {
    background-image: url("../img/Globe-hr.png"); }

body.hr-tech .company-details-main-container {
  background: #201726; }
  body.hr-tech .company-details-main-container .latest-resources-title {
    color: white; }

body.hr-tech.language-select {
  background: linear-gradient(135deg, #402f4d 0%, #402f4d 70%, #4b3759 70%); }
  body.hr-tech.language-select h3 {
    color: #ca94f2; }
  body.hr-tech.language-select .global-domains .domain-group .global-domain .domain-labels a span {
    color: #ca94f2; }

body.hr-tech .small-asset a.red {
  color: #402f4d; }

body.hr-tech .final-download-page-details-box {
  border: 2px solid #ca94f2; }
  body.hr-tech .final-download-page-details-box .content-col {
    border-right: 1px solid #ca94f2; }
  body.hr-tech .final-download-page-details-box p, body.hr-tech .final-download-page-details-box h2, body.hr-tech .final-download-page-details-box ul li {
    color: #201726; }
  body.hr-tech .final-download-page-details-box .btn-main-reverse {
    background: #402f4d; }

body.hr-tech .kit-details-box {
  border: 2px solid #ca94f2; }
  body.hr-tech .kit-details-box a {
    color: #201726 !important; }
  body.hr-tech .kit-details-box .box-icon-download {
    filter: brightness(0) saturate(100%) invert(82%) sepia(39%) saturate(5077%) hue-rotate(212deg) brightness(98%) contrast(93%); }

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.hr-tech #hrtech-header-bg {
    background-image: url("../img/HRTech-hero-820px.jpg"); }
  body.hr-tech .main-nav {
    display: none; }
  body.hr-tech .nav-mobile {
    max-width: 300px;
    padding: 20px;
    position: absolute;
    right: 15px; }
    body.hr-tech .nav-mobile li a {
      text-align: right; }
      body.hr-tech .nav-mobile li a.main-red-bg {
        margin-right: 0;
        text-align: center; }
  body.hr-tech #container-mobile .menu {
    padding: 23px 30px 17px 30px !important;
    margin-right: 0px; }
  body.hr-tech #header-right-txt {
    width: 100%;
    text-align: center; }
    body.hr-tech #header-right-txt .main-title-corporate {
      bottom: -170px; }
  body.hr-tech .regional-links a {
    font-size: 12px; } }

@media (min-width: 768px) {
  body.hr-tech .logo a img {
    margin-top: 0px; }
  body.hr-tech .regional-links {
    transform: none;
    top: 23px;
    right: 0;
    left: unset;
    width: auto;
    margin-right: 190px;
    background-color: transparent; }
  body.hr-tech .box-technology a.tag {
    line-height: normal; }
  body.hr-tech #container-mobile .menu {
    top: 50% !important; }
  body.hr-tech .sign-up-link {
    top: 23px; }
  body.hr-tech #sub-footer .footer-list {
    line-height: normal; } }

@media (min-width: 992px) {
  body.hr-tech #hrtech-header-bg {
    background-image: url("../img/HRTech-hero-1920px.jpg");
    height: 620px;
    background-position: center center; }
  body.hr-tech #header-right-txt {
    width: 65%;
    text-align: left;
    padding-left: 0;
    position: relative !important;
    left: 0; }
    body.hr-tech #header-right-txt .img-responsive {
      display: block;
      max-width: 460px; }
    body.hr-tech #header-right-txt .main-title-corporate {
      display: block !important;
      position: static;
      transform: none;
      padding-left: 0;
      padding-right: 0; }
      body.hr-tech #header-right-txt .main-title-corporate span {
        font-size: 52px; }
  body.hr-tech .main-nav {
    display: none; }
  body.hr-tech .menu {
    transition: all 0.1s ease-out;
    top: 50% !important; }
    body.hr-tech .menu.clicked-menu {
      background: #281d30;
      transition: all 0.1s ease-out; }
      body.hr-tech .menu.clicked-menu .icon-bar {
        background: white !important; }
  body.hr-tech #main-container-first {
    padding-top: 50px; }
  body.hr-tech .horizontal-rule {
    background: #ca94f2;
    position: relative;
    height: 1px;
    width: 100%; }
    body.hr-tech .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.hr-tech .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.hr-tech #container-mobile .img-responsive {
    max-width: 250px !important; }
  body.hr-tech #container-mobile .menu {
    padding: 20px 30px !important; }
  body.hr-tech .menu {
    margin-right: 0; }
  body.hr-tech .nav-mobile {
    right: 0px; }
  body.hr-tech .regional-links {
    top: 35px;
    margin-right: 250px; }
    body.hr-tech .regional-links a {
      font-size: 14px; }
      body.hr-tech .regional-links a span {
        margin-left: 5px;
        margin-right: 5px; }
  body.hr-tech .sign-up-link {
    top: 35px; }
  body.hr-tech #sister-brands-banner .sister-brands-inner-container {
    padding-bottom: 20px; }
  body.hr-tech #sister-brands-banner .logo-container {
    margin-bottom: 0; }
  body.hr-tech .container-search {
    top: -38px; } }

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 h2 {
  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.mar-tech a:not(.btn):not(.btn-main):not(.topic-container .box-technology .box-technology-txt ul li a):not(body.mar-tech .more-topics-block.light .topics-container .topic-link-box .link):not(.topic-link-box a):not(.box-topics .tags a.tag):not(.red):not(.breadcrumbs ul li a):not(.atoz a):not(.footer-list a):not(.more-resources-button):not(.card-button) {
  color: #345908; }

body.mar-tech ul li::marker {
  color: #254005; }

body.mar-tech #martech-header-bg {
  background-image: url(../img/MArtech-hero-390px.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.mar-tech #martech-header-bg img {
    display: none; }

body.mar-tech #header-triangle {
  display: none !important; }

body.mar-tech .page-not-found-btn {
  background: #1e3304; }
  body.mar-tech .page-not-found-btn:hover {
    color: #61a60e !important; }

body.mar-tech #contact-box-complete {
  background: #1e3304; }

body.mar-tech .cta-box-container .cta-box:nth-of-type(1) {
  background: #345908; }

body.mar-tech .cta-box-container .cta-box:nth-of-type(2) {
  background: #61a60e; }

body.mar-tech .cta-box-container .cta-box:nth-of-type(3) {
  background: #254005; }

body.mar-tech .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.mar-tech .menu.clicked-menu {
    background: #1e3304;
    transition: all 0.1s ease-out;
    transition-delay: 0s !important; }
    body.mar-tech .menu.clicked-menu .icon-bar {
      background: white !important;
      transition: all 0.1s ease-out; }

body.mar-tech .menu-button {
  background: rgba(0, 160, 223, 0.37); }
  body.mar-tech .menu-button .icon-bar {
    background: #FF4A00 !important;
    height: 2px !important;
    margin-bottom: 7px !important;
    width: 40px !important; }

body.mar-tech .nav-mobile {
  top: 65px !important;
  background: #264105 !important;
  padding: 20px 20px 60px 20px !important;
  width: 100%;
  transition: opacity 0.2s ease-out;
  opacity: 1;
  transition-delay: 0.4s; }
  body.mar-tech .nav-mobile li a {
    background: #264105 !important;
    color: white !important;
    border: none !important;
    margin: 0 auto;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 22px !important; }
    body.mar-tech .nav-mobile li a:hover {
      color: #FF4A00 !important; }
    body.mar-tech .nav-mobile li a.main-red-bg {
      background: #FF4A00 !important; }
      body.mar-tech .nav-mobile li a.main-red-bg:hover {
        background: #61a60e !important;
        color: white !important; }

body.mar-tech #header .img-responsive {
  display: block;
  width: 170px; }
  body.mar-tech #header .img-responsive.img-responsive-other {
    display: block;
    max-width: 60%; }

body.mar-tech #header #header-rectangle {
  display: block;
  position: absolute; }

body.mar-tech #header #container-header ul li.split-lang-select .active {
  color: #61a60e; }

body.mar-tech #header #container-mobile .mobile-menu {
  background: #1e3304; }

body.mar-tech #header ul li .icon-circle {
  background: #61a60e; }

body.mar-tech #header ul li a:hover {
  background: #1e3304;
  transition: 0.2s ease; }

body.mar-tech #container-mobile .img-responsive {
  max-width: 160px !important; }

body.mar-tech #container-mobile .menu {
  padding: 23px 0px 17px 0px !important; }

body.mar-tech #container-mobile .centered-mobile-logo {
  top: 50% !important; }

body.mar-tech a.main-red-bg {
  border-radius: 5px;
  background: #FF4A00 !important;
  max-width: 150px;
  padding-top: 5px;
  padding-bottom: 5px; }
  body.mar-tech a.main-red-bg:hover {
    background-color: #1e3304 !important;
    transition: 0.2s ease;
    color: #ffffff !important; }

body.mar-tech .logo a img {
  max-width: 170px !important;
  width: 100%;
  margin-top: 5px; }

body.mar-tech #fourth-row {
  background-color: #1e3304; }
  body.mar-tech #fourth-row h2 {
    color: #61a60e;
    -webkit-text-fill-color: #61a60e !important; }
  body.mar-tech #fourth-row p {
    color: white; }

body.mar-tech #fifth-row {
  background-color: #1e3304; }

body.mar-tech .container-search {
  top: -40px; }
  body.mar-tech .container-search form input {
    border: 2px solid #61a60e;
    box-shadow: 0 0 20px 0 rgba(97, 166, 14, 0.5); }

body.mar-tech .search-btn {
  background: #FF4A00; }
  body.mar-tech .search-btn:hover {
    background: #61a60e; }

body.mar-tech #first-section h2 {
  color: #1e3304; }

body.mar-tech #contact-btn {
  background: #61a60e; }
  body.mar-tech #contact-btn:hover {
    border-color: #61a60e; }

body.mar-tech #about-btn {
  border-color: #1e3304; }
  body.mar-tech #about-btn:hover {
    background: #61a60e;
    border-color: #61a60e; }

body.mar-tech #web-banner {
  background-color: #345908; }
  body.mar-tech #web-banner.white {
    background-color: white; }
    body.mar-tech #web-banner.white:before {
      filter: none; }
    body.mar-tech #web-banner.white #container-sign-up #sign-up-txt {
      color: #1e3304; }
    body.mar-tech #web-banner.white #container-sign-up p {
      color: #333; }
  body.mar-tech #web-banner .overlay-web-banner {
    background: #1e3304; }
  body.mar-tech #web-banner #container-sign-up #sign-up-txt {
    color: #61a60e; }
  body.mar-tech #web-banner #container-sign-up .signup-right .sign-up-container i {
    color: #61a60e; }
  body.mar-tech #web-banner #container-sign-up .signup-right .sign-up-container img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(46%) saturate(6854%) hue-rotate(49deg) brightness(91%) contrast(89%); }
  body.mar-tech #web-banner #container-sign-up .signup-right .sign-up-container .enter-email-field ~ .blue-edge {
    background: #61a60e; }
  body.mar-tech #web-banner #container-sign-up .signup-right input.btn {
    background: #61a60e; }
    body.mar-tech #web-banner #container-sign-up .signup-right input.btn:focus {
      background: #1e3304; }
  body.mar-tech #web-banner #container-sign-up .signup-right input:focus-visible {
    border: 1px solid #61a60e; }

body.mar-tech .box-resource:hover {
  border: 2px solid #61a60e;
  transition: all 300ms ease; }

body.mar-tech .box-resource .box-resource-title {
  color: #1e3304; }

body.mar-tech .box-resource a {
  background: #1e3304; }

body.mar-tech .box-resource .resource-btn a.btn {
  background: #254005; }
  body.mar-tech .box-resource .resource-btn a.btn:hover {
    background: #1e3304; }

body.mar-tech #contact-btn, body.mar-tech #submit {
  background: #1e3304; }

body.mar-tech #sign-up:hover {
  background: #61a60e;
  border-color: #61a60e; }

body.mar-tech #signup-btn a {
  background: #61a60e; }

body.mar-tech #features h2 {
  color: #1e3304 !important;
  -webkit-text-fill-color: #1e3304 !important; }

body.mar-tech #bloc-whitepapers {
  display: none; }

body.mar-tech #header-right-txt {
  width: 100%;
  margin-left: 0;
  text-align: center; }
  body.mar-tech #header-right-txt .main-title-corporate {
    color: white;
    text-transform: lowercase !important;
    width: 100%;
    display: block;
    padding-left: 15px;
    padding-right: 15px; }
    body.mar-tech #header-right-txt .main-title-corporate span {
      color: #61a60e; }

body.mar-tech #ipad .img-responsive {
  display: none; }

body.mar-tech #clients-carousel .icon {
  font-family: huson-media;
  color: #61a60e !important;
  font-size: 32px; }

body.mar-tech .carousel-control {
  text-shadow: none; }

body.mar-tech #third-section {
  background: #1e3304; }
  body.mar-tech #third-section .title-box .link {
    color: #61a60e; }
  body.mar-tech #third-section .title-box p {
    color: #ffffff; }

body.mar-tech .box-technology {
  background: #345908;
  transition: all 0.2s ease-out; }
  body.mar-tech .box-technology:hover {
    transition: all 0.2s ease-out;
    background: #345908; }
  body.mar-tech .box-technology a.tag {
    line-height: 2; }
  body.mar-tech .box-technology .box-technology-txt ul li::before {
    background: #61a60e; }
  body.mar-tech .box-technology .box-technology-txt ul li a:hover {
    background: #1e3304;
    color: #86e613; }
  body.mar-tech .box-technology .box-technology-title-outer h2 a {
    color: #61a60e; }
    body.mar-tech .box-technology .box-technology-title-outer h2 a:hover {
      color: white; }

body.mar-tech #sub-footer {
  background: #1e3304;
  color: white; }
  body.mar-tech #sub-footer a {
    color: white; }
    body.mar-tech #sub-footer a:hover {
      color: #61a60e; }
  body.mar-tech #sub-footer #contact-btn:hover {
    background: #61a60e;
    color: white; }

body.mar-tech #footer {
  background: #264105 !important; }

body.mar-tech #contact-btn {
  background: #FF4A00; }
  body.mar-tech #contact-btn:hover {
    background: #1e3304;
    color: white !important; }

body.mar-tech #main-container-first {
  padding-top: 40px; }

body.mar-tech #details-box {
  background: #1e3304; }

body.mar-tech .download-box {
  background: #1e3304; }
  body.mar-tech .download-box h2 {
    color: #61a60e; }
  body.mar-tech .download-box p {
    color: white; }
    body.mar-tech .download-box p a {
      color: #61a60e !important; }

body.mar-tech .small-box-download a {
  color: #FF4A00; }
  body.mar-tech .small-box-download a:hover {
    color: #61a60e; }

body.mar-tech #submitStep1:hover {
  background: #61a60e; }

body.mar-tech #featured-side-img .horizontal-rule {
  width: 200px;
  max-width: 100%;
  border-color: #61a60e; }

body.mar-tech .blue-title {
  color: #1e3304;
  -webkit-text-fill-color: #1e3304; }

body.mar-tech .box-topics:hover {
  border-color: #61a60e; }

body.mar-tech .box-topics .box-topics-heading {
  background: #1e3304; }
  body.mar-tech .box-topics .box-topics-heading:hover a .box-topics-links {
    color: #61a60e; }
  body.mar-tech .box-topics .box-topics-heading .icon-topics {
    background: #1e3304; }

body.mar-tech .box-topics .tags a.tag {
  background: #edfaff;
  color: #1e3304; }
  body.mar-tech .box-topics .tags a.tag:hover {
    color: white;
    background: #1e3304; }

body.mar-tech .box-topics .btn-main {
  background: #61a60e; }

body.mar-tech .vendor-image-holder .link {
  color: #1e3304 !important; }

body.mar-tech .box-black-header {
  background: #1e3304; }

body.mar-tech .location-map h3 {
  color: #1e3304; }

body.mar-tech .location-map .location-map-container .location-map-address .map-pin {
  filter: brightness(0) saturate(100%) invert(14%) sepia(27%) saturate(2147%) hue-rotate(50deg) brightness(99%) contrast(97%); }

body.mar-tech .location-map .location-map-container .location-map-address h5 {
  color: #1e3304; }

body.mar-tech .regional-links {
  position: absolute;
  right: 0;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100vw;
  background-color: #000000; }
  body.mar-tech .regional-links a {
    text-align: right;
    color: #f0f0f0;
    font-size: 12px; }
    body.mar-tech .regional-links a span {
      margin-left: 2px;
      margin-right: 2px;
      opacity: 0.4; }
    body.mar-tech .regional-links a:hover {
      color: #FF4A00; }
      body.mar-tech .regional-links a:hover span {
        color: #f0f0f0; }

body.mar-tech .sign-up-link a {
  color: #61a60e;
  background: #1e3304;
  border: 2px solid #61a60e; }
  body.mar-tech .sign-up-link a:hover {
    color: #ffffff; }

body.mar-tech #sister-brands-banner {
  background-color: #1e3304;
  padding-top: 40px; }
  body.mar-tech #sister-brands-banner.grey {
    background: #f6f6f6; }
  body.mar-tech #sister-brands-banner.white {
    background: white; }

body.mar-tech #sub-footer .footer-list {
  line-height: 2; }
  body.mar-tech #sub-footer .footer-list h5 {
    color: #61a60e; }

body.mar-tech h4 {
  color: #1e3304; }

body.mar-tech .second-row-contact .management-container .link-contact {
  color: #254005; }

body.mar-tech .vendors-title {
  color: #1e3304; }

body.mar-tech .atoz a:hover, body.mar-tech .atoz a.selected {
  border-color: #1e3304;
  background: #1e3304;
  color: white; }

body.mar-tech .vendor-details .content .asset .content .asset-title {
  color: #1e3304; }

body.mar-tech .vendor-details .content .asset .content .foot .btn {
  background: #345908; }

body.mar-tech .vendor-details .content .buttons .col-md-4:nth-of-type(1) .btn, body.mar-tech .vendor-details .content .buttons .col-md-6:nth-of-type(1) .btn, body.mar-tech .vendor-details .content .buttons .col-md-12:nth-of-type(1) .btn {
  background: #345908; }

body.mar-tech .vendor-details .content .buttons .col-md-4:nth-of-type(2) .btn, body.mar-tech .vendor-details .content .buttons .col-md-6:nth-of-type(2) .btn, body.mar-tech .vendor-details .content .buttons .col-md-12:nth-of-type(2) .btn {
  background: #61a60e; }

body.mar-tech .vendor-details .content .buttons .col-md-4:nth-of-type(3) .btn, body.mar-tech .vendor-details .content .buttons .col-md-6:nth-of-type(3) .btn, body.mar-tech .vendor-details .content .buttons .col-md-12:nth-of-type(3) .btn {
  background: #254005; }

body.mar-tech .box-vendors:hover {
  border: 2px solid #61a60e; }

body.mar-tech .more-topics-block {
  background-image: linear-gradient(180deg, #345908, #1e3304 90%);
  background-color: #1e3304; }
  body.mar-tech .more-topics-block .topics-container .topic-link-box {
    background: #345908; }
    body.mar-tech .more-topics-block .topics-container .topic-link-box:hover {
      background: #1e3304;
      border-color: #61a60e; }
    body.mar-tech .more-topics-block .topics-container .topic-link-box img {
      filter: brightness(0) saturate(100%) invert(48%) sepia(87%) saturate(452%) hue-rotate(45deg) brightness(97%) contrast(92%); }
  body.mar-tech .more-topics-block.light {
    background: #f7f7f7; }
    body.mar-tech .more-topics-block.light .more-topics-title {
      color: #1e3304; }
    body.mar-tech .more-topics-block.light .topics-container .topic-link-box {
      background: #edfaff;
      border-color: #86e613; }
      body.mar-tech .more-topics-block.light .topics-container .topic-link-box:after {
        background: #61a60e; }
      body.mar-tech .more-topics-block.light .topics-container .topic-link-box .link {
        color: #1e3304; }
      body.mar-tech .more-topics-block.light .topics-container .topic-link-box:hover {
        background: #1e3304; }
        body.mar-tech .more-topics-block.light .topics-container .topic-link-box:hover .link {
          color: white; }
      body.mar-tech .more-topics-block.light .topics-container .topic-link-box img {
        filter: brightness(0) saturate(100%) invert(48%) sepia(87%) saturate(452%) hue-rotate(45deg) brightness(97%) contrast(92%); }

body.mar-tech .featured-box {
  border-color: #61a60e; }
  body.mar-tech .featured-box .featured-box-img-container {
    background: #edfaff; }
  body.mar-tech .featured-box .btn {
    background: #345908; }

body.mar-tech .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) {
  border-color: #1e3304; }
  body.mar-tech .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) a {
    color: #1e3304; }
    body.mar-tech .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) a.red {
      color: white;
      background: #1e3304; }
  body.mar-tech .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more):hover a {
    color: white;
    background: #1e3304; }

body.mar-tech .pagination ul .arrow-left a {
  color: #1e3304; }
  body.mar-tech .pagination ul .arrow-left a.arrow-left-icon {
    filter: invert(14%) sepia(100%) saturate(952%) hue-rotate(179deg) brightness(95%) contrast(105%); }

body.mar-tech .pagination ul .arrow-left:hover {
  border-color: #1e3304; }

body.mar-tech .pagination ul .arrow-right a {
  color: #1e3304; }
  body.mar-tech .pagination ul .arrow-right a.arrow-right-icon {
    filter: invert(14%) sepia(100%) saturate(952%) hue-rotate(179deg) brightness(95%) contrast(105%); }

body.mar-tech .pagination ul .arrow-right:hover {
  border-color: #1e3304; }

body.mar-tech .pagination ul .arrow-left-more, body.mar-tech .pagination ul .arrow-right-more {
  border-color: #1e3304; }
  body.mar-tech .pagination ul .arrow-left-more:hover, body.mar-tech .pagination ul .arrow-right-more:hover {
    background: #1e3304; }

body.mar-tech .pagination ul .arrow-left .mobile-previous img, body.mar-tech .pagination ul .arrow-left .mobile-next img, body.mar-tech .pagination ul .arrow-right .mobile-previous img, body.mar-tech .pagination ul .arrow-right .mobile-next img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(28%) saturate(4370%) hue-rotate(186deg) brightness(96%) contrast(103%); }

body.mar-tech .header-banner {
  background-color: #1e3304; }
  body.mar-tech .header-banner.company-details-banner {
    background-color: #1e3304; }
    body.mar-tech .header-banner.company-details-banner .header-banner-title {
      color: #1e3304; }
    body.mar-tech .header-banner.company-details-banner .header-banner-inner p, body.mar-tech .header-banner.company-details-banner .header-banner-inner a {
      color: #1e3304; }
      body.mar-tech .header-banner.company-details-banner .header-banner-inner p img, body.mar-tech .header-banner.company-details-banner .header-banner-inner a img {
        filter: brightness(0) saturate(100%) invert(17%) sepia(28%) saturate(1026%) hue-rotate(45deg) brightness(101%) contrast(105%); }
    body.mar-tech .header-banner.company-details-banner .header-banner-intro {
      color: #1e3304; }
    body.mar-tech .header-banner.company-details-banner:before {
      display: none; }
  body.mar-tech .header-banner.tall:before {
    border-bottom: 320px solid #254005;
    opacity: 0.2; }
  body.mar-tech .header-banner.tall .back-button {
    color: #1e3304; }
    body.mar-tech .header-banner.tall .back-button img {
      filter: brightness(0) saturate(100%) invert(16%) sepia(28%) saturate(2168%) hue-rotate(51deg) brightness(91%) contrast(97%); }

body.mar-tech .download-form .btn {
  background: #61a60e;
  color: #1e3304; }

body.mar-tech #details-box .download-box-title {
  color: #61a60e; }

body.mar-tech #details-box .download-box-header img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(87%) saturate(452%) hue-rotate(45deg) brightness(97%) contrast(92%); }

body.mar-tech .resource-detail-sub-title {
  color: #61a60e; }
  body.mar-tech .resource-detail-sub-title a {
    color: #61a60e; }

body.mar-tech .resource-detail-title {
  color: #1e3304; }

body.mar-tech .box-cisco {
  border: 2px solid #61a60e; }
  body.mar-tech .box-cisco .cisco-boxes-title {
    color: #1e3304; }
  body.mar-tech .box-cisco .btn-main {
    background: #345908; }

body.mar-tech .about-logo .globe-circle {
  background: radial-gradient(circle farthest-corner at 50% 50%, #1e3304, #345908); }
  body.mar-tech .about-logo .globe-circle .globe-inner {
    background-image: url("../img/Globe-Mar.png"); }

body.mar-tech .company-details-main-container {
  background: #1e3304; }
  body.mar-tech .company-details-main-container .latest-resources-title {
    color: white; }

body.mar-tech.language-select {
  background: linear-gradient(135deg, #1e3304 0%, #345908 70%, #254005 70%); }
  body.mar-tech.language-select h3 {
    color: #86e613; }
  body.mar-tech.language-select .global-domains .domain-group .global-domain .domain-labels a span {
    color: #86e613; }

body.mar-tech .small-asset a.red {
  color: #345908; }

body.mar-tech .final-download-page-details-box {
  border: 2px solid #61a60e; }
  body.mar-tech .final-download-page-details-box .content-col {
    border-right: 1px solid #61a60e; }
  body.mar-tech .final-download-page-details-box p, body.mar-tech .final-download-page-details-box h2, body.mar-tech .final-download-page-details-box ul li {
    color: #1e3304; }
  body.mar-tech .final-download-page-details-box .btn-main-reverse {
    background: #345908; }

body.mar-tech .kit-details-box {
  border: 2px solid #61a60e; }
  body.mar-tech .kit-details-box a {
    color: #1e3304 !important; }
  body.mar-tech .kit-details-box .box-icon-download {
    filter: brightness(0) saturate(100%) invert(83%) sepia(37%) saturate(6046%) hue-rotate(42deg) brightness(80%) contrast(89%); }

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.mar-tech #martech-header-bg {
    background-image: url("../img/MArtech-hero-820px.jpg"); }
  body.mar-tech .main-nav {
    display: none; }
  body.mar-tech .nav-mobile {
    max-width: 300px;
    padding: 20px;
    position: absolute;
    right: 15px; }
    body.mar-tech .nav-mobile li a {
      text-align: right; }
      body.mar-tech .nav-mobile li a.main-red-bg {
        margin-right: 0;
        text-align: center; }
  body.mar-tech #container-mobile .menu {
    padding: 23px 30px 17px 30px !important;
    margin-right: 0px; }
  body.mar-tech #header-right-txt {
    width: 100%;
    text-align: center; }
    body.mar-tech #header-right-txt .main-title-corporate {
      bottom: -170px; }
  body.mar-tech .regional-links a {
    font-size: 12px; } }

@media (min-width: 768px) {
  body.mar-tech .logo a img {
    margin-top: 0px; }
  body.mar-tech .regional-links {
    transform: none;
    top: 23px;
    right: 0;
    left: unset;
    width: auto;
    margin-right: 190px;
    background-color: transparent; }
  body.mar-tech .box-technology a.tag {
    line-height: normal; }
  body.mar-tech #container-mobile .menu {
    top: 50% !important; }
  body.mar-tech .sign-up-link {
    top: 23px; }
  body.mar-tech #sub-footer .footer-list {
    line-height: normal; } }

@media (min-width: 992px) {
  body.mar-tech #martech-header-bg {
    background-image: url("../img/MArtech-hero-1920px.jpg");
    height: 620px;
    background-position: center center; }
  body.mar-tech #header-right-txt {
    width: 65%;
    text-align: left;
    padding-left: 0;
    position: relative !important;
    left: 0; }
    body.mar-tech #header-right-txt .img-responsive {
      display: block;
      max-width: 460px; }
    body.mar-tech #header-right-txt .main-title-corporate {
      display: block !important;
      position: static;
      transform: none;
      padding-left: 0;
      padding-right: 0; }
      body.mar-tech #header-right-txt .main-title-corporate span {
        font-size: 52px; }
  body.mar-tech .main-nav {
    display: none; }
  body.mar-tech .menu {
    transition: all 0.1s ease-out;
    top: 50% !important; }
    body.mar-tech .menu.clicked-menu {
      background: #264105;
      transition: all 0.1s ease-out; }
      body.mar-tech .menu.clicked-menu .icon-bar {
        background: white !important; }
  body.mar-tech #main-container-first {
    padding-top: 50px; }
  body.mar-tech .horizontal-rule {
    background: #61a60e;
    position: relative;
    height: 1px;
    width: 100%; }
    body.mar-tech .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.mar-tech .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.mar-tech #container-mobile .img-responsive {
    max-width: 250px !important; }
  body.mar-tech #container-mobile .menu {
    padding: 20px 30px !important; }
  body.mar-tech .menu {
    margin-right: 0; }
  body.mar-tech .nav-mobile {
    right: 0px; }
  body.mar-tech .regional-links {
    top: 35px;
    margin-right: 250px; }
    body.mar-tech .regional-links a {
      font-size: 14px; }
      body.mar-tech .regional-links a span {
        margin-left: 5px;
        margin-right: 5px; }
  body.mar-tech .sign-up-link {
    top: 35px; }
  body.mar-tech #sister-brands-banner .sister-brands-inner-container {
    padding-bottom: 20px; }
  body.mar-tech #sister-brands-banner .logo-container {
    margin-bottom: 0; }
  body.mar-tech .container-search {
    top: -38px; } }

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 h2 {
  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 h2 {
  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 {
  vertical-align: top;
  text-align: left; }
  body.websiteid_23 #header ul li a {
    font-size: 15px; }

@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 .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.electronic-pro a:not(.btn):not(.btn-main):not(.topic-container .box-technology .box-technology-txt ul li a):not(body.electronic-pro .more-topics-block.light .topics-container .topic-link-box .link):not(.topic-link-box a):not(.box-topics .tags a.tag):not(.red):not(.breadcrumbs ul li a):not(.atoz a):not(.footer-list a):not(.more-resources-button):not(.card-button) {
  color: #0d4f66; }

body.electronic-pro ul li::marker {
  color: #0d4f66; }

body.electronic-pro #electronic-pro-header-bg {
  background-image: url(../img/EPro-hero-390px.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.electronic-pro #electronic-pro-header-bg img {
    display: none; }

body.electronic-pro #header-triangle {
  display: none !important; }

body.electronic-pro .page-not-found-btn {
  background: #062733 !important; }
  body.electronic-pro .page-not-found-btn:hover {
    color: #83ffcd !important; }

body.electronic-pro #contact-box-complete {
  background: #062733; }

body.electronic-pro .cta-box-container .cta-box:nth-of-type(1) {
  background: #0d4f66; }

body.electronic-pro .cta-box-container .cta-box:nth-of-type(2) {
  background: #83ffcd; }

body.electronic-pro .cta-box-container .cta-box:nth-of-type(3) {
  background: #137799; }

body.electronic-pro .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.electronic-pro .menu.clicked-menu {
    background: #062733;
    transition: all 0.1s ease-out;
    transition-delay: 0s !important; }
    body.electronic-pro .menu.clicked-menu .icon-bar {
      background: white !important;
      transition: all 0.1s ease-out; }

body.electronic-pro .menu-button {
  background: rgba(0, 160, 223, 0.37); }
  body.electronic-pro .menu-button .icon-bar {
    background: #FF4A00 !important;
    height: 2px !important;
    margin-bottom: 7px !important;
    width: 40px !important; }

body.electronic-pro .nav-mobile {
  top: 65px !important;
  background: #083141 !important;
  padding: 20px 20px 60px 20px !important;
  width: 100%;
  transition: opacity 0.2s ease-out;
  opacity: 1;
  transition-delay: 0.4s; }
  body.electronic-pro .nav-mobile li a {
    background: #083141 !important;
    color: white !important;
    border: none !important;
    margin: 0 auto;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 22px !important; }
    body.electronic-pro .nav-mobile li a:hover {
      color: #FF4A00 !important; }
    body.electronic-pro .nav-mobile li a.main-red-bg {
      background: #FF4A00 !important; }
      body.electronic-pro .nav-mobile li a.main-red-bg:hover {
        background: #83ffcd !important;
        color: white !important; }

body.electronic-pro #header .img-responsive {
  display: block;
  width: 170px; }
  body.electronic-pro #header .img-responsive.img-responsive-other {
    display: block;
    max-width: 60%; }

body.electronic-pro #header #header-rectangle {
  display: block;
  position: absolute; }

body.electronic-pro #header #container-header ul li.split-lang-select .active {
  color: #83ffcd !important; }

body.electronic-pro #header #container-mobile .mobile-menu {
  background: #062733; }

body.electronic-pro #header #container-mobile .mainnav-header img {
  /*filter: brightness(0) saturate(100%) invert(11%) sepia(47%) saturate(1178%) hue-rotate(157deg) brightness(93%) contrast(96%);*/ }

body.electronic-pro #header ul li .icon-circle {
  background: #83ffcd; }

body.electronic-pro #header ul li a:hover {
  background: #062733;
  transition: 0.2s ease; }

body.electronic-pro #container-mobile .img-responsive {
  max-width: 160px !important; }

body.electronic-pro #container-mobile .menu {
  padding: 23px 0px 17px 0px !important; }

body.electronic-pro #container-mobile .centered-mobile-logo {
  top: 50% !important; }

body.electronic-pro a.main-red-bg {
  border-radius: 5px;
  background: #FF4A00 !important;
  max-width: 150px;
  padding-top: 5px;
  padding-bottom: 5px; }
  body.electronic-pro a.main-red-bg:hover {
    background-color: #062733 !important;
    transition: 0.2s ease;
    color: #ffffff !important; }

body.electronic-pro .logo a img {
  max-width: 170px !important;
  width: 100%;
  margin-top: 5px; }

body.electronic-pro #fourth-row {
  background-color: #062733; }
  body.electronic-pro #fourth-row h2 {
    color: #83ffcd;
    -webkit-text-fill-color: #83ffcd !important; }
  body.electronic-pro #fourth-row p {
    color: white; }

body.electronic-pro #fifth-row {
  background-color: #062733; }

body.electronic-pro .container-search {
  top: -40px; }
  body.electronic-pro .container-search form input {
    border: 2px solid #83ffcd;
    box-shadow: 0 0 20px 0 rgba(131, 255, 205, 0.5); }

body.electronic-pro .search-btn {
  background: #FF4A00; }
  body.electronic-pro .search-btn:hover {
    background: #83ffcd; }

body.electronic-pro #first-section h2 {
  color: #062733; }

body.electronic-pro #contact-btn {
  background: #83ffcd; }
  body.electronic-pro #contact-btn:hover {
    border-color: #83ffcd; }

body.electronic-pro #about-btn {
  border-color: #062733; }
  body.electronic-pro #about-btn:hover {
    background: #83ffcd;
    border-color: #83ffcd; }

body.electronic-pro #web-banner {
  background-color: #0d4f66; }
  body.electronic-pro #web-banner.white {
    background-color: white; }
    body.electronic-pro #web-banner.white:before {
      filter: none; }
    body.electronic-pro #web-banner.white #container-sign-up #sign-up-txt {
      color: #062733; }
    body.electronic-pro #web-banner.white #container-sign-up p {
      color: #333; }
  body.electronic-pro #web-banner .overlay-web-banner {
    background: #062733; }
  body.electronic-pro #web-banner #container-sign-up #sign-up-txt {
    color: #83ffcd; }
  body.electronic-pro #web-banner #container-sign-up .signup-right .sign-up-container i {
    color: #83ffcd; }
  body.electronic-pro #web-banner #container-sign-up .signup-right .sign-up-container img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(10%) saturate(1841%) hue-rotate(79deg) brightness(104%) contrast(106%); }
  body.electronic-pro #web-banner #container-sign-up .signup-right .sign-up-container .enter-email-field ~ .blue-edge {
    background: #83ffcd; }
  body.electronic-pro #web-banner #container-sign-up .signup-right input.btn {
    background: #83ffcd;
    color: #062733;
    font-weight: 500; }
    body.electronic-pro #web-banner #container-sign-up .signup-right input.btn:focus {
      background: #062733; }
  body.electronic-pro #web-banner #container-sign-up .signup-right input:focus-visible {
    border: 1px solid #83ffcd; }

body.electronic-pro .box-resource:hover {
  border: 2px solid #83ffcd;
  transition: all 300ms ease; }

body.electronic-pro .box-resource .box-resource-title {
  color: #062733; }

body.electronic-pro .box-resource a {
  background: #062733; }

body.electronic-pro .box-resource .resource-btn a.btn {
  background: #137799; }
  body.electronic-pro .box-resource .resource-btn a.btn:hover {
    background: #062733; }

body.electronic-pro #contact-btn, body.electronic-pro #submit {
  background: #062733; }

body.electronic-pro #sign-up:hover {
  background: #83ffcd;
  border-color: #83ffcd; }

body.electronic-pro #signup-btn a {
  background: #83ffcd;
  color: #062733;
  font-weight: 500; }

body.electronic-pro #features h2 {
  color: #062733 !important;
  -webkit-text-fill-color: #062733 !important; }

body.electronic-pro #bloc-whitepapers {
  display: none; }

body.electronic-pro #header-right-txt {
  width: 100%;
  margin-left: 0;
  text-align: center; }
  body.electronic-pro #header-right-txt .img-responsive {
    max-width: 250px; }
  body.electronic-pro #header-right-txt .main-title-corporate {
    color: white;
    text-transform: lowercase !important;
    width: 100%;
    display: block;
    padding-left: 15px;
    padding-right: 15px; }
    body.electronic-pro #header-right-txt .main-title-corporate span {
      color: #83ffcd; }

body.electronic-pro #ipad .img-responsive {
  display: none; }

body.electronic-pro #clients-carousel .icon {
  font-family: huson-media;
  color: #83ffcd !important;
  font-size: 32px; }

body.electronic-pro .carousel-control {
  text-shadow: none; }

body.electronic-pro #third-section {
  background: #062733; }
  body.electronic-pro #third-section .title-box .link {
    color: #83ffcd; }
  body.electronic-pro #third-section .title-box p {
    color: #ffffff; }

body.electronic-pro .box-technology {
  background: #0d4f66;
  transition: all 0.2s ease-out; }
  body.electronic-pro .box-technology:hover {
    transition: all 0.2s ease-out;
    background: #0d4f66; }
  body.electronic-pro .box-technology a.tag {
    line-height: 2; }
  body.electronic-pro .box-technology .box-technology-txt ul li::before {
    background: #83ffcd; }
  body.electronic-pro .box-technology .box-technology-txt ul li a:hover {
    background: #062733;
    color: #83ffcd; }
  body.electronic-pro .box-technology .box-technology-title-outer h2 a {
    color: #83ffcd; }
    body.electronic-pro .box-technology .box-technology-title-outer h2 a:hover {
      color: white; }

body.electronic-pro #sub-footer {
  background: #062733;
  color: white; }
  body.electronic-pro #sub-footer a {
    color: white; }
    body.electronic-pro #sub-footer a:hover {
      color: #83ffcd; }
  body.electronic-pro #sub-footer #contact-btn:hover {
    background: #83ffcd;
    color: white; }

body.electronic-pro #footer {
  background: #083141 !important; }

body.electronic-pro #contact-btn {
  background: #FF4A00; }
  body.electronic-pro #contact-btn:hover {
    background: #062733;
    color: white !important; }

body.electronic-pro #main-container-first {
  padding-top: 40px; }

body.electronic-pro #details-box {
  background: #062733; }

body.electronic-pro .download-box {
  background: #062733; }
  body.electronic-pro .download-box h2 {
    color: #83ffcd; }
  body.electronic-pro .download-box p {
    color: white; }
    body.electronic-pro .download-box p a {
      color: #83ffcd !important; }

body.electronic-pro .small-box-download a {
  color: #FF4A00; }
  body.electronic-pro .small-box-download a:hover {
    color: #83ffcd; }

body.electronic-pro #submitStep1:hover {
  background: #83ffcd; }

body.electronic-pro #featured-side-img .horizontal-rule {
  width: 200px;
  max-width: 100%;
  border-color: #83ffcd; }

body.electronic-pro .blue-title {
  color: #062733;
  -webkit-text-fill-color: #062733; }

body.electronic-pro .box-topics:hover {
  border-color: #83ffcd; }

body.electronic-pro .box-topics .box-topics-heading {
  background: #062733; }
  body.electronic-pro .box-topics .box-topics-heading:hover a .box-topics-links {
    color: #83ffcd; }
  body.electronic-pro .box-topics .box-topics-heading .icon-topics {
    background: #062733; }

body.electronic-pro .box-topics .tags a.tag {
  background: #edfaff;
  color: #062733; }
  body.electronic-pro .box-topics .tags a.tag:hover {
    color: white;
    background: #062733; }

body.electronic-pro .box-topics .btn-main {
  background: #83ffcd;
  color: #062733;
  font-weight: 500; }

body.electronic-pro .vendor-image-holder .link {
  color: #062733 !important; }

body.electronic-pro .box-black-header {
  background: #062733; }

body.electronic-pro .location-map h3 {
  color: #062733; }

body.electronic-pro .location-map .location-map-container .location-map-address .map-pin {
  filter: brightness(0) saturate(100%) invert(97%) sepia(45%) saturate(1088%) hue-rotate(68deg) brightness(105%) contrast(115%); }

body.electronic-pro .location-map .location-map-container .location-map-address h5 {
  color: #062733; }

body.electronic-pro .regional-links {
  position: absolute;
  right: 0;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100vw;
  background-color: #000000; }
  body.electronic-pro .regional-links a {
    text-align: right;
    color: #f0f0f0;
    font-size: 12px; }
    body.electronic-pro .regional-links a span {
      margin-left: 2px;
      margin-right: 2px;
      opacity: 0.4; }
    body.electronic-pro .regional-links a:hover {
      color: #FF4A00; }
      body.electronic-pro .regional-links a:hover span {
        color: #f0f0f0; }

body.electronic-pro .sign-up-link a {
  color: #83ffcd;
  background: #062733;
  border: 2px solid #83ffcd; }
  body.electronic-pro .sign-up-link a:hover {
    color: #ffffff; }

body.electronic-pro #sister-brands-banner {
  background-color: #062733;
  padding-top: 40px; }
  body.electronic-pro #sister-brands-banner.grey {
    background: #f6f6f6; }
  body.electronic-pro #sister-brands-banner.white {
    background: white; }

body.electronic-pro #sub-footer .footer-list {
  line-height: 2; }
  body.electronic-pro #sub-footer .footer-list h5 {
    color: #83ffcd; }

body.electronic-pro h4 {
  color: #062733; }

body.electronic-pro .second-row-contact .management-container .link-contact {
  color: #0d4f66; }

body.electronic-pro .vendors-title {
  color: #062733; }

body.electronic-pro .atoz a:hover, body.electronic-pro .atoz a.selected {
  border-color: #062733;
  background: #062733;
  color: white; }

body.electronic-pro .vendor-details .content .asset .content .asset-title {
  color: #062733; }

body.electronic-pro .vendor-details .content .asset .content .foot .btn {
  background: #0d4f66; }

body.electronic-pro .vendor-details .content .buttons .col-md-4:nth-of-type(1) .btn, body.electronic-pro .vendor-details .content .buttons .col-md-6:nth-of-type(1) .btn, body.electronic-pro .vendor-details .content .buttons .col-md-12:nth-of-type(1) .btn {
  background: #0d4f66; }

body.electronic-pro .vendor-details .content .buttons .col-md-4:nth-of-type(2) .btn, body.electronic-pro .vendor-details .content .buttons .col-md-6:nth-of-type(2) .btn, body.electronic-pro .vendor-details .content .buttons .col-md-12:nth-of-type(2) .btn {
  background: #83ffcd; }
  body.electronic-pro .vendor-details .content .buttons .col-md-4:nth-of-type(2) .btn .btn-title, body.electronic-pro .vendor-details .content .buttons .col-md-6:nth-of-type(2) .btn .btn-title, body.electronic-pro .vendor-details .content .buttons .col-md-12:nth-of-type(2) .btn .btn-title {
    color: #062733; }
  body.electronic-pro .vendor-details .content .buttons .col-md-4:nth-of-type(2) .btn .btn-link, body.electronic-pro .vendor-details .content .buttons .col-md-6:nth-of-type(2) .btn .btn-link, body.electronic-pro .vendor-details .content .buttons .col-md-12:nth-of-type(2) .btn .btn-link {
    color: #062733; }
    body.electronic-pro .vendor-details .content .buttons .col-md-4:nth-of-type(2) .btn .btn-link img, body.electronic-pro .vendor-details .content .buttons .col-md-6:nth-of-type(2) .btn .btn-link img, body.electronic-pro .vendor-details .content .buttons .col-md-12:nth-of-type(2) .btn .btn-link img {
      filter: brightness(0) saturate(100%) invert(11%) sepia(9%) saturate(6846%) hue-rotate(159deg) brightness(96%) contrast(95%); }
  body.electronic-pro .vendor-details .content .buttons .col-md-4:nth-of-type(2) .btn img, body.electronic-pro .vendor-details .content .buttons .col-md-6:nth-of-type(2) .btn img, body.electronic-pro .vendor-details .content .buttons .col-md-12:nth-of-type(2) .btn img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(9%) saturate(6846%) hue-rotate(159deg) brightness(96%) contrast(95%); }

body.electronic-pro .vendor-details .content .buttons .col-md-4:nth-of-type(3) .btn, body.electronic-pro .vendor-details .content .buttons .col-md-6:nth-of-type(3) .btn, body.electronic-pro .vendor-details .content .buttons .col-md-12:nth-of-type(3) .btn {
  background: #137799; }

body.electronic-pro .box-vendors:hover {
  border: 2px solid #83ffcd; }

body.electronic-pro .more-topics-block {
  background-image: linear-gradient(180deg, #0d4f66, #062733 90%);
  background-color: #062733; }
  body.electronic-pro .more-topics-block .topics-container .topic-link-box {
    background: #0d4f66; }
    body.electronic-pro .more-topics-block .topics-container .topic-link-box:hover {
      background: #062733;
      border-color: #83ffcd; }
    body.electronic-pro .more-topics-block .topics-container .topic-link-box img {
      filter: brightness(0) saturate(100%) invert(97%) sepia(45%) saturate(1088%) hue-rotate(68deg) brightness(105%) contrast(115%); }
  body.electronic-pro .more-topics-block.light {
    background: #f7f7f7; }
    body.electronic-pro .more-topics-block.light .more-topics-title {
      color: #062733; }
    body.electronic-pro .more-topics-block.light .topics-container .topic-link-box {
      background: #edfaff;
      border-color: #83ffcd; }
      body.electronic-pro .more-topics-block.light .topics-container .topic-link-box:after {
        background: #83ffcd; }
      body.electronic-pro .more-topics-block.light .topics-container .topic-link-box .link {
        color: #062733; }
      body.electronic-pro .more-topics-block.light .topics-container .topic-link-box:hover {
        background: #062733; }
        body.electronic-pro .more-topics-block.light .topics-container .topic-link-box:hover .link {
          color: white; }
      body.electronic-pro .more-topics-block.light .topics-container .topic-link-box img {
        filter: brightness(0) saturate(100%) invert(97%) sepia(45%) saturate(1088%) hue-rotate(68deg) brightness(105%) contrast(115%); }

body.electronic-pro .featured-box {
  border-color: #83ffcd; }
  body.electronic-pro .featured-box .featured-box-img-container {
    background: #edfaff; }
  body.electronic-pro .featured-box .btn {
    background: #0d4f66; }

body.electronic-pro .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) {
  border-color: #062733; }
  body.electronic-pro .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) a {
    color: #062733; }
    body.electronic-pro .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) a.red {
      color: white;
      background: #062733; }
  body.electronic-pro .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more):hover a {
    color: white;
    background: #062733; }

body.electronic-pro .pagination ul .arrow-left a {
  color: #062733; }
  body.electronic-pro .pagination ul .arrow-left a.arrow-left-icon {
    filter: invert(14%) sepia(100%) saturate(952%) hue-rotate(179deg) brightness(95%) contrast(105%); }

body.electronic-pro .pagination ul .arrow-left:hover {
  border-color: #062733; }

body.electronic-pro .pagination ul .arrow-right a {
  color: #062733; }
  body.electronic-pro .pagination ul .arrow-right a.arrow-right-icon {
    filter: invert(14%) sepia(100%) saturate(952%) hue-rotate(179deg) brightness(95%) contrast(105%); }

body.electronic-pro .pagination ul .arrow-right:hover {
  border-color: #062733; }

body.electronic-pro .pagination ul .arrow-left-more, body.electronic-pro .pagination ul .arrow-right-more {
  border-color: #062733; }
  body.electronic-pro .pagination ul .arrow-left-more:hover, body.electronic-pro .pagination ul .arrow-right-more:hover {
    background: #062733; }

body.electronic-pro .pagination ul .arrow-left .mobile-previous img, body.electronic-pro .pagination ul .arrow-left .mobile-next img, body.electronic-pro .pagination ul .arrow-right .mobile-previous img, body.electronic-pro .pagination ul .arrow-right .mobile-next img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(28%) saturate(4370%) hue-rotate(186deg) brightness(96%) contrast(103%); }

body.electronic-pro .header-banner {
  background-color: #062733; }
  body.electronic-pro .header-banner.company-details-banner {
    background-color: #062733; }
    body.electronic-pro .header-banner.company-details-banner .header-banner-title {
      color: #062733; }
    body.electronic-pro .header-banner.company-details-banner .header-banner-inner p, body.electronic-pro .header-banner.company-details-banner .header-banner-inner a {
      color: #062733; }
      body.electronic-pro .header-banner.company-details-banner .header-banner-inner p img, body.electronic-pro .header-banner.company-details-banner .header-banner-inner a img {
        filter: brightness(0) saturate(100%) invert(11%) sepia(39%) saturate(876%) hue-rotate(150deg) brightness(105%) contrast(100%); }
    body.electronic-pro .header-banner.company-details-banner .header-banner-intro {
      color: #062733; }
    body.electronic-pro .header-banner.company-details-banner:before {
      display: none; }
  body.electronic-pro .header-banner.tall:before {
    border-bottom: 320px solid #137799;
    opacity: 0.2; }
  body.electronic-pro .header-banner.tall .back-button {
    color: #062733; }
    body.electronic-pro .header-banner.tall .back-button img {
      filter: brightness(0) saturate(100%) invert(12%) sepia(82%) saturate(462%) hue-rotate(150deg) brightness(94%) contrast(100%); }

body.electronic-pro .download-form .btn {
  background: #83ffcd;
  color: #062733; }

body.electronic-pro #details-box .download-box-title {
  color: #83ffcd; }

body.electronic-pro #details-box .download-box-header img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(45%) saturate(1088%) hue-rotate(68deg) brightness(105%) contrast(115%); }

body.electronic-pro .resource-detail-sub-title {
  color: #137799; }
  body.electronic-pro .resource-detail-sub-title a {
    color: #137799; }

body.electronic-pro .resource-detail-title {
  color: #062733; }

body.electronic-pro .box-cisco {
  border: 2px solid #83ffcd; }
  body.electronic-pro .box-cisco .cisco-boxes-title {
    color: #062733; }
  body.electronic-pro .box-cisco .btn-main {
    background: #0d4f66; }

body.electronic-pro .about-logo .globe-circle {
  background: radial-gradient(circle farthest-corner at 50% 50%, #062733, #0d4f66); }
  body.electronic-pro .about-logo .globe-circle .globe-inner {
    background-image: url("../img/Globe-Epro.png"); }

body.electronic-pro .company-details-main-container {
  background: #062733; }
  body.electronic-pro .company-details-main-container .latest-resources-title {
    color: white; }

body.electronic-pro.language-select {
  background: linear-gradient(135deg, #0d4f66 0%, #0d4f66 70%, #137799 70%); }
  body.electronic-pro.language-select h3 {
    color: #83ffcd; }
  body.electronic-pro.language-select .global-domains .domain-group .global-domain .domain-labels a span {
    color: #83ffcd; }

body.electronic-pro .small-asset a.red {
  color: #0d4f66; }

body.electronic-pro .final-download-page-details-box {
  border: 2px solid #83ffcd; }
  body.electronic-pro .final-download-page-details-box .content-col {
    border-right: 1px solid #83ffcd; }
  body.electronic-pro .final-download-page-details-box p, body.electronic-pro .final-download-page-details-box h2, body.electronic-pro .final-download-page-details-box ul li {
    color: #062733; }
  body.electronic-pro .final-download-page-details-box .btn-main-reverse {
    background: #0d4f66; }

body.electronic-pro .kit-details-box {
  border: 2px solid #83ffcd; }
  body.electronic-pro .kit-details-box a {
    color: #062733 !important; }
  body.electronic-pro .kit-details-box .box-icon-download {
    filter: brightness(0) saturate(100%) invert(87%) sepia(9%) saturate(1636%) hue-rotate(96deg) brightness(97%) contrast(114%); }

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.electronic-pro #electronic-pro-header-bg {
    background-image: url("../img/EPro-hero-820px.jpg"); }
  body.electronic-pro .main-nav {
    display: none; }
  body.electronic-pro .nav-mobile {
    max-width: 300px;
    padding: 20px;
    position: absolute;
    right: 15px; }
    body.electronic-pro .nav-mobile li a {
      text-align: right; }
      body.electronic-pro .nav-mobile li a.main-red-bg {
        margin-right: 0;
        text-align: center; }
  body.electronic-pro #container-mobile .menu {
    padding: 23px 30px 17px 30px !important;
    margin-right: 0px; }
  body.electronic-pro #header-right-txt {
    width: 100%;
    text-align: center; }
    body.electronic-pro #header-right-txt .main-title-corporate {
      bottom: -170px; }
  body.electronic-pro .regional-links a {
    font-size: 12px; } }

@media (min-width: 768px) {
  body.electronic-pro .logo a img {
    margin-top: 0px; }
  body.electronic-pro .regional-links {
    transform: none;
    top: 23px;
    right: 0;
    left: unset;
    width: auto;
    margin-right: 190px;
    background-color: transparent; }
  body.electronic-pro .box-technology a.tag {
    line-height: normal; }
  body.electronic-pro #container-mobile .menu {
    top: 50% !important; }
  body.electronic-pro .sign-up-link {
    top: 23px; }
  body.electronic-pro #sub-footer .footer-list {
    line-height: normal; } }

@media (min-width: 992px) {
  body.electronic-pro #electronic-pro-header-bg {
    background-image: url("../img/EPro-hero-1920px.jpg");
    height: 620px;
    background-position: center center; }
  body.electronic-pro #header-right-txt {
    width: 65%;
    text-align: left;
    padding-left: 0;
    position: relative !important;
    left: 0; }
    body.electronic-pro #header-right-txt .img-responsive {
      max-width: 460px; }
    body.electronic-pro #header-right-txt .main-title-corporate {
      display: block !important;
      position: static;
      transform: none;
      padding-left: 0;
      padding-right: 0; }
      body.electronic-pro #header-right-txt .main-title-corporate span {
        font-size: 52px; }
  body.electronic-pro .main-nav {
    display: none; }
  body.electronic-pro .menu {
    transition: all 0.1s ease-out;
    top: 50% !important; }
    body.electronic-pro .menu.clicked-menu {
      background: #083141;
      transition: all 0.1s ease-out; }
      body.electronic-pro .menu.clicked-menu .icon-bar {
        background: white !important; }
  body.electronic-pro #main-container-first {
    padding-top: 50px; }
  body.electronic-pro .horizontal-rule {
    background: #83ffcd;
    position: relative;
    height: 1px;
    width: 100%; }
    body.electronic-pro .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.electronic-pro .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.electronic-pro #container-mobile .img-responsive {
    max-width: 250px !important; }
  body.electronic-pro #container-mobile .menu {
    padding: 20px 30px !important; }
  body.electronic-pro .menu {
    margin-right: 0; }
  body.electronic-pro .nav-mobile {
    right: 0px; }
  body.electronic-pro .regional-links {
    top: 35px;
    margin-right: 250px; }
    body.electronic-pro .regional-links a {
      font-size: 14px; }
      body.electronic-pro .regional-links a span {
        margin-left: 5px;
        margin-right: 5px; }
  body.electronic-pro .sign-up-link {
    top: 35px; }
  body.electronic-pro #sister-brands-banner .sister-brands-inner-container {
    padding-bottom: 20px; }
  body.electronic-pro #sister-brands-banner .logo-container {
    margin-bottom: 0; }
  body.electronic-pro .container-search {
    top: -38px; } }

body.cyber-corporate a:not(.btn):not(.btn-main):not(.topic-container .box-technology .box-technology-txt ul li a):not(body.cyber-corporate .more-topics-block.light .topics-container .topic-link-box .link):not(.topic-link-box a):not(.box-topics .tags a.tag):not(.red):not(.breadcrumbs ul li a):not(.atoz a):not(.footer-list a):not(.more-resources-button):not(.card-button):not(.back-button) {
  color: #0085e8; }

body.cyber-corporate ul li::marker {
  color: #0085e8; }

body.cyber-corporate #cyber-corporate-header-bg {
  background-image: url(../img/csc-hero-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.cyber-corporate #cyber-corporate-header-bg img {
    display: none; }

body.cyber-corporate #header-triangle {
  display: none !important; }

body.cyber-corporate .page-not-found-btn {
  background: #003057; }
  body.cyber-corporate .page-not-found-btn:hover {
    color: #ffb31a !important; }

body.cyber-corporate #contact-box-complete {
  background: #003057; }

body.cyber-corporate .cta-box-container .cta-box:nth-of-type(1) {
  background: #df9500; }

body.cyber-corporate .cta-box-container .cta-box:nth-of-type(2) {
  background: #ffb31a; }

body.cyber-corporate .cta-box-container .cta-box:nth-of-type(3) {
  background: #0085e8; }

body.cyber-corporate .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.cyber-corporate .menu.clicked-menu {
    background: #003057;
    transition: all 0.1s ease-out;
    transition-delay: 0s !important; }
    body.cyber-corporate .menu.clicked-menu .icon-bar {
      background: white !important;
      transition: all 0.1s ease-out; }

body.cyber-corporate .menu-button {
  background: rgba(0, 160, 223, 0.37); }
  body.cyber-corporate .menu-button .icon-bar {
    background: #FF4A00 !important;
    height: 2px !important;
    margin-bottom: 7px !important;
    width: 40px !important; }

body.cyber-corporate .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.cyber-corporate .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.cyber-corporate .nav-mobile li a:hover {
      color: #FF4A00 !important; }
    body.cyber-corporate .nav-mobile li a.main-red-bg {
      background: #FF4A00 !important; }
      body.cyber-corporate .nav-mobile li a.main-red-bg:hover {
        background: #ffb31a !important;
        color: white !important; }

body.cyber-corporate #header .img-responsive {
  display: block;
  width: 200px; }
  body.cyber-corporate #header .img-responsive.img-responsive-other {
    display: block;
    max-width: 60%;
    min-width: 150px; }

body.cyber-corporate #header #header-rectangle {
  display: block;
  position: absolute; }

body.cyber-corporate #header #container-mobile .mobile-menu {
  background: #003057; }

body.cyber-corporate #header ul li .icon-circle {
  background: #ffb31a; }

body.cyber-corporate #header ul li a:hover {
  background: #003057;
  transition: 0.2s ease; }

body.cyber-corporate #container-mobile .img-responsive {
  max-width: 160px !important; }

body.cyber-corporate #container-mobile .menu {
  padding: 23px 0px 17px 0px !important; }

body.cyber-corporate #container-mobile .centered-mobile-logo {
  top: 50% !important; }

body.cyber-corporate a.main-red-bg {
  border-radius: 5px;
  background: #FF4A00 !important;
  max-width: 150px;
  padding-top: 5px;
  padding-bottom: 5px; }
  body.cyber-corporate a.main-red-bg:hover {
    background-color: #003057 !important;
    transition: 0.2s ease;
    color: #ffffff !important; }

body.cyber-corporate .logo a img {
  max-width: 200px !important;
  width: 100%;
  margin-top: 5px;
  min-width: 164px; }

body.cyber-corporate #fourth-row {
  background-color: #003057; }
  body.cyber-corporate #fourth-row h2 {
    color: white;
    -webkit-text-fill-color: white !important; }
  body.cyber-corporate #fourth-row p {
    color: white; }

body.cyber-corporate #fifth-row {
  background-color: #003057; }

body.cyber-corporate .container-search {
  top: -40px; }
  body.cyber-corporate .container-search form input {
    border: 2px solid #ffb31a; }

body.cyber-corporate .search-btn {
  background: #FF4A00; }
  body.cyber-corporate .search-btn:hover {
    background: #ffb31a; }

body.cyber-corporate #first-section h2 {
  color: #003057; }

body.cyber-corporate #contact-btn {
  background: #ffb31a; }
  body.cyber-corporate #contact-btn:hover {
    border-color: #ffb31a; }

body.cyber-corporate #about-btn {
  border-color: #003057; }
  body.cyber-corporate #about-btn:hover {
    background: #ffb31a;
    border-color: #ffb31a; }

body.cyber-corporate #web-banner {
  background-color: white; }
  body.cyber-corporate #web-banner:before {
    filter: none;
    opacity: 0.06; }
  body.cyber-corporate #web-banner #container-sign-up p {
    color: #333; }
  body.cyber-corporate #web-banner.white {
    background-color: white; }
    body.cyber-corporate #web-banner.white:before {
      filter: none; }
    body.cyber-corporate #web-banner.white #container-sign-up #sign-up-txt {
      color: #003057; }
    body.cyber-corporate #web-banner.white #container-sign-up p {
      color: #333; }
  body.cyber-corporate #web-banner .overlay-web-banner {
    background: #003057; }
  body.cyber-corporate #web-banner #container-sign-up #sign-up-txt {
    color: #003057; }
  body.cyber-corporate #web-banner #container-sign-up .signup-right .sign-up-container i {
    color: #ffb31a; }
  body.cyber-corporate #web-banner #container-sign-up .signup-right .sign-up-container img {
    filter: brightness(0) saturate(100%) invert(63%) sepia(97%) saturate(428%) hue-rotate(348deg) brightness(103%) contrast(101%); }
  body.cyber-corporate #web-banner #container-sign-up .signup-right .sign-up-container .enter-email-field ~ .blue-edge {
    background: #ffb31a; }
  body.cyber-corporate #web-banner #container-sign-up .signup-right input.btn {
    background: #003057;
    color: #ffb31a; }
    body.cyber-corporate #web-banner #container-sign-up .signup-right input.btn:focus {
      background: #ffb31a;
      color: #003057; }
  body.cyber-corporate #web-banner #container-sign-up .signup-right input:focus-visible {
    border: 1px solid #ffb31a; }

body.cyber-corporate .box-resource:hover {
  border: 2px solid #ffb31a;
  transition: all 300ms ease; }

body.cyber-corporate .box-resource .box-resource-title {
  color: #003057; }

body.cyber-corporate .box-resource a {
  background: #003057; }

body.cyber-corporate .box-resource .resource-btn a.btn {
  background: #df9500; }
  body.cyber-corporate .box-resource .resource-btn a.btn:hover {
    background: #003057; }

body.cyber-corporate #contact-btn, body.cyber-corporate #submit {
  background: #003057; }

body.cyber-corporate #sign-up:hover {
  background: #ffb31a;
  border-color: #ffb31a; }

body.cyber-corporate #signup-btn a {
  background: #ffb31a; }

body.cyber-corporate #features h2 {
  color: #003057 !important;
  -webkit-text-fill-color: #003057 !important; }

body.cyber-corporate #bloc-whitepapers {
  display: none; }

body.cyber-corporate #header-right-txt {
  padding-left: 0px;
  width: 100%;
  margin-left: 0;
  text-align: center; }
  body.cyber-corporate #header-right-txt .main-title-corporate {
    color: white;
    text-transform: lowercase !important;
    width: 100%;
    display: block;
    padding-left: 15px;
    padding-right: 15px; }
    body.cyber-corporate #header-right-txt .main-title-corporate span {
      color: #ffb31a; }

body.cyber-corporate #ipad .img-responsive {
  display: none; }

body.cyber-corporate #clients-carousel .icon {
  font-family: huson-media;
  color: #ffb31a !important;
  font-size: 32px; }

body.cyber-corporate .carousel-control {
  text-shadow: none; }

body.cyber-corporate #third-section {
  background: #003057; }
  body.cyber-corporate #third-section .title-box .link {
    color: #ffb31a; }
  body.cyber-corporate #third-section .title-box p {
    color: #ffffff; }

body.cyber-corporate .box-technology {
  background: #001f38;
  transition: all 0.2s ease-out; }
  body.cyber-corporate .box-technology:hover {
    transition: all 0.2s ease-out;
    background: #001f38; }
  body.cyber-corporate .box-technology a.tag {
    line-height: 2; }
  body.cyber-corporate .box-technology .box-technology-txt ul li::before {
    background: #ffb31a; }
  body.cyber-corporate .box-technology .box-technology-txt ul li a:hover {
    background: #003057;
    color: #85daff; }
  body.cyber-corporate .box-technology .box-technology-title-outer h2 a {
    color: #ffb31a; }
    body.cyber-corporate .box-technology .box-technology-title-outer h2 a:hover {
      color: white; }

body.cyber-corporate #sub-footer {
  background: #003057;
  color: white; }
  body.cyber-corporate #sub-footer a {
    color: white; }
    body.cyber-corporate #sub-footer a:hover {
      color: #ffb31a; }
  body.cyber-corporate #sub-footer #contact-btn:hover {
    background: #ffb31a;
    color: white; }

body.cyber-corporate #footer {
  background: #003866 !important; }

body.cyber-corporate #contact-btn {
  background: #FF4A00; }
  body.cyber-corporate #contact-btn:hover {
    background: #003057;
    color: white !important; }

body.cyber-corporate #main-container-first {
  padding-top: 40px; }

body.cyber-corporate #details-box {
  background: #003057; }
  body.cyber-corporate #details-box .download-box-header img {
    filter: brightness(0) saturate(100%) invert(82%) sepia(18%) saturate(3761%) hue-rotate(341deg) brightness(99%) contrast(104%); }

body.cyber-corporate .download-box {
  background: #003057; }
  body.cyber-corporate .download-box h2 {
    color: #ffb31a; }
  body.cyber-corporate .download-box p {
    color: white; }
    body.cyber-corporate .download-box p a {
      color: #ffb31a !important; }

body.cyber-corporate .small-box-download a {
  color: #FF4A00; }
  body.cyber-corporate .small-box-download a:hover {
    color: #ffb31a; }

body.cyber-corporate #submitStep1:hover {
  background: #ffb31a; }

body.cyber-corporate #featured-side-img .horizontal-rule {
  width: 200px;
  max-width: 100%;
  border-color: #ffb31a; }

body.cyber-corporate .blue-title {
  color: #003057;
  -webkit-text-fill-color: #003057; }

body.cyber-corporate .box-topics:hover {
  border-color: #ffb31a; }

body.cyber-corporate .box-topics .box-topics-heading {
  background: #003057; }
  body.cyber-corporate .box-topics .box-topics-heading:hover a .box-topics-links {
    color: #ffb31a; }
  body.cyber-corporate .box-topics .box-topics-heading .icon-topics {
    background: #003057; }

body.cyber-corporate .box-topics .tags a.tag {
  background: #fff5e0;
  color: #000; }
  body.cyber-corporate .box-topics .tags a.tag:hover {
    color: white;
    background: #003057; }

body.cyber-corporate .box-topics .btn-main {
  background: #df9500; }

body.cyber-corporate .vendor-image-holder .link {
  color: #003057 !important; }

body.cyber-corporate .box-black-header {
  background: #003057; }

body.cyber-corporate .location-map h3 {
  color: #003057; }

body.cyber-corporate .location-map .location-map-container .location-map-address .map-pin {
  filter: brightness(0) saturate(100%) invert(14%) sepia(28%) saturate(4370%) hue-rotate(186deg) brightness(96%) contrast(103%); }

body.cyber-corporate .location-map .location-map-container .location-map-address h5 {
  color: #003057; }

body.cyber-corporate .regional-links {
  position: absolute;
  right: 0;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100vw;
  background-color: #000000; }
  body.cyber-corporate .regional-links a {
    text-align: right;
    color: #f0f0f0;
    font-size: 12px; }
    body.cyber-corporate .regional-links a span {
      margin-left: 2px;
      margin-right: 2px;
      opacity: 0.4; }
    body.cyber-corporate .regional-links a:hover {
      color: #FF4A00; }
      body.cyber-corporate .regional-links a:hover span {
        color: #f0f0f0; }

body.cyber-corporate .sign-up-link a {
  color: #ffb31a;
  background: #003057;
  border: 2px solid #ffb31a; }
  body.cyber-corporate .sign-up-link a:hover {
    color: #ffffff; }

body.cyber-corporate #sister-brands-banner {
  background-color: #003057;
  padding-top: 40px; }
  body.cyber-corporate #sister-brands-banner.grey {
    background: #f6f6f6; }
  body.cyber-corporate #sister-brands-banner.white {
    background: white; }

body.cyber-corporate #sub-footer .footer-list {
  line-height: 2; }
  body.cyber-corporate #sub-footer .footer-list h5 {
    color: #ffb31a; }

body.cyber-corporate h4 {
  color: #003057; }

body.cyber-corporate .second-row-contact .management-container .link-contact {
  color: #0085e8; }

body.cyber-corporate .vendors-title {
  color: #003057; }

body.cyber-corporate .atoz a:hover, body.cyber-corporate .atoz a.selected {
  border-color: #003057;
  background: #003057;
  color: white; }

body.cyber-corporate .vendor-details .content .asset .content .asset-title {
  color: #003057; }

body.cyber-corporate .vendor-details .content .asset .content .foot .btn {
  background: #df9500; }

body.cyber-corporate .vendor-details .content .buttons .col-md-4:nth-of-type(1) .btn, body.cyber-corporate .vendor-details .content .buttons .col-md-6:nth-of-type(1) .btn, body.cyber-corporate .vendor-details .content .buttons .col-md-12:nth-of-type(1) .btn {
  background: #df9500; }

body.cyber-corporate .vendor-details .content .buttons .col-md-4:nth-of-type(2) .btn, body.cyber-corporate .vendor-details .content .buttons .col-md-6:nth-of-type(2) .btn, body.cyber-corporate .vendor-details .content .buttons .col-md-12:nth-of-type(2) .btn {
  background: #ffb31a; }

body.cyber-corporate .vendor-details .content .buttons .col-md-4:nth-of-type(3) .btn, body.cyber-corporate .vendor-details .content .buttons .col-md-6:nth-of-type(3) .btn, body.cyber-corporate .vendor-details .content .buttons .col-md-12:nth-of-type(3) .btn {
  background: #0085e8; }

body.cyber-corporate .box-vendors .view-more-btn {
  color: #000 !important; }

body.cyber-corporate .box-vendors:hover {
  border: 2px solid #ffb31a; }

body.cyber-corporate .more-topics-block {
  background-image: linear-gradient(180deg, #001f38, #003057 90%);
  background-color: #003057; }
  body.cyber-corporate .more-topics-block .topics-container .topic-link-box {
    background: #df9500; }
    body.cyber-corporate .more-topics-block .topics-container .topic-link-box img {
      filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(7500%) hue-rotate(185deg) brightness(111%) contrast(111%); }
    body.cyber-corporate .more-topics-block .topics-container .topic-link-box:hover {
      background: #004680;
      border-color: #ffb31a; }
  body.cyber-corporate .more-topics-block.light {
    background: #f7f7f7; }
    body.cyber-corporate .more-topics-block.light .more-topics-title {
      color: #003057; }
    body.cyber-corporate .more-topics-block.light .topics-container .topic-link-box {
      background: #edfaff;
      border-color: #df9500; }
      body.cyber-corporate .more-topics-block.light .topics-container .topic-link-box img {
        filter: brightness(0) saturate(100%) invert(82%) sepia(18%) saturate(3761%) hue-rotate(341deg) brightness(99%) contrast(104%); }
      body.cyber-corporate .more-topics-block.light .topics-container .topic-link-box:after {
        background: #ffb31a; }
      body.cyber-corporate .more-topics-block.light .topics-container .topic-link-box .link {
        color: #003057; }
      body.cyber-corporate .more-topics-block.light .topics-container .topic-link-box:hover {
        background: #003057; }
        body.cyber-corporate .more-topics-block.light .topics-container .topic-link-box:hover .link {
          color: white; }

body.cyber-corporate .featured-box {
  border-color: #85daff; }
  body.cyber-corporate .featured-box .featured-box-img-container {
    background: #edfaff; }
  body.cyber-corporate .featured-box .btn {
    background: #003057; }

body.cyber-corporate .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) {
  border-color: #003057; }
  body.cyber-corporate .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) a {
    color: #003057 !important; }
    body.cyber-corporate .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) a.red {
      color: white !important;
      background: #003057; }
  body.cyber-corporate .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more):hover a {
    color: white !important;
    background: #003057; }

body.cyber-corporate .pagination ul .arrow-left a {
  color: #003057 !important; }
  body.cyber-corporate .pagination ul .arrow-left a.arrow-left-icon {
    filter: invert(14%) sepia(100%) saturate(952%) hue-rotate(179deg) brightness(95%) contrast(105%); }

body.cyber-corporate .pagination ul .arrow-left:hover {
  border-color: #003057; }

body.cyber-corporate .pagination ul .arrow-right a {
  color: #003057 !important; }
  body.cyber-corporate .pagination ul .arrow-right a.arrow-right-icon {
    filter: invert(14%) sepia(100%) saturate(952%) hue-rotate(179deg) brightness(95%) contrast(105%); }

body.cyber-corporate .pagination ul .arrow-right:hover {
  border-color: #003057; }

body.cyber-corporate .pagination ul .arrow-left-more, body.cyber-corporate .pagination ul .arrow-right-more {
  border-color: #003057; }
  body.cyber-corporate .pagination ul .arrow-left-more:hover, body.cyber-corporate .pagination ul .arrow-right-more:hover {
    background: #003057; }

body.cyber-corporate .pagination ul .arrow-left .mobile-previous img, body.cyber-corporate .pagination ul .arrow-left .mobile-next img, body.cyber-corporate .pagination ul .arrow-right .mobile-previous img, body.cyber-corporate .pagination ul .arrow-right .mobile-next img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(28%) saturate(4370%) hue-rotate(186deg) brightness(96%) contrast(103%); }

body.cyber-corporate .header-banner {
  background-color: #003057; }
  body.cyber-corporate .header-banner.latest-whitepapers-header {
    background-image: url("../img/ITC-Whitepapers-hero-480px.jpg"); }
  body.cyber-corporate .header-banner.topics-header {
    /*background-image: url('/img/ITC-Topics-hero-480px.jpg');*/
    /*background-image: linear-gradient(180deg, rgba(0, 48, 87, 0.7), rgba(0, 48, 87, 0.7)), url("/img/ITC-Topics-hero-480px.jpg");*/
    background-image: linear-gradient(180deg, rgba(0, 48, 87, 0.7), rgba(0, 48, 87, 0.7)), url("../img/Topics-hero-480px.jpg"); }
  body.cyber-corporate .header-banner.company-details-banner {
    background-color: #003057; }
    body.cyber-corporate .header-banner.company-details-banner .header-banner-title {
      color: #003057; }
    body.cyber-corporate .header-banner.company-details-banner .header-banner-inner p, body.cyber-corporate .header-banner.company-details-banner .header-banner-inner a {
      color: #003057; }
      body.cyber-corporate .header-banner.company-details-banner .header-banner-inner p img, body.cyber-corporate .header-banner.company-details-banner .header-banner-inner a img {
        filter: brightness(0) saturate(100%) invert(13%) sepia(87%) saturate(1659%) hue-rotate(186deg) brightness(90%) contrast(103%); }
    body.cyber-corporate .header-banner.company-details-banner .header-banner-intro {
      color: #003057; }
    body.cyber-corporate .header-banner.company-details-banner:before {
      display: none; }
  body.cyber-corporate .header-banner.tall:before {
    border-bottom: 320px solid #0085e8;
    opacity: 0.2; }
  body.cyber-corporate .header-banner.tall .back-button {
    color: #003057; }
    body.cyber-corporate .header-banner.tall .back-button img {
      filter: brightness(0) saturate(100%) invert(14%) sepia(85%) saturate(1223%) hue-rotate(181deg) brightness(95%) contrast(104%); }

body.cyber-corporate .download-form .btn {
  background: #ffb31a;
  color: #003057; }

body.cyber-corporate #details-box .download-box-title {
  color: #ffb31a; }

body.cyber-corporate .resource-detail-sub-title {
  color: #ffb31a; }
  body.cyber-corporate .resource-detail-sub-title a {
    color: #ffb31a; }

body.cyber-corporate .resource-detail-title {
  color: #003057; }

body.cyber-corporate .box-cisco {
  border: 2px solid #ffb31a; }
  body.cyber-corporate .box-cisco .cisco-boxes-title {
    color: #003057; }
  body.cyber-corporate .box-cisco .btn-main {
    background: #df9500; }

body.cyber-corporate .about-logo .globe-circle {
  background: radial-gradient(circle farthest-corner at 50% 50%, #003057, #001f38); }
  body.cyber-corporate .about-logo .globe-circle .globe-inner {
    background: none;
    /*background: url("/img/Globe-yellow.png");
                    opacity: 0.7;*/
    position: relative; }
    body.cyber-corporate .about-logo .globe-circle .globe-inner:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: url("../img/Globe-yellow.png");
      opacity: 0.7;
      background-size: cover; }

body.cyber-corporate .company-details-main-container {
  background: #003057; }
  body.cyber-corporate .company-details-main-container .latest-resources-title {
    color: white; }

body.cyber-corporate.language-select {
  background: linear-gradient(135deg, #003057 0%, #005499 70%, #005a9c 70%); }
  body.cyber-corporate.language-select h3 {
    color: #85daff; }
  body.cyber-corporate.language-select .global-domains .domain-group .global-domain .domain-labels a span {
    color: #85daff; }

body.cyber-corporate .small-asset a.red {
  color: #df9500; }

body.cyber-corporate .final-download-page-details-box {
  border: 2px solid #ffb31a; }
  body.cyber-corporate .final-download-page-details-box .content-col {
    border-right: 1px solid #ffb31a; }
  body.cyber-corporate .final-download-page-details-box p, body.cyber-corporate .final-download-page-details-box h2, body.cyber-corporate .final-download-page-details-box ul li {
    color: #003057; }
  body.cyber-corporate .final-download-page-details-box .btn-main-reverse {
    background: #df9500; }

body.cyber-corporate .kit-details-box {
  border: 2px solid #ffb31a; }
  body.cyber-corporate .kit-details-box a {
    color: #003057 !important; }
  body.cyber-corporate .kit-details-box .box-icon-download {
    filter: brightness(0) saturate(100%) invert(68%) sepia(98%) saturate(5377%) hue-rotate(169deg) brightness(100%) contrast(103%); }

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.cyber-corporate #cyber-corporate-header-bg {
    background-image: url("../img/csc-hero-tablet.jpg"); }
  body.cyber-corporate .main-nav {
    display: none; }
  body.cyber-corporate .nav-mobile {
    max-width: 300px;
    padding: 20px;
    position: absolute;
    right: 15px; }
    body.cyber-corporate .nav-mobile li a {
      text-align: right; }
      body.cyber-corporate .nav-mobile li a.main-red-bg {
        margin-right: 0;
        text-align: center; }
  body.cyber-corporate #container-mobile .menu {
    padding: 23px 30px 17px 30px !important;
    margin-right: 0px; }
  body.cyber-corporate #header-right-txt {
    width: 100%;
    text-align: center; }
    body.cyber-corporate #header-right-txt .main-title-corporate {
      bottom: -170px; }
  body.cyber-corporate .regional-links a {
    font-size: 12px; } }

@media (min-width: 768px) {
  body.cyber-corporate .header-banner.latest-whitepapers-header {
    background-image: url("../img/ITC-Whitepapers-hero-960px.jpg"); }
  body.cyber-corporate .header-banner.topics-header {
    /*background-image: url('/img/ITC-Topics-hero-960px.jpg');*/
    background-image: linear-gradient(180deg, rgba(0, 48, 87, 0.7), rgba(0, 48, 87, 0.7)), url("../img/Topics-hero-960px.jpg"); }
  body.cyber-corporate .logo a img {
    margin-top: 0px; }
  body.cyber-corporate .regional-links {
    transform: none;
    top: 23px;
    right: 0;
    left: unset;
    width: auto;
    margin-right: 190px;
    background-color: transparent; }
  body.cyber-corporate .box-technology a.tag {
    line-height: normal; }
  body.cyber-corporate #container-mobile .menu {
    top: 50% !important; }
  body.cyber-corporate .sign-up-link {
    top: 23px; }
  body.cyber-corporate #sub-footer .footer-list {
    line-height: normal; } }

@media (min-width: 992px) {
  body.cyber-corporate #cyber-corporate-header-bg {
    background-image: url("../img/csc-hero-desktop.jpg");
    height: 620px;
    background-position: center -16px; }
  body.cyber-corporate #header #container-header ul li.split-lang-select .active {
    color: #ffb31a; }
  body.cyber-corporate #header-right-txt {
    width: 65%;
    text-align: left;
    padding-left: 0;
    position: relative !important;
    left: 0; }
    body.cyber-corporate #header-right-txt .img-responsive {
      display: block;
      max-width: 515px;
      height: 110px;
      max-height: 110px; }
    body.cyber-corporate #header-right-txt .main-title-corporate {
      display: block !important;
      position: static;
      transform: none;
      padding-left: 0;
      padding-right: 0; }
      body.cyber-corporate #header-right-txt .main-title-corporate span {
        font-size: 52px; }
  body.cyber-corporate .main-nav {
    display: none; }
  body.cyber-corporate .menu {
    transition: all 0.1s ease-out;
    top: 50% !important; }
    body.cyber-corporate .menu.clicked-menu {
      background: #003866;
      transition: all 0.1s ease-out; }
      body.cyber-corporate .menu.clicked-menu .icon-bar {
        background: white !important; }
  body.cyber-corporate #main-container-first {
    padding-top: 50px; }
  body.cyber-corporate .horizontal-rule {
    background: #ffb31a;
    position: relative;
    height: 1px;
    width: 100%; }
    body.cyber-corporate .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.cyber-corporate .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.cyber-corporate #container-mobile .img-responsive {
    max-width: 250px !important; }
  body.cyber-corporate #container-mobile .menu {
    padding: 20px 30px !important; }
  body.cyber-corporate .menu {
    margin-right: 0; }
  body.cyber-corporate .nav-mobile {
    right: 0px; }
  body.cyber-corporate .regional-links {
    top: 35px;
    margin-right: 250px; }
    body.cyber-corporate .regional-links a {
      font-size: 14px; }
      body.cyber-corporate .regional-links a span {
        margin-left: 5px;
        margin-right: 5px; }
  body.cyber-corporate .sign-up-link {
    top: 35px; }
  body.cyber-corporate #sister-brands-banner .sister-brands-inner-container {
    padding-bottom: 20px; }
  body.cyber-corporate #sister-brands-banner .logo-container {
    margin-bottom: 0; }
  body.cyber-corporate .container-search {
    top: -38px; } }

@media (min-width: 1200px) {
  body.cyber-corporate .header-banner.latest-whitepapers-header {
    background-image: url("../img/ITC-Whitepapers-hero-1920px.jpg"); }
  body.cyber-corporate .header-banner.topics-header {
    background-image: url("../img/ITC-Topics-hero-1920px.jpg");
    background-image: linear-gradient(180deg, rgba(0, 48, 87, 0.7), rgba(0, 48, 87, 0.7)), url(../img/Topics-hero-1920px.jpg); } }

body.it-corporate a:not(.btn):not(.btn-main):not(.topic-container .box-technology .box-technology-txt ul li a):not(body.it-corporate .more-topics-block.light .topics-container .topic-link-box .link):not(.topic-link-box a):not(.box-topics .tags a.tag):not(.red):not(.breadcrumbs ul li a):not(.atoz a):not(.footer-list a):not(.more-resources-button):not(.card-button):not(.back-button) {
  color: #0085e8; }

body.it-corporate ul li::marker {
  color: #0085e8; }

body.it-corporate #it-corporate-header-bg {
  background-image: url(../img/ITC-hero-390px.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.it-corporate #it-corporate-header-bg img {
    display: none; }

body.it-corporate #header-triangle {
  display: none !important; }

body.it-corporate .page-not-found-btn {
  background: #003057; }
  body.it-corporate .page-not-found-btn:hover {
    color: #00a0df !important; }

body.it-corporate #contact-box-complete {
  background: #003057; }

body.it-corporate .cta-box-container .cta-box:nth-of-type(1) {
  background: #005499; }

body.it-corporate .cta-box-container .cta-box:nth-of-type(2) {
  background: #00a0df; }

body.it-corporate .cta-box-container .cta-box:nth-of-type(3) {
  background: #0085e8; }

body.it-corporate .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.it-corporate .menu.clicked-menu {
    background: #003057;
    transition: all 0.1s ease-out;
    transition-delay: 0s !important; }
    body.it-corporate .menu.clicked-menu .icon-bar {
      background: white !important;
      transition: all 0.1s ease-out; }

body.it-corporate .menu-button {
  background: rgba(0, 160, 223, 0.37); }
  body.it-corporate .menu-button .icon-bar {
    background: #FF4A00 !important;
    height: 2px !important;
    margin-bottom: 7px !important;
    width: 40px !important; }

body.it-corporate .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.it-corporate .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.it-corporate .nav-mobile li a:hover {
      color: #FF4A00 !important; }
    body.it-corporate .nav-mobile li a.main-red-bg {
      background: #FF4A00 !important; }
      body.it-corporate .nav-mobile li a.main-red-bg:hover {
        background: #00a0df !important;
        color: white !important; }

body.it-corporate #header .img-responsive {
  display: block;
  width: 170px; }
  body.it-corporate #header .img-responsive.img-responsive-other {
    display: block;
    max-width: 60%; }

body.it-corporate #header #header-rectangle {
  display: block;
  position: absolute; }

body.it-corporate #header #container-mobile .mobile-menu {
  background: #003057; }

body.it-corporate #header ul li .icon-circle {
  background: #00a0df; }

body.it-corporate #header ul li a:hover {
  background: #003057;
  transition: 0.2s ease; }

body.it-corporate #container-mobile .img-responsive {
  max-width: 160px !important; }

body.it-corporate #container-mobile .menu {
  padding: 23px 0px 17px 0px !important; }

body.it-corporate #container-mobile .centered-mobile-logo {
  top: 50% !important; }

body.it-corporate a.main-red-bg {
  border-radius: 5px;
  background: #FF4A00 !important;
  max-width: 150px;
  padding-top: 5px;
  padding-bottom: 5px; }
  body.it-corporate a.main-red-bg:hover {
    background-color: #003057 !important;
    transition: 0.2s ease;
    color: #ffffff !important; }

body.it-corporate .logo a img {
  max-width: 170px !important;
  width: 100%;
  margin-top: 5px; }

body.it-corporate #fourth-row {
  background-color: #003057; }
  body.it-corporate #fourth-row h2 {
    color: #00a0df;
    -webkit-text-fill-color: #00a0df !important; }
  body.it-corporate #fourth-row p {
    color: white; }

body.it-corporate #fifth-row {
  background-color: #003057; }

body.it-corporate .container-search {
  top: -40px; }
  body.it-corporate .container-search form input {
    border: 2px solid #00a0df; }

body.it-corporate .search-btn {
  background: #FF4A00; }
  body.it-corporate .search-btn:hover {
    background: #00a0df; }

body.it-corporate #first-section h2 {
  color: #003057; }

body.it-corporate #contact-btn {
  background: #00a0df; }
  body.it-corporate #contact-btn:hover {
    border-color: #00a0df; }

body.it-corporate #about-btn {
  border-color: #003057; }
  body.it-corporate #about-btn:hover {
    background: #00a0df;
    border-color: #00a0df; }

body.it-corporate #web-banner {
  background-color: #005499; }
  body.it-corporate #web-banner.white {
    background-color: white; }
    body.it-corporate #web-banner.white:before {
      filter: none; }
    body.it-corporate #web-banner.white #container-sign-up #sign-up-txt {
      color: #003057; }
    body.it-corporate #web-banner.white #container-sign-up p {
      color: #333; }
  body.it-corporate #web-banner .overlay-web-banner {
    background: #003057; }
  body.it-corporate #web-banner #container-sign-up #sign-up-txt {
    color: #00a0df; }
  body.it-corporate #web-banner #container-sign-up .signup-right .sign-up-container i {
    color: #00a0df; }
  body.it-corporate #web-banner #container-sign-up .signup-right .sign-up-container .enter-email-field ~ .blue-edge {
    background: #00a0df; }
  body.it-corporate #web-banner #container-sign-up .signup-right input.btn {
    background: #00a0df; }
    body.it-corporate #web-banner #container-sign-up .signup-right input.btn:focus {
      background: #003057; }
  body.it-corporate #web-banner #container-sign-up .signup-right input:focus-visible {
    border: 1px solid #00a0df; }

body.it-corporate .box-resource:hover {
  border: 2px solid #00a0df;
  transition: all 300ms ease; }

body.it-corporate .box-resource .box-resource-title {
  color: #003057; }

body.it-corporate .box-resource a {
  background: #003057; }

body.it-corporate .box-resource .resource-btn a.btn {
  background: #005499; }
  body.it-corporate .box-resource .resource-btn a.btn:hover {
    background: #003057; }

body.it-corporate #contact-btn, body.it-corporate #submit {
  background: #003057; }

body.it-corporate #sign-up:hover {
  background: #00a0df;
  border-color: #00a0df; }

body.it-corporate #signup-btn a {
  background: #00a0df; }

body.it-corporate #features h2 {
  color: #003057 !important;
  -webkit-text-fill-color: #003057 !important; }

body.it-corporate #bloc-whitepapers {
  display: none; }

body.it-corporate #header-right-txt {
  padding-left: 0px;
  width: 100%;
  margin-left: 0;
  text-align: center; }
  body.it-corporate #header-right-txt .main-title-corporate {
    color: white;
    text-transform: lowercase !important;
    width: 100%;
    display: block;
    padding-left: 15px;
    padding-right: 15px; }
    body.it-corporate #header-right-txt .main-title-corporate span {
      color: #00a0df; }

body.it-corporate #ipad .img-responsive {
  display: none; }

body.it-corporate #clients-carousel .icon {
  font-family: huson-media;
  color: #00a0df !important;
  font-size: 32px; }

body.it-corporate .carousel-control {
  text-shadow: none; }

body.it-corporate #third-section {
  background: #003057; }
  body.it-corporate #third-section .title-box .link {
    color: #00a0df; }
  body.it-corporate #third-section .title-box p {
    color: #ffffff; }

body.it-corporate .box-technology {
  background: #005499;
  transition: all 0.2s ease-out; }
  body.it-corporate .box-technology:hover {
    transition: all 0.2s ease-out;
    background: #005499; }
  body.it-corporate .box-technology a.tag {
    line-height: 2; }
  body.it-corporate .box-technology .box-technology-txt ul li::before {
    background: #00a0df; }
  body.it-corporate .box-technology .box-technology-txt ul li a:hover {
    background: #003057;
    color: #85daff; }
  body.it-corporate .box-technology .box-technology-title-outer h2 a {
    color: #00a0df; }
    body.it-corporate .box-technology .box-technology-title-outer h2 a:hover {
      color: white; }

body.it-corporate #sub-footer {
  background: #003057;
  color: white; }
  body.it-corporate #sub-footer a {
    color: white; }
    body.it-corporate #sub-footer a:hover {
      color: #00a0df; }
  body.it-corporate #sub-footer #contact-btn:hover {
    background: #00a0df;
    color: white; }

body.it-corporate #footer {
  background: #003866 !important; }

body.it-corporate #contact-btn {
  background: #FF4A00; }
  body.it-corporate #contact-btn:hover {
    background: #003057;
    color: white !important; }

body.it-corporate #main-container-first {
  padding-top: 40px; }

body.it-corporate #details-box {
  background: #003057; }
  body.it-corporate #details-box .download-box-header img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(85%) saturate(2993%) hue-rotate(168deg) brightness(99%) contrast(101%); }

body.it-corporate .download-box {
  background: #003057; }
  body.it-corporate .download-box h2 {
    color: #00a0df; }
  body.it-corporate .download-box p {
    color: white; }
    body.it-corporate .download-box p a {
      color: #00a0df !important; }

body.it-corporate .small-box-download a {
  color: #FF4A00; }
  body.it-corporate .small-box-download a:hover {
    color: #00a0df; }

body.it-corporate #submitStep1:hover {
  background: #00a0df; }

body.it-corporate #featured-side-img .horizontal-rule {
  width: 200px;
  max-width: 100%;
  border-color: #00a0df; }

body.it-corporate .blue-title {
  color: #003057;
  -webkit-text-fill-color: #003057; }

body.it-corporate .box-topics:hover {
  border-color: #00a0df; }

body.it-corporate .box-topics .box-topics-heading {
  background: #003057; }
  body.it-corporate .box-topics .box-topics-heading:hover a .box-topics-links {
    color: #00a0df; }
  body.it-corporate .box-topics .box-topics-heading .icon-topics {
    background: #003057; }

body.it-corporate .box-topics .tags a.tag {
  background: #edfaff;
  color: #003057; }
  body.it-corporate .box-topics .tags a.tag:hover {
    color: white;
    background: #003057; }

body.it-corporate .box-topics .btn-main {
  background: #00a0df; }

body.it-corporate .vendor-image-holder .link {
  color: #003057 !important; }

body.it-corporate .box-black-header {
  background: #003057; }

body.it-corporate .location-map h3 {
  color: #003057; }

body.it-corporate .location-map .location-map-container .location-map-address .map-pin {
  filter: brightness(0) saturate(100%) invert(14%) sepia(28%) saturate(4370%) hue-rotate(186deg) brightness(96%) contrast(103%); }

body.it-corporate .location-map .location-map-container .location-map-address h5 {
  color: #003057; }

body.it-corporate .regional-links {
  position: absolute;
  right: 0;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100vw;
  background-color: #000000; }
  body.it-corporate .regional-links a {
    text-align: right;
    color: #f0f0f0;
    font-size: 12px; }
    body.it-corporate .regional-links a span {
      margin-left: 2px;
      margin-right: 2px;
      opacity: 0.4; }
    body.it-corporate .regional-links a:hover {
      color: #FF4A00; }
      body.it-corporate .regional-links a:hover span {
        color: #f0f0f0; }

body.it-corporate .sign-up-link a {
  color: #00a0df;
  background: #003057;
  border: 2px solid #00a0df; }
  body.it-corporate .sign-up-link a:hover {
    color: #ffffff; }

body.it-corporate #sister-brands-banner {
  background-color: #003057;
  padding-top: 40px; }
  body.it-corporate #sister-brands-banner.grey {
    background: #f6f6f6; }
  body.it-corporate #sister-brands-banner.white {
    background: white; }

body.it-corporate #sub-footer .footer-list {
  line-height: 2; }
  body.it-corporate #sub-footer .footer-list h5 {
    color: #00a0df; }

body.it-corporate h4 {
  color: #003057; }

body.it-corporate .second-row-contact .management-container .link-contact {
  color: #0085e8; }

body.it-corporate .vendors-title {
  color: #003057; }

body.it-corporate .atoz a:hover, body.it-corporate .atoz a.selected {
  border-color: #003057;
  background: #003057;
  color: white; }

body.it-corporate .vendor-details .content .asset .content .asset-title {
  color: #003057; }

body.it-corporate .vendor-details .content .asset .content .foot .btn {
  background: #005499; }

body.it-corporate .vendor-details .content .buttons .col-md-4:nth-of-type(1) .btn, body.it-corporate .vendor-details .content .buttons .col-md-6:nth-of-type(1) .btn, body.it-corporate .vendor-details .content .buttons .col-md-12:nth-of-type(1) .btn {
  background: #005499; }

body.it-corporate .vendor-details .content .buttons .col-md-4:nth-of-type(2) .btn, body.it-corporate .vendor-details .content .buttons .col-md-6:nth-of-type(2) .btn, body.it-corporate .vendor-details .content .buttons .col-md-12:nth-of-type(2) .btn {
  background: #00a0df; }

body.it-corporate .vendor-details .content .buttons .col-md-4:nth-of-type(3) .btn, body.it-corporate .vendor-details .content .buttons .col-md-6:nth-of-type(3) .btn, body.it-corporate .vendor-details .content .buttons .col-md-12:nth-of-type(3) .btn {
  background: #0085e8; }

body.it-corporate .box-vendors:hover {
  border: 2px solid #00a0df; }

body.it-corporate .more-topics-block {
  background-image: linear-gradient(180deg, #005499, #003057 90%);
  background-color: #003057; }
  body.it-corporate .more-topics-block .topics-container .topic-link-box {
    background: #005499; }
    body.it-corporate .more-topics-block .topics-container .topic-link-box:hover {
      background: #004680;
      border-color: #00a0df; }
  body.it-corporate .more-topics-block.light {
    background: #f7f7f7; }
    body.it-corporate .more-topics-block.light .more-topics-title {
      color: #003057; }
    body.it-corporate .more-topics-block.light .topics-container .topic-link-box {
      background: #edfaff;
      border-color: #85daff; }
      body.it-corporate .more-topics-block.light .topics-container .topic-link-box:after {
        background: #00a0df; }
      body.it-corporate .more-topics-block.light .topics-container .topic-link-box .link {
        color: #003057; }
      body.it-corporate .more-topics-block.light .topics-container .topic-link-box:hover {
        background: #003057; }
        body.it-corporate .more-topics-block.light .topics-container .topic-link-box:hover .link {
          color: white; }

body.it-corporate .featured-box {
  border-color: #00a0df; }
  body.it-corporate .featured-box .featured-box-img-container {
    background: #edfaff; }
  body.it-corporate .featured-box .btn {
    background: #005499; }

body.it-corporate .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) {
  border-color: #003057; }
  body.it-corporate .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) a {
    color: #003057; }
    body.it-corporate .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) a.red {
      color: white;
      background: #003057; }
  body.it-corporate .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more):hover a {
    color: white;
    background: #003057; }

body.it-corporate .pagination ul .arrow-left a {
  color: #003057; }
  body.it-corporate .pagination ul .arrow-left a.arrow-left-icon {
    filter: invert(14%) sepia(100%) saturate(952%) hue-rotate(179deg) brightness(95%) contrast(105%); }

body.it-corporate .pagination ul .arrow-left:hover {
  border-color: #003057; }

body.it-corporate .pagination ul .arrow-right a {
  color: #003057; }
  body.it-corporate .pagination ul .arrow-right a.arrow-right-icon {
    filter: invert(14%) sepia(100%) saturate(952%) hue-rotate(179deg) brightness(95%) contrast(105%); }

body.it-corporate .pagination ul .arrow-right:hover {
  border-color: #003057; }

body.it-corporate .pagination ul .arrow-left-more, body.it-corporate .pagination ul .arrow-right-more {
  border-color: #003057; }
  body.it-corporate .pagination ul .arrow-left-more:hover, body.it-corporate .pagination ul .arrow-right-more:hover {
    background: #003057; }

body.it-corporate .pagination ul .arrow-left .mobile-previous img, body.it-corporate .pagination ul .arrow-left .mobile-next img, body.it-corporate .pagination ul .arrow-right .mobile-previous img, body.it-corporate .pagination ul .arrow-right .mobile-next img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(28%) saturate(4370%) hue-rotate(186deg) brightness(96%) contrast(103%); }

body.it-corporate .header-banner {
  background-color: #003057; }
  body.it-corporate .header-banner.latest-whitepapers-header {
    background-image: url("../img/ITC-Whitepapers-hero-480px.jpg"); }
  body.it-corporate .header-banner.topics-header {
    background-image: url("../img/ITC-Topics-hero-480px.jpg"); }
  body.it-corporate .header-banner.company-details-banner {
    background-color: #003057; }
    body.it-corporate .header-banner.company-details-banner .header-banner-title {
      color: #003057; }
    body.it-corporate .header-banner.company-details-banner .header-banner-inner p, body.it-corporate .header-banner.company-details-banner .header-banner-inner a {
      color: #003057; }
      body.it-corporate .header-banner.company-details-banner .header-banner-inner p img, body.it-corporate .header-banner.company-details-banner .header-banner-inner a img {
        filter: brightness(0) saturate(100%) invert(13%) sepia(87%) saturate(1659%) hue-rotate(186deg) brightness(90%) contrast(103%); }
    body.it-corporate .header-banner.company-details-banner .header-banner-intro {
      color: #003057; }
    body.it-corporate .header-banner.company-details-banner:before {
      display: none; }
  body.it-corporate .header-banner.tall:before {
    border-bottom: 320px solid #0085e8;
    opacity: 0.2; }
  body.it-corporate .header-banner.tall .back-button {
    color: #003057; }
    body.it-corporate .header-banner.tall .back-button img {
      filter: brightness(0) saturate(100%) invert(14%) sepia(85%) saturate(1223%) hue-rotate(181deg) brightness(95%) contrast(104%); }

body.it-corporate .download-form .btn {
  background: #00a0df;
  color: #003057; }

body.it-corporate #details-box .download-box-title {
  color: #00a0df; }

body.it-corporate .resource-detail-sub-title {
  color: #00a0df; }
  body.it-corporate .resource-detail-sub-title a {
    color: #00a0df; }

body.it-corporate .resource-detail-title {
  color: #003057; }

body.it-corporate .box-cisco {
  border: 2px solid #00a0df; }
  body.it-corporate .box-cisco .cisco-boxes-title {
    color: #003057; }
  body.it-corporate .box-cisco .btn-main {
    background: #005499; }

body.it-corporate .about-logo .globe-circle {
  background: radial-gradient(circle farthest-corner at 50% 50%, #003057, #005499); }
  body.it-corporate .about-logo .globe-circle .globe-inner {
    background: url("../img/Globe-blue-2.png"); }

body.it-corporate .company-details-main-container {
  background: #003057; }
  body.it-corporate .company-details-main-container .latest-resources-title {
    color: white; }

body.it-corporate.language-select {
  background: linear-gradient(135deg, #003057 0%, #005499 70%, #005a9c 70%); }
  body.it-corporate.language-select h3 {
    color: #85daff; }
  body.it-corporate.language-select .global-domains .domain-group .global-domain .domain-labels a span {
    color: #85daff; }

body.it-corporate .small-asset a.red {
  color: #005499; }

body.it-corporate .final-download-page-details-box {
  border: 2px solid #00a0df; }
  body.it-corporate .final-download-page-details-box .content-col {
    border-right: 1px solid #00a0df; }
  body.it-corporate .final-download-page-details-box p, body.it-corporate .final-download-page-details-box h2, body.it-corporate .final-download-page-details-box ul li {
    color: #003057; }
  body.it-corporate .final-download-page-details-box .btn-main-reverse {
    background: #005499; }

body.it-corporate .kit-details-box {
  border: 2px solid #00a0df; }
  body.it-corporate .kit-details-box a {
    color: #003057 !important; }
  body.it-corporate .kit-details-box .box-icon-download {
    filter: brightness(0) saturate(100%) invert(68%) sepia(98%) saturate(5377%) hue-rotate(169deg) brightness(100%) contrast(103%); }

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.it-corporate #it-corporate-header-bg {
    background-image: url("../img/ITC-hero-820px.jpg"); }
  body.it-corporate .main-nav {
    display: none; }
  body.it-corporate .nav-mobile {
    max-width: 300px;
    padding: 20px;
    position: absolute;
    right: 15px; }
    body.it-corporate .nav-mobile li a {
      text-align: right; }
      body.it-corporate .nav-mobile li a.main-red-bg {
        margin-right: 0;
        text-align: center; }
  body.it-corporate #container-mobile .menu {
    padding: 23px 30px 17px 30px !important;
    margin-right: 0px; }
  body.it-corporate #header-right-txt {
    width: 100%;
    text-align: center; }
    body.it-corporate #header-right-txt .main-title-corporate {
      bottom: -170px; }
  body.it-corporate .regional-links a {
    font-size: 12px; } }

@media (min-width: 768px) {
  body.it-corporate .header-banner.latest-whitepapers-header {
    background-image: url("../img/ITC-Whitepapers-hero-960px.jpg"); }
  body.it-corporate .header-banner.topics-header {
    background-image: url("../img/ITC-Topics-hero-960px.jpg"); }
  body.it-corporate .logo a img {
    margin-top: 0px; }
  body.it-corporate .regional-links {
    transform: none;
    top: 23px;
    right: 0;
    left: unset;
    width: auto;
    margin-right: 190px;
    background-color: transparent; }
  body.it-corporate .box-technology a.tag {
    line-height: normal; }
  body.it-corporate #container-mobile .menu {
    top: 50% !important; }
  body.it-corporate .sign-up-link {
    top: 23px; }
  body.it-corporate #sub-footer .footer-list {
    line-height: normal; } }

@media (min-width: 992px) {
  body.it-corporate #it-corporate-header-bg {
    background-image: url("../img/ITC-hero-9a.jpg");
    height: 620px;
    background-position: center -16px; }
  body.it-corporate #header #container-header ul li.split-lang-select .active {
    color: #00a0df; }
  body.it-corporate #header-right-txt {
    width: 65%;
    text-align: left;
    padding-left: 0;
    position: relative !important;
    left: 0; }
    body.it-corporate #header-right-txt .img-responsive {
      display: block;
      max-width: 460px; }
    body.it-corporate #header-right-txt .main-title-corporate {
      display: block !important;
      position: static;
      transform: none;
      padding-left: 0;
      padding-right: 0; }
      body.it-corporate #header-right-txt .main-title-corporate span {
        font-size: 52px; }
  body.it-corporate .main-nav {
    display: none; }
  body.it-corporate .menu {
    transition: all 0.1s ease-out;
    top: 50% !important; }
    body.it-corporate .menu.clicked-menu {
      background: #003866;
      transition: all 0.1s ease-out; }
      body.it-corporate .menu.clicked-menu .icon-bar {
        background: white !important; }
  body.it-corporate #main-container-first {
    padding-top: 50px; }
  body.it-corporate .horizontal-rule {
    background: #00a0df;
    position: relative;
    height: 1px;
    width: 100%; }
    body.it-corporate .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.it-corporate .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.it-corporate #container-mobile .img-responsive {
    max-width: 250px !important; }
  body.it-corporate #container-mobile .menu {
    padding: 20px 30px !important; }
  body.it-corporate .menu {
    margin-right: 0; }
  body.it-corporate .nav-mobile {
    right: 0px; }
  body.it-corporate .regional-links {
    top: 35px;
    margin-right: 250px; }
    body.it-corporate .regional-links a {
      font-size: 14px; }
      body.it-corporate .regional-links a span {
        margin-left: 5px;
        margin-right: 5px; }
  body.it-corporate .sign-up-link {
    top: 35px; }
  body.it-corporate #sister-brands-banner .sister-brands-inner-container {
    padding-bottom: 20px; }
  body.it-corporate #sister-brands-banner .logo-container {
    margin-bottom: 0; }
  body.it-corporate .container-search {
    top: -38px; } }

@media (min-width: 1200px) {
  body.it-corporate .header-banner.latest-whitepapers-header {
    background-image: url("../img/ITC-Whitepapers-hero-1920px.jpg"); }
  body.it-corporate .header-banner.topics-header {
    background-image: url("../img/ITC-Topics-hero-1920px.jpg"); } }

body.rtl {
  direction: rtl; }
  body.rtl.it-corporate #it-corporate-header-bg, body.rtl.it-corporate #cyber-corporate-header-bg, body.rtl.cyber-corporate #it-corporate-header-bg, body.rtl.cyber-corporate #cyber-corporate-header-bg {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  body.rtl .header-banner .header-banner-inner p {
    margin-right: 0; }
  body.rtl #header #container-header {
    justify-content: flex-start; }
  body.rtl #header #container-header .sign-up-link {
    margin-right: 15px; }
  body.rtl #header #container-header .regional-toggle-outer .regional-toggle .flag-toggle-image {
    margin-right: 0;
    margin-left: 5px; }
  body.rtl #header-right-txt {
    text-align: right; }
  body.rtl #header-right-txt .main-title-corporate {
    padding-right: 0; }
  body.rtl #header #container-mobile .mobile-menu.show .main-nav {
    padding-right: 20px; }
  body.rtl #header #container-mobile .country-lang-select .regional-toggle-outer .regional-toggle .flag-toggle-image {
    margin-right: 0;
    margin-left: 5px; }
  body.rtl #header #container-header {
    justify-content: space-between; }
  body.rtl.homepage #header #container-header {
    justify-content: space-between; }
  body.rtl .pagination ul .arrow-left .mobile-previous img {
    transform: rotate(0deg); }
  body.rtl .pagination ul .arrow-left-more a {
    transform: rotate(180deg);
    background-position: 3px 7px; }
  body.rtl .pagination ul .arrow-right .mobile-next img {
    transform: rotate(180deg); }
  body.rtl .pagination ul .arrow-right-more a {
    transform: rotate(180deg);
    background-position: 3px 7px; }
  body.rtl .more-topics-block .topics-container .topic-link-box img {
    transform: translateX(0px) rotate(180deg); }
  body.rtl .topic-container .box-technology .box-technology-title-outer img {
    margin-right: 0;
    margin-left: 10px; }
  body.rtl .topic-container .box-technology .box-technology-txt ul {
    text-align: right;
    padding-inline-start: 0; }
  body.rtl .about-logo .globe-circle .globe-inner .globe-stat {
    padding: 10px 5px 10px 25px; }
  body.rtl .about-logo .globe-circle .globe-inner .globe-stat .globe-stat-image {
    margin-right: 10px;
    margin-left: 20px; }
  body.rtl #web-banner #container-sign-up #sign-up-txt,
  body.rtl #web-banner #container-sign-up p {
    text-align: right;
    margin-right: 0; }
  body.rtl #web-banner #container-sign-up .signup-right .sign-up-container img {
    left: unset;
    right: 20px;
    right: 20px; }
  body.rtl #web-banner #container-sign-up .signup-right .sign-up-container input.enter-email-field {
    padding-right: 50px;
    padding-left: 15px; }
  body.rtl .box-topics .box-topics-heading .icon-topics img {
    margin-right: 0;
    margin-left: 10px; }
  body.rtl .box-topics .tags a.tag {
    text-align: right; }
  body.rtl .featured-box .featured-box-main-content {
    text-align: right; }
  body.rtl .box-vendors .view-more-btn {
    flex-direction: row-reverse; }
  body.rtl .blue-title-container {
    width: 100%; }
  body.rtl .contact-us-outer-container .contact-us-main-content h1,
  body.rtl #about-content {
    text-align: right; }
  body.rtl .location-map-container {
    direction: ltr; }
  body.rtl .global-domains {
    direction: ltr; }
  body.rtl #signup-btn {
    margin-right: 0;
    margin-left: 10px; }
  body.rtl #contact-box .sign-up-privacy-confirm label {
    margin-left: 0;
    margin-right: 20px; }
  body.rtl .consent-checkbox label {
    margin-left: 0;
    margin-right: 30px; }
    body.rtl .consent-checkbox label:before {
      left: unset;
      right: -30px; }

@media (min-width: 992px) {
  body.rtl #web-banner #container-sign-up .signup-right input.enter-email-field,
  body.rtl .download-form .download-form-inner input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  body.rtl #web-banner #container-sign-up .signup-right input.btn,
  body.rtl .download-form .download-form-inner .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  body.rtl .footer-left {
    text-align: right; }
  body.rtl #sub-footer .footer-list h5,
  body.rtl #sub-footer .footer-right-container .footer-list p a,
  body.rtl #sub-footer .footer-right-container .footer-list a,
  body.rtl #sub-footer .footer-right-container .footer-list ul li a {
    text-align: right; }
  body.rtl #box-contact-privacy {
    text-align: right; }
  body.rtl .blue-title-container .blue-title,
  body.rtl #signup-intro {
    text-align: right; }
  body.rtl #privacy-content,
  body.rtl #privacy-content ul {
    text-align: right; } }

@media (max-width: 1199px) {
  body.rtl #header #container-header ul li {
    padding: 10px 6px; } }

@media (min-width: 1200px) {
  body.rtl .featured-box .featured-box-header {
    justify-content: flex-start; } }

.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 .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 .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 .title-box a {
    font-size: 15px; } }

.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: 992px) {
  .websiteid_32 .footer-list h5 {
    height: 30px; }
  .websiteid_32 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .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; } }

.websiteid_33 .large-download-button {
  font-size: 21px !important; }

@media (min-width: 768px) {
  .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_33 .footer-list h5 {
    height: 30px; }
  .websiteid_33 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 1200px) {
  .websiteid_33 .footer-list h5 {
    height: 30px; }
  .websiteid_33 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@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; } }

.websiteid_6 .large-download-button {
  font-size: 18px !important; }

@media (min-width: 768px) {
  .large-download-button {
    font-size: 20px !important; } }

@media (min-width: 992px) {
  .websiteid_6 .footer-list h5 {
    height: 30px; }
  .websiteid_6 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_6 .footer-list h5 {
    height: auto; }
  .websiteid_6 .box-technology .title-box a {
    font-size: 19px; } }

.websiteid_44 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_44 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_44 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_44 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_44 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_44 h1, .websiteid_44 h2, .websiteid_44 h3, .websiteid_44 h4, .websiteid_44 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_44 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_44 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_44 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_44 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

.websiteid_44 .large-download-button {
  font-size: 21px !important; }

body.websiteid_44 .nav-mobile li a {
  font-weight: 600 !important;
  font-size: 16px !important; }
  body.websiteid_44 .nav-mobile li a.main-red-bg {
    font-size: 16px !important; }

@media (min-width: 768px) {
  .large-download-button {
    font-size: 24px !important; } }

@media (min-width: 992px) {
  .websiteid_44 .footer-list h5 {
    height: 30px; }
  .websiteid_44 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_44 .box-technology .title-box a {
    font-size: 12px; } }

@media (min-width: 1200px) {
  .websiteid_44 .footer-list h5 {
    height: auto; }
  .websiteid_44 .footer-list ul.list-no-title {
    margin-top: 35px !important; }
  .websiteid_44 .box-technology .title-box a {
    font-size: 15px; } }

.websiteid_10 .large-download-button {
  font-size: 20px !important; }

@media (min-width: 768px) {
  .large-download-button {
    font-size: 25px !important; } }

@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; } }

.websiteid_35 .box-technology .title-box a {
  font-size: 16px; }

@media (min-width: 768px) {
  .websiteid_35 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 992px) {
  .websiteid_35 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_35 .box-technology .title-box a {
    font-size: 16px; } }

body.it-corporate.websiteid_62 .box-technology .title-box a {
  font-size: 17px; }

body.it-corporate.websiteid_62 #sign-up-txt {
  font-size: 27px; }

body.it-corporate.websiteid_62 .nav-mobile li a {
  font-size: 20px !important; }

body.it-corporate.websiteid_62 #sub-footer #contact-btn {
  font-size: 12px; }

@media (min-width: 768px) {
  body.it-corporate.websiteid_62 #header-right-txt .main-title-corporate {
    font-size: 23px !important; } }

@media (min-width: 992px) {
  .websiteid_62 #sign-up-txt {
    line-height: 50px; } }

body.it-corporate.websiteid_57 #sign-up-txt {
  font-size: 27px; }

body.it-corporate.websiteid_57 .nav-mobile li a {
  font-size: 20px !important; }

@media (min-width: 992px) {
  .websiteid_57 #sign-up-txt {
    line-height: 50px; } }

body.it-corporate.websiteid_56 #sign-up-txt {
  font-size: 27px; }

@media (min-width: 768px) {
  .websiteid_56 .box-technology .title-box a {
    font-size: 15px; } }

@media (min-width: 1200px) {
  .websiteid_56 .box-technology .title-box a {
    font-size: 20px; } }

body.websiteid_54.itc-me #container-mobile .menu-button .icon-bar,
body.websiteid_1.itc-me #container-mobile .menu-button .icon-bar,
body.websiteid_54.itc-arabia #container-mobile .menu-button .icon-bar,
body.websiteid_1.itc-arabia #container-mobile .menu-button .icon-bar,
body.websiteid_54.itc-egypt #container-mobile .menu-button .icon-bar,
body.websiteid_1.itc-egypt #container-mobile .menu-button .icon-bar,
body.websiteid_54.itc-uae #container-mobile .menu-button .icon-bar,
body.websiteid_1.itc-uae #container-mobile .menu-button .icon-bar,
body.websiteid_1.itc-canada #container-mobile .menu-button .icon-bar,
body.websiteid_6.itc-canada #container-mobile .menu-button .icon-bar,
body.websiteid_8.itc-singapore #container-mobile .menu-button .icon-bar,
body.websiteid_54.itc-uae #container-mobile .menu-button .icon-bar,
body.websiteid_59.itc-singapore #container-mobile .menu-button .icon-bar,
body.websiteid_58.itc-hongkong #container-mobile .menu-button .icon-bar,
body.websiteid_59.itc-hongkong #container-mobile .menu-button .icon-bar,
body.websiteid_63.itc-israel #container-mobile .menu-button .icon-bar,
body.websiteid_1.itc-israel #container-mobile .menu-button .icon-bar,
body.websiteid_5.itc-belgium #container-mobile .menu-button .icon-bar,
body.websiteid_6.itc-belgium #container-mobile .menu-button .icon-bar {
  width: 30px !important; }

body.websiteid_54.itc-me .sign-up-link,
body.websiteid_1.itc-me .sign-up-link,
body.websiteid_54.itc-arabia .sign-up-link,
body.websiteid_1.itc-arabia .sign-up-link,
body.websiteid_54.itc-egypt .sign-up-link,
body.websiteid_1.itc-egypt .sign-up-link,
body.websiteid_54.itc-uae .sign-up-link,
body.websiteid_1.itc-uae .sign-up-link,
body.websiteid_1.itc-canada .sign-up-link,
body.websiteid_6.itc-canada .sign-up-link,
body.websiteid_8.itc-singapore .sign-up-link,
body.websiteid_54.itc-uae .sign-up-link,
body.websiteid_59.itc-singapore .sign-up-link,
body.websiteid_58.itc-hongkong .sign-up-link,
body.websiteid_59.itc-hongkong .sign-up-link,
body.websiteid_63.itc-israel .sign-up-link,
body.websiteid_1.itc-israel .sign-up-link,
body.websiteid_5.itc-belgium .sign-up-link,
body.websiteid_6.itc-belgium .sign-up-link {
  font-size: 12px;
  top: 34px; }

body.websiteid_54.itc-me .language-links,
body.websiteid_1.itc-me .language-links,
body.websiteid_54.itc-arabia .language-links,
body.websiteid_1.itc-arabia .language-links,
body.websiteid_54.itc-egypt .language-links,
body.websiteid_1.itc-egypt .language-links,
body.websiteid_54.itc-uae .language-links,
body.websiteid_1.itc-uae .language-links,
body.websiteid_1.itc-canada .language-links,
body.websiteid_6.itc-canada .language-links,
body.websiteid_8.itc-singapore .language-links,
body.websiteid_54.itc-uae .language-links,
body.websiteid_59.itc-singapore .language-links,
body.websiteid_58.itc-hongkong .language-links,
body.websiteid_59.itc-hongkong .language-links,
body.websiteid_63.itc-israel .language-links,
body.websiteid_1.itc-israel .language-links,
body.websiteid_5.itc-belgium .language-links,
body.websiteid_6.itc-belgium .language-links {
  position: absolute;
  right: 0;
  margin-right: 120px;
  top: 34px;
  font-size: 12px; }
  body.websiteid_54.itc-me .language-links .flag,
  body.websiteid_1.itc-me .language-links .flag,
  body.websiteid_54.itc-arabia .language-links .flag,
  body.websiteid_1.itc-arabia .language-links .flag,
  body.websiteid_54.itc-egypt .language-links .flag,
  body.websiteid_1.itc-egypt .language-links .flag,
  body.websiteid_54.itc-uae .language-links .flag,
  body.websiteid_1.itc-uae .language-links .flag,
  body.websiteid_1.itc-canada .language-links .flag,
  body.websiteid_6.itc-canada .language-links .flag,
  body.websiteid_8.itc-singapore .language-links .flag,
  body.websiteid_54.itc-uae .language-links .flag,
  body.websiteid_59.itc-singapore .language-links .flag,
  body.websiteid_58.itc-hongkong .language-links .flag,
  body.websiteid_59.itc-hongkong .language-links .flag,
  body.websiteid_63.itc-israel .language-links .flag,
  body.websiteid_1.itc-israel .language-links .flag,
  body.websiteid_5.itc-belgium .language-links .flag,
  body.websiteid_6.itc-belgium .language-links .flag {
    display: inline-block;
    margin-right: 4px;
    margin-top: -2px;
    width: 18px; }
    body.websiteid_54.itc-me .language-links .flag.rounded-border,
    body.websiteid_1.itc-me .language-links .flag.rounded-border,
    body.websiteid_54.itc-arabia .language-links .flag.rounded-border,
    body.websiteid_1.itc-arabia .language-links .flag.rounded-border,
    body.websiteid_54.itc-egypt .language-links .flag.rounded-border,
    body.websiteid_1.itc-egypt .language-links .flag.rounded-border,
    body.websiteid_54.itc-uae .language-links .flag.rounded-border,
    body.websiteid_1.itc-uae .language-links .flag.rounded-border,
    body.websiteid_1.itc-canada .language-links .flag.rounded-border,
    body.websiteid_6.itc-canada .language-links .flag.rounded-border,
    body.websiteid_8.itc-singapore .language-links .flag.rounded-border,
    body.websiteid_54.itc-uae .language-links .flag.rounded-border,
    body.websiteid_59.itc-singapore .language-links .flag.rounded-border,
    body.websiteid_58.itc-hongkong .language-links .flag.rounded-border,
    body.websiteid_59.itc-hongkong .language-links .flag.rounded-border,
    body.websiteid_63.itc-israel .language-links .flag.rounded-border,
    body.websiteid_1.itc-israel .language-links .flag.rounded-border,
    body.websiteid_5.itc-belgium .language-links .flag.rounded-border,
    body.websiteid_6.itc-belgium .language-links .flag.rounded-border {
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 99px; }
  body.websiteid_54.itc-me .language-links a,
  body.websiteid_1.itc-me .language-links a,
  body.websiteid_54.itc-arabia .language-links a,
  body.websiteid_1.itc-arabia .language-links a,
  body.websiteid_54.itc-egypt .language-links a,
  body.websiteid_1.itc-egypt .language-links a,
  body.websiteid_54.itc-uae .language-links a,
  body.websiteid_1.itc-uae .language-links a,
  body.websiteid_1.itc-canada .language-links a,
  body.websiteid_6.itc-canada .language-links a,
  body.websiteid_8.itc-singapore .language-links a,
  body.websiteid_54.itc-uae .language-links a,
  body.websiteid_59.itc-singapore .language-links a,
  body.websiteid_58.itc-hongkong .language-links a,
  body.websiteid_59.itc-hongkong .language-links a,
  body.websiteid_63.itc-israel .language-links a,
  body.websiteid_1.itc-israel .language-links a,
  body.websiteid_5.itc-belgium .language-links a,
  body.websiteid_6.itc-belgium .language-links a {
    color: #ffffff;
    opacity: 0.4; }
    body.websiteid_54.itc-me .language-links a:hover,
    body.websiteid_1.itc-me .language-links a:hover,
    body.websiteid_54.itc-arabia .language-links a:hover,
    body.websiteid_1.itc-arabia .language-links a:hover,
    body.websiteid_54.itc-egypt .language-links a:hover,
    body.websiteid_1.itc-egypt .language-links a:hover,
    body.websiteid_54.itc-uae .language-links a:hover,
    body.websiteid_1.itc-uae .language-links a:hover,
    body.websiteid_1.itc-canada .language-links a:hover,
    body.websiteid_6.itc-canada .language-links a:hover,
    body.websiteid_8.itc-singapore .language-links a:hover,
    body.websiteid_54.itc-uae .language-links a:hover,
    body.websiteid_59.itc-singapore .language-links a:hover,
    body.websiteid_58.itc-hongkong .language-links a:hover,
    body.websiteid_59.itc-hongkong .language-links a:hover,
    body.websiteid_63.itc-israel .language-links a:hover,
    body.websiteid_1.itc-israel .language-links a:hover,
    body.websiteid_5.itc-belgium .language-links a:hover,
    body.websiteid_6.itc-belgium .language-links a:hover {
      color: #FF4A00;
      opacity: 1; }
  body.websiteid_54.itc-me .language-links span,
  body.websiteid_1.itc-me .language-links span,
  body.websiteid_54.itc-arabia .language-links span,
  body.websiteid_1.itc-arabia .language-links span,
  body.websiteid_54.itc-egypt .language-links span,
  body.websiteid_1.itc-egypt .language-links span,
  body.websiteid_54.itc-uae .language-links span,
  body.websiteid_1.itc-uae .language-links span,
  body.websiteid_1.itc-canada .language-links span,
  body.websiteid_6.itc-canada .language-links span,
  body.websiteid_8.itc-singapore .language-links span,
  body.websiteid_54.itc-uae .language-links span,
  body.websiteid_59.itc-singapore .language-links span,
  body.websiteid_58.itc-hongkong .language-links span,
  body.websiteid_59.itc-hongkong .language-links span,
  body.websiteid_63.itc-israel .language-links span,
  body.websiteid_1.itc-israel .language-links span,
  body.websiteid_5.itc-belgium .language-links span,
  body.websiteid_6.itc-belgium .language-links span {
    color: #ffffff;
    opacity: 0.4; }
    body.websiteid_54.itc-me .language-links span.pipe,
    body.websiteid_1.itc-me .language-links span.pipe,
    body.websiteid_54.itc-arabia .language-links span.pipe,
    body.websiteid_1.itc-arabia .language-links span.pipe,
    body.websiteid_54.itc-egypt .language-links span.pipe,
    body.websiteid_1.itc-egypt .language-links span.pipe,
    body.websiteid_54.itc-uae .language-links span.pipe,
    body.websiteid_1.itc-uae .language-links span.pipe,
    body.websiteid_1.itc-canada .language-links span.pipe,
    body.websiteid_6.itc-canada .language-links span.pipe,
    body.websiteid_8.itc-singapore .language-links span.pipe,
    body.websiteid_54.itc-uae .language-links span.pipe,
    body.websiteid_59.itc-singapore .language-links span.pipe,
    body.websiteid_58.itc-hongkong .language-links span.pipe,
    body.websiteid_59.itc-hongkong .language-links span.pipe,
    body.websiteid_63.itc-israel .language-links span.pipe,
    body.websiteid_1.itc-israel .language-links span.pipe,
    body.websiteid_5.itc-belgium .language-links span.pipe,
    body.websiteid_6.itc-belgium .language-links span.pipe {
      margin-left: 2px;
      margin-right: 2px; }
    body.websiteid_54.itc-me .language-links span.lang,
    body.websiteid_1.itc-me .language-links span.lang,
    body.websiteid_54.itc-arabia .language-links span.lang,
    body.websiteid_1.itc-arabia .language-links span.lang,
    body.websiteid_54.itc-egypt .language-links span.lang,
    body.websiteid_1.itc-egypt .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_1.itc-uae .language-links span.lang,
    body.websiteid_1.itc-canada .language-links span.lang,
    body.websiteid_6.itc-canada .language-links span.lang,
    body.websiteid_8.itc-singapore .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_59.itc-singapore .language-links span.lang,
    body.websiteid_58.itc-hongkong .language-links span.lang,
    body.websiteid_59.itc-hongkong .language-links span.lang,
    body.websiteid_63.itc-israel .language-links span.lang,
    body.websiteid_1.itc-israel .language-links span.lang,
    body.websiteid_5.itc-belgium .language-links span.lang,
    body.websiteid_6.itc-belgium .language-links span.lang {
      display: none; }
    body.websiteid_54.itc-me .language-links span.active,
    body.websiteid_1.itc-me .language-links span.active,
    body.websiteid_54.itc-arabia .language-links span.active,
    body.websiteid_1.itc-arabia .language-links span.active,
    body.websiteid_54.itc-egypt .language-links span.active,
    body.websiteid_1.itc-egypt .language-links span.active,
    body.websiteid_54.itc-uae .language-links span.active,
    body.websiteid_1.itc-uae .language-links span.active,
    body.websiteid_1.itc-canada .language-links span.active,
    body.websiteid_6.itc-canada .language-links span.active,
    body.websiteid_8.itc-singapore .language-links span.active,
    body.websiteid_54.itc-uae .language-links span.active,
    body.websiteid_59.itc-singapore .language-links span.active,
    body.websiteid_58.itc-hongkong .language-links span.active,
    body.websiteid_59.itc-hongkong .language-links span.active,
    body.websiteid_63.itc-israel .language-links span.active,
    body.websiteid_1.itc-israel .language-links span.active,
    body.websiteid_5.itc-belgium .language-links span.active,
    body.websiteid_6.itc-belgium .language-links span.active {
      color: #FF4A00;
      opacity: 1; }

body.websiteid_1.itc-canada .language-links {
  margin-right: 114px; }

body.itc-hongkong #container-mobile .language-links {
  margin-right: 100px; }

@media (min-width: 480px) {
  body.websiteid_54.itc-me #container-mobile .menu-button .icon-bar,
  body.websiteid_1.itc-me #container-mobile .menu-button .icon-bar,
  body.websiteid_54.itc-arabia #container-mobile .menu-button .icon-bar,
  body.websiteid_1.itc-arabia #container-mobile .menu-button .icon-bar,
  body.websiteid_54.itc-egypt #container-mobile .menu-button .icon-bar,
  body.websiteid_1.itc-egypt #container-mobile .menu-button .icon-bar,
  body.websiteid_54.itc-uae #container-mobile .menu-button .icon-bar,
  body.websiteid_1.itc-uae #container-mobile .menu-button .icon-bar,
  body.websiteid_1.itc-canada #container-mobile .menu-button .icon-bar,
  body.websiteid_6.itc-canada #container-mobile .menu-button .icon-bar,
  body.websiteid_8.itc-singapore #container-mobile .menu-button .icon-bar,
  body.websiteid_54.itc-uae #container-mobile .menu-button .icon-bar,
  body.websiteid_59.itc-singapore #container-mobile .menu-button .icon-bar,
  body.websiteid_58.itc-hongkong #container-mobile .menu-button .icon-bar,
  body.websiteid_59.itc-hongkong #container-mobile .menu-button .icon-bar,
  body.websiteid_63.itc-israel #container-mobile .menu-button .icon-bar,
  body.websiteid_1.itc-israel #container-mobile .menu-button .icon-bar,
  body.websiteid_5.itc-belgium #container-mobile .menu-button .icon-bar,
  body.websiteid_6.itc-belgium #container-mobile .menu-button .icon-bar {
    width: 40px !important; }
  body.websiteid_54.itc-me .sign-up-link,
  body.websiteid_1.itc-me .sign-up-link,
  body.websiteid_54.itc-arabia .sign-up-link,
  body.websiteid_1.itc-arabia .sign-up-link,
  body.websiteid_54.itc-egypt .sign-up-link,
  body.websiteid_1.itc-egypt .sign-up-link,
  body.websiteid_54.itc-uae .sign-up-link,
  body.websiteid_1.itc-uae .sign-up-link,
  body.websiteid_1.itc-canada .sign-up-link,
  body.websiteid_6.itc-canada .sign-up-link,
  body.websiteid_8.itc-singapore .sign-up-link,
  body.websiteid_54.itc-uae .sign-up-link,
  body.websiteid_59.itc-singapore .sign-up-link,
  body.websiteid_58.itc-hongkong .sign-up-link,
  body.websiteid_59.itc-hongkong .sign-up-link,
  body.websiteid_63.itc-israel .sign-up-link,
  body.websiteid_1.itc-israel .sign-up-link,
  body.websiteid_5.itc-belgium .sign-up-link,
  body.websiteid_6.itc-belgium .sign-up-link {
    font-size: 14px;
    top: 32px; }
  body.websiteid_54.itc-me .language-links,
  body.websiteid_1.itc-me .language-links,
  body.websiteid_54.itc-arabia .language-links,
  body.websiteid_1.itc-arabia .language-links,
  body.websiteid_54.itc-egypt .language-links,
  body.websiteid_1.itc-egypt .language-links,
  body.websiteid_54.itc-uae .language-links,
  body.websiteid_1.itc-uae .language-links,
  body.websiteid_1.itc-canada .language-links,
  body.websiteid_6.itc-canada .language-links,
  body.websiteid_8.itc-singapore .language-links,
  body.websiteid_54.itc-uae .language-links,
  body.websiteid_59.itc-singapore .language-links,
  body.websiteid_58.itc-hongkong .language-links,
  body.websiteid_59.itc-hongkong .language-links,
  body.websiteid_63.itc-israel .language-links,
  body.websiteid_1.itc-israel .language-links,
  body.websiteid_5.itc-belgium .language-links,
  body.websiteid_6.itc-belgium .language-links {
    margin-right: 177px;
    top: 32px;
    font-size: 14px; }
    body.websiteid_54.itc-me .language-links span.lang,
    body.websiteid_1.itc-me .language-links span.lang,
    body.websiteid_54.itc-arabia .language-links span.lang,
    body.websiteid_1.itc-arabia .language-links span.lang,
    body.websiteid_54.itc-egypt .language-links span.lang,
    body.websiteid_1.itc-egypt .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_1.itc-uae .language-links span.lang,
    body.websiteid_1.itc-canada .language-links span.lang,
    body.websiteid_6.itc-canada .language-links span.lang,
    body.websiteid_8.itc-singapore .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_59.itc-singapore .language-links span.lang,
    body.websiteid_58.itc-hongkong .language-links span.lang,
    body.websiteid_59.itc-hongkong .language-links span.lang,
    body.websiteid_63.itc-israel .language-links span.lang,
    body.websiteid_1.itc-israel .language-links span.lang,
    body.websiteid_5.itc-belgium .language-links span.lang,
    body.websiteid_6.itc-belgium .language-links span.lang {
      display: none; }
    body.websiteid_54.itc-me .language-links .flag,
    body.websiteid_1.itc-me .language-links .flag,
    body.websiteid_54.itc-arabia .language-links .flag,
    body.websiteid_1.itc-arabia .language-links .flag,
    body.websiteid_54.itc-egypt .language-links .flag,
    body.websiteid_1.itc-egypt .language-links .flag,
    body.websiteid_54.itc-uae .language-links .flag,
    body.websiteid_1.itc-uae .language-links .flag,
    body.websiteid_1.itc-canada .language-links .flag,
    body.websiteid_6.itc-canada .language-links .flag,
    body.websiteid_8.itc-singapore .language-links .flag,
    body.websiteid_54.itc-uae .language-links .flag,
    body.websiteid_59.itc-singapore .language-links .flag,
    body.websiteid_58.itc-hongkong .language-links .flag,
    body.websiteid_59.itc-hongkong .language-links .flag,
    body.websiteid_63.itc-israel .language-links .flag,
    body.websiteid_1.itc-israel .language-links .flag,
    body.websiteid_5.itc-belgium .language-links .flag,
    body.websiteid_6.itc-belgium .language-links .flag {
      margin-top: 0px; }
  body.itc-hongkong #container-mobile .language-links {
    margin-right: 160px; } }

@media (min-width: 768px) {
  body.websiteid_54.itc-me .sign-up-link,
  body.websiteid_1.itc-me .sign-up-link,
  body.websiteid_54.itc-arabia .sign-up-link,
  body.websiteid_1.itc-arabia .sign-up-link,
  body.websiteid_54.itc-egypt .sign-up-link,
  body.websiteid_1.itc-egypt .sign-up-link,
  body.websiteid_54.itc-uae .sign-up-link,
  body.websiteid_1.itc-uae .sign-up-link,
  body.websiteid_1.itc-canada .sign-up-link,
  body.websiteid_6.itc-canada .sign-up-link,
  body.websiteid_8.itc-singapore .sign-up-link,
  body.websiteid_54.itc-uae .sign-up-link,
  body.websiteid_59.itc-singapore .sign-up-link,
  body.websiteid_58.itc-hongkong .sign-up-link,
  body.websiteid_59.itc-hongkong .sign-up-link,
  body.websiteid_63.itc-israel .sign-up-link,
  body.websiteid_1.itc-israel .sign-up-link,
  body.websiteid_5.itc-belgium .sign-up-link,
  body.websiteid_6.itc-belgium .sign-up-link {
    font-size: 12px;
    top: 25px; }
  body.websiteid_54.itc-me .language-links,
  body.websiteid_1.itc-me .language-links,
  body.websiteid_54.itc-arabia .language-links,
  body.websiteid_1.itc-arabia .language-links,
  body.websiteid_54.itc-egypt .language-links,
  body.websiteid_1.itc-egypt .language-links,
  body.websiteid_54.itc-uae .language-links,
  body.websiteid_1.itc-uae .language-links,
  body.websiteid_1.itc-canada .language-links,
  body.websiteid_6.itc-canada .language-links,
  body.websiteid_8.itc-singapore .language-links,
  body.websiteid_54.itc-uae .language-links,
  body.websiteid_59.itc-singapore .language-links,
  body.websiteid_58.itc-hongkong .language-links,
  body.websiteid_59.itc-hongkong .language-links,
  body.websiteid_63.itc-israel .language-links,
  body.websiteid_1.itc-israel .language-links,
  body.websiteid_5.itc-belgium .language-links,
  body.websiteid_6.itc-belgium .language-links {
    margin-right: 156px;
    top: 25px;
    font-size: 12px; }
    body.websiteid_54.itc-me .language-links span.lang,
    body.websiteid_1.itc-me .language-links span.lang,
    body.websiteid_54.itc-arabia .language-links span.lang,
    body.websiteid_1.itc-arabia .language-links span.lang,
    body.websiteid_54.itc-egypt .language-links span.lang,
    body.websiteid_1.itc-egypt .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_1.itc-uae .language-links span.lang,
    body.websiteid_1.itc-canada .language-links span.lang,
    body.websiteid_6.itc-canada .language-links span.lang,
    body.websiteid_8.itc-singapore .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_59.itc-singapore .language-links span.lang,
    body.websiteid_58.itc-hongkong .language-links span.lang,
    body.websiteid_59.itc-hongkong .language-links span.lang,
    body.websiteid_63.itc-israel .language-links span.lang,
    body.websiteid_1.itc-israel .language-links span.lang,
    body.websiteid_5.itc-belgium .language-links span.lang,
    body.websiteid_6.itc-belgium .language-links span.lang {
      display: none; }
  body.websiteid_54.itc-me .regional-links,
  body.websiteid_1.itc-me .regional-links,
  body.websiteid_54.itc-arabia .regional-links,
  body.websiteid_1.itc-arabia .regional-links,
  body.websiteid_54.itc-egypt .regional-links,
  body.websiteid_1.itc-egypt .regional-links,
  body.websiteid_54.itc-uae .regional-links,
  body.websiteid_1.itc-uae .regional-links,
  body.websiteid_1.itc-canada .regional-links,
  body.websiteid_6.itc-canada .regional-links,
  body.websiteid_8.itc-singapore .regional-links,
  body.websiteid_54.itc-uae .regional-links,
  body.websiteid_59.itc-singapore .regional-links,
  body.websiteid_58.itc-hongkong .regional-links,
  body.websiteid_59.itc-hongkong .regional-links,
  body.websiteid_63.itc-israel .regional-links,
  body.websiteid_1.itc-israel .regional-links,
  body.websiteid_5.itc-belgium .regional-links,
  body.websiteid_6.itc-belgium .regional-links {
    margin-right: 240px; }
  body.itc-hongkong #container-mobile .language-links {
    margin-right: 120px; } }

@media (min-width: 992px) {
  body.websiteid_54.itc-me .sign-up-link,
  body.websiteid_1.itc-me .sign-up-link,
  body.websiteid_54.itc-arabia .sign-up-link,
  body.websiteid_1.itc-arabia .sign-up-link,
  body.websiteid_54.itc-egypt .sign-up-link,
  body.websiteid_1.itc-egypt .sign-up-link,
  body.websiteid_54.itc-uae .sign-up-link,
  body.websiteid_1.itc-uae .sign-up-link,
  body.websiteid_1.itc-canada .sign-up-link,
  body.websiteid_6.itc-canada .sign-up-link,
  body.websiteid_8.itc-singapore .sign-up-link,
  body.websiteid_54.itc-uae .sign-up-link,
  body.websiteid_59.itc-singapore .sign-up-link,
  body.websiteid_58.itc-hongkong .sign-up-link,
  body.websiteid_59.itc-hongkong .sign-up-link,
  body.websiteid_63.itc-israel .sign-up-link,
  body.websiteid_1.itc-israel .sign-up-link,
  body.websiteid_5.itc-belgium .sign-up-link,
  body.websiteid_6.itc-belgium .sign-up-link {
    font-size: 14px;
    top: 35px; }
  body.websiteid_54.itc-me .language-links,
  body.websiteid_1.itc-me .language-links,
  body.websiteid_54.itc-arabia .language-links,
  body.websiteid_1.itc-arabia .language-links,
  body.websiteid_54.itc-egypt .language-links,
  body.websiteid_1.itc-egypt .language-links,
  body.websiteid_54.itc-uae .language-links,
  body.websiteid_1.itc-uae .language-links,
  body.websiteid_1.itc-canada .language-links,
  body.websiteid_6.itc-canada .language-links,
  body.websiteid_8.itc-singapore .language-links,
  body.websiteid_54.itc-uae .language-links,
  body.websiteid_59.itc-singapore .language-links,
  body.websiteid_58.itc-hongkong .language-links,
  body.websiteid_59.itc-hongkong .language-links,
  body.websiteid_63.itc-israel .language-links,
  body.websiteid_1.itc-israel .language-links,
  body.websiteid_5.itc-belgium .language-links,
  body.websiteid_6.itc-belgium .language-links {
    margin-right: 178px;
    top: 35px;
    font-size: 14px; }
    body.websiteid_54.itc-me .language-links span.lang,
    body.websiteid_1.itc-me .language-links span.lang,
    body.websiteid_54.itc-arabia .language-links span.lang,
    body.websiteid_1.itc-arabia .language-links span.lang,
    body.websiteid_54.itc-egypt .language-links span.lang,
    body.websiteid_1.itc-egypt .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_1.itc-uae .language-links span.lang,
    body.websiteid_1.itc-canada .language-links span.lang,
    body.websiteid_6.itc-canada .language-links span.lang,
    body.websiteid_8.itc-singapore .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_59.itc-singapore .language-links span.lang,
    body.websiteid_58.itc-hongkong .language-links span.lang,
    body.websiteid_59.itc-hongkong .language-links span.lang,
    body.websiteid_63.itc-israel .language-links span.lang,
    body.websiteid_1.itc-israel .language-links span.lang,
    body.websiteid_5.itc-belgium .language-links span.lang,
    body.websiteid_6.itc-belgium .language-links span.lang {
      display: inline; }
  body.websiteid_54.itc-me .regional-links,
  body.websiteid_1.itc-me .regional-links,
  body.websiteid_54.itc-arabia .regional-links,
  body.websiteid_1.itc-arabia .regional-links,
  body.websiteid_54.itc-egypt .regional-links,
  body.websiteid_1.itc-egypt .regional-links,
  body.websiteid_54.itc-uae .regional-links,
  body.websiteid_1.itc-uae .regional-links,
  body.websiteid_1.itc-canada .regional-links,
  body.websiteid_6.itc-canada .regional-links,
  body.websiteid_8.itc-singapore .regional-links,
  body.websiteid_54.itc-uae .regional-links,
  body.websiteid_59.itc-singapore .regional-links,
  body.websiteid_58.itc-hongkong .regional-links,
  body.websiteid_59.itc-hongkong .regional-links,
  body.websiteid_63.itc-israel .regional-links,
  body.websiteid_1.itc-israel .regional-links,
  body.websiteid_5.itc-belgium .regional-links,
  body.websiteid_6.itc-belgium .regional-links {
    margin-right: 318px; }
  body.itc-hongkong #container-mobile .language-links {
    margin-right: 135px; } }

.websiteid_36 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_36 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_36 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_36 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_36 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_36 h1, .websiteid_36 h2, .websiteid_36 h3, .websiteid_36 h4, .websiteid_36 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_36 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_36 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_36 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_36 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

@media (min-width: 992px) {
  .websiteid_36 .footer-list h5 {
    height: 30px; }
  .websiteid_36 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_36 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_36 .footer-list h5 {
    height: auto; }
  .websiteid_36 .footer-list ul.list-no-title {
    margin-top: 35px !important; }
  .websiteid_36 .box-technology .title-box a {
    font-size: 19px; } }

.websiteid_37 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_37 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_37 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_37 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_37 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_37 h1, .websiteid_37 h2, .websiteid_37 h3, .websiteid_37 h4, .websiteid_37 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_37 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_37 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 25px; }

.websiteid_37 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 18px; }

.websiteid_37 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

.websiteid_37 .large-download-button {
  font-size: 24px !important; }

body.websiteid_37 #header-right-txt .main-title-corporate {
  font-size: 20px !important;
  line-height: 30px; }
  body.websiteid_37 #header-right-txt .main-title-corporate span {
    font-size: 21px !important; }

body.websiteid_37 .nav-mobile li a {
  font-weight: 600 !important;
  font-size: 16px !important; }
  body.websiteid_37 .nav-mobile li a.main-red-bg {
    font-size: 14px !important; }

@media (min-width: 480px) {
  body.websiteid_37 .nav-mobile li a {
    font-weight: 600 !important;
    font-size: 16px !important; }
    body.websiteid_37 .nav-mobile li a.main-red-bg {
      font-size: 14px !important; } }

@media (min-width: 992px) {
  .websiteid_37 .footer-list h5 {
    height: 30px; }
  .websiteid_37 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_37 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_37 footer-list h5 {
    height: auto; }
  .websiteid_37 footer-list ul.list-no-title {
    margin-top: 35px !important; }
  .websiteid_37 .box-technology .title-box a {
    font-size: 19px; } }

.websiteid_38 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_38 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_38 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_38 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_38 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_38 h1, .websiteid_38 h2, .websiteid_38 h3, .websiteid_38 h4, .websiteid_38 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_38 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_38 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_38 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_38 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

.websiteid_38 .nav-mobile li a.main-red-bg {
  font-size: 18px !important; }

@media (min-width: 992px) {
  .websiteid_38 .box-technology .title-box a {
    font-size: 15px; } }

@media (min-width: 1200px) {
  .websiteid_38 .box-technology .title-box a {
    font-size: 19px; } }

.websiteid_39 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_39 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_39 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_39 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_39 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_39 h1, .websiteid_39 h2, .websiteid_39 h3, .websiteid_39 h4, .websiteid_39 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_39 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_39 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_39 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_39 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

@media (min-width: 992px) {
  .websiteid_39 .box-technology .title-box a {
    font-size: 14px; } }

@media (min-width: 1200px) {
  .websiteid_39 .box-technology .title-box a {
    font-size: 18px; } }

.websiteid_40 .container-search p {
  font-family: sans-serif;
  font-size: 20px; }

.websiteid_40 #from {
  font-family: sans-serif; }

.websiteid_40 .number-header2 {
  font-family: sans-serif; }

.websiteid_40 .number-header {
  font-family: sans-serif; }

.websiteid_40 #first-section h2 {
  font-family: sans-serif; }

.websiteid_40 h1, .websiteid_40 h2, .websiteid_40 h3, .websiteid_40 h4, .websiteid_40 h5 {
  font-family: sans-serif; }

.websiteid_40 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_40 #sign-up-txt {
  font-family: sans-serif;
  font-weight: 300; }

.websiteid_40 #sign-up {
  font-family: sans-serif;
  font-weight: 300; }

.websiteid_40 .bold {
  font-family: sans-serif;
  font-weight: 600; }

@media (min-width: 992px) {
  .websiteid_40 .box-technology .title-box a {
    font-size: 15px; } }

@media (min-width: 1200px) {
  .websiteid_40 .box-technology .title-box a {
    font-size: 18px; } }

.websiteid_41 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_41 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_41 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_41 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_41 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_41 h1, .websiteid_41 h2, .websiteid_41 h3, .websiteid_41 h4, .websiteid_41 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_41 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_41 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_41 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_41 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

body.websiteid_41 .nav-mobile li a {
  font-weight: 600 !important;
  font-size: 16px !important; }
  body.websiteid_41 .nav-mobile li a.main-red-bg {
    font-size: 16px !important; }

@media (min-width: 992px) {
  .websiteid_41 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_41 .box-technology .title-box a {
    font-size: 19px; } }

.websiteid_42 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_42 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_42 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_42 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_42 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_42 h1, .websiteid_42 h2, .websiteid_42 h3, .websiteid_42 h4, .websiteid_42 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_42 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_42 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_42 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_42 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

body.websiteid_42 #header-right-txt .main-title-corporate {
  font-size: 25px !important; }

body.websiteid_42 .nav-mobile li a {
  font-weight: 600 !important;
  font-size: 16px !important; }
  body.websiteid_42 .nav-mobile li a.main-red-bg {
    font-size: 16px !important; }

@media (min-width: 992px) {
  .websiteid_42 .footer-list h5 {
    height: 30px; }
  .websiteid_42 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 1200px) {
  .websiteid_42 .footer-list h5 {
    height: auto; }
  .websiteid_42 .footer-list ul.list-no-title {
    margin-top: 35px !important; } }

.websiteid_43 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_43 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_43 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_43 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_43 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_43 h1, .websiteid_43 h2, .websiteid_43 h3, .websiteid_43 h4, .websiteid_43 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_43 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_43 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_43 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_43 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

body.websiteid_43 #header-right-txt .main-title-corporate {
  font-size: 25px !important; }

@media (min-width: 992px) {
  .websiteid_43 .box-technology .title-box a {
    font-size: 12px; }
  .websiteid_43 .footer-list h5 {
    height: 30px; }
  .websiteid_43 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 1200px) {
  .websiteid_43 .box-technology .title-box a {
    font-size: 16px; } }

.websiteid_45 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_45 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_45 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_45 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_45 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_45 h1, .websiteid_45 h2, .websiteid_45 h3, .websiteid_45 h4, .websiteid_45 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_45 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_45 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_45 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_45 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

body.websiteid_45 .nav-mobile li a.main-red-bg {
  font-size: 17px !important; }

@media (min-width: 992px) {
  .websiteid_45 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_45 .box-technology .title-box a {
    font-size: 19px; } }

.websiteid_58 .box-resource {
  min-height: 410px; }

.websiteid_63 #container-mobile .sign-up-link {
  display: none; }

.websiteid_63 #container-mobile .language-links {
  margin-right: 60px; }

@media (min-width: 480px) {
  .websiteid_63 #container-mobile .sign-up-link {
    display: block; }
  .websiteid_63 #container-mobile .language-links {
    margin-right: 200px; } }

@media (min-width: 768px) {
  .websiteid_63 #container-mobile .language-links {
    margin-right: 160px; } }

.websiteid_61 .box-resource {
  min-height: 410px; }

body.websiteid_48.ep-belgium #container-mobile .sign-up-link,
body.websiteid_26.ep-belgium #container-mobile .sign-up-link {
  display: none; }

body.websiteid_48.ep-belgium #container-mobile .menu-button .icon-bar,
body.websiteid_26.ep-belgium #container-mobile .menu-button .icon-bar {
  width: 30px !important; }

body.websiteid_48.ep-belgium .sign-up-link,
body.websiteid_26.ep-belgium .sign-up-link {
  font-size: 12px;
  top: 34px; }

body.websiteid_48.ep-belgium .language-links,
body.websiteid_26.ep-belgium .language-links {
  position: absolute;
  right: 0;
  margin-right: 60px;
  top: 34px;
  font-size: 12px; }
  body.websiteid_48.ep-belgium .language-links .flag,
  body.websiteid_26.ep-belgium .language-links .flag {
    display: inline-block;
    margin-right: 4px;
    margin-top: -2px;
    width: 18px; }
    body.websiteid_48.ep-belgium .language-links .flag.rounded-border,
    body.websiteid_26.ep-belgium .language-links .flag.rounded-border {
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 99px; }
  body.websiteid_48.ep-belgium .language-links a,
  body.websiteid_26.ep-belgium .language-links a {
    color: #ffffff;
    opacity: 0.4; }
    body.websiteid_48.ep-belgium .language-links a:hover,
    body.websiteid_26.ep-belgium .language-links a:hover {
      color: #93bd42;
      opacity: 1; }
  body.websiteid_48.ep-belgium .language-links span,
  body.websiteid_26.ep-belgium .language-links span {
    color: #ffffff;
    opacity: 0.4; }
    body.websiteid_48.ep-belgium .language-links span.pipe,
    body.websiteid_26.ep-belgium .language-links span.pipe {
      margin-left: 2px;
      margin-right: 2px; }
    body.websiteid_48.ep-belgium .language-links span.lang,
    body.websiteid_26.ep-belgium .language-links span.lang {
      display: none; }
    body.websiteid_48.ep-belgium .language-links span.active,
    body.websiteid_26.ep-belgium .language-links span.active {
      color: #93bd42;
      opacity: 1; }

@media (min-width: 480px) {
  body.websiteid_48.ep-belgium #container-mobile .sign-up-link,
  body.websiteid_26.ep-belgium #container-mobile .sign-up-link {
    display: block; }
  body.websiteid_48.ep-belgium #container-mobile .menu-button .icon-bar,
  body.websiteid_26.ep-belgium #container-mobile .menu-button .icon-bar {
    width: 40px !important; }
  body.websiteid_48.ep-belgium .sign-up-link,
  body.websiteid_26.ep-belgium .sign-up-link {
    font-size: 14px;
    top: 32px; }
  body.websiteid_48.ep-belgium .language-links,
  body.websiteid_26.ep-belgium .language-links {
    margin-right: 150px;
    top: 32px;
    font-size: 14px; }
    body.websiteid_48.ep-belgium .language-links span.lang,
    body.websiteid_26.ep-belgium .language-links span.lang {
      display: none; }
    body.websiteid_48.ep-belgium .language-links .flag,
    body.websiteid_26.ep-belgium .language-links .flag {
      margin-top: -2px; } }

@media (min-width: 840px) {
  body.websiteid_48.ep-belgium .sign-up-link,
  body.websiteid_26.ep-belgium .sign-up-link {
    font-size: 12px;
    top: 25px; }
  body.websiteid_48.ep-belgium .language-links,
  body.websiteid_26.ep-belgium .language-links {
    margin-right: 156px;
    top: 25px;
    font-size: 12px; }
    body.websiteid_48.ep-belgium .language-links span.lang,
    body.websiteid_26.ep-belgium .language-links span.lang {
      display: none; }
  body.websiteid_48.ep-belgium .regional-links,
  body.websiteid_26.ep-belgium .regional-links {
    margin-right: 222px !important; }
  body.websiteid_48.ep-belgium .language-links,
  body.websiteid_26.ep-belgium .language-links {
    margin-right: 138px; }
  body.websiteid_48.ep-belgium .regional-links,
  body.websiteid_26.ep-belgium .regional-links {
    margin-right: 212px !important; } }

@media (min-width: 480px) and (max-width: 830px) {
  body.websiteid_48.ep-belgium .regional-links a span,
  body.websiteid_26.ep-belgium .regional-links a span {
    margin-left: 0px;
    margin-right: 0px; } }

@media (max-width: 991px) {
  body.websiteid_48.ep-belgium #container-mobile .menu,
  body.websiteid_26.ep-belgium #container-mobile .menu {
    padding: 10px 10px !important; } }

@media (min-width: 992px) {
  body.websiteid_48.ep-belgium .sign-up-link,
  body.websiteid_26.ep-belgium .sign-up-link {
    font-size: 14px;
    top: 35px; }
  body.websiteid_48.ep-belgium .language-links,
  body.websiteid_26.ep-belgium .language-links {
    margin-right: 178px;
    top: 35px;
    font-size: 14px; }
    body.websiteid_48.ep-belgium .language-links span.lang,
    body.websiteid_26.ep-belgium .language-links span.lang {
      display: inline; }
  body.websiteid_48.ep-belgium .regional-links,
  body.websiteid_26.ep-belgium .regional-links {
    margin-right: 318px !important; }
  body.websiteid_48.ep-belgium .language-links,
  body.websiteid_26.ep-belgium .language-links {
    margin-right: 200px; }
  body.websiteid_48.ep-belgium .regional-links,
  body.websiteid_26.ep-belgium .regional-links {
    margin-right: 340px !important; } }

body.electronic-pro.websiteid_47 .regional-links {
  margin-right: 195px; }

@media (min-width: 992px) {
  body.electronic-pro.websiteid_47 .regional-links {
    margin-right: 195px; }
  body.electronic-pro.websiteid_47 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  body.electronic-pro.websiteid_47 .box-technology .title-box a {
    font-size: 19px; } }

body.electronic-pro.websiteid_50 .regional-links {
  margin-right: 195px; }

body.electronic-pro.websiteid_50 .nav-mobile li a {
  font-size: 18px !important; }
  body.electronic-pro.websiteid_50 .nav-mobile li a.main-red-bg {
    font-size: 18px !important; }

@media (min-width: 992px) {
  body.electronic-pro.websiteid_50 .regional-links {
    margin-right: 195px; }
  body.electronic-pro.websiteid_50 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  body.electronic-pro.websiteid_50 .box-technology .title-box a {
    font-size: 19px; } }

@media (min-width: 992px) {
  body.electronic-pro.websiteid_51 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  body.electronic-pro.websiteid_51 .box-technology .title-box a {
    font-size: 19px; } }

body.electronic-pro.websiteid_49 .regional-links {
  margin-right: 195px; }

@media (min-width: 992px) {
  body.electronic-pro.websiteid_49 .regional-links {
    margin-right: 195px; }
  body.electronic-pro.websiteid_49 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  body.electronic-pro.websiteid_49 .box-technology .title-box a {
    font-size: 19px; } }

body.electronic-pro.websiteid_48 .regional-links {
  margin-right: 195px; }

body.electronic-pro.websiteid_48 ul.list-no-title {
  margin-top: 50px !important; }

@media (min-width: 992px) {
  body.electronic-pro.websiteid_48 .regional-links {
    margin-right: 195px; }
  body.electronic-pro.websiteid_48 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  body.electronic-pro.websiteid_48 .box-technology .title-box a {
    font-size: 19px; } }

body.electronic-pro.websiteid_52 .regional-links {
  margin-right: 210px; }

@media (min-width: 992px) {
  body.electronic-pro.websiteid_52 .regional-links {
    margin-right: 210px; }
  body.electronic-pro.websiteid_52 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  body.electronic-pro.websiteid_52 .box-technology .title-box a {
    font-size: 19px; } }

body.electronic-pro.websiteid_53 .regional-links {
  margin-right: 200px; }

body.electronic-pro.websiteid_53 #first-section h2 {
  font-family: 'Montserrat', 'Roboto', sans-serif !important; }

body.electronic-pro.websiteid_53 #from {
  font-family: 'Montserrat', 'Roboto', sans-serif !important; }

body.electronic-pro.websiteid_53 h1, body.electronic-pro.websiteid_53 h2, body.electronic-pro.websiteid_53 h3, body.electronic-pro.websiteid_53 h4, body.electronic-pro.websiteid_53 h5 {
  font-family: 'Montserrat', 'Roboto', sans-serif !important; }

body.electronic-pro.websiteid_53 .blue-header {
  font-family: "Montserrat" !important; }

body.electronic-pro.websiteid_53 .number-header {
  font-family: 'Montserrat', 'Roboto', sans-serif !important; }

body.electronic-pro.websiteid_53 .number-header2 {
  font-family: 'Montserrat', 'Roboto', sans-serif !important; }

body.electronic-pro.websiteid_53 #sign-up-txt {
  font-family: 'Montserrat', 'Roboto', sans-serif !important; }

body.electronic-pro.websiteid_53 #sign-up {
  font-family: 'Montserrat', 'Roboto', sans-serif !important; }

body.electronic-pro.websiteid_53 .box-topics-links {
  font-family: 'Montserrat', Roboto, sans-serif !important; }

body.electronic-pro.websiteid_53 .bold {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold; }

@media (min-width: 992px) {
  body.electronic-pro.websiteid_53 .regional-links {
    margin-right: 200px; }
  body.electronic-pro.websiteid_53 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  body.electronic-pro.websiteid_53 .box-technology .title-box a {
    font-size: 19px; } }

body.electronic-pro.websiteid_46 .regional-links {
  margin-right: 260px; }

@media (min-width: 992px) {
  .websiteid_46 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_46 .box-technology .title-box a {
    font-size: 16px; } }

body.websiteid_69.mar-tech-belgium #container-mobile .menu-button .icon-bar,
body.websiteid_65.mar-tech-belgium #container-mobile .menu-button .icon-bar,
body.websiteid_11.mar-tech-canada #container-mobile .menu-button .icon-bar,
body.websiteid_65.mar-tech-canada #container-mobile .menu-button .icon-bar {
  width: 30px !important; }

body.websiteid_69.mar-tech-belgium .sign-up-link,
body.websiteid_65.mar-tech-belgium .sign-up-link,
body.websiteid_11.mar-tech-canada .sign-up-link,
body.websiteid_65.mar-tech-canada .sign-up-link {
  font-size: 12px;
  top: 34px; }

body.websiteid_69.mar-tech-belgium .language-links,
body.websiteid_65.mar-tech-belgium .language-links,
body.websiteid_11.mar-tech-canada .language-links,
body.websiteid_65.mar-tech-canada .language-links {
  position: absolute;
  right: 0;
  margin-right: 120px;
  top: 34px;
  font-size: 12px; }
  body.websiteid_69.mar-tech-belgium .language-links .flag,
  body.websiteid_65.mar-tech-belgium .language-links .flag,
  body.websiteid_11.mar-tech-canada .language-links .flag,
  body.websiteid_65.mar-tech-canada .language-links .flag {
    display: inline-block;
    margin-right: 4px;
    margin-top: -2px;
    width: 18px; }
    body.websiteid_69.mar-tech-belgium .language-links .flag.rounded-border,
    body.websiteid_65.mar-tech-belgium .language-links .flag.rounded-border,
    body.websiteid_11.mar-tech-canada .language-links .flag.rounded-border,
    body.websiteid_65.mar-tech-canada .language-links .flag.rounded-border {
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 99px; }
  body.websiteid_69.mar-tech-belgium .language-links a,
  body.websiteid_65.mar-tech-belgium .language-links a,
  body.websiteid_11.mar-tech-canada .language-links a,
  body.websiteid_65.mar-tech-canada .language-links a {
    color: #ffffff;
    opacity: 0.4; }
    body.websiteid_69.mar-tech-belgium .language-links a:hover,
    body.websiteid_65.mar-tech-belgium .language-links a:hover,
    body.websiteid_11.mar-tech-canada .language-links a:hover,
    body.websiteid_65.mar-tech-canada .language-links a:hover {
      color: #FF4A00;
      opacity: 1; }
  body.websiteid_69.mar-tech-belgium .language-links span,
  body.websiteid_65.mar-tech-belgium .language-links span,
  body.websiteid_11.mar-tech-canada .language-links span,
  body.websiteid_65.mar-tech-canada .language-links span {
    color: #ffffff;
    opacity: 0.4; }
    body.websiteid_69.mar-tech-belgium .language-links span.pipe,
    body.websiteid_65.mar-tech-belgium .language-links span.pipe,
    body.websiteid_11.mar-tech-canada .language-links span.pipe,
    body.websiteid_65.mar-tech-canada .language-links span.pipe {
      margin-left: 2px;
      margin-right: 2px; }
    body.websiteid_69.mar-tech-belgium .language-links span.lang,
    body.websiteid_65.mar-tech-belgium .language-links span.lang,
    body.websiteid_11.mar-tech-canada .language-links span.lang,
    body.websiteid_65.mar-tech-canada .language-links span.lang {
      display: none; }
    body.websiteid_69.mar-tech-belgium .language-links span.active,
    body.websiteid_65.mar-tech-belgium .language-links span.active,
    body.websiteid_11.mar-tech-canada .language-links span.active,
    body.websiteid_65.mar-tech-canada .language-links span.active {
      color: #FF4A00;
      opacity: 1; }

@media (min-width: 480px) {
  body.websiteid_69.mar-tech-belgium #container-mobile .menu-button .icon-bar,
  body.websiteid_65.mar-tech-belgium #container-mobile .menu-button .icon-bar,
  body.websiteid_11.mar-tech-canada #container-mobile .menu-button .icon-bar,
  body.websiteid_65.mar-tech-canada #container-mobile .menu-button .icon-bar {
    width: 40px !important; }
  body.websiteid_69.mar-tech-belgium .sign-up-link,
  body.websiteid_65.mar-tech-belgium .sign-up-link,
  body.websiteid_11.mar-tech-canada .sign-up-link,
  body.websiteid_65.mar-tech-canada .sign-up-link {
    font-size: 14px;
    top: 32px; }
  body.websiteid_69.mar-tech-belgium .language-links,
  body.websiteid_65.mar-tech-belgium .language-links,
  body.websiteid_11.mar-tech-canada .language-links,
  body.websiteid_65.mar-tech-canada .language-links {
    margin-right: 177px;
    top: 32px;
    font-size: 14px; }
    body.websiteid_69.mar-tech-belgium .language-links span.lang,
    body.websiteid_65.mar-tech-belgium .language-links span.lang,
    body.websiteid_11.mar-tech-canada .language-links span.lang,
    body.websiteid_65.mar-tech-canada .language-links span.lang {
      display: none; }
    body.websiteid_69.mar-tech-belgium .language-links .flag,
    body.websiteid_65.mar-tech-belgium .language-links .flag,
    body.websiteid_11.mar-tech-canada .language-links .flag,
    body.websiteid_65.mar-tech-canada .language-links .flag {
      margin-top: 0px; } }

@media (min-width: 768px) {
  body.websiteid_69.mar-tech-belgium .sign-up-link,
  body.websiteid_65.mar-tech-belgium .sign-up-link,
  body.websiteid_11.mar-tech-canada .sign-up-link,
  body.websiteid_65.mar-tech-canada .sign-up-link {
    font-size: 12px;
    top: 25px; }
  body.websiteid_69.mar-tech-belgium .language-links,
  body.websiteid_65.mar-tech-belgium .language-links,
  body.websiteid_11.mar-tech-canada .language-links,
  body.websiteid_65.mar-tech-canada .language-links {
    margin-right: 156px;
    top: 25px;
    font-size: 12px; }
    body.websiteid_69.mar-tech-belgium .language-links span.lang,
    body.websiteid_65.mar-tech-belgium .language-links span.lang,
    body.websiteid_11.mar-tech-canada .language-links span.lang,
    body.websiteid_65.mar-tech-canada .language-links span.lang {
      display: none; }
  body.websiteid_69.mar-tech-belgium .regional-links,
  body.websiteid_65.mar-tech-belgium .regional-links,
  body.websiteid_11.mar-tech-canada .regional-links,
  body.websiteid_65.mar-tech-canada .regional-links {
    margin-right: 240px; } }

@media (min-width: 992px) {
  body.websiteid_69.mar-tech-belgium .sign-up-link,
  body.websiteid_65.mar-tech-belgium .sign-up-link,
  body.websiteid_11.mar-tech-canada .sign-up-link,
  body.websiteid_65.mar-tech-canada .sign-up-link {
    font-size: 14px;
    top: 35px; }
  body.websiteid_69.mar-tech-belgium .language-links,
  body.websiteid_65.mar-tech-belgium .language-links,
  body.websiteid_11.mar-tech-canada .language-links,
  body.websiteid_65.mar-tech-canada .language-links {
    margin-right: 178px;
    top: 35px;
    font-size: 14px; }
    body.websiteid_69.mar-tech-belgium .language-links span.lang,
    body.websiteid_65.mar-tech-belgium .language-links span.lang,
    body.websiteid_11.mar-tech-canada .language-links span.lang,
    body.websiteid_65.mar-tech-canada .language-links span.lang {
      display: inline; }
  body.websiteid_69.mar-tech-belgium .regional-links,
  body.websiteid_65.mar-tech-belgium .regional-links,
  body.websiteid_11.mar-tech-canada .regional-links,
  body.websiteid_65.mar-tech-canada .regional-links {
    margin-right: 318px; } }

.websiteid_65 .large-download-button {
  font-size: 18px !important; }

@media (min-width: 768px) {
  .websiteid_65 .large-download-button {
    font-size: 20px !important; } }

@media (min-width: 992px) {
  .websiteid_65 .footer-list h5 {
    height: 30px; }
  .websiteid_65 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_65 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_65 .footer-list h5 {
    height: auto; }
  .websiteid_65 .footer-list ul.list-no-title {
    margin-top: 35px !important; }
  .websiteid_65 .box-technology .title-box a {
    font-size: 19px; } }

body.mar-tech.websiteid_66 .large-download-button {
  font-size: 20px !important; }

body.mar-tech.websiteid_66 .nav-mobile li a {
  font-size: 20px !important; }

@media (min-width: 768px) {
  .websiteid_66 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_66 .box-technology .title-box a {
    font-size: 16px;
    hyphens: auto;
    word-break: break-word; } }

@media (min-width: 992px) {
  .websiteid_67 .footer-list h5 {
    height: 30px; }
  .websiteid_67 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 1200px) {
  .websiteid_67 .footer-list h5 {
    height: auto; }
  .websiteid_67 .footer-list ul.list-no-title {
    margin-top: 35px !important; } }

body.mar-tech.websiteid_68 .nav-mobile li a {
  font-size: 17px !important; }

@media (min-width: 992px) {
  .websiteid_68 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_68 .box-technology .title-box a {
    font-size: 19px; } }

.websiteid_69 .large-download-button {
  font-size: 20px !important; }

@media (min-width: 768px) {
  .websiteid_69 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_69 .box-technology .title-box a {
    font-size: 16px;
    hyphens: auto;
    word-break: break-word; } }

body.mar-tech.websiteid_70 .large-download-button {
  font-size: 20px !important; }

body.mar-tech.websiteid_70 .nav-mobile li a {
  font-size: 17px !important; }
  body.mar-tech.websiteid_70 .nav-mobile li a.main-red-bg {
    max-width: 220px !important; }

@media (min-width: 768px) {
  .websiteid_70 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_70 .box-technology .title-box a {
    font-size: 15px;
    hyphens: auto;
    word-break: break-word; } }

body.mar-tech.websiteid_71 .large-download-button {
  font-size: 20px !important; }

body.mar-tech.websiteid_71 .nav-mobile li a {
  font-size: 22px !important; }
  body.mar-tech.websiteid_71 .nav-mobile li a.main-red-bg {
    max-width: 190px !important; }

@media (min-width: 768px) {
  .websiteid_71 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_71 .box-technology .title-box a {
    font-size: 16px;
    hyphens: auto;
    word-break: break-word; } }

body.mar-tech.websiteid_72 .large-download-button {
  font-size: 20px !important; }

body.mar-tech.websiteid_72 .nav-mobile li a {
  font-size: 22px !important; }
  body.mar-tech.websiteid_72 .nav-mobile li a.main-red-bg {
    max-width: 180px !important; }

@media (min-width: 768px) {
  .websiteid_72 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_72 .box-technology .title-box a {
    font-size: 15px;
    hyphens: auto;
    word-break: break-word; } }

body.mar-tech.websiteid_73 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

body.mar-tech.websiteid_73 #from {
  font-family: 'Montserrat', sans-serif; }

body.mar-tech.websiteid_73 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

body.mar-tech.websiteid_73 .number-header {
  font-family: 'Montserrat', sans-serif; }

body.mar-tech.websiteid_73 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

body.mar-tech.websiteid_73 h1, body.mar-tech.websiteid_73 h2, body.mar-tech.websiteid_73 h3, body.mar-tech.websiteid_73 h4, body.mar-tech.websiteid_73 h5 {
  font-family: 'Montserrat', sans-serif; }

body.mar-tech.websiteid_73 .title-vendors {
  font-family: 'Roboto', sans-serif; }

body.mar-tech.websiteid_73 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

body.mar-tech.websiteid_73 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

body.mar-tech.websiteid_73 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

body.mar-tech.websiteid_73 ul.list-no-title {
  margin-top: 35px !important; }

body.mar-tech.websiteid_73 .nav-mobile li a {
  font-size: 16px !important; }
  body.mar-tech.websiteid_73 .nav-mobile li a.main-red-bg {
    max-width: 130px !important; }

@media (min-width: 480px) {
  .websiteid_73 .footer-list h5 {
    height: 30px; }
  .websiteid_73 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 768px) {
  .websiteid_73 .footer-list h5 {
    height: auto; }
  .websiteid_73 .footer-list ul.list-no-title {
    margin-top: 35px !important; }
  .websiteid_73 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 992px) {
  .websiteid_73 .container-search p {
    font-size: 19px; }
  .websiteid_73 .footer-list h5 {
    height: 30px; }
  .websiteid_73 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_73 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_73 .footer-list h5 {
    height: 30px; }
  .websiteid_73 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_73 .box-technology .title-box a {
    font-size: 15px; } }

body.mar-tech.websiteid_74 .large-download-button {
  font-size: 21px !important; }

body.mar-tech.websiteid_74 .nav-mobile li a {
  font-size: 16px !important; }
  body.mar-tech.websiteid_74 .nav-mobile li a.main-red-bg {
    max-width: 160px !important; }

@media (min-width: 768px) {
  .websiteid_74 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_74 .footer-list h5 {
    height: 30px; }
  .websiteid_74 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 1200px) {
  .websiteid_74 .footer-list h5 {
    height: 30px; }
  .websiteid_74 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

.websiteid_75 .box-technology .title-box a {
  font-size: 16px; }

@media (min-width: 768px) {
  .websiteid_75 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 992px) {
  .websiteid_75 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_75 .box-technology .title-box a {
    font-size: 16px; } }

body.websiteid_80.fin-tech-belgium #container-mobile .menu-button .icon-bar,
body.websiteid_76.fin-tech-belgium #container-mobile .menu-button .icon-bar,
body.websiteid_12.fin-tech-canada #container-mobile .menu-button .icon-bar,
body.websiteid_76.fin-tech-canada #container-mobile .menu-button .icon-bar {
  width: 30px !important; }

body.websiteid_80.fin-tech-belgium .sign-up-link,
body.websiteid_76.fin-tech-belgium .sign-up-link,
body.websiteid_12.fin-tech-canada .sign-up-link,
body.websiteid_76.fin-tech-canada .sign-up-link {
  font-size: 12px;
  top: 34px; }

body.websiteid_80.fin-tech-belgium .language-links,
body.websiteid_76.fin-tech-belgium .language-links,
body.websiteid_12.fin-tech-canada .language-links,
body.websiteid_76.fin-tech-canada .language-links {
  position: absolute;
  right: 0;
  margin-right: 120px;
  top: 34px;
  font-size: 12px; }
  body.websiteid_80.fin-tech-belgium .language-links .flag,
  body.websiteid_76.fin-tech-belgium .language-links .flag,
  body.websiteid_12.fin-tech-canada .language-links .flag,
  body.websiteid_76.fin-tech-canada .language-links .flag {
    display: inline-block;
    margin-right: 4px;
    margin-top: -2px;
    width: 18px; }
    body.websiteid_80.fin-tech-belgium .language-links .flag.rounded-border,
    body.websiteid_76.fin-tech-belgium .language-links .flag.rounded-border,
    body.websiteid_12.fin-tech-canada .language-links .flag.rounded-border,
    body.websiteid_76.fin-tech-canada .language-links .flag.rounded-border {
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 99px; }
  body.websiteid_80.fin-tech-belgium .language-links a,
  body.websiteid_76.fin-tech-belgium .language-links a,
  body.websiteid_12.fin-tech-canada .language-links a,
  body.websiteid_76.fin-tech-canada .language-links a {
    color: #ffffff;
    opacity: 0.4; }
    body.websiteid_80.fin-tech-belgium .language-links a:hover,
    body.websiteid_76.fin-tech-belgium .language-links a:hover,
    body.websiteid_12.fin-tech-canada .language-links a:hover,
    body.websiteid_76.fin-tech-canada .language-links a:hover {
      color: #FF4A00;
      opacity: 1; }
  body.websiteid_80.fin-tech-belgium .language-links span,
  body.websiteid_76.fin-tech-belgium .language-links span,
  body.websiteid_12.fin-tech-canada .language-links span,
  body.websiteid_76.fin-tech-canada .language-links span {
    color: #ffffff;
    opacity: 0.4; }
    body.websiteid_80.fin-tech-belgium .language-links span.pipe,
    body.websiteid_76.fin-tech-belgium .language-links span.pipe,
    body.websiteid_12.fin-tech-canada .language-links span.pipe,
    body.websiteid_76.fin-tech-canada .language-links span.pipe {
      margin-left: 2px;
      margin-right: 2px; }
    body.websiteid_80.fin-tech-belgium .language-links span.lang,
    body.websiteid_76.fin-tech-belgium .language-links span.lang,
    body.websiteid_12.fin-tech-canada .language-links span.lang,
    body.websiteid_76.fin-tech-canada .language-links span.lang {
      display: none; }
    body.websiteid_80.fin-tech-belgium .language-links span.active,
    body.websiteid_76.fin-tech-belgium .language-links span.active,
    body.websiteid_12.fin-tech-canada .language-links span.active,
    body.websiteid_76.fin-tech-canada .language-links span.active {
      color: #FF4A00;
      opacity: 1; }

@media (min-width: 480px) {
  body.websiteid_80.fin-tech-belgium #container-mobile .menu-button .icon-bar,
  body.websiteid_76.fin-tech-belgium #container-mobile .menu-button .icon-bar,
  body.websiteid_12.fin-tech-canada #container-mobile .menu-button .icon-bar,
  body.websiteid_76.fin-tech-canada #container-mobile .menu-button .icon-bar {
    width: 40px !important; }
  body.websiteid_80.fin-tech-belgium .sign-up-link,
  body.websiteid_76.fin-tech-belgium .sign-up-link,
  body.websiteid_12.fin-tech-canada .sign-up-link,
  body.websiteid_76.fin-tech-canada .sign-up-link {
    font-size: 14px;
    top: 32px; }
  body.websiteid_80.fin-tech-belgium .language-links,
  body.websiteid_76.fin-tech-belgium .language-links,
  body.websiteid_12.fin-tech-canada .language-links,
  body.websiteid_76.fin-tech-canada .language-links {
    margin-right: 177px;
    top: 32px;
    font-size: 14px; }
    body.websiteid_80.fin-tech-belgium .language-links span.lang,
    body.websiteid_76.fin-tech-belgium .language-links span.lang,
    body.websiteid_12.fin-tech-canada .language-links span.lang,
    body.websiteid_76.fin-tech-canada .language-links span.lang {
      display: none; }
    body.websiteid_80.fin-tech-belgium .language-links .flag,
    body.websiteid_76.fin-tech-belgium .language-links .flag,
    body.websiteid_12.fin-tech-canada .language-links .flag,
    body.websiteid_76.fin-tech-canada .language-links .flag {
      margin-top: 0px; } }

@media (min-width: 768px) {
  body.websiteid_80.fin-tech-belgium .sign-up-link,
  body.websiteid_76.fin-tech-belgium .sign-up-link,
  body.websiteid_12.fin-tech-canada .sign-up-link,
  body.websiteid_76.fin-tech-canada .sign-up-link {
    font-size: 12px;
    top: 25px; }
  body.websiteid_80.fin-tech-belgium .language-links,
  body.websiteid_76.fin-tech-belgium .language-links,
  body.websiteid_12.fin-tech-canada .language-links,
  body.websiteid_76.fin-tech-canada .language-links {
    margin-right: 156px;
    top: 25px;
    font-size: 12px; }
    body.websiteid_80.fin-tech-belgium .language-links span.lang,
    body.websiteid_76.fin-tech-belgium .language-links span.lang,
    body.websiteid_12.fin-tech-canada .language-links span.lang,
    body.websiteid_76.fin-tech-canada .language-links span.lang {
      display: none; }
  body.websiteid_80.fin-tech-belgium .regional-links,
  body.websiteid_76.fin-tech-belgium .regional-links,
  body.websiteid_12.fin-tech-canada .regional-links,
  body.websiteid_76.fin-tech-canada .regional-links {
    margin-right: 240px; } }

@media (min-width: 992px) {
  body.websiteid_80.fin-tech-belgium .sign-up-link,
  body.websiteid_76.fin-tech-belgium .sign-up-link,
  body.websiteid_12.fin-tech-canada .sign-up-link,
  body.websiteid_76.fin-tech-canada .sign-up-link {
    font-size: 14px;
    top: 35px; }
  body.websiteid_80.fin-tech-belgium .language-links,
  body.websiteid_76.fin-tech-belgium .language-links,
  body.websiteid_12.fin-tech-canada .language-links,
  body.websiteid_76.fin-tech-canada .language-links {
    margin-right: 178px;
    top: 35px;
    font-size: 14px; }
    body.websiteid_80.fin-tech-belgium .language-links span.lang,
    body.websiteid_76.fin-tech-belgium .language-links span.lang,
    body.websiteid_12.fin-tech-canada .language-links span.lang,
    body.websiteid_76.fin-tech-canada .language-links span.lang {
      display: inline; }
  body.websiteid_80.fin-tech-belgium .regional-links,
  body.websiteid_76.fin-tech-belgium .regional-links,
  body.websiteid_12.fin-tech-canada .regional-links,
  body.websiteid_76.fin-tech-canada .regional-links {
    margin-right: 318px; } }

.websiteid_76 .large-download-button {
  font-size: 18px !important; }

@media (min-width: 768px) {
  .websiteid_76 .large-download-button {
    font-size: 20px !important; } }

@media (min-width: 992px) {
  .websiteid_76 .footer-list h5 {
    height: 30px; }
  .websiteid_76 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_76 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_76 .footer-list h5 {
    height: auto; }
  .websiteid_76 .footer-list ul.list-no-title {
    margin-top: 35px !important; }
  .websiteid_76 .box-technology .title-box a {
    font-size: 19px; } }

body.fin-tech.websiteid_77 .large-download-button {
  font-size: 20px !important; }

body.fin-tech.websiteid_77 .nav-mobile li a {
  font-size: 20px !important; }

@media (min-width: 768px) {
  .websiteid_77 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_77 .box-technology .title-box a {
    font-size: 16px;
    hyphens: auto;
    word-break: break-word; } }

@media (min-width: 992px) {
  .websiteid_78 .footer-list h5 {
    height: 30px; }
  .websiteid_78 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 1200px) {
  .websiteid_78 .footer-list h5 {
    height: auto; }
  .websiteid_78 .footer-list ul.list-no-title {
    margin-top: 35px !important; } }

body.fin-tech.websiteid_79 .nav-mobile li a {
  font-size: 17px !important; }

@media (min-width: 992px) {
  .websiteid_79 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_79 .box-technology .title-box a {
    font-size: 19px; } }

.websiteid_80 .large-download-button {
  font-size: 20px !important; }

@media (min-width: 768px) {
  .websiteid_80 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_80 .box-technology .title-box a {
    font-size: 16px;
    hyphens: auto;
    word-break: break-word; } }

body.fin-tech.websiteid_81 .large-download-button {
  font-size: 20px !important; }

body.fin-tech.websiteid_81 .nav-mobile li a {
  font-size: 17px !important; }

body.fin-tech.websiteid_81 #container-mobile a.main-red-bg {
  max-width: unset; }

@media (min-width: 768px) {
  .websiteid_81 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_81 .box-technology .title-box a {
    font-size: 16px;
    hyphens: auto;
    word-break: break-word; } }

body.fin-tech.websiteid_82 .large-download-button {
  font-size: 20px !important; }

body.fin-tech.websiteid_82 .nav-mobile li a {
  font-size: 22px !important; }
  body.fin-tech.websiteid_82 .nav-mobile li a.main-red-bg {
    max-width: 190px !important; }

@media (min-width: 768px) {
  .websiteid_82 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_82 .box-technology .title-box a {
    font-size: 16px;
    hyphens: auto;
    word-break: break-word; } }

body.fin-tech.websiteid_83 .large-download-button {
  font-size: 20px !important; }

body.fin-tech.websiteid_83 .nav-mobile li a {
  font-size: 22px !important; }
  body.fin-tech.websiteid_83 .nav-mobile li a.main-red-bg {
    max-width: 180px !important; }

@media (min-width: 768px) {
  .websiteid_83 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_83 .box-technology .title-box a {
    font-size: 16px;
    hyphens: auto;
    word-break: break-word; } }

body.fin-tech.websiteid_84 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

body.fin-tech.websiteid_84 #from {
  font-family: 'Montserrat', sans-serif; }

body.fin-tech.websiteid_84 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

body.fin-tech.websiteid_84 .number-header {
  font-family: 'Montserrat', sans-serif; }

body.fin-tech.websiteid_84 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

body.fin-tech.websiteid_84 h1, body.fin-tech.websiteid_84 h2, body.fin-tech.websiteid_84 h3, body.fin-tech.websiteid_84 h4, body.fin-tech.websiteid_84 h5 {
  font-family: 'Montserrat', sans-serif; }

body.fin-tech.websiteid_84 .title-vendors {
  font-family: 'Roboto', sans-serif; }

body.fin-tech.websiteid_84 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

body.fin-tech.websiteid_84 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

body.fin-tech.websiteid_84 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

body.fin-tech.websiteid_84 ul.list-no-title {
  margin-top: 35px !important; }

body.fin-tech.websiteid_84 .nav-mobile li a {
  font-size: 16px !important; }
  body.fin-tech.websiteid_84 .nav-mobile li a.main-red-bg {
    max-width: 130px !important; }

@media (min-width: 480px) {
  .websiteid_84 .footer-list h5 {
    height: 30px; }
  .websiteid_84 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 768px) {
  .websiteid_84 .footer-list h5 {
    height: auto; }
  .websiteid_84 .footer-list ul.list-no-title {
    margin-top: 35px !important; }
  .websiteid_84 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 992px) {
  .websiteid_84 .container-search p {
    font-size: 19px; }
  .websiteid_84 .footer-list h5 {
    height: 30px; }
  .websiteid_84 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_84 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_84 .footer-list h5 {
    height: 30px; }
  .websiteid_84 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_84 .box-technology .title-box a {
    font-size: 15px; } }

body.fin-tech.websiteid_85 .large-download-button {
  font-size: 21px !important; }

body.fin-tech.websiteid_85 .nav-mobile li a {
  font-size: 16px !important; }
  body.fin-tech.websiteid_85 .nav-mobile li a.main-red-bg {
    max-width: 150px !important; }

@media (min-width: 768px) {
  .websiteid_85 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_85 .footer-list h5 {
    height: 30px; }
  .websiteid_85 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 1200px) {
  .websiteid_85 .footer-list h5 {
    height: 30px; }
  .websiteid_85 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

.websiteid_86 .box-technology .title-box a {
  font-size: 16px; }

@media (min-width: 768px) {
  .websiteid_86 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 992px) {
  .websiteid_86 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_86 .box-technology .title-box a {
    font-size: 16px; } }

body.websiteid_91.hr-tech-belgium #container-mobile .menu-button .icon-bar,
body.websiteid_87.hr-tech-belgium #container-mobile .menu-button .icon-bar,
body.websiteid_13.hr-tech-canada #container-mobile .menu-button .icon-bar,
body.websiteid_87.hr-tech-canada #container-mobile .menu-button .icon-bar {
  width: 30px !important; }

body.websiteid_91.hr-tech-belgium .sign-up-link,
body.websiteid_87.hr-tech-belgium .sign-up-link,
body.websiteid_13.hr-tech-canada .sign-up-link,
body.websiteid_87.hr-tech-canada .sign-up-link {
  font-size: 12px;
  top: 34px; }

body.websiteid_91.hr-tech-belgium .language-links,
body.websiteid_87.hr-tech-belgium .language-links,
body.websiteid_13.hr-tech-canada .language-links,
body.websiteid_87.hr-tech-canada .language-links {
  position: absolute;
  right: 0;
  margin-right: 120px;
  top: 34px;
  font-size: 12px; }
  body.websiteid_91.hr-tech-belgium .language-links .flag,
  body.websiteid_87.hr-tech-belgium .language-links .flag,
  body.websiteid_13.hr-tech-canada .language-links .flag,
  body.websiteid_87.hr-tech-canada .language-links .flag {
    display: inline-block;
    margin-right: 4px;
    margin-top: -2px;
    width: 18px; }
    body.websiteid_91.hr-tech-belgium .language-links .flag.rounded-border,
    body.websiteid_87.hr-tech-belgium .language-links .flag.rounded-border,
    body.websiteid_13.hr-tech-canada .language-links .flag.rounded-border,
    body.websiteid_87.hr-tech-canada .language-links .flag.rounded-border {
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 99px; }
  body.websiteid_91.hr-tech-belgium .language-links a,
  body.websiteid_87.hr-tech-belgium .language-links a,
  body.websiteid_13.hr-tech-canada .language-links a,
  body.websiteid_87.hr-tech-canada .language-links a {
    color: #ffffff;
    opacity: 0.4; }
    body.websiteid_91.hr-tech-belgium .language-links a:hover,
    body.websiteid_87.hr-tech-belgium .language-links a:hover,
    body.websiteid_13.hr-tech-canada .language-links a:hover,
    body.websiteid_87.hr-tech-canada .language-links a:hover {
      color: #FF4A00;
      opacity: 1; }
  body.websiteid_91.hr-tech-belgium .language-links span,
  body.websiteid_87.hr-tech-belgium .language-links span,
  body.websiteid_13.hr-tech-canada .language-links span,
  body.websiteid_87.hr-tech-canada .language-links span {
    color: #ffffff;
    opacity: 0.4; }
    body.websiteid_91.hr-tech-belgium .language-links span.pipe,
    body.websiteid_87.hr-tech-belgium .language-links span.pipe,
    body.websiteid_13.hr-tech-canada .language-links span.pipe,
    body.websiteid_87.hr-tech-canada .language-links span.pipe {
      margin-left: 2px;
      margin-right: 2px; }
    body.websiteid_91.hr-tech-belgium .language-links span.lang,
    body.websiteid_87.hr-tech-belgium .language-links span.lang,
    body.websiteid_13.hr-tech-canada .language-links span.lang,
    body.websiteid_87.hr-tech-canada .language-links span.lang {
      display: none; }
    body.websiteid_91.hr-tech-belgium .language-links span.active,
    body.websiteid_87.hr-tech-belgium .language-links span.active,
    body.websiteid_13.hr-tech-canada .language-links span.active,
    body.websiteid_87.hr-tech-canada .language-links span.active {
      color: #FF4A00;
      opacity: 1; }

@media (min-width: 480px) {
  body.websiteid_91.hr-tech-belgium #container-mobile .menu-button .icon-bar,
  body.websiteid_87.hr-tech-belgium #container-mobile .menu-button .icon-bar,
  body.websiteid_13.hr-tech-canada #container-mobile .menu-button .icon-bar,
  body.websiteid_87.hr-tech-canada #container-mobile .menu-button .icon-bar {
    width: 40px !important; }
  body.websiteid_91.hr-tech-belgium .sign-up-link,
  body.websiteid_87.hr-tech-belgium .sign-up-link,
  body.websiteid_13.hr-tech-canada .sign-up-link,
  body.websiteid_87.hr-tech-canada .sign-up-link {
    font-size: 14px;
    top: 32px; }
  body.websiteid_91.hr-tech-belgium .language-links,
  body.websiteid_87.hr-tech-belgium .language-links,
  body.websiteid_13.hr-tech-canada .language-links,
  body.websiteid_87.hr-tech-canada .language-links {
    margin-right: 177px;
    top: 32px;
    font-size: 14px; }
    body.websiteid_91.hr-tech-belgium .language-links span.lang,
    body.websiteid_87.hr-tech-belgium .language-links span.lang,
    body.websiteid_13.hr-tech-canada .language-links span.lang,
    body.websiteid_87.hr-tech-canada .language-links span.lang {
      display: none; }
    body.websiteid_91.hr-tech-belgium .language-links .flag,
    body.websiteid_87.hr-tech-belgium .language-links .flag,
    body.websiteid_13.hr-tech-canada .language-links .flag,
    body.websiteid_87.hr-tech-canada .language-links .flag {
      margin-top: 0px; } }

@media (min-width: 768px) {
  body.websiteid_91.hr-tech-belgium .sign-up-link,
  body.websiteid_87.hr-tech-belgium .sign-up-link,
  body.websiteid_13.hr-tech-canada .sign-up-link,
  body.websiteid_87.hr-tech-canada .sign-up-link {
    font-size: 12px;
    top: 25px; }
  body.websiteid_91.hr-tech-belgium .language-links,
  body.websiteid_87.hr-tech-belgium .language-links,
  body.websiteid_13.hr-tech-canada .language-links,
  body.websiteid_87.hr-tech-canada .language-links {
    margin-right: 156px;
    top: 25px;
    font-size: 12px; }
    body.websiteid_91.hr-tech-belgium .language-links span.lang,
    body.websiteid_87.hr-tech-belgium .language-links span.lang,
    body.websiteid_13.hr-tech-canada .language-links span.lang,
    body.websiteid_87.hr-tech-canada .language-links span.lang {
      display: none; }
  body.websiteid_91.hr-tech-belgium .regional-links,
  body.websiteid_87.hr-tech-belgium .regional-links,
  body.websiteid_13.hr-tech-canada .regional-links,
  body.websiteid_87.hr-tech-canada .regional-links {
    margin-right: 240px; } }

@media (min-width: 992px) {
  body.websiteid_91.hr-tech-belgium .sign-up-link,
  body.websiteid_87.hr-tech-belgium .sign-up-link,
  body.websiteid_13.hr-tech-canada .sign-up-link,
  body.websiteid_87.hr-tech-canada .sign-up-link {
    font-size: 14px;
    top: 35px; }
  body.websiteid_91.hr-tech-belgium .language-links,
  body.websiteid_87.hr-tech-belgium .language-links,
  body.websiteid_13.hr-tech-canada .language-links,
  body.websiteid_87.hr-tech-canada .language-links {
    margin-right: 178px;
    top: 35px;
    font-size: 14px; }
    body.websiteid_91.hr-tech-belgium .language-links span.lang,
    body.websiteid_87.hr-tech-belgium .language-links span.lang,
    body.websiteid_13.hr-tech-canada .language-links span.lang,
    body.websiteid_87.hr-tech-canada .language-links span.lang {
      display: inline; }
  body.websiteid_91.hr-tech-belgium .regional-links,
  body.websiteid_87.hr-tech-belgium .regional-links,
  body.websiteid_13.hr-tech-canada .regional-links,
  body.websiteid_87.hr-tech-canada .regional-links {
    margin-right: 318px; } }

.websiteid_87 .large-download-button {
  font-size: 18px !important; }

@media (min-width: 768px) {
  .websiteid_87 .large-download-button {
    font-size: 20px !important; } }

@media (min-width: 992px) {
  .websiteid_87 .footer-list h5 {
    height: 30px; }
  .websiteid_87 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_87 .box-technology .title-box a {
    font-size: 15px; } }

@media (min-width: 1200px) {
  .websiteid_87 .footer-list h5 {
    height: auto; }
  .websiteid_87 .footer-list ul.list-no-title {
    margin-top: 35px !important; }
  .websiteid_87 .box-technology .title-box a {
    font-size: 15px; } }

body.hr-tech.websiteid_88 .large-download-button {
  font-size: 20px !important; }

body.hr-tech.websiteid_88 .nav-mobile li a {
  font-size: 20px !important; }

@media (min-width: 768px) {
  .websiteid_88 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_88 .box-technology .title-box a {
    font-size: 16px;
    hyphens: auto;
    word-break: break-word; } }

@media (min-width: 992px) {
  .websiteid_89 .footer-list h5 {
    height: 30px; }
  .websiteid_89 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 1200px) {
  .websiteid_89 .footer-list h5 {
    height: auto; }
  .websiteid_89 .footer-list ul.list-no-title {
    margin-top: 35px !important; } }

body.hr-tech.websiteid_90 .large-download-button {
  font-size: 20px !important; }

body.hr-tech.websiteid_90 .nav-mobile li a {
  font-size: 17px !important; }

@media (min-width: 992px) {
  .websiteid_90 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_90 .box-technology .title-box a {
    font-size: 18px; } }

.websiteid_91 .large-download-button {
  font-size: 20px !important; }

@media (min-width: 768px) {
  .websiteid_91 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_91 .box-technology .title-box a {
    font-size: 16px;
    hyphens: auto;
    word-break: break-word; } }

body.hr-tech.websiteid_92 .large-download-button {
  font-size: 18px !important; }

body.hr-tech.websiteid_92 .nav-mobile li a {
  font-size: 17px !important; }

body.hr-tech.websiteid_92 #container-mobile a.main-red-bg {
  max-width: 220px; }

@media (min-width: 768px) {
  .websiteid_92 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_92 .box-technology .title-box a {
    font-size: 16px;
    hyphens: auto;
    word-break: break-word; } }

body.hr-tech.websiteid_93 .large-download-button {
  font-size: 20px !important; }

body.hr-tech.websiteid_93 .nav-mobile li a {
  font-size: 22px !important; }
  body.hr-tech.websiteid_93 .nav-mobile li a.main-red-bg {
    max-width: 190px !important; }

@media (min-width: 768px) {
  .websiteid_93 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_93 .box-technology .title-box a {
    font-size: 16px;
    hyphens: auto;
    word-break: break-word; } }

body.hr-tech.websiteid_94 .large-download-button {
  font-size: 20px !important; }

body.hr-tech.websiteid_94 .nav-mobile li a {
  font-size: 22px !important; }
  body.hr-tech.websiteid_94 .nav-mobile li a.main-red-bg {
    max-width: 180px !important; }

@media (min-width: 768px) {
  .websiteid_94 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_94 .box-technology .title-box a {
    font-size: 16px;
    hyphens: auto;
    word-break: break-word; } }

body.hr-tech.websiteid_95 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

body.hr-tech.websiteid_95 #from {
  font-family: 'Montserrat', sans-serif; }

body.hr-tech.websiteid_95 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

body.hr-tech.websiteid_95 .number-header {
  font-family: 'Montserrat', sans-serif; }

body.hr-tech.websiteid_95 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

body.hr-tech.websiteid_95 h1, body.hr-tech.websiteid_95 h2, body.hr-tech.websiteid_95 h3, body.hr-tech.websiteid_95 h4, body.hr-tech.websiteid_95 h5 {
  font-family: 'Montserrat', sans-serif; }

body.hr-tech.websiteid_95 .title-vendors {
  font-family: 'Roboto', sans-serif; }

body.hr-tech.websiteid_95 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

body.hr-tech.websiteid_95 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

body.hr-tech.websiteid_95 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

body.hr-tech.websiteid_95 ul.list-no-title {
  margin-top: 35px !important; }

body.hr-tech.websiteid_95 .nav-mobile li a {
  font-size: 16px !important; }
  body.hr-tech.websiteid_95 .nav-mobile li a.main-red-bg {
    max-width: 130px !important; }

@media (min-width: 480px) {
  .websiteid_95 .footer-list h5 {
    height: 30px; }
  .websiteid_95 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 768px) {
  .websiteid_95 .footer-list h5 {
    height: auto; }
  .websiteid_95 .footer-list ul.list-no-title {
    margin-top: 35px !important; }
  .websiteid_95 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 992px) {
  .websiteid_95 .container-search p {
    font-size: 19px; }
  .websiteid_95 .footer-list h5 {
    height: 30px; }
  .websiteid_95 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_95 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_95 .footer-list h5 {
    height: 30px; }
  .websiteid_95 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_95 .box-technology .title-box a {
    font-size: 15px; } }

body.hr-tech.websiteid_96 .large-download-button {
  font-size: 21px !important; }

body.hr-tech.websiteid_96 .nav-mobile li a {
  font-size: 16px !important; }
  body.hr-tech.websiteid_96 .nav-mobile li a.main-red-bg {
    max-width: 150px !important; }

body.hr-tech.websiteid_96 .box-technology .title-box a {
  font-size: 16px; }

@media (min-width: 768px) {
  .websiteid_96 .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_96 .footer-list h5 {
    height: 30px; }
  .websiteid_96 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_96 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_96 .footer-list h5 {
    height: 30px; }
  .websiteid_96 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

body.hr-tech.websiteid_97 .box-technology .title-box a {
  font-size: 16px; }

@media (min-width: 768px) {
  .websiteid_97 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 992px) {
  .websiteid_97 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_97 .box-technology .title-box a {
    font-size: 16px; } }

.websiteid_122 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_122 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_122 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_122 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_122 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_122 h1, .websiteid_122 h2, .websiteid_122 h3, .websiteid_122 h4, .websiteid_122 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_122 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_122 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_122 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_122 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

body.websiteid_122 .nav-mobile li a.main-red-bg {
  font-size: 17px !important; }

@media (min-width: 992px) {
  .websiteid_122 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_122 .box-technology .title-box a {
    font-size: 19px; } }

/*body.cyber-corporate {



    .content-hub.main {
        margin-top: 0;

        a:not(.btn):not(.btn-main):not(.topic-container .box-technology .box-technology-txt ul li a):not(body.fin-tech .more-topics-block.light .topics-container .topic-link-box .link):not(.topic-link-box a):not(.header-banner .header-banner-inner a):not(.atoz a):not(.footer-list a):not(.more-resources-button):not(.card-button) {
            color: $cyber-corporate-white !important;
        }

        p, label, td, h1, h2, h3, h4, h5 {
            font-family: Roboto, sans-serif;
        }


        .headley-container.hero-content {
            background-image: linear-gradient( 180deg, $cyber-corporate-darkest 10%, $it-corporate-dark);
            display: flex;
            justify-content: center;
            align-items: center;
            height: 420px;
            position: relative;

            .hero-triangle {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 0;
                height: 0;
                border-bottom: 389px solid $cyber-corporate-lightest;
                border-left: 389px solid transparent;
                opacity: 0.2;
            }

            .hero-content-block {
                display: flex;
                flex-direction: column;
                align-items: center;
                padding-left: 15px;
                padding-right: 15px;
                z-index: 3;

                .image-container {
                    margin: 0 auto;
                    left: unset;
                    transform: none;
                    display: flex;
                    justify-content: center;
                }

                .hero-logo {
                    margin: 0 auto;
                    max-width: 100%;
                    position: relative;
                    left: 50%;
                    transform: translateX(-50%);
                }

                .hero-subheader {
                    margin-top: 20px;
                    margin-bottom: 0px;
                    color: $cyber-corporate-lightest;
                    font-size: 20px;
                    line-height: 20px;
                    font-weight: 400;
                    letter-spacing: 3px;
                    text-transform: uppercase;
                }

                .hero-header {
                    margin-bottom: 0px;
                    color: $cyber-corporate-white;
                    font-size: 36px;
                    text-align: center;
                    font-weight: 700;
                }

                .hero-description {
                    width: 100%;
                    max-width: 850px;
                    margin-top: 20px;
                    margin-bottom: 0px;
                    color: $cyber-corporate-white;
                    font-size: 20px;
                    line-height: 32px;
                    text-align: center;
                }
            }
        }

        .grid-layout-container {
            padding-top: 50px;
            padding-bottom: 50px;

            .grid-layout-inner-container {
                display: flex;
                flex-wrap: wrap;
                margin-left: -10px;
                margin-right: -10px;

                .grid-layout-item {
                    width: calc(100% - 20px);
                    height: 350px;
                    background-color: $cyber-corporate-white;
                    padding: 20px;
                    border-radius: 15px;
                    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
                    margin-left: 10px;
                    margin-right: 10px;
                    margin-bottom: 20px;
                    position: relative;

                    &.bodyCopyAndImageEnabled {

                        .grid-layout-heading {
                            margin-top: 5px;
                        }

                        .grid-layout-item-format {
                            margin-bottom: 0;
                        }

                        .grid-layout-item-date {
                            margin-bottom: 0;
                        }

                        .lower-card-container {
                            position: relative;
                            left: 0px;
                            right: 0px;
                            bottom: 0;

                            .grid-layout-body {


                                span {
                                    float: none;
                                    line-height: 1.38;
                                    display: block;
                                    width: 65%;
                                    white-space: no-wrap;
                                    text-overflow: ellipsis;
                                    overflow: hidden;
                                    height: 119px;
                                }
                            }

                            img {
                                position: absolute;
                                top: 0px;
                                right: 0px;
                            }

                            .card-button {
                                position: relative;
                                bottom: -12px;
                            }
                        }
                    }

                    &.background-icon {
                        position: relative;
                        z-index: 1;

                        &:after {
                            content: "";
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            background-image: url("/img/streamline-icon-button-play-1@300x300.svg");
                            background-repeat: no-repeat;
                            background-size: 170px 170px;
                            background-position: center;
                            opacity: 0.15;
                            z-index: -1;
                        }
                    }

                    .grid-layout-item-details {
                        display: flex;

                        .grid-layout-item-format {
                            color: $cyber-corporate-dark;
                            margin-right: 20px;
                            font-weight: 600;
                            font-size: 16px;
                            margin-bottom: 0;
                        }

                        .grid-layout-item-date {
                            color: $cyber-corporate-light;
                            font-size: 16px;
                            margin-bottom: 0;
                        }
                    }

                    .grid-layout-subheading {
                        color: $cyber-corporate-black;
                        font-size: 18px;
                    }

                    .grid-layout-heading {
                        font-size: 24px;
                        margin-top: 5px;
                        font-weight: 700;
                        color: $cyber-corporate-black;
                    }

                    .lower-card-container {
                        .card-button {
                            padding: 10px 30px;
                            border-radius: 30px;
                            background: $cyber-corporate-dark;
                            color: $cyber-corporate-white;
                            font-size: 16px;
                            font-weight: 500;
                            position: absolute;
                            bottom: 40px;
                        }

                        .image {
                            max-height: 120px;
                            border-radius: 5px;
                        }

                        img {
                            position: absolute;
                            right: 40px;
                            bottom: 40px;
                        }
                    }
                    //wide card
                    &.wide {
                        width: calc(100% - 20px);
                        display: flex;
                        flex-direction: column;

                        &.bodyCopyAndImageEnabledWideCard {
                            .left-card-layout {
                                .grid-layout-body {
                                    width: 62%;
                                }
                            }
                        }

                        .left-card-layout {
                            display: flex;
                            flex-direction: column;
                            justify-content: space-between;

                            .lower-card-container {
                                position: absolute;
                                bottom: 20px;
                                left: 20px;
                                position: static;

                                .card-button {
                                    bottom: 20px;
                                    width: max-content;
                                }

                                img {
                                    position: absolute;
                                    right: 20px;
                                    bottom: 20px;
                                }
                            }

                            .grid-layout-body {
                                line-height: 1.38;
                                width: 100%;
                            }

                            .grid-layout-item-format {
                                margin-bottom: 0;
                            }

                            .grid-layout-item-date {
                                margin-bottom: 0;
                            }
                        }

                        .right-card-layout {
                            display: flex;
                            align-items: center;
                            justify-content: flex-end;
                            position: absolute;
                            bottom: 20px;
                            right: 20px;

                            .image {
                                height: 100%;
                                max-height: 120px;
                                border-radius: 5px;
                                margin-left: 40px;
                            }
                        }



                        .grid-layout-heading {
                            font-size: 24px;
                            font-weight: 500;
                            margin-top: 5px;

                            &.small-text-size {
                                font-size: 22px;
                                line-height: 34px;
                            }

                            &.medium-text-size {
                                font-size: 32px;
                                line-height: 40px;
                            }

                            &.large-text-size {
                                font-size: 42px;
                                line-height: 42px;
                            }
                        }

                        .grid-layout-body {
                            width: 62%;
                        }
                    }
                    //dark card
                    &.dark {
                        background-color: $cyber-corporate-dark;
                        color: $cyber-corporate-white;

                        .grid-layout-item-details {
                            .grid-layout-item-format {
                                color: $cyber-corporate-white;
                            }

                            .grid-layout-item-date {
                                color: rgba($cyber-corporate-white, 0.8);
                            }
                        }

                        .grid-layout-subheading {
                            color: $cyber-corporate-white;
                        }

                        .grid-layout-heading {
                            color: $cyber-corporate-white;
                        }

                        .lower-card-container {
                            .card-button {
                                background: $cyber-corporate-black;
                                color: $cyber-corporate-white;
                            }
                        }
                    }
                    //light card
                    &.light {
                        background-color: $cyber-corporate-light;
                        color: $cyber-corporate-white;

                        .grid-layout-item-details {
                            .grid-layout-item-format {
                                color: $cyber-corporate-white;
                            }

                            .grid-layout-item-date {
                                color: rgba($cyber-corporate-white, 0.8);
                            }
                        }

                        .grid-layout-subheading {
                            color: $cyber-corporate-white;
                        }

                        .grid-layout-heading {
                            color: $cyber-corporate-white;
                        }

                        .lower-card-container {
                            .card-button {
                                background: $cyber-corporate-white;
                                color: $cyber-corporate-black;
                            }
                        }
                    }
                    //card hover state
                    &:hover {
                        transform: translate(0px, -5px);
                        box-shadow: 0 0 40px 10px rgba(0,0,0,0.1);
                        transition: all 300ms ease;
                        cursor: pointer;
                    }

                    &.large-text {
                        .grid-layout-heading {
                            font-size: 38px;
                        }
                    }
                }
            }
        }


        .more-resources-container {
            padding-bottom: 50px;

            .more-resources-title {
                text-align: center;
                font-size: 32px;
                font-weight: 600;
                color: $cyber-corporate-black;
            }

            .more-resources-description {
                text-align: center;
                font-size: 20px;
                color: $cyber-corporate-black;
            }

            .more-resources-grid-container {
                display: flex;
                flex-direction: column;
                margin-left: -10px;
                margin-right: -10px;
                margin-top: 30px;

                .more-resources-item {
                    width: calc(100% - 20px);
                    height: 470px;
                    background: $cyber-corporate-dark;
                    padding: 40px;
                    border-radius: 0 20px 20px 0;
                    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
                    position: relative;
                    margin-left: 10px;
                    margin-right: 10px;
                    margin-bottom: 20px;



                    &.dark {
                        background: $cyber-corporate-dark;
                    }

                    &.lightest {
                        background: $cyber-corporate-lighter;
                    }

                    &.light {
                        background: $cyber-corporate-light;
                    }

                    .more-resources-header {
                        display: flex;
                        align-items: center;
                        margin-bottom: 20px;

                        .more-resources-logo {
                            max-height: 40px;
                            max-width: 115px;
                        }

                        .card-date {
                            margin-left: 20px;
                            opacity: 0.8;
                            color: $cyber-corporate-white;
                            font-size: 15px;
                            line-height: 15px;
                            font-weight: 400;
                        }
                    }

                    .more-resources-body {
                        color: $cyber-corporate-white;
                    }

                    .card-subheading {
                        margin-top: 10px;
                        margin-bottom: 0px;
                        color: $cyber-corporate-white;
                        font-size: 18px;
                        line-height: 22px;
                        font-weight: 400;
                        text-decoration: none;
                    }

                    .card-heading {
                        margin-top: 5px;
                        color: $cyber-corporate-white;
                        font-size: 32px;
                        font-weight: 600;
                    }

                    .more-resources-button {
                        color: $cyber-corporate-white;
                        border-radius: 30px;
                        padding: 10px 30px;
                        border: 2px solid $cyber-corporate-white;
                        font-weight: 500;
                        position: absolute;
                        bottom: 40px;
                        left: 40px;
                        transition: all 0.3s ease;
                    }

                    &:hover {
                        cursor: pointer;
                        transform: translate(0px, -5px );
                        box-shadow: 0 0 60px 10px rgba(0,0,0,0.2);
                        transition: all 0.3s ease;

                        .more-resources-button {
                            background: $cyber-corporate-white;
                            color: $cyber-corporate-dark;
                            transition: all 0.3s ease;
                        }
                    }
                }
            }
        }

        .explore-topics-container {
            background-image: linear-gradient( 180deg, $cyber-corporate-dark, $cyber-corporate-darkest);
            padding-top: 50px;
            padding-bottom: 100px;


            .explore-topics-title {
                font-size: 38px;
                text-align: center;
                color: $cyber-corporate-white;
                font-weight: 600;
            }

            .explore-topics-description {
                font-size: 20px;
                color: $cyber-corporate-white;
                text-align: center;
            }

            .explore-topics-inner-container.owl-carousel {
                display: flex;
                margin-top: 40px;

                .topic-box-outer {
                    width: calc(100% - 40px);
                    max-width: 180px;
                    margin: 0 auto;

                    .topic-box-inner {
                        background-image: linear-gradient( 180deg, $cyber-corporate-light, $cyber-corporate-lighter);
                        height: 220px;
                        width: 100%;
                        border-top-right-radius: 12px;
                        border-bottom-right-radius: 12px;
                        position: relative;
                        overflow: hidden;

                        .topic-box-image {
                            background-size: contain;
                            background-repeat: no-repeat;
                            background-position: center;
                            height: 175px;
                            width: 175px;
                            position: absolute;
                            bottom: -3px;
                            right: -14px;
                            opacity: 0.2;
                            filter: brightness(0) invert(1);
                        }
                    }

                    .topic-box-title {
                        color: $cyber-corporate-white;
                        font-size: 20px;
                        font-weight: 600;
                        opacity: 0.9;
                    }
                }

                .owl-nav {
                    display: flex;
                    position: absolute;
                    bottom: -70px;
                    left: 50%;
                    transform: translateX(-50%);

                    .owl-prev {
                        padding-left: 15px;
                        padding-right: 10px;

                        img {
                            width: 35px;
                            opacity: 0.7;
                        }

                        &:hover {
                            img {
                                opacity: 1;
                                transition: all 0.2s ease;
                            }
                        }
                    }

                    .owl-next {
                        padding-left: 10px;
                        padding-right: 15px;

                        img {
                            width: 35px;
                            opacity: 0.7;
                            transform: rotate(180deg);
                        }

                        &:hover {
                            img {
                                opacity: 1;
                                transition: all 0.2s ease;
                            }
                        }
                    }
                }
            }
        }
    }
}

//////////////footer///////////////////

.is-content-hub.cyber-corporate {
    .content-hub-footer {
        background: $cyber-corporate-darkest;
        padding-top: 50px;
        padding-bottom: 80px;


        .content-hub-footer-inner {
            display: flex;
            flex-direction: column-reverse;

            .footer-container-left {
                width: 100%;

                .logo-container {
                    display: flex;
                    margin-bottom: 30px;
                    flex-direction: column;
                    align-items: center;

                    img.logo {
                        margin-bottom: 20px;
                        width: auto;
                    }
                }

                .copyright-container {
                    p {
                        color: $cyber-corporate-white;
                        opacity: 0.9;
                        font-size: 16px;
                        line-height: 26px;
                        text-align: center;
                    }
                }
            }

            .footer-container-right {
                display: flex;
                justify-content: flex-end;
                align-items: center;
                flex-direction: column;
                width: 100%;

                .footer-list {
                    float: none !important;
                    width: unset !important;
                    margin-bottom: 30px;

                    h5 {
                        color: $cyber-corporate-lightest;
                        margin-bottom: 20px;
                        font-size: 16px;
                        line-height: 16px;
                        letter-spacing: 2px;
                        text-transform: uppercase;
                        text-align: center;
                    }

                    ul {
                        padding-left: 0;

                        li {
                            color: $cyber-corporate-white;
                            display: block;

                            a {
                                color: $cyber-corporate-white;
                                margin-bottom: 10px;
                                opacity: 0.9;
                                -webkit-transition: color 200ms ease;
                                transition: color 200ms ease;
                                color: #fff;
                                font-size: 16px;
                                line-height: 16px;
                                text-decoration: none;
                                display: block;

                                &:hover {
                                    color: $cyber-corporate-lightest;
                                    opacity: 1;
                                }
                            }
                        }
                    }

                    a {
                        color: $cyber-corporate-white;
                        margin-bottom: 10px;
                        opacity: 0.9;
                        -webkit-transition: color 200ms ease;
                        transition: color 200ms ease;
                        color: #fff;
                        font-size: 16px;
                        line-height: 16px;
                        text-decoration: none;
                        display: block;
                        text-align: center;

                        &:hover {
                            color: $cyber-corporate-lightest;
                            opacity: 1;
                        }
                    }

                    p {
                        color: $cyber-corporate-white;
                        margin-bottom: 10px;
                        opacity: 0.9;
                        -webkit-transition: color 200ms ease;
                        transition: color 200ms ease;
                        color: #fff;
                        font-size: 16px;
                        line-height: 16px;
                        text-decoration: none;
                        display: block;
                        text-align: center;
                    }
                }
            }
        }
    }
}

///////////////////header/////////////

.is-content-hub.cyber-corporate {
    #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        height: 65px;

        #header-rectangle {
            background: $cyber-corporate-darkest;
        }

        .img-responsive {
            margin-top: 0;
            margin-bottom: 10px;
        }
    }

    #container-mobile {
        .menu {
            padding: 7px 0px 17px 0px !important;
            margin-right: 15px;

            &.clicked-menu {
                background: transparent !important;
            }
        }

        .menu-button {
            .icon-bar {
                background: $cyber-corporate-lightest !important;
            }
        }

        a.main-red-bg {
            background: $cyber-corporate-lightest !important;

            &:hover {
                background: $cyber-corporate-light !important;
            }
        }

        .nav-mobile {
            li {
                a {
                    &:hover {
                        color: $cyber-corporate-lightest !important;
                    }
                }
            }
        }
    }

    .main.content-hub {
       
        padding-top: 65px;
    }

    .nav-mobile {
        background: $cyber-corporate-darkest !important;

        li {
            a {
                background: $cyber-corporate-darkest !important;
            }
        }
    }
}

@media(min-width:768px){
    body.cyber-corporate {
        .content-hub {
            &.main {
                .grid-layout-container {
                    .grid-layout-inner-container {
                        .grid-layout-item {
                            &.bodyCopyAndImageEnabled {
                                .grid-layout-heading {
                                    &.small-text-size {
                                        font-size: 22px;
                                        line-height: 34px;
                                    }

                                    &.medium-text-size {
                                        font-size: 32px;
                                        line-height: 40px;
                                    }

                                    &.large-text-size {
                                        font-size: 42px;
                                        line-height: 42px;
                                    }
                                }
                            }
                        }
                    }
                }

                .more-resources-container {
                    .more-resources-grid-container {
                        .more-resources-item {
                            &.small-text-size {
                                .card-heading {
                                    font-size: 26px;
                                    line-height: 34px;
                                }
                            }

                            &.medium-text-size {
                                .card-heading {
                                    font-size: 32px;
                                    line-height: 40px;
                                }
                            }

                            &.large-text-size {
                                .card-heading {
                                    font-size: 42px;
                                    line-height: 42px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}


@media(min-width: 992px) {


    .is-content-hub.cyber-corporate {
        .content-hub-footer {
            .content-hub-footer-inner {
                flex-direction: row;

                .footer-container-left {
                    padding-right: 100px;
                    width: 50%;

                    .logo-container {
                        flex-direction: row;

                        img {
                            margin-bottom: 0;
                            margin-right: 20px;
                        }
                    }

                    .copyright-container {
                        p {
                            text-align: left;
                        }
                    }
                }

                .footer-container-right {
                    padding-left: 100px;
                    flex-direction: row;
                    width: 50%;
                    align-items: flex-start;
                    justify-content: space-between;

                    .footer-list {
                        ul {
                            li {
                                text-align: left;

                                a {
                                    text-align: left;
                                }
                            }
                        }

                        p {
                            text-align: left;
                        }

                        a {
                            text-align: left;
                        }

                        h5 {
                            text-align: left;
                        }
                    }
                }
            }
        }
    }



    .is-content-hub.cyber-corporate {
        #header {
            height: 80px;
        }

        .main.content-hub {
            margin-top: 80px;
            padding-top: 0px;
        }

        #container-mobile {
            .menu {
                padding: 23px 0px 17px 0px !important;
            }
        }
    }

    body.cyber-corporate {
        .content-hub {
            &.main {
                .grid-layout-container {
                    .grid-layout-inner-container {
                        .grid-layout-item {
                            &.wide {
                                .left-card-layout {
                                    width: 100%;

                                    .lower-card-container {


                                        img {
                                            max-height: unset;
                                            bottom: 40px;
                                            right: 40px;
                                        }
                                    }
                                }

                                .grid-layout-heading {
                                    width: 65%;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}


@media(min-width: 1188px) {
    body.cyber-corporate {
        .content-hub.main {
            .headley-container.hero-content {
                .hero-content-block {
                    .hero-header {
                        font-size: 42px;
                    }
                }
            }

            .grid-layout-container {
                padding-top: 100px;
                padding-bottom: 100px;

                .grid-layout-inner-container {
                    .grid-layout-item {
                        width: calc(33.3% - 20px);
                        padding: 40px;



                        .lower-card-container {
                            bottom: 40px;
                            left: 40px;
                            right: 40px;
                        }

                        .grid-layout-heading {
                            font-size: 26px;

                            &.small-text-size {
                                font-size: 22px;
                                line-height: 34px;
                            }

                            &.medium-text-size {
                                font-size: 32px;
                                line-height: 40px;
                            }

                            &.large-text-size {
                                font-size: 42px;
                                line-height: 42px;
                            }
                        }
              
                        &.wide {
                            width: calc(66.6% - 20px);
                            display: flex;
                            flex-direction: row;

                            .left-card-layout {
                                display: flex;
                                flex-direction: column;
                                justify-content: space-between;

                                .lower-card-container {
                                    bottom: 40px;
                                    left: 40px;
                                }
                            }

                            .right-card-layout {
                                display: flex;
                                align-items: center;
                                position: static;

                                .image {
                                    height: 100%;
                                    max-height: 231px;
                                    border-radius: 5px;
                                    margin-left: 40px;
                                }
                            }

                            .grid-layout-heading {
                                font-size: 32px;
                                font-weight: 700;
                            }
                        }
                    }
                }
            }

            .more-resources-container {
                padding-bottom: 100px;

                .more-resources-grid-container {
                    flex-direction: row;

                    .more-resources-item {
                        width: calc(33.3% - 20px);
                    }
                }

                .more-resources-title {
                    font-size: 38px;
                }
            }

            .explore-topics-container {
                padding-top: 100px;
                padding-bottom: 200px;

                .explore-topics-inner-container {
                    .topic-box-outer {
                        width: calc(100% - 40px);

                        .topic-box-inner {
                        }
                    }
                }
            }
        }
    }
}*/
body.cyber-corporate .content-hub.main {
  margin-top: 0; }
  body.cyber-corporate .content-hub.main a:not(.btn):not(.btn-main):not(.topic-container .box-technology .box-technology-txt ul li a):not(body.fin-tech .more-topics-block.light .topics-container .topic-link-box .link):not(.topic-link-box a):not(.header-banner .header-banner-inner a):not(.atoz a):not(.footer-list a):not(.more-resources-button):not(.card-button) {
    color: #ffffff !important; }
  body.cyber-corporate .content-hub.main p, body.cyber-corporate .content-hub.main label, body.cyber-corporate .content-hub.main td, body.cyber-corporate .content-hub.main h1, body.cyber-corporate .content-hub.main h2, body.cyber-corporate .content-hub.main h3, body.cyber-corporate .content-hub.main h4, body.cyber-corporate .content-hub.main h5 {
    font-family: Roboto, sans-serif; }
  body.cyber-corporate .content-hub.main .headley-container.hero-content {
    background-image: linear-gradient(180deg, #003057 10%, #005499);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
    position: relative;
    padding-bottom: 30px; }
    body.cyber-corporate .content-hub.main .headley-container.hero-content .hero-triangle {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-bottom: 389px solid #50caff;
      border-left: 389px solid transparent;
      opacity: 0.2; }
    body.cyber-corporate .content-hub.main .headley-container.hero-content .hero-content-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-left: 15px;
      padding-right: 15px;
      z-index: 3; }
      body.cyber-corporate .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
        margin: 0 auto 20px auto;
        left: unset;
        transform: none;
        /*display: flex;
                    justify-content: center;*/ }
      body.cyber-corporate .content-hub.main .headley-container.hero-content .hero-content-block .hero-logo {
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%); }
      body.cyber-corporate .content-hub.main .headley-container.hero-content .hero-content-block .hero-subheader {
        margin-top: 20px;
        margin-bottom: 0px;
        color: #50caff;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase; }
      body.cyber-corporate .content-hub.main .headley-container.hero-content .hero-content-block .hero-header {
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 36px;
        text-align: center;
        font-weight: 700; }
      body.cyber-corporate .content-hub.main .headley-container.hero-content .hero-content-block .hero-description {
        width: 100%;
        max-width: 850px;
        margin-top: 20px;
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 20px;
        line-height: 32px;
        text-align: center; }
  body.cyber-corporate .content-hub.main .grid-layout-container {
    padding-top: 50px;
    padding-bottom: 50px; }
    body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container {
      display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; }
      body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item {
        width: calc(100% - 20px);
        height: 370px;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        position: relative; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading {
          margin-top: 5px; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-item-format {
          margin-bottom: 0; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-item-date {
          margin-bottom: 0; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container {
          position: relative;
          left: 0px;
          right: 0px;
          bottom: 0; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container .grid-layout-body span {
            float: none;
            line-height: 1.38;
            display: block;
            width: 65%;
            white-space: no-wrap;
            text-overflow: ellipsis;
            overflow: hidden;
            height: 119px; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container img {
            position: absolute;
            top: 0px;
            right: 0px; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container .card-button {
            position: relative;
            bottom: -12px; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.background-icon {
          position: relative;
          z-index: 1; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.background-icon:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-image: url("../img/streamline-icon-button-play-1%40300x300.html");
            background-repeat: no-repeat;
            background-size: 170px 170px;
            background-position: center;
            opacity: 0.15;
            z-index: -1; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details {
          display: flex; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details .grid-layout-item-format {
            color: #003057;
            margin-right: 20px;
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 0; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details .grid-layout-item-date {
            color: #df9500;
            font-size: 16px;
            margin-bottom: 0; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-subheading {
          color: #000000;
          font-size: 18px; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading {
          font-size: 24px;
          margin-top: 5px;
          font-weight: 700;
          color: #000000; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .card-button {
          padding: 10px 30px;
          border-radius: 30px;
          background: #003057;
          color: #ffffff;
          font-size: 16px;
          font-weight: 500;
          position: absolute;
          bottom: 30px; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container .image {
          max-height: 120px;
          border-radius: 5px; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container img {
          position: absolute;
          right: 40px;
          bottom: 40px; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide {
          width: calc(100% - 20px);
          display: flex;
          flex-direction: column; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide.bodyCopyAndImageEnabledWideCard .left-card-layout .grid-layout-body {
            width: 62%; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .card-button {
              bottom: 30px;
              width: max-content; }
            body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container {
              position: absolute;
              bottom: 20px;
              left: 20px;
              position: static; }
              body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container img {
                position: absolute;
                right: 20px;
                bottom: 20px;
                max-width: 85px; }
            body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-body {
              line-height: 1.38;
              width: 100%; }
            body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-item-format {
              margin-bottom: 0; }
            body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-item-date {
              margin-bottom: 0; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            position: absolute;
            bottom: 20px;
            right: 20px; }
            body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout .image {
              height: 100%;
              max-height: 120px;
              border-radius: 5px;
              margin-left: 40px; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
            font-size: 24px;
            font-weight: 500;
            margin-top: 5px; }
            body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.small-text-size {
              font-size: 22px;
              line-height: 1.2; }
            body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.medium-text-size {
              font-size: 32px;
              line-height: 1.1; }
            body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.large-text-size {
              font-size: 42px;
              line-height: 42px; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-body {
            width: 62%; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark {
          background-color: #003057;
          color: #ffffff; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-item-details .grid-layout-item-format {
            color: #ffffff; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-item-details .grid-layout-item-date {
            color: rgba(255, 255, 255, 0.8); }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-subheading {
            color: #ffffff; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-heading {
            color: #ffffff; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .card-button {
            background: #000000;
            color: #ffffff; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light {
          background-color: #df9500;
          color: #ffffff; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-item-details .grid-layout-item-format {
            color: #ffffff; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-item-details .grid-layout-item-date {
            color: rgba(255, 255, 255, 0.8); }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-subheading {
            color: #ffffff; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-heading {
            color: #ffffff; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .card-button {
            background: #ffffff;
            color: #000000; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item:hover {
          transform: translate(0px, -5px);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
          transition: all 300ms ease;
          cursor: pointer; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.large-text .grid-layout-heading {
          font-size: 38px; }
  body.cyber-corporate .content-hub.main .more-resources-container {
    padding-bottom: 50px; }
    body.cyber-corporate .content-hub.main .more-resources-container .more-resources-title {
      text-align: center;
      font-size: 32px;
      font-weight: 600;
      color: #000000; }
    body.cyber-corporate .content-hub.main .more-resources-container .more-resources-description {
      text-align: center;
      font-size: 20px;
      color: #000000; }
    body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container {
      display: flex;
      flex-direction: column;
      margin-left: -10px;
      margin-right: -10px;
      margin-top: 30px; }
      body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item {
        width: calc(100% - 20px);
        height: 470px;
        background: #003057;
        padding: 40px;
        border-radius: 0 20px 20px 0;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px; }
        body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.dark {
          background: #003057; }
        body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.lightest {
          background: #e8b44c; }
        body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.light {
          background: #df9500; }
        body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header {
          display: flex;
          align-items: center;
          margin-bottom: 20px; }
          body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header .more-resources-logo {
            max-height: 40px;
            max-width: 115px; }
          body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header .card-date {
            margin-left: 20px;
            opacity: 0.8;
            color: #ffffff;
            font-size: 15px;
            line-height: 15px;
            font-weight: 400; }
        body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-body {
          color: #ffffff; }
        body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .card-subheading {
          margin-top: 10px;
          margin-bottom: 0px;
          color: #ffffff;
          font-size: 18px;
          line-height: 22px;
          font-weight: 400;
          text-decoration: none; }
        body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .card-heading {
          margin-top: 5px;
          color: #ffffff;
          font-size: 32px;
          font-weight: 600; }
        body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-button {
          color: #ffffff;
          border-radius: 30px;
          padding: 10px 30px;
          border: 2px solid #ffffff;
          font-weight: 500;
          position: absolute;
          bottom: 40px;
          left: 40px;
          transition: all 0.3s ease; }
        body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item:hover {
          cursor: pointer;
          transform: translate(0px, -5px);
          box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
          transition: all 0.3s ease; }
          body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item:hover .more-resources-button {
            background: #ffffff;
            color: #003057;
            transition: all 0.3s ease; }
  body.cyber-corporate .content-hub.main .explore-topics-container {
    background-image: linear-gradient(180deg, #003057, #003057);
    padding-top: 50px;
    padding-bottom: 100px; }
    body.cyber-corporate .content-hub.main .explore-topics-container .explore-topics-title {
      font-size: 38px;
      text-align: center;
      color: #ffffff;
      font-weight: 600; }
    body.cyber-corporate .content-hub.main .explore-topics-container .explore-topics-description {
      font-size: 20px;
      color: #ffffff;
      text-align: center; }
    body.cyber-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel {
      display: flex;
      margin-top: 40px; }
      body.cyber-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer {
        width: calc(100% - 40px);
        max-width: 180px;
        margin: 0 auto; }
        body.cyber-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-inner {
          background-image: linear-gradient(180deg, #df9500, #e8b44c);
          height: 220px;
          width: 100%;
          border-top-right-radius: 12px;
          border-bottom-right-radius: 12px;
          position: relative;
          overflow: hidden; }
          body.cyber-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-inner .topic-box-image {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            height: 175px;
            width: 175px;
            position: absolute;
            bottom: -3px;
            right: -14px;
            opacity: 0.2;
            filter: brightness(0) invert(1); }
        body.cyber-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-title {
          color: #ffffff;
          font-size: 20px;
          font-weight: 600;
          opacity: 0.9; }
      body.cyber-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav {
        display: flex;
        position: absolute;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%); }
        body.cyber-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev {
          padding-left: 15px;
          padding-right: 10px; }
          body.cyber-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev img {
            width: 35px;
            opacity: 0.7; }
          body.cyber-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev:hover img {
            opacity: 1;
            transition: all 0.2s ease; }
        body.cyber-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next {
          padding-left: 10px;
          padding-right: 15px; }
          body.cyber-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next img {
            width: 35px;
            opacity: 0.7;
            transform: rotate(180deg); }
          body.cyber-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next:hover img {
            opacity: 1;
            transition: all 0.2s ease; }

.is-content-hub.cyber-corporate .content-hub-footer {
  background: #003057;
  padding-top: 50px;
  padding-bottom: 80px; }
  .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner {
    display: flex;
    flex-direction: column-reverse; }
    .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left {
      width: 100%; }
      .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container {
        display: flex;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center; }
        .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container img.logo {
          margin-bottom: 20px;
          width: auto; }
      .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left .copyright-container p {
        color: #ffffff;
        opacity: 0.9;
        font-size: 16px;
        line-height: 26px;
        text-align: center; }
    .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-direction: column;
      width: 100%; }
      .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list {
        float: none !important;
        width: unset !important;
        margin-bottom: 30px; }
        .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list h5 {
          color: #50caff;
          margin-bottom: 20px;
          font-size: 16px;
          line-height: 16px;
          letter-spacing: 2px;
          text-transform: uppercase;
          text-align: center; }
        .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul {
          padding-left: 0; }
          .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li {
            color: #ffffff;
            display: block; }
            .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a {
              color: #ffffff;
              margin-bottom: 10px;
              opacity: 0.9;
              -webkit-transition: color 200ms ease;
              transition: color 200ms ease;
              color: #fff;
              font-size: 16px;
              line-height: 16px;
              text-decoration: none;
              display: block; }
              .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a:hover {
                color: #50caff;
                opacity: 1; }
        .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a {
          color: #ffffff;
          margin-bottom: 10px;
          opacity: 0.9;
          -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
          color: #fff;
          font-size: 16px;
          line-height: 16px;
          text-decoration: none;
          display: block;
          text-align: center; }
          .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a:hover {
            color: #50caff;
            opacity: 1; }
        .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list p {
          color: #ffffff;
          margin-bottom: 10px;
          opacity: 0.9;
          -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
          color: #fff;
          font-size: 16px;
          line-height: 16px;
          text-decoration: none;
          display: block;
          text-align: center; }

.is-content-hub.cyber-corporate #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 65px; }
  .is-content-hub.cyber-corporate #header #header-rectangle {
    background: #003057; }
  .is-content-hub.cyber-corporate #header .img-responsive {
    margin-top: 0;
    margin-bottom: 10px; }

.is-content-hub.cyber-corporate #container-mobile .menu {
  padding: 7px 0px 17px 0px !important;
  margin-right: 15px; }
  .is-content-hub.cyber-corporate #container-mobile .menu.clicked-menu {
    background: transparent !important; }

.is-content-hub.cyber-corporate #container-mobile .menu-button .icon-bar {
  background: #50caff !important; }

.is-content-hub.cyber-corporate #container-mobile a.main-red-bg {
  background: #50caff !important; }
  .is-content-hub.cyber-corporate #container-mobile a.main-red-bg:hover {
    background: #df9500 !important; }

.is-content-hub.cyber-corporate #container-mobile .nav-mobile li a:hover {
  color: #50caff !important; }

.is-content-hub.cyber-corporate .main.content-hub {
  /*margin-top: 65px;*/
  padding-top: 65px; }

.is-content-hub.cyber-corporate .nav-mobile {
  background: #003057 !important; }
  .is-content-hub.cyber-corporate .nav-mobile li a {
    background: #003057 !important; }

@media (min-width: 768px) {
  body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.small-text-size {
    font-size: 22px; }
  body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.medium-text-size {
    font-size: 32px;
    line-height: 1.1; }
  body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.large-text-size {
    font-size: 42px;
    line-height: 42px; }
  body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.small-text-size .card-heading {
    font-size: 26px;
    line-height: 34px; }
  body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.medium-text-size .card-heading {
    font-size: 32px;
    line-height: 1.1; }
  body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.large-text-size .card-heading {
    font-size: 42px;
    line-height: 42px; } }

@media (min-width: 992px) {
  body.cyber-corporate .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
    margin: 0 auto 20px auto; }
  .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner {
    flex-direction: row; }
    .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left {
      padding-right: 100px;
      width: 50%; }
      .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container {
        flex-direction: row; }
        .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container img {
          margin-bottom: 0;
          margin-right: 20px; }
      .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left .copyright-container p {
        text-align: left; }
    .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right {
      padding-left: 100px;
      flex-direction: row;
      width: 50%;
      align-items: flex-start;
      justify-content: space-between; }
      .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li {
        text-align: left; }
        .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a {
          text-align: left; }
      .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list p {
        text-align: left; }
      .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a {
        text-align: left; }
      .is-content-hub.cyber-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list h5 {
        text-align: left; }
  .is-content-hub.cyber-corporate #header {
    height: 80px; }
  .is-content-hub.cyber-corporate .main.content-hub {
    margin-top: 80px;
    padding-top: 0px; }
  .is-content-hub.cyber-corporate #container-mobile .menu {
    padding: 23px 0px 17px 0px !important; }
  body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
    width: 100%; }
    body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container img {
      max-height: unset;
      bottom: 40px;
      right: 40px;
      max-width: 223px;
      max-height: 292px; }
  body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
    width: 65%; } }

@media (min-width: 1188px) {
  body.cyber-corporate .content-hub.main .headley-container.hero-content .hero-content-block .hero-header {
    font-size: 42px; }
  body.cyber-corporate .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
    margin: 0 auto 20px auto; }
  body.cyber-corporate .content-hub.main .grid-layout-container {
    padding-top: 100px;
    padding-bottom: 100px; }
    body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item {
      width: calc(33.3% - 20px);
      padding: 40px; }
      body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container {
        bottom: 40px;
        left: 40px;
        right: 40px; }
      body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading {
        font-size: 26px; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.small-text-size {
          font-size: 22px; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.medium-text-size {
          font-size: 32px;
          line-height: 1.1; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.large-text-size {
          font-size: 42px;
          line-height: 42px; }
      body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide {
        width: calc(66.6% - 20px);
        display: flex;
        flex-direction: row; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container {
            bottom: 40px;
            left: 40px; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout {
          display: flex;
          align-items: center;
          position: static; }
          body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout .image {
            height: 100%;
            max-height: 231px;
            border-radius: 5px;
            margin-left: 40px; }
        body.cyber-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
          font-size: 32px;
          font-weight: 700; }
  body.cyber-corporate .content-hub.main .more-resources-container {
    padding-bottom: 100px; }
    body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container {
      flex-direction: row; }
      body.cyber-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item {
        width: calc(33.3% - 20px); }
    body.cyber-corporate .content-hub.main .more-resources-container .more-resources-title {
      font-size: 38px; }
  body.cyber-corporate .content-hub.main .explore-topics-container {
    padding-top: 100px;
    padding-bottom: 200px; }
    body.cyber-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container .topic-box-outer {
      width: calc(100% - 40px); } }

.websiteid_115 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_115 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_115 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_115 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_115 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_115 h1, .websiteid_115 h2, .websiteid_115 h3, .websiteid_115 h4, .websiteid_115 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_115 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_115 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_115 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_115 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

.websiteid_115 .nav-mobile li a.main-red-bg {
  font-size: 18px !important; }

@media (min-width: 992px) {
  .websiteid_115 .box-technology .title-box a {
    font-size: 15px; } }

@media (min-width: 1200px) {
  .websiteid_115 .box-technology .title-box a {
    font-size: 19px; } }

.websiteid_113 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_113 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_113 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_113 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_113 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_113 h1, .websiteid_113 h2, .websiteid_113 h3, .websiteid_113 h4, .websiteid_113 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_113 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_113 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_113 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_113 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

@media (min-width: 992px) {
  .websiteid_113 .footer-list h5 {
    height: 30px; }
  .websiteid_113 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_113 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_113 .footer-list h5 {
    height: auto; }
  .websiteid_113 .footer-list ul.list-no-title {
    margin-top: 35px !important; }
  .websiteid_113 .box-technology .title-box a {
    font-size: 19px; } }

.websiteid_104 .large-download-button {
  font-size: 20px !important; }

@media (min-width: 768px) {
  .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 1200px) {
  .websiteid_104 #header #container-header ul li a {
    font-size: 15px;
    padding: 4px 3px; }
  .websiteid_104 #header #container-header ul li.split-lang-select span {
    font-size: 15px;
    padding: 0 6px;
    margin-top: 0; }
    .websiteid_104 #header #container-header ul li.split-lang-select span.pipe {
      padding: 0; }
  .websiteid_104 #header #container-header ul li.split-lang-select a {
    padding: 0 6px; } }

@media (min-width: 992px) {
  .websiteid_106 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_106 .box-technology .title-box a {
    font-size: 19px; } }

body.websiteid_54.itc-me #container-mobile .menu-button .icon-bar,
body.websiteid_1.itc-me #container-mobile .menu-button .icon-bar,
body.websiteid_54.itc-arabia #container-mobile .menu-button .icon-bar,
body.websiteid_1.itc-arabia #container-mobile .menu-button .icon-bar,
body.websiteid_54.itc-egypt #container-mobile .menu-button .icon-bar,
body.websiteid_1.itc-egypt #container-mobile .menu-button .icon-bar,
body.websiteid_54.itc-uae #container-mobile .menu-button .icon-bar,
body.websiteid_1.itc-uae #container-mobile .menu-button .icon-bar,
body.websiteid_1.itc-canada #container-mobile .menu-button .icon-bar,
body.websiteid_6.itc-canada #container-mobile .menu-button .icon-bar,
body.websiteid_8.itc-singapore #container-mobile .menu-button .icon-bar,
body.websiteid_54.itc-uae #container-mobile .menu-button .icon-bar,
body.websiteid_59.itc-singapore #container-mobile .menu-button .icon-bar,
body.websiteid_58.itc-hongkong #container-mobile .menu-button .icon-bar,
body.websiteid_59.itc-hongkong #container-mobile .menu-button .icon-bar,
body.websiteid_63.itc-israel #container-mobile .menu-button .icon-bar,
body.websiteid_1.itc-israel #container-mobile .menu-button .icon-bar,
body.websiteid_5.itc-belgium #container-mobile .menu-button .icon-bar,
body.websiteid_6.itc-belgium #container-mobile .menu-button .icon-bar {
  width: 30px !important; }

body.websiteid_54.itc-me .sign-up-link,
body.websiteid_1.itc-me .sign-up-link,
body.websiteid_54.itc-arabia .sign-up-link,
body.websiteid_1.itc-arabia .sign-up-link,
body.websiteid_54.itc-egypt .sign-up-link,
body.websiteid_1.itc-egypt .sign-up-link,
body.websiteid_54.itc-uae .sign-up-link,
body.websiteid_1.itc-uae .sign-up-link,
body.websiteid_1.itc-canada .sign-up-link,
body.websiteid_6.itc-canada .sign-up-link,
body.websiteid_8.itc-singapore .sign-up-link,
body.websiteid_54.itc-uae .sign-up-link,
body.websiteid_59.itc-singapore .sign-up-link,
body.websiteid_58.itc-hongkong .sign-up-link,
body.websiteid_59.itc-hongkong .sign-up-link,
body.websiteid_63.itc-israel .sign-up-link,
body.websiteid_1.itc-israel .sign-up-link,
body.websiteid_5.itc-belgium .sign-up-link,
body.websiteid_6.itc-belgium .sign-up-link {
  font-size: 12px;
  top: 34px; }

body.websiteid_54.itc-me .language-links,
body.websiteid_1.itc-me .language-links,
body.websiteid_54.itc-arabia .language-links,
body.websiteid_1.itc-arabia .language-links,
body.websiteid_54.itc-egypt .language-links,
body.websiteid_1.itc-egypt .language-links,
body.websiteid_54.itc-uae .language-links,
body.websiteid_1.itc-uae .language-links,
body.websiteid_1.itc-canada .language-links,
body.websiteid_6.itc-canada .language-links,
body.websiteid_8.itc-singapore .language-links,
body.websiteid_54.itc-uae .language-links,
body.websiteid_59.itc-singapore .language-links,
body.websiteid_58.itc-hongkong .language-links,
body.websiteid_59.itc-hongkong .language-links,
body.websiteid_63.itc-israel .language-links,
body.websiteid_1.itc-israel .language-links,
body.websiteid_5.itc-belgium .language-links,
body.websiteid_6.itc-belgium .language-links {
  position: absolute;
  right: 0;
  margin-right: 120px;
  top: 34px;
  font-size: 12px; }
  body.websiteid_54.itc-me .language-links .flag,
  body.websiteid_1.itc-me .language-links .flag,
  body.websiteid_54.itc-arabia .language-links .flag,
  body.websiteid_1.itc-arabia .language-links .flag,
  body.websiteid_54.itc-egypt .language-links .flag,
  body.websiteid_1.itc-egypt .language-links .flag,
  body.websiteid_54.itc-uae .language-links .flag,
  body.websiteid_1.itc-uae .language-links .flag,
  body.websiteid_1.itc-canada .language-links .flag,
  body.websiteid_6.itc-canada .language-links .flag,
  body.websiteid_8.itc-singapore .language-links .flag,
  body.websiteid_54.itc-uae .language-links .flag,
  body.websiteid_59.itc-singapore .language-links .flag,
  body.websiteid_58.itc-hongkong .language-links .flag,
  body.websiteid_59.itc-hongkong .language-links .flag,
  body.websiteid_63.itc-israel .language-links .flag,
  body.websiteid_1.itc-israel .language-links .flag,
  body.websiteid_5.itc-belgium .language-links .flag,
  body.websiteid_6.itc-belgium .language-links .flag {
    display: inline-block;
    margin-right: 4px;
    margin-top: -2px;
    width: 18px; }
    body.websiteid_54.itc-me .language-links .flag.rounded-border,
    body.websiteid_1.itc-me .language-links .flag.rounded-border,
    body.websiteid_54.itc-arabia .language-links .flag.rounded-border,
    body.websiteid_1.itc-arabia .language-links .flag.rounded-border,
    body.websiteid_54.itc-egypt .language-links .flag.rounded-border,
    body.websiteid_1.itc-egypt .language-links .flag.rounded-border,
    body.websiteid_54.itc-uae .language-links .flag.rounded-border,
    body.websiteid_1.itc-uae .language-links .flag.rounded-border,
    body.websiteid_1.itc-canada .language-links .flag.rounded-border,
    body.websiteid_6.itc-canada .language-links .flag.rounded-border,
    body.websiteid_8.itc-singapore .language-links .flag.rounded-border,
    body.websiteid_54.itc-uae .language-links .flag.rounded-border,
    body.websiteid_59.itc-singapore .language-links .flag.rounded-border,
    body.websiteid_58.itc-hongkong .language-links .flag.rounded-border,
    body.websiteid_59.itc-hongkong .language-links .flag.rounded-border,
    body.websiteid_63.itc-israel .language-links .flag.rounded-border,
    body.websiteid_1.itc-israel .language-links .flag.rounded-border,
    body.websiteid_5.itc-belgium .language-links .flag.rounded-border,
    body.websiteid_6.itc-belgium .language-links .flag.rounded-border {
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 99px; }
  body.websiteid_54.itc-me .language-links a,
  body.websiteid_1.itc-me .language-links a,
  body.websiteid_54.itc-arabia .language-links a,
  body.websiteid_1.itc-arabia .language-links a,
  body.websiteid_54.itc-egypt .language-links a,
  body.websiteid_1.itc-egypt .language-links a,
  body.websiteid_54.itc-uae .language-links a,
  body.websiteid_1.itc-uae .language-links a,
  body.websiteid_1.itc-canada .language-links a,
  body.websiteid_6.itc-canada .language-links a,
  body.websiteid_8.itc-singapore .language-links a,
  body.websiteid_54.itc-uae .language-links a,
  body.websiteid_59.itc-singapore .language-links a,
  body.websiteid_58.itc-hongkong .language-links a,
  body.websiteid_59.itc-hongkong .language-links a,
  body.websiteid_63.itc-israel .language-links a,
  body.websiteid_1.itc-israel .language-links a,
  body.websiteid_5.itc-belgium .language-links a,
  body.websiteid_6.itc-belgium .language-links a {
    color: #ffffff;
    opacity: 0.4; }
    body.websiteid_54.itc-me .language-links a:hover,
    body.websiteid_1.itc-me .language-links a:hover,
    body.websiteid_54.itc-arabia .language-links a:hover,
    body.websiteid_1.itc-arabia .language-links a:hover,
    body.websiteid_54.itc-egypt .language-links a:hover,
    body.websiteid_1.itc-egypt .language-links a:hover,
    body.websiteid_54.itc-uae .language-links a:hover,
    body.websiteid_1.itc-uae .language-links a:hover,
    body.websiteid_1.itc-canada .language-links a:hover,
    body.websiteid_6.itc-canada .language-links a:hover,
    body.websiteid_8.itc-singapore .language-links a:hover,
    body.websiteid_54.itc-uae .language-links a:hover,
    body.websiteid_59.itc-singapore .language-links a:hover,
    body.websiteid_58.itc-hongkong .language-links a:hover,
    body.websiteid_59.itc-hongkong .language-links a:hover,
    body.websiteid_63.itc-israel .language-links a:hover,
    body.websiteid_1.itc-israel .language-links a:hover,
    body.websiteid_5.itc-belgium .language-links a:hover,
    body.websiteid_6.itc-belgium .language-links a:hover {
      color: #FF4A00;
      opacity: 1; }
  body.websiteid_54.itc-me .language-links span,
  body.websiteid_1.itc-me .language-links span,
  body.websiteid_54.itc-arabia .language-links span,
  body.websiteid_1.itc-arabia .language-links span,
  body.websiteid_54.itc-egypt .language-links span,
  body.websiteid_1.itc-egypt .language-links span,
  body.websiteid_54.itc-uae .language-links span,
  body.websiteid_1.itc-uae .language-links span,
  body.websiteid_1.itc-canada .language-links span,
  body.websiteid_6.itc-canada .language-links span,
  body.websiteid_8.itc-singapore .language-links span,
  body.websiteid_54.itc-uae .language-links span,
  body.websiteid_59.itc-singapore .language-links span,
  body.websiteid_58.itc-hongkong .language-links span,
  body.websiteid_59.itc-hongkong .language-links span,
  body.websiteid_63.itc-israel .language-links span,
  body.websiteid_1.itc-israel .language-links span,
  body.websiteid_5.itc-belgium .language-links span,
  body.websiteid_6.itc-belgium .language-links span {
    color: #ffffff;
    opacity: 0.4; }
    body.websiteid_54.itc-me .language-links span.pipe,
    body.websiteid_1.itc-me .language-links span.pipe,
    body.websiteid_54.itc-arabia .language-links span.pipe,
    body.websiteid_1.itc-arabia .language-links span.pipe,
    body.websiteid_54.itc-egypt .language-links span.pipe,
    body.websiteid_1.itc-egypt .language-links span.pipe,
    body.websiteid_54.itc-uae .language-links span.pipe,
    body.websiteid_1.itc-uae .language-links span.pipe,
    body.websiteid_1.itc-canada .language-links span.pipe,
    body.websiteid_6.itc-canada .language-links span.pipe,
    body.websiteid_8.itc-singapore .language-links span.pipe,
    body.websiteid_54.itc-uae .language-links span.pipe,
    body.websiteid_59.itc-singapore .language-links span.pipe,
    body.websiteid_58.itc-hongkong .language-links span.pipe,
    body.websiteid_59.itc-hongkong .language-links span.pipe,
    body.websiteid_63.itc-israel .language-links span.pipe,
    body.websiteid_1.itc-israel .language-links span.pipe,
    body.websiteid_5.itc-belgium .language-links span.pipe,
    body.websiteid_6.itc-belgium .language-links span.pipe {
      margin-left: 2px;
      margin-right: 2px; }
    body.websiteid_54.itc-me .language-links span.lang,
    body.websiteid_1.itc-me .language-links span.lang,
    body.websiteid_54.itc-arabia .language-links span.lang,
    body.websiteid_1.itc-arabia .language-links span.lang,
    body.websiteid_54.itc-egypt .language-links span.lang,
    body.websiteid_1.itc-egypt .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_1.itc-uae .language-links span.lang,
    body.websiteid_1.itc-canada .language-links span.lang,
    body.websiteid_6.itc-canada .language-links span.lang,
    body.websiteid_8.itc-singapore .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_59.itc-singapore .language-links span.lang,
    body.websiteid_58.itc-hongkong .language-links span.lang,
    body.websiteid_59.itc-hongkong .language-links span.lang,
    body.websiteid_63.itc-israel .language-links span.lang,
    body.websiteid_1.itc-israel .language-links span.lang,
    body.websiteid_5.itc-belgium .language-links span.lang,
    body.websiteid_6.itc-belgium .language-links span.lang {
      display: none; }
    body.websiteid_54.itc-me .language-links span.active,
    body.websiteid_1.itc-me .language-links span.active,
    body.websiteid_54.itc-arabia .language-links span.active,
    body.websiteid_1.itc-arabia .language-links span.active,
    body.websiteid_54.itc-egypt .language-links span.active,
    body.websiteid_1.itc-egypt .language-links span.active,
    body.websiteid_54.itc-uae .language-links span.active,
    body.websiteid_1.itc-uae .language-links span.active,
    body.websiteid_1.itc-canada .language-links span.active,
    body.websiteid_6.itc-canada .language-links span.active,
    body.websiteid_8.itc-singapore .language-links span.active,
    body.websiteid_54.itc-uae .language-links span.active,
    body.websiteid_59.itc-singapore .language-links span.active,
    body.websiteid_58.itc-hongkong .language-links span.active,
    body.websiteid_59.itc-hongkong .language-links span.active,
    body.websiteid_63.itc-israel .language-links span.active,
    body.websiteid_1.itc-israel .language-links span.active,
    body.websiteid_5.itc-belgium .language-links span.active,
    body.websiteid_6.itc-belgium .language-links span.active {
      color: #FF4A00;
      opacity: 1; }

body.websiteid_1.itc-canada .language-links {
  margin-right: 114px; }

body.itc-hongkong #container-mobile .language-links {
  margin-right: 100px; }

body.websiteid_100.cyber-lux #header .img-responsive,
body.websiteid_100.cyber-belgium #header .img-responsive,
body.websiteid_100.cyber-canada #header .img-responsive,
body.websiteid_104.cyber-lux #header .img-responsive {
  width: 170px; }

@media (min-width: 480px) {
  body.websiteid_54.itc-me #container-mobile .menu-button .icon-bar,
  body.websiteid_1.itc-me #container-mobile .menu-button .icon-bar,
  body.websiteid_54.itc-arabia #container-mobile .menu-button .icon-bar,
  body.websiteid_1.itc-arabia #container-mobile .menu-button .icon-bar,
  body.websiteid_54.itc-egypt #container-mobile .menu-button .icon-bar,
  body.websiteid_1.itc-egypt #container-mobile .menu-button .icon-bar,
  body.websiteid_54.itc-uae #container-mobile .menu-button .icon-bar,
  body.websiteid_1.itc-uae #container-mobile .menu-button .icon-bar,
  body.websiteid_1.itc-canada #container-mobile .menu-button .icon-bar,
  body.websiteid_6.itc-canada #container-mobile .menu-button .icon-bar,
  body.websiteid_8.itc-singapore #container-mobile .menu-button .icon-bar,
  body.websiteid_54.itc-uae #container-mobile .menu-button .icon-bar,
  body.websiteid_59.itc-singapore #container-mobile .menu-button .icon-bar,
  body.websiteid_58.itc-hongkong #container-mobile .menu-button .icon-bar,
  body.websiteid_59.itc-hongkong #container-mobile .menu-button .icon-bar,
  body.websiteid_63.itc-israel #container-mobile .menu-button .icon-bar,
  body.websiteid_1.itc-israel #container-mobile .menu-button .icon-bar,
  body.websiteid_5.itc-belgium #container-mobile .menu-button .icon-bar,
  body.websiteid_6.itc-belgium #container-mobile .menu-button .icon-bar {
    width: 40px !important; }
  body.websiteid_54.itc-me .sign-up-link,
  body.websiteid_1.itc-me .sign-up-link,
  body.websiteid_54.itc-arabia .sign-up-link,
  body.websiteid_1.itc-arabia .sign-up-link,
  body.websiteid_54.itc-egypt .sign-up-link,
  body.websiteid_1.itc-egypt .sign-up-link,
  body.websiteid_54.itc-uae .sign-up-link,
  body.websiteid_1.itc-uae .sign-up-link,
  body.websiteid_1.itc-canada .sign-up-link,
  body.websiteid_6.itc-canada .sign-up-link,
  body.websiteid_8.itc-singapore .sign-up-link,
  body.websiteid_54.itc-uae .sign-up-link,
  body.websiteid_59.itc-singapore .sign-up-link,
  body.websiteid_58.itc-hongkong .sign-up-link,
  body.websiteid_59.itc-hongkong .sign-up-link,
  body.websiteid_63.itc-israel .sign-up-link,
  body.websiteid_1.itc-israel .sign-up-link,
  body.websiteid_5.itc-belgium .sign-up-link,
  body.websiteid_6.itc-belgium .sign-up-link {
    font-size: 14px;
    top: 32px; }
  body.websiteid_54.itc-me .language-links,
  body.websiteid_1.itc-me .language-links,
  body.websiteid_54.itc-arabia .language-links,
  body.websiteid_1.itc-arabia .language-links,
  body.websiteid_54.itc-egypt .language-links,
  body.websiteid_1.itc-egypt .language-links,
  body.websiteid_54.itc-uae .language-links,
  body.websiteid_1.itc-uae .language-links,
  body.websiteid_1.itc-canada .language-links,
  body.websiteid_6.itc-canada .language-links,
  body.websiteid_8.itc-singapore .language-links,
  body.websiteid_54.itc-uae .language-links,
  body.websiteid_59.itc-singapore .language-links,
  body.websiteid_58.itc-hongkong .language-links,
  body.websiteid_59.itc-hongkong .language-links,
  body.websiteid_63.itc-israel .language-links,
  body.websiteid_1.itc-israel .language-links,
  body.websiteid_5.itc-belgium .language-links,
  body.websiteid_6.itc-belgium .language-links {
    margin-right: 177px;
    top: 32px;
    font-size: 14px; }
    body.websiteid_54.itc-me .language-links span.lang,
    body.websiteid_1.itc-me .language-links span.lang,
    body.websiteid_54.itc-arabia .language-links span.lang,
    body.websiteid_1.itc-arabia .language-links span.lang,
    body.websiteid_54.itc-egypt .language-links span.lang,
    body.websiteid_1.itc-egypt .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_1.itc-uae .language-links span.lang,
    body.websiteid_1.itc-canada .language-links span.lang,
    body.websiteid_6.itc-canada .language-links span.lang,
    body.websiteid_8.itc-singapore .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_59.itc-singapore .language-links span.lang,
    body.websiteid_58.itc-hongkong .language-links span.lang,
    body.websiteid_59.itc-hongkong .language-links span.lang,
    body.websiteid_63.itc-israel .language-links span.lang,
    body.websiteid_1.itc-israel .language-links span.lang,
    body.websiteid_5.itc-belgium .language-links span.lang,
    body.websiteid_6.itc-belgium .language-links span.lang {
      display: none; }
    body.websiteid_54.itc-me .language-links .flag,
    body.websiteid_1.itc-me .language-links .flag,
    body.websiteid_54.itc-arabia .language-links .flag,
    body.websiteid_1.itc-arabia .language-links .flag,
    body.websiteid_54.itc-egypt .language-links .flag,
    body.websiteid_1.itc-egypt .language-links .flag,
    body.websiteid_54.itc-uae .language-links .flag,
    body.websiteid_1.itc-uae .language-links .flag,
    body.websiteid_1.itc-canada .language-links .flag,
    body.websiteid_6.itc-canada .language-links .flag,
    body.websiteid_8.itc-singapore .language-links .flag,
    body.websiteid_54.itc-uae .language-links .flag,
    body.websiteid_59.itc-singapore .language-links .flag,
    body.websiteid_58.itc-hongkong .language-links .flag,
    body.websiteid_59.itc-hongkong .language-links .flag,
    body.websiteid_63.itc-israel .language-links .flag,
    body.websiteid_1.itc-israel .language-links .flag,
    body.websiteid_5.itc-belgium .language-links .flag,
    body.websiteid_6.itc-belgium .language-links .flag {
      margin-top: 0px; }
  body.itc-hongkong #container-mobile .language-links {
    margin-right: 160px; } }

@media (min-width: 768px) {
  body.websiteid_54.itc-me .sign-up-link,
  body.websiteid_1.itc-me .sign-up-link,
  body.websiteid_54.itc-arabia .sign-up-link,
  body.websiteid_1.itc-arabia .sign-up-link,
  body.websiteid_54.itc-egypt .sign-up-link,
  body.websiteid_1.itc-egypt .sign-up-link,
  body.websiteid_54.itc-uae .sign-up-link,
  body.websiteid_1.itc-uae .sign-up-link,
  body.websiteid_1.itc-canada .sign-up-link,
  body.websiteid_6.itc-canada .sign-up-link,
  body.websiteid_8.itc-singapore .sign-up-link,
  body.websiteid_54.itc-uae .sign-up-link,
  body.websiteid_59.itc-singapore .sign-up-link,
  body.websiteid_58.itc-hongkong .sign-up-link,
  body.websiteid_59.itc-hongkong .sign-up-link,
  body.websiteid_63.itc-israel .sign-up-link,
  body.websiteid_1.itc-israel .sign-up-link,
  body.websiteid_5.itc-belgium .sign-up-link,
  body.websiteid_6.itc-belgium .sign-up-link {
    font-size: 12px;
    top: 25px; }
  body.websiteid_54.itc-me .language-links,
  body.websiteid_1.itc-me .language-links,
  body.websiteid_54.itc-arabia .language-links,
  body.websiteid_1.itc-arabia .language-links,
  body.websiteid_54.itc-egypt .language-links,
  body.websiteid_1.itc-egypt .language-links,
  body.websiteid_54.itc-uae .language-links,
  body.websiteid_1.itc-uae .language-links,
  body.websiteid_1.itc-canada .language-links,
  body.websiteid_6.itc-canada .language-links,
  body.websiteid_8.itc-singapore .language-links,
  body.websiteid_54.itc-uae .language-links,
  body.websiteid_59.itc-singapore .language-links,
  body.websiteid_58.itc-hongkong .language-links,
  body.websiteid_59.itc-hongkong .language-links,
  body.websiteid_63.itc-israel .language-links,
  body.websiteid_1.itc-israel .language-links,
  body.websiteid_5.itc-belgium .language-links,
  body.websiteid_6.itc-belgium .language-links {
    margin-right: 156px;
    top: 25px;
    font-size: 12px; }
    body.websiteid_54.itc-me .language-links span.lang,
    body.websiteid_1.itc-me .language-links span.lang,
    body.websiteid_54.itc-arabia .language-links span.lang,
    body.websiteid_1.itc-arabia .language-links span.lang,
    body.websiteid_54.itc-egypt .language-links span.lang,
    body.websiteid_1.itc-egypt .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_1.itc-uae .language-links span.lang,
    body.websiteid_1.itc-canada .language-links span.lang,
    body.websiteid_6.itc-canada .language-links span.lang,
    body.websiteid_8.itc-singapore .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_59.itc-singapore .language-links span.lang,
    body.websiteid_58.itc-hongkong .language-links span.lang,
    body.websiteid_59.itc-hongkong .language-links span.lang,
    body.websiteid_63.itc-israel .language-links span.lang,
    body.websiteid_1.itc-israel .language-links span.lang,
    body.websiteid_5.itc-belgium .language-links span.lang,
    body.websiteid_6.itc-belgium .language-links span.lang {
      display: none; }
  body.websiteid_54.itc-me .regional-links,
  body.websiteid_1.itc-me .regional-links,
  body.websiteid_54.itc-arabia .regional-links,
  body.websiteid_1.itc-arabia .regional-links,
  body.websiteid_54.itc-egypt .regional-links,
  body.websiteid_1.itc-egypt .regional-links,
  body.websiteid_54.itc-uae .regional-links,
  body.websiteid_1.itc-uae .regional-links,
  body.websiteid_1.itc-canada .regional-links,
  body.websiteid_6.itc-canada .regional-links,
  body.websiteid_8.itc-singapore .regional-links,
  body.websiteid_54.itc-uae .regional-links,
  body.websiteid_59.itc-singapore .regional-links,
  body.websiteid_58.itc-hongkong .regional-links,
  body.websiteid_59.itc-hongkong .regional-links,
  body.websiteid_63.itc-israel .regional-links,
  body.websiteid_1.itc-israel .regional-links,
  body.websiteid_5.itc-belgium .regional-links,
  body.websiteid_6.itc-belgium .regional-links {
    margin-right: 240px; }
  body.itc-hongkong #container-mobile .language-links {
    margin-right: 120px; } }

@media (min-width: 992px) {
  body.websiteid_54.itc-me .sign-up-link,
  body.websiteid_1.itc-me .sign-up-link,
  body.websiteid_54.itc-arabia .sign-up-link,
  body.websiteid_1.itc-arabia .sign-up-link,
  body.websiteid_54.itc-egypt .sign-up-link,
  body.websiteid_1.itc-egypt .sign-up-link,
  body.websiteid_54.itc-uae .sign-up-link,
  body.websiteid_1.itc-uae .sign-up-link,
  body.websiteid_1.itc-canada .sign-up-link,
  body.websiteid_6.itc-canada .sign-up-link,
  body.websiteid_8.itc-singapore .sign-up-link,
  body.websiteid_54.itc-uae .sign-up-link,
  body.websiteid_59.itc-singapore .sign-up-link,
  body.websiteid_58.itc-hongkong .sign-up-link,
  body.websiteid_59.itc-hongkong .sign-up-link,
  body.websiteid_63.itc-israel .sign-up-link,
  body.websiteid_1.itc-israel .sign-up-link,
  body.websiteid_5.itc-belgium .sign-up-link,
  body.websiteid_6.itc-belgium .sign-up-link {
    font-size: 14px;
    top: 35px; }
  body.websiteid_54.itc-me .language-links,
  body.websiteid_1.itc-me .language-links,
  body.websiteid_54.itc-arabia .language-links,
  body.websiteid_1.itc-arabia .language-links,
  body.websiteid_54.itc-egypt .language-links,
  body.websiteid_1.itc-egypt .language-links,
  body.websiteid_54.itc-uae .language-links,
  body.websiteid_1.itc-uae .language-links,
  body.websiteid_1.itc-canada .language-links,
  body.websiteid_6.itc-canada .language-links,
  body.websiteid_8.itc-singapore .language-links,
  body.websiteid_54.itc-uae .language-links,
  body.websiteid_59.itc-singapore .language-links,
  body.websiteid_58.itc-hongkong .language-links,
  body.websiteid_59.itc-hongkong .language-links,
  body.websiteid_63.itc-israel .language-links,
  body.websiteid_1.itc-israel .language-links,
  body.websiteid_5.itc-belgium .language-links,
  body.websiteid_6.itc-belgium .language-links {
    margin-right: 178px;
    top: 35px;
    font-size: 14px; }
    body.websiteid_54.itc-me .language-links span.lang,
    body.websiteid_1.itc-me .language-links span.lang,
    body.websiteid_54.itc-arabia .language-links span.lang,
    body.websiteid_1.itc-arabia .language-links span.lang,
    body.websiteid_54.itc-egypt .language-links span.lang,
    body.websiteid_1.itc-egypt .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_1.itc-uae .language-links span.lang,
    body.websiteid_1.itc-canada .language-links span.lang,
    body.websiteid_6.itc-canada .language-links span.lang,
    body.websiteid_8.itc-singapore .language-links span.lang,
    body.websiteid_54.itc-uae .language-links span.lang,
    body.websiteid_59.itc-singapore .language-links span.lang,
    body.websiteid_58.itc-hongkong .language-links span.lang,
    body.websiteid_59.itc-hongkong .language-links span.lang,
    body.websiteid_63.itc-israel .language-links span.lang,
    body.websiteid_1.itc-israel .language-links span.lang,
    body.websiteid_5.itc-belgium .language-links span.lang,
    body.websiteid_6.itc-belgium .language-links span.lang {
      display: inline; }
  body.websiteid_54.itc-me .regional-links,
  body.websiteid_1.itc-me .regional-links,
  body.websiteid_54.itc-arabia .regional-links,
  body.websiteid_1.itc-arabia .regional-links,
  body.websiteid_54.itc-egypt .regional-links,
  body.websiteid_1.itc-egypt .regional-links,
  body.websiteid_54.itc-uae .regional-links,
  body.websiteid_1.itc-uae .regional-links,
  body.websiteid_1.itc-canada .regional-links,
  body.websiteid_6.itc-canada .regional-links,
  body.websiteid_8.itc-singapore .regional-links,
  body.websiteid_54.itc-uae .regional-links,
  body.websiteid_59.itc-singapore .regional-links,
  body.websiteid_58.itc-hongkong .regional-links,
  body.websiteid_59.itc-hongkong .regional-links,
  body.websiteid_63.itc-israel .regional-links,
  body.websiteid_1.itc-israel .regional-links,
  body.websiteid_5.itc-belgium .regional-links,
  body.websiteid_6.itc-belgium .regional-links {
    margin-right: 318px; }
  body.itc-hongkong #container-mobile .language-links {
    margin-right: 135px; } }

.websiteid_116 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_116 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_116 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_116 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_116 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_116 h1, .websiteid_116 h2, .websiteid_116 h3, .websiteid_116 h4, .websiteid_116 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_116 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_116 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_116 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_116 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

@media (min-width: 992px) {
  .websiteid_116 .box-technology .title-box a {
    font-size: 14px; } }

@media (min-width: 1200px) {
  .websiteid_116 .box-technology .title-box a {
    font-size: 18px; } }

.websiteid_112 .box-technology .title-box a {
  font-size: 16px; }

@media (min-width: 768px) {
  .websiteid_112 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 992px) {
  .websiteid_112 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_112 .box-technology .title-box a {
    font-size: 16px; } }

body.cyber-corporate.websiteid_129 .box-technology .title-box a {
  font-size: 17px; }

body.cyber-corporate.websiteid_129 #sign-up-txt {
  font-size: 27px; }

body.cyber-corporate.websiteid_129 .nav-mobile li a {
  font-size: 20px !important; }

body.cyber-corporate.websiteid_129 #sub-footer #contact-btn {
  font-size: 12px; }

body.cyber-corporate.websiteid_129 #header .img-responsive {
  width: 170px; }

@media (min-width: 768px) {
  body.cyber-corporate.websiteid_129 #header-right-txt .main-title-corporate {
    font-size: 23px !important; } }

@media (min-width: 992px) {
  .websiteid_129 #sign-up-txt {
    line-height: 50px; }
  .websiteid_129 #header #container-header ul li a {
    font-size: 15px; }
  .websiteid_129 #header #container-header .sign-up-link a {
    min-width: 134px; } }

.websiteid_100 .large-download-button {
  font-size: 18px !important; }

@media (min-width: 768px) {
  .large-download-button {
    font-size: 20px !important; } }

@media (min-width: 992px) {
  .websiteid_100 .footer-list h5 {
    height: 30px; }
  .websiteid_100 .box-technology .title-box a {
    font-size: 16px; }
  .websiteid_100 #header #container-header ul li a {
    padding: 4px 7px; } }

@media (min-width: 1200px) {
  .websiteid_100 .footer-list h5 {
    height: auto; }
  .websiteid_100 .box-technology .title-box a {
    font-size: 19px; } }

.websiteid_117 .container-search p {
  font-family: sans-serif;
  font-size: 20px; }

.websiteid_117 #from {
  font-family: sans-serif; }

.websiteid_117 .number-header2 {
  font-family: sans-serif; }

.websiteid_117 .number-header {
  font-family: sans-serif; }

.websiteid_117 #first-section h2 {
  font-family: sans-serif; }

.websiteid_117 h1, .websiteid_117 h2, .websiteid_117 h3, .websiteid_117 h4, .websiteid_117 h5 {
  font-family: sans-serif; }

.websiteid_117 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_117 #sign-up-txt {
  font-family: sans-serif;
  font-weight: 300; }

.websiteid_117 #sign-up {
  font-family: sans-serif;
  font-weight: 300; }

.websiteid_117 .bold {
  font-family: sans-serif;
  font-weight: 600; }

@media (min-width: 992px) {
  .websiteid_117 .box-technology .title-box a {
    font-size: 15px; } }

@media (min-width: 1200px) {
  .websiteid_117 .box-technology .title-box a {
    font-size: 18px; } }

.websiteid_118 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_118 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_118 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_118 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_118 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_118 h1, .websiteid_118 h2, .websiteid_118 h3, .websiteid_118 h4, .websiteid_118 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_118 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_118 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_118 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_118 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

body.websiteid_118 .nav-mobile li a {
  font-weight: 600 !important;
  font-size: 16px !important; }
  body.websiteid_118 .nav-mobile li a.main-red-bg {
    font-size: 16px !important; }

body.websiteid_118 #header .img-responsive {
  width: 170px; }

@media (min-width: 992px) {
  .websiteid_118 .box-technology .title-box a {
    font-size: 16px; }
  .websiteid_118 #header #container-header ul li a {
    font-size: 13px;
    padding: 4px 6px; } }

@media (min-width: 1200px) {
  .websiteid_118 .box-technology .title-box a {
    font-size: 19px; }
  .websiteid_118 #header #container-header ul li a {
    font-size: 15px;
    padding: 4px 6px; } }

body.cyber-corporate.websiteid_125 #sign-up-txt {
  font-size: 27px; }

body.cyber-corporate.websiteid_125 .nav-mobile li a {
  font-size: 20px !important; }

body.cyber-corporate.websiteid_125 #header .img-responsive {
  width: 170px; }

@media (min-width: 992px) {
  .websiteid_125 #sign-up-txt {
    line-height: 50px; } }

.websiteid_130 #container-mobile .sign-up-link {
  display: none; }

.websiteid_130 #container-mobile .language-links {
  margin-right: 60px; }

@media (min-width: 480px) {
  .websiteid_130 #container-mobile .sign-up-link {
    display: block; }
  .websiteid_130 #container-mobile .language-links {
    margin-right: 200px; } }

@media (min-width: 768px) {
  .websiteid_130 #container-mobile .language-links {
    margin-right: 160px; } }

@media (min-width: 992px) {
  .websiteid_108 .footer-list h5 {
    height: 30px; }
  .websiteid_108 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 1200px) {
  .websiteid_108 .footer-list h5 {
    height: auto; }
  .websiteid_108 .footer-list ul.list-no-title {
    margin-top: 35px !important; } }

.websiteid_128 .box-resource {
  min-height: 410px; }

body.it-corporate.websiteid_56 #sign-up-txt {
  font-size: 27px; }

@media (min-width: 768px) {
  .websiteid_56 .box-technology .title-box a {
    font-size: 15px; } }

@media (min-width: 1200px) {
  .websiteid_56 .box-technology .title-box a {
    font-size: 20px; } }

@media (min-width: 992px) {
  .websiteid_107 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_107 .box-technology .title-box a {
    font-size: 19px; } }

.websiteid_111 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_111 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_111 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_111 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_111 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_111 h1, .websiteid_111 h2, .websiteid_111 h3, .websiteid_111 h4, .websiteid_111 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_111 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_111 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_111 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_111 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

.websiteid_111 ul.list-no-title {
  margin-top: 35px !important; }

@media (min-width: 480px) {
  .websiteid_111 .footer-list h5 {
    height: 30px; }
  .websiteid_111 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 768px) {
  .websiteid_111 .footer-list h5 {
    height: auto; }
  .websiteid_111 .footer-list ul.list-no-title {
    margin-top: 35px !important; }
  .websiteid_111 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 992px) {
  .websiteid_111 .container-search p {
    font-size: 19px; }
  .websiteid_111 .footer-list h5 {
    height: 30px; }
  .websiteid_111 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_111 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_111 .footer-list h5 {
    height: 30px; }
  .websiteid_111 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_111 .box-technology .title-box a {
    font-size: 15px; } }

.websiteid_110 .large-download-button {
  font-size: 21px !important; }

@media (min-width: 768px) {
  .large-download-button {
    font-size: 25px !important; } }

@media (min-width: 992px) {
  .websiteid_110 .footer-list h5 {
    height: 30px; }
  .websiteid_110 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 1200px) {
  .websiteid_110 .footer-list h5 {
    height: 30px; }
  .websiteid_110 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

.websiteid_119 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_119 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_119 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_119 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_119 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_119 h1, .websiteid_119 h2, .websiteid_119 h3, .websiteid_119 h4, .websiteid_119 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_119 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_119 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_119 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_119 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

body.websiteid_119 #header-right-txt .main-title-corporate {
  font-size: 25px !important; }

body.websiteid_119 .nav-mobile li a {
  font-weight: 600 !important;
  font-size: 16px !important; }
  body.websiteid_119 .nav-mobile li a.main-red-bg {
    font-size: 16px !important; }

@media (min-width: 992px) {
  .websiteid_119 .footer-list h5 {
    height: 30px; }
  .websiteid_119 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 1200px) {
  .websiteid_119 .footer-list h5 {
    height: auto; }
  .websiteid_119 .footer-list ul.list-no-title {
    margin-top: 35px !important; } }

.websiteid_114 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_114 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_114 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_114 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_114 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_114 h1, .websiteid_114 h2, .websiteid_114 h3, .websiteid_114 h4, .websiteid_114 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_114 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_114 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 25px; }

.websiteid_114 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 18px; }

.websiteid_114 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

.websiteid_114 .large-download-button {
  font-size: 24px !important; }

body.websiteid_114 #header-right-txt .main-title-corporate {
  font-size: 20px !important;
  line-height: 30px; }
  body.websiteid_114 #header-right-txt .main-title-corporate span {
    font-size: 21px !important; }

body.websiteid_114 .nav-mobile li a {
  font-weight: 600 !important;
  font-size: 16px !important; }
  body.websiteid_114 .nav-mobile li a.main-red-bg {
    font-size: 14px !important; }

@media (min-width: 480px) {
  body.websiteid_114 .nav-mobile li a {
    font-weight: 600 !important;
    font-size: 16px !important; }
    body.websiteid_114 .nav-mobile li a.main-red-bg {
      font-size: 14px !important; } }

@media (min-width: 992px) {
  .websiteid_114 .footer-list h5 {
    height: 30px; }
  .websiteid_114 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_114 .box-technology .title-box a {
    font-size: 16px; }
  .websiteid_114 #header #container-header ul li a {
    font-size: 15px;
    padding: 4px 6px; }
  .websiteid_114 #header #container-header .sign-up-link {
    min-width: 163px; } }

@media (min-width: 1200px) {
  .websiteid_114 footer-list h5 {
    height: auto; }
  .websiteid_114 footer-list ul.list-no-title {
    margin-top: 35px !important; }
  .websiteid_114 .box-technology .title-box a {
    font-size: 19px; } }

.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: 992px) {
  .websiteid_32 .footer-list h5 {
    height: 30px; }
  .websiteid_32 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .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_105 .box-technology .title-box a {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .websiteid_105 .box-technology .title-box a {
    font-size: 19px; } }

body.websiteid_132 #header ul li {
  vertical-align: top;
  text-align: left; }
  body.websiteid_132 #header ul li a {
    font-size: 15px; }

@media (min-width: 992px) {
  .websiteid_132 .footer-list h5 {
    height: 30px; }
  .websiteid_132 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_132 .box-technology .title-box a {
    font-size: 15px; } }

@media (min-width: 1200px) {
  .websiteid_132 .footer-list h5 {
    height: auto; }
  .websiteid_132 .footer-list ul.list-no-title {
    margin-top: 35px !important; } }

.websiteid_120 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_120 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_120 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_120 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_120 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_120 h1, .websiteid_120 h2, .websiteid_120 h3, .websiteid_120 h4, .websiteid_120 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_120 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_120 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_120 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_120 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

body.websiteid_120 #header-right-txt .main-title-corporate {
  font-size: 25px !important; }

@media (min-width: 992px) {
  .websiteid_120 .box-technology .title-box a {
    font-size: 12px; }
  .websiteid_120 .footer-list h5 {
    height: 30px; }
  .websiteid_120 .footer-list ul.list-no-title {
    margin-top: 50px !important; } }

@media (min-width: 1200px) {
  .websiteid_120 .box-technology .title-box a {
    font-size: 16px; } }

.websiteid_58 .box-resource {
  min-height: 410px; }

.websiteid_44 .container-search p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px; }

.websiteid_44 #from {
  font-family: 'Montserrat', sans-serif; }

.websiteid_44 .number-header2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_44 .number-header {
  font-family: 'Montserrat', sans-serif; }

.websiteid_44 #first-section h2 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_44 h1, .websiteid_44 h2, .websiteid_44 h3, .websiteid_44 h4, .websiteid_44 h5 {
  font-family: 'Montserrat', sans-serif; }

.websiteid_44 .title-vendors {
  font-family: 'Roboto', sans-serif; }

.websiteid_44 #sign-up-txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_44 #sign-up {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.websiteid_44 .bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

.websiteid_44 .large-download-button {
  font-size: 21px !important; }

body.websiteid_44 .nav-mobile li a {
  font-weight: 600 !important;
  font-size: 16px !important; }
  body.websiteid_44 .nav-mobile li a.main-red-bg {
    font-size: 16px !important; }

@media (min-width: 768px) {
  .large-download-button {
    font-size: 24px !important; } }

@media (min-width: 992px) {
  .websiteid_44 .footer-list h5 {
    height: 30px; }
  .websiteid_44 .footer-list ul.list-no-title {
    margin-top: 50px !important; }
  .websiteid_44 .box-technology .title-box a {
    font-size: 12px; } }

@media (min-width: 1200px) {
  .websiteid_44 .footer-list h5 {
    height: auto; }
  .websiteid_44 .footer-list ul.list-no-title {
    margin-top: 35px !important; }
  .websiteid_44 .box-technology .title-box a {
    font-size: 15px; } }

body.it-corporate .content-hub.main {
  margin-top: 0; }
  body.it-corporate .content-hub.main p, body.it-corporate .content-hub.main label, body.it-corporate .content-hub.main td, body.it-corporate .content-hub.main h1, body.it-corporate .content-hub.main h2, body.it-corporate .content-hub.main h3, body.it-corporate .content-hub.main h4, body.it-corporate .content-hub.main h5 {
    font-family: Roboto, sans-serif; }
  body.it-corporate .content-hub.main .headley-container.hero-content {
    background-image: linear-gradient(180deg, #003057 10%, #005499);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
    position: relative;
    padding-bottom: 30px; }
    body.it-corporate .content-hub.main .headley-container.hero-content .hero-triangle {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-bottom: 389px solid #0085e8;
      border-left: 389px solid transparent;
      opacity: 0.2; }
    body.it-corporate .content-hub.main .headley-container.hero-content .hero-content-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-left: 15px;
      padding-right: 15px;
      z-index: 3; }
      body.it-corporate .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
        margin: 0 auto 50px auto;
        left: unset;
        transform: none;
        /*display: flex;
                    justify-content: center;*/ }
      body.it-corporate .content-hub.main .headley-container.hero-content .hero-content-block .hero-logo {
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%); }
      body.it-corporate .content-hub.main .headley-container.hero-content .hero-content-block .hero-subheader {
        margin-top: 20px;
        margin-bottom: 0px;
        color: #50caff;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase; }
      body.it-corporate .content-hub.main .headley-container.hero-content .hero-content-block .hero-header {
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 36px;
        text-align: center;
        font-weight: 700; }
      body.it-corporate .content-hub.main .headley-container.hero-content .hero-content-block .hero-description {
        width: 100%;
        max-width: 850px;
        margin-top: 20px;
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 20px;
        line-height: 32px;
        text-align: center; }
  body.it-corporate .content-hub.main .grid-layout-container {
    padding-top: 50px;
    padding-bottom: 50px; }
    body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container {
      display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; }
      body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item {
        width: calc(100% - 20px);
        height: 370px;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        position: relative; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading {
          margin-top: 5px; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-item-format {
          margin-bottom: 0; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-item-date {
          margin-bottom: 0; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container {
          position: relative;
          left: 0px;
          right: 0px;
          bottom: 0; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container .grid-layout-body span {
            float: none;
            line-height: 1.38;
            display: block;
            width: 65%;
            white-space: no-wrap;
            text-overflow: ellipsis;
            /*overflow: hidden;*/
            height: 119px; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container img {
            position: absolute;
            top: 0px;
            right: 0px; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container .card-button {
            position: relative;
            bottom: -12px; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.background-icon {
          position: relative;
          z-index: 1; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.background-icon:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-image: url("../img/streamline-icon-button-play-1%40300x300.html");
            background-repeat: no-repeat;
            background-size: 170px 170px;
            background-position: center;
            opacity: 0.15;
            z-index: -1; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details {
          display: flex; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details .grid-layout-item-format {
            color: #005499;
            margin-right: 20px;
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 0; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details .grid-layout-item-date {
            color: #0085e8;
            font-size: 16px;
            margin-bottom: 0; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-subheading {
          color: #000000;
          font-size: 18px; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading {
          font-size: 24px;
          margin-top: 5px;
          font-weight: 700;
          color: #000000; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .card-button {
          padding: 10px 30px;
          border-radius: 30px;
          background: #005499;
          color: #ffffff;
          font-size: 16px;
          font-weight: 500;
          position: absolute;
          bottom: 30px; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container .image {
          /*max-height: 120px;*/
          border-radius: 5px;
          max-width: 85px; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container img {
          position: absolute;
          right: 40px;
          bottom: 40px; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide {
          width: calc(100% - 20px);
          display: flex;
          flex-direction: column; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide.bodyCopyAndImageEnabledWideCard .left-card-layout .grid-layout-body {
            width: 62%; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container {
              position: absolute;
              bottom: 20px;
              left: 20px;
              position: static; }
              body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container .card-button {
                bottom: 30px;
                width: max-content; }
              body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container img {
                position: absolute;
                right: 20px;
                bottom: 20px;
                max-width: 85px; }
            body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-body {
              line-height: 1.38;
              width: 100%; }
            body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-item-format {
              margin-bottom: 0; }
            body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-item-date {
              margin-bottom: 0; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            position: absolute;
            bottom: 20px;
            right: 20px; }
            body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout .image {
              height: 100%;
              max-height: 120px;
              border-radius: 5px;
              margin-left: 40px; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
            font-size: 24px;
            font-weight: 500;
            margin-top: 5px; }
            body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.small-text-size {
              font-size: 22px;
              line-height: 1.2; }
            body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.medium-text-size {
              font-size: 32px;
              line-height: 1.1; }
            body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.large-text-size {
              font-size: 42px;
              line-height: 42px; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-body {
            width: 62%; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark {
          background-color: #005499;
          color: #ffffff; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-item-details .grid-layout-item-format {
            color: #ffffff; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-item-details .grid-layout-item-date {
            color: rgba(255, 255, 255, 0.8); }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-subheading {
            color: #ffffff; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-heading {
            color: #ffffff; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .card-button {
            background: #000000;
            color: #ffffff; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light {
          background-color: #0085e8;
          color: #ffffff; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-item-details .grid-layout-item-format {
            color: #ffffff; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-item-details .grid-layout-item-date {
            color: rgba(255, 255, 255, 0.8); }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-subheading {
            color: #ffffff; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-heading {
            color: #ffffff; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .card-button {
            background: #ffffff;
            color: #000000; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item:hover {
          transform: translate(0px, -5px);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
          transition: all 300ms ease;
          cursor: pointer; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.large-text .grid-layout-heading {
          font-size: 38px; }
  body.it-corporate .content-hub.main .more-resources-container {
    padding-bottom: 50px; }
    body.it-corporate .content-hub.main .more-resources-container .more-resources-title {
      text-align: center;
      font-size: 32px;
      font-weight: 600;
      color: #000000; }
    body.it-corporate .content-hub.main .more-resources-container .more-resources-description {
      text-align: center;
      font-size: 20px;
      color: #000000; }
    body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container {
      display: flex;
      flex-direction: column;
      margin-left: -10px;
      margin-right: -10px;
      margin-top: 30px; }
      body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item {
        width: calc(100% - 20px);
        height: 470px;
        background: #005499;
        padding: 40px;
        border-radius: 0 20px 20px 0;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px; }
        body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.dark {
          background: #005499; }
        body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.lightest {
          background: #00a0df; }
        body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.light {
          background: #0085e8; }
        body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header {
          display: flex;
          align-items: center;
          margin-bottom: 20px; }
          body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header .more-resources-logo {
            max-height: 40px;
            max-width: 115px; }
          body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header .card-date {
            margin-left: 20px;
            opacity: 0.8;
            color: #ffffff;
            font-size: 15px;
            line-height: 15px;
            font-weight: 400; }
        body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-body {
          color: #ffffff; }
        body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .card-subheading {
          margin-top: 10px;
          margin-bottom: 0px;
          color: #ffffff;
          font-size: 18px;
          line-height: 22px;
          font-weight: 400;
          text-decoration: none; }
        body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .card-heading {
          margin-top: 5px;
          color: #ffffff;
          font-size: 32px;
          font-weight: 600; }
        body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-button {
          color: #ffffff;
          border-radius: 30px;
          padding: 10px 30px;
          border: 2px solid #ffffff;
          font-weight: 500;
          position: absolute;
          bottom: 40px;
          left: 40px;
          transition: all 0.3s ease; }
        body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item:hover {
          cursor: pointer;
          transform: translate(0px, -5px);
          box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
          transition: all 0.3s ease; }
          body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item:hover .more-resources-button {
            background: #ffffff;
            color: #005499;
            transition: all 0.3s ease; }
  body.it-corporate .content-hub.main .explore-topics-container {
    background-image: linear-gradient(180deg, #005499, #003057);
    padding-top: 50px;
    padding-bottom: 100px; }
    body.it-corporate .content-hub.main .explore-topics-container .explore-topics-title {
      font-size: 38px;
      text-align: center;
      color: #ffffff;
      font-weight: 600; }
    body.it-corporate .content-hub.main .explore-topics-container .explore-topics-description {
      font-size: 20px;
      color: #ffffff;
      text-align: center; }
    body.it-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel {
      display: flex;
      margin-top: 40px; }
      body.it-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer {
        width: calc(100% - 40px);
        max-width: 180px;
        margin: 0 auto; }
        body.it-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-inner {
          background-image: linear-gradient(180deg, #0085e8, #50caff);
          height: 220px;
          width: 100%;
          border-top-right-radius: 12px;
          border-bottom-right-radius: 12px;
          position: relative;
          overflow: hidden; }
          body.it-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-inner .topic-box-image {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            height: 175px;
            width: 175px;
            position: absolute;
            bottom: -3px;
            right: -14px;
            opacity: 0.2;
            filter: brightness(0) invert(1); }
        body.it-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-title {
          color: #ffffff;
          font-size: 20px;
          font-weight: 600;
          opacity: 0.9; }
      body.it-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav {
        display: flex;
        position: absolute;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%); }
        body.it-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev {
          padding-left: 15px;
          padding-right: 10px; }
          body.it-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev img {
            width: 35px;
            opacity: 0.7; }
          body.it-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev:hover img {
            opacity: 1;
            transition: all 0.2s ease; }
        body.it-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next {
          padding-left: 10px;
          padding-right: 15px; }
          body.it-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next img {
            width: 35px;
            opacity: 0.7;
            transform: rotate(180deg); }
          body.it-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next:hover img {
            opacity: 1;
            transition: all 0.2s ease; }

.is-content-hub.it-corporate .content-hub-footer {
  background: #003057;
  padding-top: 50px;
  padding-bottom: 80px; }
  .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner {
    display: flex;
    flex-direction: column-reverse; }
    .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left {
      width: 100%; }
      .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container {
        display: flex;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center; }
        .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container img.logo {
          margin-bottom: 20px;
          width: auto; }
      .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left .copyright-container p {
        color: #ffffff;
        opacity: 0.9;
        font-size: 16px;
        line-height: 26px;
        text-align: center; }
    .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-direction: column;
      width: 100%; }
      .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list {
        float: none !important;
        width: unset !important;
        margin-bottom: 30px; }
        .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list h5 {
          color: #50caff;
          margin-bottom: 20px;
          font-size: 16px;
          line-height: 16px;
          letter-spacing: 2px;
          text-transform: uppercase;
          text-align: center; }
        .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul {
          padding-left: 0; }
          .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li {
            color: #ffffff;
            display: block; }
            .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a {
              color: #ffffff;
              margin-bottom: 10px;
              opacity: 0.9;
              -webkit-transition: color 200ms ease;
              transition: color 200ms ease;
              color: #fff;
              font-size: 16px;
              line-height: 16px;
              text-decoration: none;
              display: block; }
              .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a:hover {
                color: #50caff;
                opacity: 1; }
        .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a {
          color: #ffffff;
          margin-bottom: 10px;
          opacity: 0.9;
          -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
          color: #fff;
          font-size: 16px;
          line-height: 16px;
          text-decoration: none;
          display: block;
          text-align: center; }
          .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a:hover {
            color: #50caff;
            opacity: 1; }
        .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list p {
          color: #ffffff;
          margin-bottom: 10px;
          opacity: 0.9;
          -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
          color: #fff;
          font-size: 16px;
          line-height: 16px;
          text-decoration: none;
          display: block;
          text-align: center; }

.is-content-hub.it-corporate #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 65px; }
  .is-content-hub.it-corporate #header #header-rectangle {
    background: #003057; }
  .is-content-hub.it-corporate #header .img-responsive {
    margin-top: 0;
    margin-bottom: 10px; }

.is-content-hub.it-corporate #container-mobile .menu {
  padding: 7px 0px 17px 0px !important;
  margin-right: 15px; }
  .is-content-hub.it-corporate #container-mobile .menu.clicked-menu {
    background: transparent !important; }

.is-content-hub.it-corporate #container-mobile .menu-button .icon-bar {
  background: #50caff !important; }

.is-content-hub.it-corporate #container-mobile a.main-red-bg {
  background: #50caff !important; }
  .is-content-hub.it-corporate #container-mobile a.main-red-bg:hover {
    background: #0085e8 !important; }

.is-content-hub.it-corporate #container-mobile .nav-mobile li a:hover {
  color: #50caff !important; }

.is-content-hub.it-corporate .main.content-hub {
  /*margin-top: 65px;*/
  padding-top: 65px; }

.is-content-hub.it-corporate .nav-mobile {
  background: #003057 !important; }
  .is-content-hub.it-corporate .nav-mobile li a {
    background: #003057 !important; }

@media (min-width: 768px) {
  body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.small-text-size {
    font-size: 22px; }
  body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.medium-text-size {
    font-size: 32px;
    line-height: 1.1; }
  body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.large-text-size {
    font-size: 42px;
    line-height: 42px; }
  body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.small-text-size .card-heading {
    font-size: 26px;
    line-height: 34px; }
  body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.medium-text-size .card-heading {
    font-size: 32px;
    line-height: 1.1; }
  body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.large-text-size .card-heading {
    font-size: 42px;
    line-height: 42px; } }

@media (min-width: 992px) {
  body.it-corporate .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
    margin: 0 auto 40px auto; }
  .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner {
    flex-direction: row; }
    .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left {
      padding-right: 100px;
      width: 50%; }
      .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container {
        flex-direction: row; }
        .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container img {
          margin-bottom: 0;
          margin-right: 20px; }
      .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-left .copyright-container p {
        text-align: left; }
    .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right {
      padding-left: 100px;
      flex-direction: row;
      width: 50%;
      align-items: flex-start;
      justify-content: space-between; }
      .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li {
        text-align: left; }
        .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a {
          text-align: left; }
      .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list p {
        text-align: left; }
      .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a {
        text-align: left; }
      .is-content-hub.it-corporate .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list h5 {
        text-align: left; }
  .is-content-hub.it-corporate #header {
    height: 80px; }
  .is-content-hub.it-corporate .main.content-hub {
    margin-top: 80px;
    padding-top: 0px; }
  .is-content-hub.it-corporate #container-mobile .menu {
    padding: 23px 0px 17px 0px !important; }
  body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
    width: 100%; }
    body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container img {
      max-height: unset;
      bottom: 40px;
      right: 40px;
      max-width: 223px;
      max-height: 292px; }
  body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
    width: 65%; } }

@media (min-width: 1188px) {
  body.it-corporate .content-hub.main .headley-container.hero-content .hero-content-block .hero-header {
    font-size: 42px; }
  body.it-corporate .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
    margin: 0 auto 45px auto; }
  body.it-corporate .content-hub.main .grid-layout-container {
    padding-top: 100px;
    padding-bottom: 100px; }
    body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item {
      width: calc(33.3% - 20px);
      padding: 40px; }
      body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container {
        bottom: 40px;
        left: 40px;
        right: 40px; }
      body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading {
        font-size: 26px; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.small-text-size {
          font-size: 22px; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.medium-text-size {
          font-size: 32px;
          line-height: 1.1; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.large-text-size {
          font-size: 42px;
          line-height: 42px; }
      body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide {
        width: calc(66.6% - 20px);
        display: flex;
        flex-direction: row; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container {
            bottom: 40px;
            left: 40px; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout {
          display: flex;
          align-items: center;
          position: static; }
          body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout .image {
            height: 100%;
            max-height: 231px;
            border-radius: 5px;
            margin-left: 40px; }
        body.it-corporate .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
          font-size: 32px;
          font-weight: 700; }
  body.it-corporate .content-hub.main .more-resources-container {
    padding-bottom: 100px; }
    body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container {
      flex-direction: row; }
      body.it-corporate .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item {
        width: calc(33.3% - 20px); }
    body.it-corporate .content-hub.main .more-resources-container .more-resources-title {
      font-size: 38px; }
  body.it-corporate .content-hub.main .explore-topics-container {
    padding-top: 100px;
    padding-bottom: 200px; }
    body.it-corporate .content-hub.main .explore-topics-container .explore-topics-inner-container .topic-box-outer {
      width: calc(100% - 40px); } }

body.electronic-pro .content-hub.main {
  margin-top: 0; }
  body.electronic-pro .content-hub.main p, body.electronic-pro .content-hub.main label, body.electronic-pro .content-hub.main td, body.electronic-pro .content-hub.main h1, body.electronic-pro .content-hub.main h2, body.electronic-pro .content-hub.main h3, body.electronic-pro .content-hub.main h4, body.electronic-pro .content-hub.main h5 {
    font-family: Roboto, sans-serif; }
  body.electronic-pro .content-hub.main .headley-container.hero-content {
    background-image: linear-gradient(180deg, #062833 10%, #0d4f66);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
    position: relative;
    padding-bottom: 30px; }
    body.electronic-pro .content-hub.main .headley-container.hero-content .hero-triangle {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-bottom: 389px solid #178ab2;
      border-left: 389px solid transparent;
      opacity: 0.2; }
    body.electronic-pro .content-hub.main .headley-container.hero-content .hero-content-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-left: 15px;
      padding-right: 15px;
      z-index: 3; }
      body.electronic-pro .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
        margin: 0 auto 50px auto;
        left: unset;
        transform: none;
        /*display: flex;
                    justify-content: center;*/ }
      body.electronic-pro .content-hub.main .headley-container.hero-content .hero-content-block .hero-logo {
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%); }
      body.electronic-pro .content-hub.main .headley-container.hero-content .hero-content-block .hero-subheader {
        margin-top: 20px;
        margin-bottom: 0px;
        color: #83ffcd;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase; }
      body.electronic-pro .content-hub.main .headley-container.hero-content .hero-content-block .hero-header {
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 36px;
        text-align: center;
        font-weight: 700; }
      body.electronic-pro .content-hub.main .headley-container.hero-content .hero-content-block .hero-description {
        width: 100%;
        max-width: 850px;
        margin-top: 20px;
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 20px;
        line-height: 32px;
        text-align: center; }
  body.electronic-pro .content-hub.main .grid-layout-container {
    padding-top: 50px;
    padding-bottom: 50px; }
    body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container {
      display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; }
      body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item {
        width: calc(100% - 20px);
        height: 370px;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        position: relative; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading {
          margin-top: 5px; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-item-format {
          margin-bottom: 0; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-item-date {
          margin-bottom: 0; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container {
          position: relative;
          left: 0px;
          right: 0px;
          bottom: 0; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container .grid-layout-body span {
            float: none;
            line-height: 1.38;
            display: block;
            width: 65%;
            white-space: no-wrap;
            text-overflow: ellipsis;
            overflow: hidden;
            height: 119px; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container img {
            position: absolute;
            top: 0px;
            right: 0px; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container .card-button {
            position: relative;
            bottom: -12px; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.background-icon {
          position: relative;
          z-index: 1; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.background-icon:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-image: url("../img/streamline-icon-button-play-1%40300x300.html");
            background-repeat: no-repeat;
            background-size: 170px 170px;
            background-position: center;
            opacity: 0.15;
            z-index: -1; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details {
          display: flex; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details .grid-layout-item-format {
            color: #0d4f66;
            margin-right: 20px;
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 0; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details .grid-layout-item-date {
            color: #178ab2;
            font-size: 16px;
            margin-bottom: 0; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-subheading {
          color: #000000;
          font-size: 18px; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading {
          font-size: 24px;
          margin-top: 5px;
          font-weight: 700;
          color: #000000; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .card-button {
          padding: 10px 30px;
          border-radius: 30px;
          background: #0d4f66;
          color: #ffffff;
          font-size: 16px;
          font-weight: 500;
          position: absolute;
          bottom: 30px; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container .image {
          max-height: 120px;
          border-radius: 5px; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container img {
          position: absolute;
          right: 40px;
          bottom: 40px;
          max-width: 85px; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide {
          width: calc(100% - 20px);
          display: flex;
          flex-direction: column; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide.bodyCopyAndImageEnabledWideCard .left-card-layout .grid-layout-body {
            width: 62%; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container {
              position: absolute;
              bottom: 20px;
              left: 20px;
              position: static; }
              body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container .card-button {
                bottom: 30px;
                width: max-content; }
              body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container img {
                position: absolute;
                right: 20px;
                bottom: 20px;
                max-width: 85px; }
            body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-body {
              line-height: 1.38;
              width: 100%; }
            body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-item-format {
              margin-bottom: 0; }
            body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-item-date {
              margin-bottom: 0; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            position: absolute;
            bottom: 20px;
            right: 20px; }
            body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout .image {
              height: 100%;
              max-height: 120px;
              border-radius: 5px;
              margin-left: 40px; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
            font-size: 24px;
            font-weight: 500;
            margin-top: 5px; }
            body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.small-text-size {
              font-size: 22px;
              line-height: 1.2; }
            body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.medium-text-size {
              font-size: 32px;
              line-height: 1.1; }
            body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.large-text-size {
              font-size: 42px;
              line-height: 42px; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-body {
            width: 62%; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark {
          background-color: #0d4f66;
          color: #ffffff; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-item-details .grid-layout-item-format {
            color: #ffffff; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-item-details .grid-layout-item-date {
            color: rgba(255, 255, 255, 0.8); }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-subheading {
            color: #ffffff; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-heading {
            color: #ffffff; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .card-button {
            background: #000000;
            color: #ffffff; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light {
          background-color: #178ab2;
          color: #ffffff; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-item-details .grid-layout-item-format {
            color: #ffffff; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-item-details .grid-layout-item-date {
            color: rgba(255, 255, 255, 0.8); }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-subheading {
            color: #ffffff; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-heading {
            color: #ffffff; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .card-button {
            background: #ffffff;
            color: #000000; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item:hover {
          transform: translate(0px, -5px);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
          transition: all 300ms ease;
          cursor: pointer; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.large-text .grid-layout-heading {
          font-size: 38px; }
  body.electronic-pro .content-hub.main .more-resources-container {
    padding-bottom: 50px; }
    body.electronic-pro .content-hub.main .more-resources-container .more-resources-title {
      text-align: center;
      font-size: 32px;
      font-weight: 600;
      color: #000000; }
    body.electronic-pro .content-hub.main .more-resources-container .more-resources-description {
      text-align: center;
      font-size: 20px;
      color: #000000; }
    body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container {
      display: flex;
      flex-direction: column;
      margin-left: -10px;
      margin-right: -10px;
      margin-top: 30px; }
      body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item {
        width: calc(100% - 20px);
        height: 470px;
        background: #0d4f66;
        padding: 40px;
        border-radius: 0 20px 20px 0;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px; }
        body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.dark {
          background: #0d4f66; }
        body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.lightest {
          background: #5cb38f; }
        body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.light {
          background: #178ab2; }
        body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header {
          display: flex;
          align-items: center;
          margin-bottom: 20px; }
          body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header .more-resources-logo {
            max-height: 40px;
            max-width: 115px; }
          body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header .card-date {
            margin-left: 20px;
            opacity: 0.8;
            color: #ffffff;
            font-size: 15px;
            line-height: 15px;
            font-weight: 400; }
        body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-body {
          color: #ffffff; }
        body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .card-subheading {
          margin-top: 10px;
          margin-bottom: 0px;
          color: #ffffff;
          font-size: 18px;
          line-height: 22px;
          font-weight: 400;
          text-decoration: none; }
        body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .card-heading {
          margin-top: 5px;
          color: #ffffff;
          font-size: 32px;
          font-weight: 600; }
        body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-button {
          color: #ffffff;
          border-radius: 30px;
          padding: 10px 30px;
          border: 2px solid #ffffff;
          font-weight: 500;
          position: absolute;
          bottom: 40px;
          left: 40px;
          transition: all 0.3s ease; }
        body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item:hover {
          cursor: pointer;
          transform: translate(0px, -5px);
          box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
          transition: all 0.3s ease; }
          body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item:hover .more-resources-button {
            background: #ffffff;
            color: #0d4f66;
            transition: all 0.3s ease; }
  body.electronic-pro .content-hub.main .explore-topics-container {
    background-image: linear-gradient(180deg, #0d4f66, #062833);
    padding-top: 50px;
    padding-bottom: 100px; }
    body.electronic-pro .content-hub.main .explore-topics-container .explore-topics-title {
      font-size: 38px;
      text-align: center;
      color: #ffffff;
      font-weight: 600; }
    body.electronic-pro .content-hub.main .explore-topics-container .explore-topics-description {
      font-size: 20px;
      color: #ffffff;
      text-align: center; }
    body.electronic-pro .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel {
      display: flex;
      margin-top: 40px; }
      body.electronic-pro .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer {
        width: calc(100% - 40px);
        max-width: 180px;
        margin: 0 auto; }
        body.electronic-pro .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-inner {
          background-image: linear-gradient(180deg, #178ab2, #83ffcd);
          height: 220px;
          width: 100%;
          border-top-right-radius: 12px;
          border-bottom-right-radius: 12px;
          position: relative;
          overflow: hidden; }
          body.electronic-pro .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-inner .topic-box-image {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            height: 175px;
            width: 175px;
            position: absolute;
            bottom: -3px;
            right: -14px;
            opacity: 0.2;
            filter: brightness(0) invert(1); }
        body.electronic-pro .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-title {
          color: #ffffff;
          font-size: 20px;
          font-weight: 600;
          opacity: 0.9; }
      body.electronic-pro .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav {
        display: flex;
        position: absolute;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%); }
        body.electronic-pro .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev {
          padding-left: 15px;
          padding-right: 10px; }
          body.electronic-pro .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev img {
            width: 35px;
            opacity: 0.7; }
          body.electronic-pro .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev:hover img {
            opacity: 1;
            transition: all 0.2s ease; }
        body.electronic-pro .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next {
          padding-left: 10px;
          padding-right: 15px; }
          body.electronic-pro .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next img {
            width: 35px;
            opacity: 0.7;
            transform: rotate(180deg); }
          body.electronic-pro .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next:hover img {
            opacity: 1;
            transition: all 0.2s ease; }

.is-content-hub.electronic-pro .content-hub-footer {
  background: #062833;
  padding-top: 50px;
  padding-bottom: 80px; }
  .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner {
    display: flex;
    flex-direction: column-reverse; }
    .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-left {
      width: 100%; }
      .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container {
        display: flex;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center; }
        .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container img.logo {
          margin-bottom: 20px;
          width: auto; }
      .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-left .copyright-container p {
        color: #ffffff;
        opacity: 0.9;
        font-size: 16px;
        line-height: 26px;
        text-align: center; }
    .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-direction: column;
      width: 100%; }
      .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list {
        float: none !important;
        width: unset !important;
        margin-bottom: 30px; }
        .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list h5 {
          color: #83ffcd;
          margin-bottom: 20px;
          font-size: 16px;
          line-height: 16px;
          letter-spacing: 2px;
          text-transform: uppercase;
          text-align: center; }
        .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul {
          padding-left: 0; }
          .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li {
            color: #ffffff;
            display: block; }
            .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a {
              color: #ffffff;
              margin-bottom: 10px;
              opacity: 0.9;
              -webkit-transition: color 200ms ease;
              transition: color 200ms ease;
              color: #fff;
              font-size: 16px;
              line-height: 16px;
              text-decoration: none;
              display: block; }
              .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a:hover {
                color: #83ffcd;
                opacity: 1; }
        .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a {
          color: #ffffff;
          margin-bottom: 10px;
          opacity: 0.9;
          -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
          color: #fff;
          font-size: 16px;
          line-height: 16px;
          text-decoration: none;
          display: block;
          text-align: center; }
          .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a:hover {
            color: #83ffcd;
            opacity: 1; }
        .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list p {
          color: #ffffff;
          margin-bottom: 10px;
          opacity: 0.9;
          -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
          color: #fff;
          font-size: 16px;
          line-height: 16px;
          text-decoration: none;
          display: block;
          text-align: center; }

.is-content-hub.electronic-pro #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 65px; }
  .is-content-hub.electronic-pro #header #header-rectangle {
    background: #062833; }
  .is-content-hub.electronic-pro #header .img-responsive {
    margin-top: 0;
    margin-bottom: 10px; }

.is-content-hub.electronic-pro #container-mobile .menu {
  padding: 7px 0px 17px 0px !important;
  margin-right: 15px; }
  .is-content-hub.electronic-pro #container-mobile .menu.clicked-menu {
    background: transparent !important; }

.is-content-hub.electronic-pro #container-mobile .menu-button .icon-bar {
  background: #83ffcd !important; }

.is-content-hub.electronic-pro #container-mobile a.main-red-bg {
  background: #83ffcd !important; }
  .is-content-hub.electronic-pro #container-mobile a.main-red-bg:hover {
    background: #178ab2 !important; }

.is-content-hub.electronic-pro #container-mobile .nav-mobile li a:hover {
  color: #83ffcd !important; }

.is-content-hub.electronic-pro .main.content-hub {
  /*margin-top: 65px;*/
  padding-top: 65px; }

.is-content-hub.electronic-pro .nav-mobile {
  background: #062833 !important; }
  .is-content-hub.electronic-pro .nav-mobile li a {
    background: #062833 !important; }

@media (min-width: 768px) {
  body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.small-text-size {
    font-size: 22px; }
  body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.medium-text-size {
    font-size: 32px;
    line-height: 1.1; }
  body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.large-text-size {
    font-size: 42px;
    line-height: 42px; }
  body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.small-text-size .card-heading {
    font-size: 26px;
    line-height: 34px; }
  body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.medium-text-size .card-heading {
    font-size: 32px;
    line-height: 1.1; }
  body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.large-text-size .card-heading {
    font-size: 42px;
    line-height: 42px; } }

@media (min-width: 992px) {
  body.electronic-pro .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
    margin: 0 auto 60px auto; }
  .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner {
    flex-direction: row; }
    .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-left {
      padding-right: 100px;
      width: 50%; }
      .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container {
        flex-direction: row; }
        .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container img {
          margin-bottom: 0;
          margin-right: 20px; }
      .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-left .copyright-container p {
        text-align: left; }
    .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right {
      padding-left: 100px;
      flex-direction: row;
      width: 50%;
      align-items: flex-start;
      justify-content: space-between; }
      .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li {
        text-align: left; }
        .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a {
          text-align: left; }
      .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list p {
        text-align: left; }
      .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a {
        text-align: left; }
      .is-content-hub.electronic-pro .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list h5 {
        text-align: left; }
  .is-content-hub.electronic-pro #header {
    height: 80px; }
  .is-content-hub.electronic-pro .main.content-hub {
    margin-top: 80px;
    padding-top: 0px; }
  .is-content-hub.electronic-pro #container-mobile .menu {
    padding: 23px 0px 17px 0px !important; }
  body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
    width: 100%; }
    body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container img {
      max-height: unset;
      bottom: 40px;
      right: 40px;
      max-width: 223px;
      max-height: 292px; }
  body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
    width: 65%; } }

@media (min-width: 1188px) {
  body.electronic-pro .content-hub.main .headley-container.hero-content .hero-content-block .hero-header {
    font-size: 42px; }
  body.electronic-pro .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
    margin: 0 auto 30px auto; }
  body.electronic-pro .content-hub.main .grid-layout-container {
    padding-top: 100px;
    padding-bottom: 100px; }
    body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item {
      width: calc(33.3% - 20px);
      padding: 40px; }
      body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container {
        bottom: 40px;
        left: 40px;
        right: 40px; }
      body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading {
        font-size: 26px; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.small-text-size {
          font-size: 22px; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.medium-text-size {
          font-size: 32px;
          line-height: 1.1; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.large-text-size {
          font-size: 42px;
          line-height: 42px; }
      body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide {
        width: calc(66.6% - 20px);
        display: flex;
        flex-direction: row; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container {
            bottom: 40px;
            left: 40px; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout {
          display: flex;
          align-items: center;
          position: static; }
          body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout .image {
            height: 100%;
            max-height: 231px;
            border-radius: 5px;
            margin-left: 40px; }
        body.electronic-pro .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
          font-size: 32px;
          font-weight: 700; }
  body.electronic-pro .content-hub.main .more-resources-container {
    padding-bottom: 100px; }
    body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container {
      flex-direction: row; }
      body.electronic-pro .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item {
        width: calc(33.3% - 20px); }
    body.electronic-pro .content-hub.main .more-resources-container .more-resources-title {
      font-size: 38px; }
  body.electronic-pro .content-hub.main .explore-topics-container {
    padding-top: 100px;
    padding-bottom: 200px; }
    body.electronic-pro .content-hub.main .explore-topics-container .explore-topics-inner-container .topic-box-outer {
      width: calc(100% - 40px); } }

/*body.electronic-pro {
    .content-hub.main {
        margin-top: 0;

        p, label, td, h1, h2, h3, h4, h5 {
            font-family: Roboto, sans-serif;
        }


        .headley-container.hero-content {
            background-image: linear-gradient( 180deg, $electronic-pro-darkest, $electronic-pro-dark);
            display: flex;
            justify-content: center;
            align-items: center;
            height: 550px;
            position: relative;

            .hero-triangle {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 0;
                height: 0;
                border-bottom: 500px solid $electronic-pro-light;
                border-left: 500px solid transparent;
                opacity: 0.2;
            }

            .hero-content-block {
                display: flex;
                flex-direction: column;
                align-items: center;
                padding-left: 15px;
                padding-right: 15px;
                z-index:10;

                .hero-logo {
                    max-height: 50px;
                    max-width: 200px;
                }

                .hero-subheader {
                    margin-top: 20px;
                    margin-bottom: 0px;
                    color: $electronic-pro-lightest;
                    font-size: 20px;
                    line-height: 20px;
                    font-weight: 400;
                    letter-spacing: 3px;
                    text-transform: uppercase;
                }

                .hero-header {
                    margin-bottom: 0px;
                    color: $electronic-pro-white;
                    font-size: 36px;
                    text-align: center;
                    font-weight: 700;
                }

                .hero-description {
                    max-width: 502px;
                    width: 100%;
                    margin-top: 20px;
                    margin-bottom: 0px;
                    color: $electronic-pro-white;
                    font-size: 20px;
                    line-height: 32px;
                    text-align: center;
                }

                .image-container{
                    display: flex;
                    justify-content: center;
                }
            }
        }

        .grid-layout-container {
            padding-top: 50px;
            padding-bottom: 50px;

            .grid-layout-inner-container {
                display: flex;
                flex-wrap: wrap;
                margin-left: -10px;
                margin-right: -10px;

                .grid-layout-item {
                    width: calc(100% - 20px);
                    height: 350px;
                    background-color: $electronic-pro-white;
                    padding: 20px;
                    border-radius: 15px;
                    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
                    margin-left: 10px;
                    margin-right: 10px;
                    margin-bottom: 20px;
                    position: relative;

                   

                    &.background-icon {
                        position: relative;
                        z-index: 1;

                        &:after {
                            content: "";
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            background-image: url("/img/streamline-icon-button-play-1@300x300.svg");
                            background-repeat: no-repeat;
                            background-size: 170px 170px;
                            background-position: center;
                            opacity: 0.15;
                            z-index: -1;
                        }
                    }

                    .grid-layout-item-details {
                        display: flex;

                        .grid-layout-item-format {
                            color: $electronic-pro-dark;
                            margin-right: 20px;
                            font-weight: 600;
                            font-size: 16px;
                        }

                        .grid-layout-item-date {
                            color: $electronic-pro-light;
                            font-size: 16px;
                        }
                    }

                    .grid-layout-subheading {
                        color: $electronic-pro-black;
                        font-size: 18px;
                    }

                    .grid-layout-heading {
                        font-size: 24px;
                        margin-top: 12px;
                        font-weight: 600;
                        color: $electronic-pro-black;
                    }

                    .lower-card-container {
                        display: flex;
                        align-items: flex-end;
                        justify-content: space-between;
                        position: absolute;
                        bottom: 20px;
                        left: 20px;
                        right: 20px;

                        .card-button {
                            padding: 10px 30px;
                            border-radius: 30px;
                            background: $electronic-pro-light;
                            color: $electronic-pro-white;
                            font-size: 16px;
                            font-weight: 500;
                        }

                        .image {
                            max-height: 120px;
                            border-radius: 5px;
                        }
                    }
                    //wide card
                    &.wide {
                        width: calc(100% - 20px);
                        display: flex;
                        flex-direction: column;

                        .left-card-layout {
                            display: flex;
                            flex-direction: column;
                            justify-content: space-between;

                            .lower-card-container {
                                position: absolute;
                                bottom: 20px;
                                left: 20px;
                            }
                        }

                        .right-card-layout {
                            display: flex;
                            align-items: center;
                            justify-content: flex-end;
                            position: absolute;
                            bottom: 20px;
                            right: 20px;

                            .image {
                                height: 100%;
                                max-height: 120px;
                                border-radius: 5px;
                                margin-left: 40px;
                            }
                        }

                        .grid-layout-heading {
                            font-size: 24px;
                            font-weight: 500;
                        }
                    }
                    //dark card
                    &.dark {
                        background-color: $electronic-pro-dark;
                        color: $electronic-pro-white;

                        .grid-layout-item-details {
                            .grid-layout-item-format {
                                color: $electronic-pro-white;
                            }

                            .grid-layout-item-date {
                                color: rgba($electronic-pro-white, 0.8);
                            }
                        }

                        .grid-layout-subheading {
                            color: $electronic-pro-lightest;
                        }

                        .grid-layout-heading {
                            color: $electronic-pro-lightest;
                        }

                        .lower-card-container {
                            .card-button {
                                background: $electronic-pro-darkest;
                                color: $electronic-pro-white;
                            }
                        }
                    }
                    //light card
                    &.light {
                        background-color: $electronic-pro-light;
                        color: $electronic-pro-white;

                        .grid-layout-item-details {
                            .grid-layout-item-format {
                                color: $electronic-pro-white;
                            }

                            .grid-layout-item-date {
                                color: rgba($electronic-pro-white, 0.8);
                            }
                        }

                        .grid-layout-subheading {
                            color: $electronic-pro-white;
                        }

                        .grid-layout-heading {
                            color: $electronic-pro-white;
                        }

                        .lower-card-container {
                            .card-button {
                                background: $electronic-pro-white;
                                color: $electronic-pro-black;
                            }
                        }
                    }
                    //card hover state
                    &:hover {
                        transform: translate(0px, -5px);
                        box-shadow: 0 0 40px 10px rgba(0,0,0,0.1);
                        transition: all 300ms ease;
                        cursor: pointer;
                    }

                    &.large-text {
                        .grid-layout-heading {
                            font-size: 38px;
                        }
                    }
                }
            }
        }


        .more-resources-container {
            padding-bottom: 50px;

            .more-resources-title {
                text-align: center;
                font-size: 32px;
                font-weight: 600;
                color: $electronic-pro-black;
            }

            .more-resources-description {
                text-align: center;
                font-size: 20px;
                color: $electronic-pro-black;
            }

            .more-resources-grid-container {
                display: flex;
                flex-direction: column;
                margin-left: -10px;
                margin-right: -10px;
                margin-top: 30px;

                .more-resources-item {
                    width: calc(100% - 20px);
                    height: 470px;
                    background: $electronic-pro-dark;
                    padding: 40px;
                    border-radius: 0 20px 20px 0;
                    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
                    position: relative;
                    margin-left: 10px;
                    margin-right: 10px;
                    margin-bottom: 20px;

                    &.small-text-size {
                        .card-heading {
                            font-size: 26px;
                            line-height: 34px;
                        }
                    }

                    &.medium-text-size {
                        .card-heading {
                            font-size: 32px;
                            line-height: 40px;
                        }
                    }

                    &.large-text-size {
                        .card-heading {
                            font-size: 42px;
                            line-height: 42px;
                        }
                    }

                    &.dark {
                        background: $electronic-pro-dark;
                    }

                    &.lightest {
                        background: $electronic-pro-lighter;
                    }

                    &.light {
                        background: $electronic-pro-light;
                    }

                    .more-resources-header {
                        display: flex;
                        align-items: center;
                        margin-bottom: 20px;

                        .more-resources-logo {
                            max-height: 40px;
                            max-width: 115px;
                        }

                        .card-date {
                            margin-left: 20px;
                            opacity: 0.8;
                            color: $electronic-pro-white;
                            font-size: 15px;
                            line-height: 15px;
                            font-weight: 400;
                        }
                    }

                    .card-subheading {
                        margin-top: 10px;
                        margin-bottom: 0px;
                        color: $electronic-pro-white;
                        font-size: 18px;
                        line-height: 22px;
                        font-weight: 400;
                        text-decoration: none;
                    }

                    .card-heading {
                        margin-top: 5px;
                        color: $electronic-pro-white;
                        font-size: 32px;
                        font-weight: 600;
                    }

                    .more-resources-button {
                        color: $electronic-pro-white;
                        border-radius: 30px;
                        padding: 10px 30px;
                        border: 2px solid $electronic-pro-white;
                        font-weight: 500;
                        position: absolute;
                        bottom: 40px;
                        left: 40px;
                        transition: all 0.3s ease;
                    }

                    &:hover {
                        cursor: pointer;
                        transform: translate(0px, -5px );
                        box-shadow: 0 0 60px 10px rgba(0,0,0,0.2);
                        transition: all 0.3s ease;

                        .more-resources-button {
                            background: $electronic-pro-white;
                            color: $electronic-pro-dark;
                            transition: all 0.3s ease;
                        }
                    }
                }
            }
        }

        .explore-topics-container {
            background-image: linear-gradient( 180deg, $electronic-pro-dark, $electronic-pro-darkest);
            padding-top: 50px;
            padding-bottom: 100px;


            .explore-topics-title {
                font-size: 38px;
                text-align: center;
                color: $electronic-pro-white;
                font-weight: 600;
            }

            .explore-topics-description {
                font-size: 20px;
                color: $electronic-pro-white;
                text-align: center;
            }

            .explore-topics-inner-container.owl-carousel {
                display: flex;
                margin-top: 40px;

                .topic-box-outer {
                    width: calc(100% - 40px);
                    max-width: 180px;
                    margin: 0 auto;

                    .topic-box-inner {
                        background-image: linear-gradient( 180deg, $electronic-pro-light, $electronic-pro-lightest);
                        height: 220px;
                        width: 100%;
                        border-top-right-radius: 12px;
                        border-bottom-right-radius: 12px;
                        position: relative;
                        overflow: hidden;

                        .topic-box-image {
                            background-size: contain;
                            background-repeat: no-repeat;
                            background-position: center;
                            height: 175px;
                            width: 175px;
                            position: absolute;
                            bottom: -3px;
                            right: -14px;
                            opacity: 0.2;
                            filter: brightness(0) invert(1);
                        }
                    }

                    .topic-box-title {
                        color: $electronic-pro-white;
                        font-size: 20px;
                        font-weight: 600;
                        opacity: 0.9;
                    }
                }

                .owl-nav {
                    display: flex;
                    position: absolute;
                    bottom: -70px;
                    left: 50%;
                    transform: translateX(-50%);

                    .owl-prev {
                        padding-left: 15px;
                        padding-right: 10px;

                        img {
                            width: 35px;
                            opacity: 0.7;
                        }

                        &:hover {
                            img {
                                opacity: 1;
                                transition: all 0.2s ease;
                            }
                        }
                    }

                    .owl-next {
                        padding-left: 10px;
                        padding-right: 15px;

                        img {
                            width: 35px;
                            opacity: 0.7;
                            transform: rotate(180deg);
                        }

                        &:hover {
                            img {
                                opacity: 1;
                                transition: all 0.2s ease;
                            }
                        }
                    }
                }
            }
        }
    }
}

//////////////footer///////////////////

.is-content-hub.electronic-pro {
    .content-hub-footer {
        background: $electronic-pro-darkest;
        padding-top: 50px;
        padding-bottom: 80px;


        .content-hub-footer-inner {
            display: flex;
            flex-direction: column-reverse;

            .footer-container-left {
                width: 100%;

                .logo-container {
                    display: flex;
                    margin-bottom: 30px;
                    flex-direction: column;
                    align-items: center;

                    img{
                        margin-bottom: 20px;
                    }
                }

                .copyright-container {
                    p {
                        color: $electronic-pro-white;
                        opacity: 0.9;
                        font-size: 16px;
                        line-height: 26px;
                        text-align: center;

                    }
                }
            }

            .footer-container-right {
                display: flex;
                justify-content: flex-end;
                align-items: center;
                flex-direction: column;
                width: 100%;

                .footer-list {
                    float: none !important;
                    width: unset !important;
                    margin-bottom: 30px;

                    h5 {
                        color: $electronic-pro-lightest;
                        margin-bottom: 20px;
                        font-size: 16px;
                        line-height: 16px;
                        letter-spacing: 2px;
                        text-transform: uppercase;
                        text-align: center;
                    }

                    ul {
                        padding-left: 0;

                        li {
                            color: $electronic-pro-white;
                            display: block;

                            a {
                                color: $electronic-pro-white;
                                margin-bottom: 10px;
                                opacity: 0.9;
                                -webkit-transition: color 200ms ease;
                                transition: color 200ms ease;
                                color: #fff;
                                font-size: 16px;
                                line-height: 16px;
                                text-decoration: none;
                                display: block;

                                &:hover {
                                    color: $electronic-pro-lightest;
                                    opacity: 1;
                                }
                            }
                        }
                    }

                    a {
                        color: $electronic-pro-white;
                        margin-bottom: 10px;
                        opacity: 0.9;
                        -webkit-transition: color 200ms ease;
                        transition: color 200ms ease;
                        color: #fff;
                        font-size: 16px;
                        line-height: 16px;
                        text-decoration: none;
                        display: block;
                        text-align: center;

                        &:hover {
                            color: $electronic-pro-lightest;
                            opacity: 1;
                        }
                    }

                    p {
                        color: $electronic-pro-white;
                        margin-bottom: 10px;
                        opacity: 0.9;
                        -webkit-transition: color 200ms ease;
                        transition: color 200ms ease;
                        color: #fff;
                        font-size: 16px;
                        line-height: 16px;
                        text-decoration: none;
                        display: block;
                        text-align: center;
                    }
                }
            }
        }
    }
}


///////////////////header/////////////

.is-content-hub.electronic-pro {
    #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        height: 65px;

        #header-rectangle {
            background: $electronic-pro-darkest;
        }

        .img-responsive {
            margin-top: 0;
            margin-bottom: 0px;
        }
    }

    #container-mobile {
        .menu {
            padding: 7px 0px 17px 0px !important;

            &.clicked-menu {
                background: transparent !important;
            }
        }

        .menu-button {
            .icon-bar {
                background: $electronic-pro-lightest !important;
            }
        }

        a.main-red-bg {
            background: $electronic-pro-lightest !important;

            &:hover {
                background: $electronic-pro-light !important;
            }
        }

        .nav-mobile {
            li {
                a {
                    &:hover {
                        color: $electronic-pro-lightest !important;
                    }
                }
            }
        }
    }

    .main.content-hub {
        margin-top: 65px;
        padding-top: 0px;
    }

    .nav-mobile {
        background: $electronic-pro-darkest !important;

        li {
            a {
                background: $electronic-pro-darkest !important;
            }
        }
    }
}


@media(min-width: 992px) {
    //////////////footer///////////////////

    .is-content-hub.electronic-pro {
        .content-hub-footer {
            .content-hub-footer-inner {
                flex-direction: row;

                .footer-container-left {
                    padding-right: 100px;
                    width: 50%;

                    .logo-container {
                        flex-direction: row;

                        img {
                            margin-bottom: 0;
                            margin-right: 20px;
                        }
                    }

                    .copyright-container {
                        p {
                            text-align: left;
                        }
                    }
                }

                .footer-container-right {
                    padding-left: 100px;
                    flex-direction: row;
                    width: 50%;
                    align-items: flex-start;
                    justify-content: space-between;

                    .footer-list {
                        ul {
                            li {
                                text-align: left;

                                a {
                                    text-align: left;
                                }
                            }
                        }

                        p {
                            text-align: left;
                        }

                        a {
                            text-align: left;
                        }

                        h5{
                            text-align: left;
                        }
                    }
                }
            }
        }
    }

    //////////////////header///////////////

    .is-content-hub.electronic-pro {
        #header {
            height: 80px;
        }

        .main.content-hub {
            margin-top: 80px;
            padding-top: 0;
        }

        #container-mobile {
            .menu {
                padding: 23px 0px 17px 0px !important;
            }
        }
    }
}

@media(min-width: 1188px) {
    body.electronic-pro {
        .content-hub.main {
            .headley-container.hero-content {
                .hero-content-block {
                    .hero-header {
                        font-size: 50px;
                    }
                }
            }

            .grid-layout-container {
                padding-top: 100px;
                padding-bottom: 100px;
                .grid-layout-inner-container {
                    .grid-layout-item {
                        width: calc(33.3% - 20px);
                        padding: 40px;

                        .lower-card-container {
                            bottom: 40px;
                            left: 40px;
                            right: 40px;
                        }

                        .grid-layout-heading {
                            font-size: 26px;
                        }
                        //wide card
                        &.wide {
                            width: calc(66.6% - 20px);
                            display: flex;
                            flex-direction: row;

                            .left-card-layout {
                                display: flex;
                                flex-direction: column;
                                justify-content: space-between;

                                .lower-card-container {
                                    bottom: 40px;
                                    left: 40px;
                                }
                            }

                            .right-card-layout {
                                display: flex;
                                align-items: center;
                                position: static;

                                .image {
                                    height: 100%;
                                    max-height: 231px;
                                    border-radius: 5px;
                                    margin-left: 40px;
                                }
                            }

                            .grid-layout-heading {
                                font-size: 32px;
                                font-weight: 700;
                            }
                        }
                    }
                }
            }

            .more-resources-container {
                padding-bottom: 100px;
                .more-resources-grid-container {
                    flex-direction: row;

                    .more-resources-item {
                        width: calc(33.3% - 20px);
                    }
                }

                .more-resources-title{
                    font-size: 38px;
                }
            }

            .explore-topics-container {
                padding-top: 100px;
                padding-bottom: 200px;
                .explore-topics-inner-container {
                    .topic-box-outer {
                        width: calc(100% - 40px);

                        .topic-box-inner {
                        }
                    }
                }
            }
        }
    }

    
}*/
body.fin-tech .content-hub.main {
  margin-top: 0; }
  body.fin-tech .content-hub.main p, body.fin-tech .content-hub.main label, body.fin-tech .content-hub.main td, body.fin-tech .content-hub.main h1, body.fin-tech .content-hub.main h2, body.fin-tech .content-hub.main h3, body.fin-tech .content-hub.main h4, body.fin-tech .content-hub.main h5 {
    font-family: Roboto, sans-serif; }
  body.fin-tech .content-hub.main .headley-container.hero-content {
    background-image: linear-gradient(180deg, #0e1619 10%, #2b434c);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
    position: relative;
    padding-bottom: 30px; }
    body.fin-tech .content-hub.main .headley-container.hero-content .hero-triangle {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-bottom: 389px solid #68a2b9;
      border-left: 389px solid transparent;
      opacity: 0.2; }
    body.fin-tech .content-hub.main .headley-container.hero-content .hero-content-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-left: 15px;
      padding-right: 15px;
      z-index: 3; }
      body.fin-tech .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
        margin: 0 auto 50px auto;
        left: unset;
        transform: none;
        /*display: flex;
                    justify-content: center;*/ }
      body.fin-tech .content-hub.main .headley-container.hero-content .hero-content-block .hero-logo {
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%); }
      body.fin-tech .content-hub.main .headley-container.hero-content .hero-content-block .hero-subheader {
        margin-top: 20px;
        margin-bottom: 0px;
        color: #88d4f2;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase; }
      body.fin-tech .content-hub.main .headley-container.hero-content .hero-content-block .hero-header {
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 36px;
        text-align: center;
        font-weight: 700; }
      body.fin-tech .content-hub.main .headley-container.hero-content .hero-content-block .hero-description {
        width: 100%;
        max-width: 850px;
        margin-top: 20px;
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 20px;
        line-height: 32px;
        text-align: center; }
  body.fin-tech .content-hub.main .grid-layout-container {
    padding-top: 50px;
    padding-bottom: 50px; }
    body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container {
      display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; }
      body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item {
        width: calc(100% - 20px);
        height: 370px;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        position: relative; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading {
          margin-top: 5px; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-item-format {
          margin-bottom: 0; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-item-date {
          margin-bottom: 0; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container {
          position: relative;
          left: 0px;
          right: 0px;
          bottom: 0; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container .grid-layout-body span {
            float: none;
            line-height: 1.38;
            display: block;
            width: 65%;
            white-space: no-wrap;
            text-overflow: ellipsis;
            overflow: hidden;
            height: 119px; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container img {
            position: absolute;
            top: 0px;
            right: 0px; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container .card-button {
            position: relative;
            bottom: -12px; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.background-icon {
          position: relative;
          z-index: 1; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.background-icon:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-image: url("../img/streamline-icon-button-play-1%40300x300.html");
            background-repeat: no-repeat;
            background-size: 170px 170px;
            background-position: center;
            opacity: 0.15;
            z-index: -1; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details {
          display: flex; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details .grid-layout-item-format {
            color: #2b434c;
            margin-right: 20px;
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 0; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details .grid-layout-item-date {
            color: #68a2b9;
            font-size: 16px;
            margin-bottom: 0; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-subheading {
          color: #000000;
          font-size: 18px; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading {
          font-size: 24px;
          margin-top: 5px;
          font-weight: 700;
          color: #000000; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .card-button {
          padding: 10px 30px;
          border-radius: 30px;
          background: #2b434c;
          color: #ffffff;
          font-size: 16px;
          font-weight: 500;
          position: absolute;
          bottom: 30px; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container .image {
          max-height: 120px;
          border-radius: 5px; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container img {
          position: absolute;
          right: 40px;
          bottom: 40px; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide {
          width: calc(100% - 20px);
          display: flex;
          flex-direction: column; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide.bodyCopyAndImageEnabledWideCard .left-card-layout .grid-layout-body {
            width: 62%; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container {
              position: absolute;
              bottom: 20px;
              left: 20px;
              position: static; }
              body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container .card-button {
                bottom: 30px;
                width: max-content; }
              body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container img {
                position: absolute;
                right: 20px;
                bottom: 20px; }
            body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-body {
              line-height: 1.38;
              width: 100%; }
            body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-item-format {
              margin-bottom: 0; }
            body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-item-date {
              margin-bottom: 0; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            position: absolute;
            bottom: 20px;
            right: 20px; }
            body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout .image {
              height: 100%;
              max-height: 120px;
              border-radius: 5px;
              margin-left: 40px; }
            body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout .lower-card-container .card-button {
              bottom: 30px; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
            font-size: 24px;
            font-weight: 500;
            margin-top: 5px; }
            body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.small-text-size {
              font-size: 22px;
              line-height: 34px;
              line-height: 1.2; }
            body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.medium-text-size {
              font-size: 32px;
              line-height: 1.1; }
            body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.large-text-size {
              font-size: 42px;
              line-height: 42px; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-body {
            width: 62%; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark {
          background-color: #2b434c;
          color: #ffffff; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-item-details .grid-layout-item-format {
            color: #ffffff; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-item-details .grid-layout-item-date {
            color: rgba(255, 255, 255, 0.8); }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-subheading {
            color: #ffffff; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-heading {
            color: #ffffff; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .card-button {
            background: #000000;
            color: #ffffff; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light {
          background-color: #68a2b9;
          color: #ffffff; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-item-details .grid-layout-item-format {
            color: #ffffff; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-item-details .grid-layout-item-date {
            color: rgba(255, 255, 255, 0.8); }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-subheading {
            color: #ffffff; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-heading {
            color: #ffffff; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .card-button {
            background: #ffffff;
            color: #000000; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item:hover {
          transform: translate(0px, -5px);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
          transition: all 300ms ease;
          cursor: pointer; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.large-text .grid-layout-heading {
          font-size: 38px; }
  body.fin-tech .content-hub.main .more-resources-container {
    padding-bottom: 50px; }
    body.fin-tech .content-hub.main .more-resources-container .more-resources-title {
      text-align: center;
      font-size: 32px;
      font-weight: 600;
      color: #000000; }
    body.fin-tech .content-hub.main .more-resources-container .more-resources-description {
      text-align: center;
      font-size: 20px;
      color: #000000; }
    body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container {
      display: flex;
      flex-direction: column;
      margin-left: -10px;
      margin-right: -10px;
      margin-top: 30px; }
      body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item {
        width: calc(100% - 20px);
        height: 470px;
        background: #2b434c;
        padding: 40px;
        border-radius: 0 20px 20px 0;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px; }
        body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.dark {
          background: #2b434c; }
        body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.lightest {
          background: #68a2b9; }
        body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.light {
          background: #68a2b9; }
        body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header {
          display: flex;
          align-items: center;
          margin-bottom: 20px; }
          body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header .more-resources-logo {
            max-height: 40px;
            max-width: 115px; }
          body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header .card-date {
            margin-left: 20px;
            opacity: 0.8;
            color: #ffffff;
            font-size: 15px;
            line-height: 15px;
            font-weight: 400; }
        body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-body {
          color: #ffffff; }
        body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .card-subheading {
          margin-top: 10px;
          margin-bottom: 0px;
          color: #ffffff;
          font-size: 18px;
          line-height: 22px;
          font-weight: 400;
          text-decoration: none; }
        body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .card-heading {
          margin-top: 5px;
          color: #ffffff;
          font-size: 32px;
          font-weight: 600; }
        body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-button {
          color: #ffffff;
          border-radius: 30px;
          padding: 10px 30px;
          border: 2px solid #ffffff;
          font-weight: 500;
          position: absolute;
          bottom: 40px;
          left: 40px;
          transition: all 0.3s ease; }
        body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item:hover {
          cursor: pointer;
          transform: translate(0px, -5px);
          box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
          transition: all 0.3s ease; }
          body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item:hover .more-resources-button {
            background: #ffffff;
            color: #2b434c;
            transition: all 0.3s ease; }
  body.fin-tech .content-hub.main .explore-topics-container {
    background-image: linear-gradient(180deg, #2b434c, #0e1619);
    padding-top: 50px;
    padding-bottom: 100px; }
    body.fin-tech .content-hub.main .explore-topics-container .explore-topics-title {
      font-size: 38px;
      text-align: center;
      color: #ffffff;
      font-weight: 600; }
    body.fin-tech .content-hub.main .explore-topics-container .explore-topics-description {
      font-size: 20px;
      color: #ffffff;
      text-align: center; }
    body.fin-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel {
      display: flex;
      margin-top: 40px; }
      body.fin-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer {
        width: calc(100% - 40px);
        max-width: 180px;
        margin: 0 auto; }
        body.fin-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-inner {
          background-image: linear-gradient(180deg, #68a2b9, #88d4f2);
          height: 220px;
          width: 100%;
          border-top-right-radius: 12px;
          border-bottom-right-radius: 12px;
          position: relative;
          overflow: hidden; }
          body.fin-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-inner .topic-box-image {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            height: 175px;
            width: 175px;
            position: absolute;
            bottom: -3px;
            right: -14px;
            opacity: 0.2;
            filter: brightness(0) invert(1); }
        body.fin-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-title {
          color: #ffffff;
          font-size: 20px;
          font-weight: 600;
          opacity: 0.9; }
      body.fin-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav {
        display: flex;
        position: absolute;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%); }
        body.fin-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev {
          padding-left: 15px;
          padding-right: 10px; }
          body.fin-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev img {
            width: 35px;
            opacity: 0.7; }
          body.fin-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev:hover img {
            opacity: 1;
            transition: all 0.2s ease; }
        body.fin-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next {
          padding-left: 10px;
          padding-right: 15px; }
          body.fin-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next img {
            width: 35px;
            opacity: 0.7;
            transform: rotate(180deg); }
          body.fin-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next:hover img {
            opacity: 1;
            transition: all 0.2s ease; }

.is-content-hub.fin-tech .content-hub-footer {
  background: #0e1619;
  padding-top: 50px;
  padding-bottom: 80px; }
  .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner {
    display: flex;
    flex-direction: column-reverse; }
    .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-left {
      width: 100%; }
      .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container {
        display: flex;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center; }
        .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container img.logo {
          margin-bottom: 20px;
          width: auto; }
      .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .copyright-container p {
        color: #ffffff;
        opacity: 0.9;
        font-size: 16px;
        line-height: 26px;
        text-align: center; }
    .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-direction: column;
      width: 100%; }
      .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list {
        float: none !important;
        width: unset !important;
        margin-bottom: 30px; }
        .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list h5 {
          color: #88d4f2;
          margin-bottom: 20px;
          font-size: 16px;
          line-height: 16px;
          letter-spacing: 2px;
          text-transform: uppercase;
          text-align: center; }
        .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul {
          padding-left: 0; }
          .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li {
            color: #ffffff;
            display: block; }
            .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a {
              color: #ffffff;
              margin-bottom: 10px;
              opacity: 0.9;
              -webkit-transition: color 200ms ease;
              transition: color 200ms ease;
              color: #fff;
              font-size: 16px;
              line-height: 16px;
              text-decoration: none;
              display: block; }
              .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a:hover {
                color: #88d4f2;
                opacity: 1; }
        .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a {
          color: #ffffff;
          margin-bottom: 10px;
          opacity: 0.9;
          -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
          color: #fff;
          font-size: 16px;
          line-height: 16px;
          text-decoration: none;
          display: block;
          text-align: center; }
          .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a:hover {
            color: #88d4f2;
            opacity: 1; }
        .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list p {
          color: #ffffff;
          margin-bottom: 10px;
          opacity: 0.9;
          -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
          color: #fff;
          font-size: 16px;
          line-height: 16px;
          text-decoration: none;
          display: block;
          text-align: center; }

.is-content-hub.fin-tech #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 65px; }
  .is-content-hub.fin-tech #header #header-rectangle {
    background: #0e1619; }
  .is-content-hub.fin-tech #header .img-responsive {
    margin-top: 0;
    margin-bottom: 10px; }

.is-content-hub.fin-tech #container-mobile .menu {
  padding: 7px 0px 17px 0px !important;
  margin-right: 15px; }
  .is-content-hub.fin-tech #container-mobile .menu.clicked-menu {
    background: transparent !important; }

.is-content-hub.fin-tech #container-mobile .menu-button .icon-bar {
  background: #88d4f2 !important; }

.is-content-hub.fin-tech #container-mobile a.main-red-bg {
  background: #88d4f2 !important; }
  .is-content-hub.fin-tech #container-mobile a.main-red-bg:hover {
    background: #68a2b9 !important; }

.is-content-hub.fin-tech #container-mobile .nav-mobile li a:hover {
  color: #88d4f2 !important; }

.is-content-hub.fin-tech .main.content-hub {
  /*margin-top: 65px;*/
  padding-top: 65px; }

.is-content-hub.fin-tech .nav-mobile {
  background: #0e1619 !important; }
  .is-content-hub.fin-tech .nav-mobile li a {
    background: #0e1619 !important; }

@media (min-width: 768px) {
  body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.small-text-size {
    font-size: 22px;
    line-height: 1.2; }
  body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.medium-text-size {
    font-size: 32px;
    line-height: 1.1; }
  body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.large-text-size {
    font-size: 42px;
    line-height: 42px; }
  body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.small-text-size .card-heading {
    font-size: 26px; }
  body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.medium-text-size .card-heading {
    font-size: 32px;
    line-height: 1.1; }
  body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.large-text-size .card-heading {
    font-size: 42px;
    line-height: 42px; } }

@media (min-width: 992px) {
  body.fin-tech .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
    margin: 0 auto 60px auto; }
  .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner {
    flex-direction: row; }
    .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-left {
      padding-right: 100px;
      width: 50%; }
      .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container {
        flex-direction: row; }
        .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container img {
          margin-bottom: 0;
          margin-right: 20px; }
      .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .copyright-container p {
        text-align: left; }
    .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right {
      padding-left: 100px;
      flex-direction: row;
      width: 50%;
      align-items: flex-start;
      justify-content: space-between; }
      .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li {
        text-align: left; }
        .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a {
          text-align: left; }
      .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list p {
        text-align: left; }
      .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a {
        text-align: left; }
      .is-content-hub.fin-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list h5 {
        text-align: left; }
  .is-content-hub.fin-tech #header {
    height: 80px; }
  .is-content-hub.fin-tech .main.content-hub {
    margin-top: 80px;
    padding-top: 0px; }
  .is-content-hub.fin-tech #container-mobile .menu {
    padding: 23px 0px 17px 0px !important; }
  body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
    width: 100%; }
    body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container img {
      max-height: unset;
      bottom: 40px;
      right: 40px;
      max-width: 223px;
      max-height: 292px; }
  body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
    width: 65%; } }

@media (min-width: 1188px) {
  body.fin-tech .content-hub.main .headley-container.hero-content .hero-content-block .hero-header {
    font-size: 42px; }
  body.fin-tech .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
    margin: 0 auto 30px auto; }
  body.fin-tech .content-hub.main .grid-layout-container {
    padding-top: 100px;
    padding-bottom: 100px; }
    body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item {
      width: calc(33.3% - 20px);
      padding: 40px; }
      body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container {
        bottom: 40px;
        left: 40px;
        right: 40px; }
      body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading {
        font-size: 26px; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.small-text-size {
          font-size: 22px;
          line-height: 1.2; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.medium-text-size {
          font-size: 32px;
          line-height: 1.1; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.large-text-size {
          font-size: 42px;
          line-height: 42px; }
      body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide {
        width: calc(66.6% - 20px);
        display: flex;
        flex-direction: row; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container {
            bottom: 40px;
            left: 40px; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout {
          display: flex;
          align-items: center;
          position: static; }
          body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout .image {
            height: 100%;
            max-height: 231px;
            border-radius: 5px;
            margin-left: 40px; }
        body.fin-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
          font-size: 32px;
          font-weight: 700; }
  body.fin-tech .content-hub.main .more-resources-container {
    padding-bottom: 100px; }
    body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container {
      flex-direction: row; }
      body.fin-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item {
        width: calc(33.3% - 20px); }
    body.fin-tech .content-hub.main .more-resources-container .more-resources-title {
      font-size: 38px; }
  body.fin-tech .content-hub.main .explore-topics-container {
    padding-top: 100px;
    padding-bottom: 200px; }
    body.fin-tech .content-hub.main .explore-topics-container .explore-topics-inner-container .topic-box-outer {
      width: calc(100% - 40px); } }

/*body.fin-tech {
    .content-hub.main {
        margin-top: 0;

        p, label, td, h1, h2, h3, h4, h5 {
            font-family: Roboto, sans-serif;
        }


        .headley-container.hero-content {
            background-image: linear-gradient( 180deg, $websiteid_12-darkest, $websiteid_12-dark);
            display: flex;
            justify-content: center;
            align-items: center;
            height: 550px;
            position: relative;

            .hero-triangle {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 0;
                height: 0;
                border-bottom: 500px solid $websiteid_12-light;
                border-left: 500px solid transparent;
                opacity: 0.2;
            }

            .hero-content-block {
                display: flex;
                flex-direction: column;
                align-items: center;
                padding-left: 15px;
                padding-right: 15px;
                z-index: 10;

                .hero-logo {
                    max-height: 50px;
                    max-width: 200px;
                }

                .hero-subheader {
                    margin-top: 20px;
                    margin-bottom: 0px;
                    color: $websiteid_12-lightest;
                    font-size: 20px;
                    line-height: 20px;
                    font-weight: 400;
                    letter-spacing: 3px;
                    text-transform: uppercase;
                }

                .hero-header {
                    margin-bottom: 0px;
                    color: $websiteid_12-white;
                    font-size: 36px;
                    text-align: center;
                    font-weight: 700;
                }

                .hero-description {
                    max-width: 502px;
                    width: 100%;
                    margin-top: 20px;
                    margin-bottom: 0px;
                    color: $websiteid_12-white;
                    font-size: 20px;
                    line-height: 32px;
                    text-align: center;
                }

                .image-container {
                    display: flex;
                    justify-content: center;
                }
            }
        }

        .grid-layout-container {
            padding-top: 50px;
            padding-bottom: 50px;

            .grid-layout-inner-container {
                display: flex;
                flex-wrap: wrap;
                margin-left: -10px;
                margin-right: -10px;

                .grid-layout-item {
                    width: calc(100% - 20px);
                    height: 350px;
                    background-color: $websiteid_12-white;
                    padding: 20px;
                    border-radius: 15px;
                    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
                    margin-left: 10px;
                    margin-right: 10px;
                    margin-bottom: 20px;
                    position: relative;

                    &.background-icon {
                        position: relative;
                        z-index: 1;

                        &:after {
                            content: "";
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            background-image: url("/img/streamline-icon-button-play-1@300x300.svg");
                            background-repeat: no-repeat;
                            background-size: 170px 170px;
                            background-position: center;
                            opacity: 0.15;
                            z-index: -1;
                        }
                    }

                    .grid-layout-item-details {
                        display: flex;

                        .grid-layout-item-format {
                            color: $websiteid_12-dark;
                            margin-right: 20px;
                            font-weight: 600;
                            font-size: 16px;
                        }

                        .grid-layout-item-date {
                            color: $websiteid_12-light;
                            font-size: 16px;
                        }
                    }

                    .grid-layout-subheading {
                        color: $websiteid_12-black;
                        font-size: 18px;
                    }

                    .grid-layout-heading {
                        font-size: 24px;
                        margin-top: 12px;
                        font-weight: 700;
                        color: $websiteid_12-black;
                    }

                    .lower-card-container {
                        display: flex;
                        align-items: flex-end;
                        justify-content: space-between;
                        position: absolute;
                        bottom: 20px;
                        left: 20px;
                        right: 20px;

                        .card-button {
                            padding: 10px 30px;
                            border-radius: 30px;
                            background: $websiteid_12-light;
                            color: $websiteid_12-white;
                            font-size: 16px;
                            font-weight: 500;
                        }

                        .image {
                            max-height: 120px;
                            border-radius: 5px;
                        }
                    }
                    //wide card
                    &.wide {
                        width: calc(100% - 20px);
                        display: flex;
                        flex-direction: column;

                        .left-card-layout {
                            display: flex;
                            flex-direction: column;
                            justify-content: space-between;

                            .lower-card-container {
                                position: absolute;
                                bottom: 20px;
                                left: 20px;
                            }
                        }

                        .right-card-layout {
                            display: flex;
                            align-items: center;
                            justify-content: flex-end;
                            position: absolute;
                            bottom: 20px;
                            right: 20px;

                            .image {
                                height: 100%;
                                max-height: 120px;
                                border-radius: 5px;
                                margin-left: 40px;
                            }
                        }

                        .grid-layout-heading {
                            font-size: 24px;
                            font-weight: 500;

                            &.small-text-size {
                                font-size: 22px;
                                line-height: 34px;
                            }

                            &.medium-text-size {
                                font-size: 32px;
                                line-height: 40px;
                            }

                            &.large-text-size {
                                font-size: 42px;
                                line-height: 42px;
                            }
                        }
                    }
                    //dark card
                    &.dark {
                        background-color: $websiteid_12-dark;
                        color: $websiteid_12-white;

                        .grid-layout-item-details {
                            .grid-layout-item-format {
                                color: $websiteid_12-white;
                            }

                            .grid-layout-item-date {
                                color: rgba($websiteid_12-white, 0.8);
                            }
                        }

                        .grid-layout-subheading {
                            color: $websiteid_12-white;
                        }

                        .grid-layout-heading {
                            color: $websiteid_12-white;
                        }

                        .lower-card-container {
                            .card-button {
                                background: $websiteid_12-white;
                                color: $websiteid_12-dark;
                            }
                        }
                    }
                    //light card
                    &.light {
                        background-color: $websiteid_12-light;
                        color: $websiteid_12-white;

                        .grid-layout-item-details {
                            .grid-layout-item-format {
                                color: $websiteid_12-white;
                            }

                            .grid-layout-item-date {
                                color: rgba($websiteid_12-white, 0.8);
                            }
                        }

                        .grid-layout-subheading {
                            color: $websiteid_12-white;
                        }

                        .grid-layout-heading {
                            color: $websiteid_12-white;
                        }

                        .lower-card-container {
                            .card-button {
                                background: $websiteid_12-white;
                                color: $websiteid_12-black;
                            }
                        }
                    }
                    //card hover state
                    &:hover {
                        transform: translate(0px, -5px);
                        box-shadow: 0 0 40px 10px rgba(0,0,0,0.1);
                        transition: all 300ms ease;
                        cursor: pointer;
                    }

                    &.large-text {
                        .grid-layout-heading {
                            font-size: 38px;
                        }
                    }
                }
            }
        }


        .more-resources-container {
            padding-bottom: 50px;

            .more-resources-title {
                text-align: center;
                font-size: 32px;
                font-weight: 600;
                color: $websiteid_12-black;
            }

            .more-resources-description {
                text-align: center;
                font-size: 20px;
                color: $websiteid_12-black;
            }

            .more-resources-grid-container {
                display: flex;
                flex-direction: column;
                margin-left: -10px;
                margin-right: -10px;
                margin-top: 30px;

                .more-resources-item {
                    width: calc(100% - 20px);
                    height: 470px;
                    background: $websiteid_12-dark;
                    padding: 40px;
                    border-radius: 0 20px 20px 0;
                    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
                    position: relative;
                    margin-left: 10px;
                    margin-right: 10px;
                    margin-bottom: 20px;

                    &.small-text-size {
                        .card-heading {
                            font-size: 26px;
                            line-height: 34px;
                        }
                    }

                    &.medium-text-size {
                        .card-heading {
                            font-size: 32px;
                            line-height: 40px;
                        }
                    }

                    &.large-text-size {
                        .card-heading {
                            font-size: 42px;
                            line-height: 42px;
                        }
                    }

                    &.dark {
                        background: $websiteid_12-dark;
                    }

                    &.lightest {
                        background: $websiteid_12-lighter;
                    }

                    &.light {
                        background: $websiteid_12-light;
                    }

                    .more-resources-header {
                        display: flex;
                        align-items: center;
                        margin-bottom: 20px;

                        .more-resources-logo {
                            max-height: 40px;
                            max-width: 115px;
                        }

                        .card-date {
                            margin-left: 20px;
                            opacity: 0.8;
                            color: $websiteid_12-white;
                            font-size: 15px;
                            line-height: 15px;
                            font-weight: 400;
                        }
                    }

                    .card-subheading {
                        margin-top: 10px;
                        margin-bottom: 0px;
                        color: $websiteid_12-white;
                        font-size: 18px;
                        line-height: 22px;
                        font-weight: 400;
                        text-decoration: none;
                    }

                    .card-heading {
                        margin-top: 5px;
                        color: $websiteid_12-white;
                        font-size: 32px;
                        font-weight: 600;
                    }

                    .more-resources-button {
                        color: $websiteid_12-white;
                        border-radius: 30px;
                        padding: 10px 30px;
                        border: 2px solid $websiteid_12-white;
                        font-weight: 500;
                        position: absolute;
                        bottom: 40px;
                        left: 40px;
                        transition: all 0.3s ease;
                    }

                    &:hover {
                        cursor: pointer;
                        transform: translate(0px, -5px );
                        box-shadow: 0 0 60px 10px rgba(0,0,0,0.2);
                        transition: all 0.3s ease;

                        .more-resources-button {
                            background: $websiteid_12-white;
                            color: $websiteid_12-dark;
                            transition: all 0.3s ease;
                        }
                    }
                }
            }
        }

        .explore-topics-container {
            background-image: linear-gradient( 180deg, $websiteid_12-mid-dark, $websiteid_12-darkest);
            padding-top: 50px;
            padding-bottom: 100px;


            .explore-topics-title {
                font-size: 38px;
                text-align: center;
                color: $websiteid_12-white;
                font-weight: 600;
            }

            .explore-topics-description {
                font-size: 20px;
                color: $websiteid_12-white;
                text-align: center;
            }

            .explore-topics-inner-container.owl-carousel {
                display: flex;
                margin-top: 40px;

                .topic-box-outer {
                    width: calc(100% - 40px);
                    max-width: 180px;
                    margin: 0 auto;

                    .topic-box-inner {
                        background-image: linear-gradient( 180deg, $websiteid_12-light, $websiteid_12-lightest);
                        height: 220px;
                        width: 100%;
                        border-top-right-radius: 12px;
                        border-bottom-right-radius: 12px;
                        position: relative;
                        overflow: hidden;

                        .topic-box-image {
                            background-size: contain;
                            background-repeat: no-repeat;
                            background-position: center;
                            height: 175px;
                            width: 175px;
                            position: absolute;
                            bottom: -3px;
                            right: -14px;
                            opacity: 0.2;
                            filter: brightness(0) invert(1);
                        }
                    }

                    .topic-box-title {
                        color: $websiteid_12-white;
                        font-size: 20px;
                        font-weight: 600;
                        opacity: 0.9;
                    }
                }

                .owl-nav {
                    display: flex;
                    position: absolute;
                    bottom: -70px;
                    left: 50%;
                    transform: translateX(-50%);

                    .owl-prev {
                        padding-left: 15px;
                        padding-right: 10px;

                        img {
                            width: 35px;
                            opacity: 0.7;
                        }

                        &:hover {
                            img {
                                opacity: 1;
                                transition: all 0.2s ease;
                            }
                        }
                    }

                    .owl-next {
                        padding-left: 10px;
                        padding-right: 15px;

                        img {
                            width: 35px;
                            opacity: 0.7;
                            transform: rotate(180deg);
                        }

                        &:hover {
                            img {
                                opacity: 1;
                                transition: all 0.2s ease;
                            }
                        }
                    }
                }
            }
        }
    }
}


//////////////footer///////////////////

.is-content-hub.fin-tech {
    .content-hub-footer {
        background: $websiteid_12-darkest;
        padding-top: 50px;
        padding-bottom: 80px;


        .content-hub-footer-inner {
            display: flex;
            flex-direction: column-reverse;

            .footer-container-left {
                width: 100%;
                .logo-container {
                    display: flex;
                    margin-bottom: 30px;
                    flex-direction: column;
                    align-items: center;

                    img.logo {
                        margin-bottom: 20px;
                        width: auto;
                    }
                }

                .copyright-container {
                    p {
                        color: $websiteid_12-white;
                        opacity: 0.9;
                        font-size: 16px;
                        line-height: 26px;
                        text-align: center;
                    }
                }
            }

            .footer-container-right {
                display: flex;
                justify-content: flex-end;
                align-items: center;
                flex-direction: column;
                width: 100%;
                .footer-list {
                    float: none !important;
                    width: unset !important;
                    margin-bottom: 30px;

                    h5 {
                        color: $websiteid_12-lightest;
                        margin-bottom: 20px;
                        font-size: 16px;
                        line-height: 16px;
                        letter-spacing: 2px;
                        text-transform: uppercase;
                        text-align: center;
                    }

                    ul {
                        padding-left: 0;

                        li {
                            color: $websiteid_12-white;
                            display: block;

                            a {
                                color: $websiteid_12-white;
                                margin-bottom: 10px;
                                opacity: 0.9;
                                -webkit-transition: color 200ms ease;
                                transition: color 200ms ease;
                                color: #fff;
                                font-size: 16px;
                                line-height: 16px;
                                text-decoration: none;
                                display: block;

                                &:hover {
                                    color: $websiteid_12-lightest;
                                    opacity: 1;
                                }
                            }
                        }
                    }

                    a {
                        color: $websiteid_12-white;
                        margin-bottom: 10px;
                        opacity: 0.9;
                        -webkit-transition: color 200ms ease;
                        transition: color 200ms ease;
                        color: #fff;
                        font-size: 16px;
                        line-height: 16px;
                        text-decoration: none;
                        display: block;
                        text-align: center;

                        &:hover {
                            color: $websiteid_12-lightest;
                            opacity: 1;
                        }
                    }

                    p {
                        color: $websiteid_12-white;
                        margin-bottom: 10px;
                        opacity: 0.9;
                        -webkit-transition: color 200ms ease;
                        transition: color 200ms ease;
                        color: #fff;
                        font-size: 16px;
                        line-height: 16px;
                        text-decoration: none;
                        display: block;
                        text-align: center;
                    }
                }
            }
        }
    }
}

///////////////////header/////////////

.is-content-hub.fin-tech {
    #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        height: 65px;

        #header-rectangle {
            background: $websiteid_12-darkest;
        }

        .img-responsive {
            margin-top: 0;
            margin-bottom: 0px;
        }
    }

    #container-mobile {
        .menu {
            padding: 7px 0px 17px 0px !important;

            &.clicked-menu {
                background: transparent !important;
            }
        }

        .menu-button {
            .icon-bar {
                background: $websiteid_12-lightest !important;
            }
        }

        a.main-red-bg {
            background: $websiteid_12-lightest !important;

            &:hover {
                background: $websiteid_12-light !important;
            }
        }

        .nav-mobile {
            li {
                a {
                    &:hover {
                        color: $websiteid_12-lightest !important;
                    }
                }
            }
        }
    }

    .main.content-hub {
        padding-top: 65px;
    }

    .nav-mobile {
        background: $websiteid_12-darkest !important;

        li {
            a {
                background: $websiteid_12-darkest !important;
            }
        }
    }
}

@media(min-width: 992px) {
    //////////////footer///////////////////

    .is-content-hub.fin-tech {
        .content-hub-footer {
            .content-hub-footer-inner {
                flex-direction: row;

                .footer-container-left {
                    padding-right: 100px;
                    width: 50%;

                    .logo-container {
                        flex-direction: row;

                        img {
                            margin-bottom: 0;
                            margin-right: 20px;
                        }
                    }

                    .copyright-container {
                        p {
                            text-align: left;
                        }
                    }
                }

                .footer-container-right {
                    padding-left: 100px;
                    flex-direction: row;
                    width: 50%;
                    align-items: flex-start;
                    justify-content: space-between;

                    .footer-list {
                        ul {
                            li {
                                text-align: left;

                                a {
                                    text-align: left;
                                }
                            }
                        }

                        p {
                            text-align: left;
                        }

                        a {
                            text-align: left;
                        }

                        h5 {
                            text-align: left;
                        }
                    }
                }
            }
        }
    }

    //////////////////header///////////////

    .is-content-hub.fin-tech {
        #header {
            height: 80px;
        }

        .main.content-hub {
            margin-top: 80px;
            padding-top: 0;

        }

        #container-mobile {
            .menu {
                padding: 23px 0px 17px 0px !important;
            }
        }
    }
}


@media(min-width: 1188px) {
    body.fin-tech {
        .content-hub.main {
            .headley-container.hero-content {
                .hero-content-block {
                    .hero-header {
                        font-size: 50px;
                    }
                }
            }

            .grid-layout-container {
                padding-top: 100px;
                padding-bottom: 100px;

                .grid-layout-inner-container {
                    .grid-layout-item {
                        width: calc(33.3% - 20px);
                        padding: 40px;

                        .lower-card-container {
                            bottom: 40px;
                            left: 40px;
                            right: 40px;
                        }

                        .grid-layout-heading {
                            font-size: 26px;
                        }
                        //wide card
                        &.wide {
                            width: calc(66.6% - 20px);
                            display: flex;
                            flex-direction: row;

                            .left-card-layout {
                                display: flex;
                                flex-direction: column;
                                justify-content: space-between;

                                .lower-card-container {
                                    bottom: 40px;
                                    left: 40px;
                                }
                            }

                            .right-card-layout {
                                display: flex;
                                align-items: center;
                                position: static;

                                .image {
                                    height: 100%;
                                    max-height: 231px;
                                    border-radius: 5px;
                                    margin-left: 40px;
                                }
                            }

                            .grid-layout-heading {
                                font-size: 32px;
                                font-weight: 700;
                            }
                        }
                    }
                }
            }

            .more-resources-container {
                padding-bottom: 100px;

                .more-resources-grid-container {
                    flex-direction: row;

                    .more-resources-item {
                        width: calc(33.3% - 20px);
                    }
                }

                .more-resources-title {
                    font-size: 38px;
                }
            }

            .explore-topics-container {
                padding-top: 100px;
                padding-bottom: 200px;

                .explore-topics-inner-container {
                    .topic-box-outer {
                        width: calc(100% - 40px);

                        .topic-box-inner {
                        }
                    }
                }
            }
        }
    }
}*/
body.hr-tech .content-hub.main {
  margin-top: 0; }
  body.hr-tech .content-hub.main p, body.hr-tech .content-hub.main label, body.hr-tech .content-hub.main td, body.hr-tech .content-hub.main h1, body.hr-tech .content-hub.main h2, body.hr-tech .content-hub.main h3, body.hr-tech .content-hub.main h4, body.hr-tech .content-hub.main h5 {
    font-family: Roboto, sans-serif; }
  body.hr-tech .content-hub.main .headley-container.hero-content {
    background-image: linear-gradient(180deg, #15101a 10%, #402f4d);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
    position: relative;
    padding-bottom: 30px; }
    body.hr-tech .content-hub.main .headley-container.hero-content .hero-triangle {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-bottom: 389px solid #a87bc9;
      border-left: 389px solid transparent;
      opacity: 0.2; }
    body.hr-tech .content-hub.main .headley-container.hero-content .hero-content-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-left: 15px;
      padding-right: 15px;
      z-index: 3; }
      body.hr-tech .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
        margin: 0 auto 50px auto;
        left: unset;
        transform: none;
        /*display: flex;
                    justify-content: center;*/ }
      body.hr-tech .content-hub.main .headley-container.hero-content .hero-content-block .hero-logo {
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%); }
      body.hr-tech .content-hub.main .headley-container.hero-content .hero-content-block .hero-subheader {
        margin-top: 20px;
        margin-bottom: 0px;
        color: #ca94f2;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase; }
      body.hr-tech .content-hub.main .headley-container.hero-content .hero-content-block .hero-header {
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 36px;
        text-align: center;
        font-weight: 700; }
      body.hr-tech .content-hub.main .headley-container.hero-content .hero-content-block .hero-description {
        width: 100%;
        max-width: 850px;
        margin-top: 20px;
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 20px;
        line-height: 32px;
        text-align: center; }
  body.hr-tech .content-hub.main .grid-layout-container {
    padding-top: 50px;
    padding-bottom: 50px; }
    body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container {
      display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; }
      body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item {
        width: calc(100% - 20px);
        height: 370px;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        position: relative; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading {
          margin-top: 5px; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-item-format {
          margin-bottom: 0; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-item-date {
          margin-bottom: 0; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container {
          position: relative;
          left: 0px;
          right: 0px;
          bottom: 0; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container .grid-layout-body span {
            float: none;
            line-height: 1.38;
            display: block;
            width: 65%;
            white-space: no-wrap;
            text-overflow: ellipsis;
            overflow: hidden;
            height: 119px; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container img {
            position: absolute;
            top: 0px;
            right: 0px; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container .card-button {
            position: relative;
            bottom: -12px; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.background-icon {
          position: relative;
          z-index: 1; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.background-icon:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-image: url("../img/streamline-icon-button-play-1%40300x300.html");
            background-repeat: no-repeat;
            background-size: 170px 170px;
            background-position: center;
            opacity: 0.15;
            z-index: -1; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details {
          display: flex; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details .grid-layout-item-format {
            color: #402f4d;
            margin-right: 20px;
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 0; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details .grid-layout-item-date {
            color: #a87bc9;
            font-size: 16px;
            margin-bottom: 0; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-subheading {
          color: #000000;
          font-size: 18px; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading {
          font-size: 24px;
          margin-top: 5px;
          font-weight: 700;
          color: #000000; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .card-button {
          padding: 10px 30px;
          border-radius: 30px;
          background: #402f4d;
          color: #ffffff;
          font-size: 16px;
          font-weight: 500;
          position: absolute;
          bottom: 30px; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container .image {
          max-height: 120px;
          border-radius: 5px; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container img {
          position: absolute;
          right: 40px;
          bottom: 40px; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide {
          width: calc(100% - 20px);
          display: flex;
          flex-direction: column; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide.bodyCopyAndImageEnabledWideCard .left-card-layout .grid-layout-body {
            width: 62%; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container {
              position: absolute;
              bottom: 20px;
              left: 20px;
              position: static; }
              body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container .card-button {
                bottom: 30px;
                width: max-content; }
              body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container img {
                position: absolute;
                right: 20px;
                bottom: 20px;
                max-width: 85px; }
            body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-body {
              line-height: 1.38;
              width: 100%; }
            body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-item-format {
              margin-bottom: 0; }
            body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-item-date {
              margin-bottom: 0; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            position: absolute;
            bottom: 20px;
            right: 20px; }
            body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout .image {
              height: 100%;
              max-height: 120px;
              border-radius: 5px;
              margin-left: 40px; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
            font-size: 24px;
            font-weight: 500;
            margin-top: 5px; }
            body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.small-text-size {
              font-size: 22px;
              line-height: 1.2; }
            body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.medium-text-size {
              font-size: 32px;
              line-height: 1.1; }
            body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.large-text-size {
              font-size: 42px;
              line-height: 42px; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-body {
            width: 62%; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark {
          background-color: #402f4d;
          color: #ffffff; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-item-details .grid-layout-item-format {
            color: #ffffff; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-item-details .grid-layout-item-date {
            color: rgba(255, 255, 255, 0.8); }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-subheading {
            color: #ffffff; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-heading {
            color: #ffffff; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .card-button {
            background: #000000;
            color: #ffffff; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light {
          background-color: #a87bc9;
          color: #ffffff; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-item-details .grid-layout-item-format {
            color: #ffffff; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-item-details .grid-layout-item-date {
            color: rgba(255, 255, 255, 0.8); }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-subheading {
            color: #ffffff; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-heading {
            color: #ffffff; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .card-button {
            background: #ffffff;
            color: #000000; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item:hover {
          transform: translate(0px, -5px);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
          transition: all 300ms ease;
          cursor: pointer; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.large-text .grid-layout-heading {
          font-size: 38px; }
  body.hr-tech .content-hub.main .more-resources-container {
    padding-bottom: 50px; }
    body.hr-tech .content-hub.main .more-resources-container .more-resources-title {
      text-align: center;
      font-size: 32px;
      font-weight: 600;
      color: #000000; }
    body.hr-tech .content-hub.main .more-resources-container .more-resources-description {
      text-align: center;
      font-size: 20px;
      color: #000000; }
    body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container {
      display: flex;
      flex-direction: column;
      margin-left: -10px;
      margin-right: -10px;
      margin-top: 30px; }
      body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item {
        width: calc(100% - 20px);
        height: 470px;
        background: #402f4d;
        padding: 40px;
        border-radius: 0 20px 20px 0;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px; }
        body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.dark {
          background: #402f4d; }
        body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.lightest {
          background: #402f4d; }
        body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.light {
          background: #a87bc9; }
        body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header {
          display: flex;
          align-items: center;
          margin-bottom: 20px; }
          body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header .more-resources-logo {
            max-height: 40px;
            max-width: 115px; }
          body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header .card-date {
            margin-left: 20px;
            opacity: 0.8;
            color: #ffffff;
            font-size: 15px;
            line-height: 15px;
            font-weight: 400; }
        body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-body {
          color: #ffffff; }
        body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .card-subheading {
          margin-top: 10px;
          margin-bottom: 0px;
          color: #ffffff;
          font-size: 18px;
          line-height: 22px;
          font-weight: 400;
          text-decoration: none; }
        body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .card-heading {
          margin-top: 5px;
          color: #ffffff;
          font-size: 32px;
          font-weight: 600; }
        body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-button {
          color: #ffffff;
          border-radius: 30px;
          padding: 10px 30px;
          border: 2px solid #ffffff;
          font-weight: 500;
          position: absolute;
          bottom: 40px;
          left: 40px;
          transition: all 0.3s ease; }
        body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item:hover {
          cursor: pointer;
          transform: translate(0px, -5px);
          box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
          transition: all 0.3s ease; }
          body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item:hover .more-resources-button {
            background: #ffffff;
            color: #402f4d;
            transition: all 0.3s ease; }
  body.hr-tech .content-hub.main .explore-topics-container {
    background-image: linear-gradient(180deg, #402f4d, #15101a);
    padding-top: 50px;
    padding-bottom: 100px; }
    body.hr-tech .content-hub.main .explore-topics-container .explore-topics-title {
      font-size: 38px;
      text-align: center;
      color: #ffffff;
      font-weight: 600; }
    body.hr-tech .content-hub.main .explore-topics-container .explore-topics-description {
      font-size: 20px;
      color: #ffffff;
      text-align: center; }
    body.hr-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel {
      display: flex;
      margin-top: 40px; }
      body.hr-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer {
        width: calc(100% - 40px);
        max-width: 180px;
        margin: 0 auto; }
        body.hr-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-inner {
          background-image: linear-gradient(180deg, #a87bc9, #ca94f2);
          height: 220px;
          width: 100%;
          border-top-right-radius: 12px;
          border-bottom-right-radius: 12px;
          position: relative;
          overflow: hidden; }
          body.hr-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-inner .topic-box-image {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            height: 175px;
            width: 175px;
            position: absolute;
            bottom: -3px;
            right: -14px;
            opacity: 0.2;
            filter: brightness(0) invert(1); }
        body.hr-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-title {
          color: #ffffff;
          font-size: 20px;
          font-weight: 600;
          opacity: 0.9; }
      body.hr-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav {
        display: flex;
        position: absolute;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%); }
        body.hr-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev {
          padding-left: 15px;
          padding-right: 10px; }
          body.hr-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev img {
            width: 35px;
            opacity: 0.7; }
          body.hr-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev:hover img {
            opacity: 1;
            transition: all 0.2s ease; }
        body.hr-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next {
          padding-left: 10px;
          padding-right: 15px; }
          body.hr-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next img {
            width: 35px;
            opacity: 0.7;
            transform: rotate(180deg); }
          body.hr-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next:hover img {
            opacity: 1;
            transition: all 0.2s ease; }

.is-content-hub.hr-tech .content-hub-footer {
  background: #15101a;
  padding-top: 50px;
  padding-bottom: 80px; }
  .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner {
    display: flex;
    flex-direction: column-reverse; }
    .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-left {
      width: 100%; }
      .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container {
        display: flex;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center; }
        .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container img.logo {
          margin-bottom: 20px;
          width: auto; }
      .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .copyright-container p {
        color: #ffffff;
        opacity: 0.9;
        font-size: 16px;
        line-height: 26px;
        text-align: center; }
    .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-direction: column;
      width: 100%; }
      .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list {
        float: none !important;
        width: unset !important;
        margin-bottom: 30px; }
        .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list h5 {
          color: #ca94f2;
          margin-bottom: 20px;
          font-size: 16px;
          line-height: 16px;
          letter-spacing: 2px;
          text-transform: uppercase;
          text-align: center; }
        .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul {
          padding-left: 0; }
          .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li {
            color: #ffffff;
            display: block; }
            .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a {
              color: #ffffff;
              margin-bottom: 10px;
              opacity: 0.9;
              -webkit-transition: color 200ms ease;
              transition: color 200ms ease;
              color: #fff;
              font-size: 16px;
              line-height: 16px;
              text-decoration: none;
              display: block; }
              .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a:hover {
                color: #ca94f2;
                opacity: 1; }
        .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a {
          color: #ffffff;
          margin-bottom: 10px;
          opacity: 0.9;
          -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
          color: #fff;
          font-size: 16px;
          line-height: 16px;
          text-decoration: none;
          display: block;
          text-align: center; }
          .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a:hover {
            color: #ca94f2;
            opacity: 1; }
        .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list p {
          color: #ffffff;
          margin-bottom: 10px;
          opacity: 0.9;
          -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
          color: #fff;
          font-size: 16px;
          line-height: 16px;
          text-decoration: none;
          display: block;
          text-align: center; }

.is-content-hub.hr-tech #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 65px; }
  .is-content-hub.hr-tech #header #header-rectangle {
    background: #15101a; }
  .is-content-hub.hr-tech #header .img-responsive {
    margin-top: 0;
    margin-bottom: 10px; }

.is-content-hub.hr-tech #container-mobile .menu {
  padding: 7px 0px 17px 0px !important;
  margin-right: 15px; }
  .is-content-hub.hr-tech #container-mobile .menu.clicked-menu {
    background: transparent !important; }

.is-content-hub.hr-tech #container-mobile .menu-button .icon-bar {
  background: #ca94f2 !important; }

.is-content-hub.hr-tech #container-mobile a.main-red-bg {
  background: #ca94f2 !important; }
  .is-content-hub.hr-tech #container-mobile a.main-red-bg:hover {
    background: #a87bc9 !important; }

.is-content-hub.hr-tech #container-mobile .nav-mobile li a:hover {
  color: #ca94f2 !important; }

.is-content-hub.hr-tech .main.content-hub {
  /*margin-top: 65px;*/
  padding-top: 65px; }

.is-content-hub.hr-tech .nav-mobile {
  background: #15101a !important; }
  .is-content-hub.hr-tech .nav-mobile li a {
    background: #15101a !important; }

@media (min-width: 768px) {
  body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.small-text-size {
    font-size: 22px; }
  body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.medium-text-size {
    font-size: 32px;
    line-height: 1.1; }
  body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.large-text-size {
    font-size: 42px;
    line-height: 42px; }
  body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.small-text-size .card-heading {
    font-size: 26px;
    line-height: 34px; }
  body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.medium-text-size .card-heading {
    font-size: 32px;
    line-height: 1.1; }
  body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.large-text-size .card-heading {
    font-size: 42px;
    line-height: 42px; } }

@media (min-width: 992px) {
  body.hr-tech .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
    margin: 0 auto 60px auto; }
  .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner {
    flex-direction: row; }
    .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-left {
      padding-right: 100px;
      width: 50%; }
      .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container {
        flex-direction: row; }
        .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container img {
          margin-bottom: 0;
          margin-right: 20px; }
      .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .copyright-container p {
        text-align: left; }
    .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right {
      padding-left: 100px;
      flex-direction: row;
      width: 50%;
      align-items: flex-start;
      justify-content: space-between; }
      .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li {
        text-align: left; }
        .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a {
          text-align: left; }
      .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list p {
        text-align: left; }
      .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a {
        text-align: left; }
      .is-content-hub.hr-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list h5 {
        text-align: left; }
  .is-content-hub.hr-tech #header {
    height: 80px; }
  .is-content-hub.hr-tech .main.content-hub {
    margin-top: 80px;
    padding-top: 0px; }
  .is-content-hub.hr-tech #container-mobile .menu {
    padding: 23px 0px 17px 0px !important; }
  body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
    width: 100%; }
    body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container img {
      max-height: unset;
      bottom: 40px;
      right: 40px;
      max-width: 223px;
      max-height: 292px; }
  body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
    width: 65%; } }

@media (min-width: 1188px) {
  body.hr-tech .content-hub.main .headley-container.hero-content .hero-content-block .hero-header {
    font-size: 42px; }
  body.hr-tech .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
    margin: 0 auto 30px auto; }
  body.hr-tech .content-hub.main .grid-layout-container {
    padding-top: 100px;
    padding-bottom: 100px; }
    body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item {
      width: calc(33.3% - 20px);
      padding: 40px; }
      body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container {
        bottom: 40px;
        left: 40px;
        right: 40px; }
      body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading {
        font-size: 26px; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.small-text-size {
          font-size: 22px; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.medium-text-size {
          font-size: 32px;
          line-height: 1.1; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.large-text-size {
          font-size: 42px;
          line-height: 42px; }
      body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide {
        width: calc(66.6% - 20px);
        display: flex;
        flex-direction: row; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container {
            bottom: 40px;
            left: 40px; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout {
          display: flex;
          align-items: center;
          position: static; }
          body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout .image {
            height: 100%;
            max-height: 231px;
            border-radius: 5px;
            margin-left: 40px; }
        body.hr-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
          font-size: 32px;
          font-weight: 700; }
  body.hr-tech .content-hub.main .more-resources-container {
    padding-bottom: 100px; }
    body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container {
      flex-direction: row; }
      body.hr-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item {
        width: calc(33.3% - 20px); }
    body.hr-tech .content-hub.main .more-resources-container .more-resources-title {
      font-size: 38px; }
  body.hr-tech .content-hub.main .explore-topics-container {
    padding-top: 100px;
    padding-bottom: 200px; }
    body.hr-tech .content-hub.main .explore-topics-container .explore-topics-inner-container .topic-box-outer {
      width: calc(100% - 40px); } }

/*body.hr-tech {
    .content-hub.main {
        margin-top: 0;

        p, label, td, h1, h2, h3, h4, h5 {
            font-family: Roboto, sans-serif;
        }


        .headley-container.hero-content {
            background-image: linear-gradient( 180deg, $websiteid_13-darkest, $websiteid_13-dark);
            display: flex;
            justify-content: center;
            align-items: center;
            height: 550px;
            position: relative;

            .hero-triangle {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 0;
                height: 0;
                border-bottom: 500px solid $websiteid_13-light;
                border-left: 500px solid transparent;
                opacity: 0.2;
            }

            .hero-content-block {
                display: flex;
                flex-direction: column;
                align-items: center;
                padding-left: 15px;
                padding-right: 15px;
                z-index: 10;

                .hero-logo {
                    max-height: 50px;
                    max-width: 200px;
                }

                .hero-subheader {
                    margin-top: 20px;
                    margin-bottom: 0px;
                    color: $websiteid_13-lightest;
                    font-size: 20px;
                    line-height: 20px;
                    font-weight: 400;
                    letter-spacing: 3px;
                    text-transform: uppercase;
                }

                .hero-header {
                    margin-bottom: 0px;
                    color: $websiteid_13-white;
                    font-size: 36px;
                    text-align: center;
                    font-weight: 700;
                }

                .hero-description {
                    max-width: 502px;
                    width: 100%;
                    margin-top: 20px;
                    margin-bottom: 0px;
                    color: $websiteid_13-white;
                    font-size: 20px;
                    line-height: 32px;
                    text-align: center;
                }

                .image-container {
                    display: flex;
                    justify-content: center;
                }
            }
        }

        .grid-layout-container {
            padding-top: 50px;
            padding-bottom: 50px;

            .grid-layout-inner-container {
                display: flex;
                flex-wrap: wrap;
                margin-left: -10px;
                margin-right: -10px;

                .grid-layout-item {
                    width: calc(100% - 20px);
                    height: 350px;
                    background-color: $websiteid_13-white;
                    padding: 20px;
                    border-radius: 15px;
                    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
                    margin-left: 10px;
                    margin-right: 10px;
                    margin-bottom: 20px;
                    position: relative;

                    &.background-icon {
                        position: relative;
                        z-index: 1;

                        &:after {
                            content: "";
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            background-image: url("/img/streamline-icon-button-play-1@300x300.svg");
                            background-repeat: no-repeat;
                            background-size: 170px 170px;
                            background-position: center;
                            opacity: 0.15;
                            z-index: -1;
                        }
                    }

                    .grid-layout-item-details {
                        display: flex;

                        .grid-layout-item-format {
                            color: $websiteid_13-dark;
                            margin-right: 20px;
                            font-weight: 600;
                            font-size: 16px;
                        }

                        .grid-layout-item-date {
                            color: $websiteid_13-light;
                            font-size: 16px;
                        }
                    }

                    .grid-layout-subheading {
                        color: $websiteid_13-black;
                        font-size: 18px;
                    }

                    .grid-layout-heading {
                        font-size: 24px;
                        margin-top: 12px;
                        font-weight: 700;
                        color: $websiteid_13-black;
                    }

                    .lower-card-container {
                        display: flex;
                        align-items: flex-end;
                        justify-content: space-between;
                        position: absolute;
                        bottom: 20px;
                        left: 20px;
                        right: 20px;

                        .card-button {
                            padding: 10px 30px;
                            border-radius: 30px;
                            background: $websiteid_13-light;
                            color: $websiteid_13-white;
                            font-size: 16px;
                            font-weight: 500;
                        }

                        .image {
                            max-height: 120px;
                            border-radius: 5px;
                        }
                    }
                    //wide card
                    &.wide {
                        width: calc(100% - 20px);
                        display: flex;
                        flex-direction: column;

                        .left-card-layout {
                            display: flex;
                            flex-direction: column;
                            justify-content: space-between;

                            .lower-card-container {
                                position: absolute;
                                bottom: 20px;
                                left: 20px;
                            }
                        }

                        .right-card-layout {
                            display: flex;
                            align-items: center;
                            justify-content: flex-end;
                            position: absolute;
                            bottom: 20px;
                            right: 20px;

                            .image {
                                height: 100%;
                                max-height: 120px;
                                border-radius: 5px;
                                margin-left: 40px;
                            }
                        }

                        .grid-layout-heading {
                            font-size: 24px;
                            font-weight: 500;
                        }
                    }
                    //dark card
                    &.dark {
                        background-color: $websiteid_13-dark;
                        color: $websiteid_13-white;

                        .grid-layout-item-details {
                            .grid-layout-item-format {
                                color: $websiteid_13-white;
                            }

                            .grid-layout-item-date {
                                color: rgba($websiteid_13-white, 0.8);
                            }
                        }

                        .grid-layout-subheading {
                            color: $websiteid_13-white;
                        }

                        .grid-layout-heading {
                            color: $websiteid_13-white;
                        }

                        .lower-card-container {
                            .card-button {
                                background: $websiteid_13-white;
                                color: $websiteid_13-dark;
                            }
                        }
                    }
                    //light card
                    &.light {
                        background-color: $websiteid_13-light;
                        color: $websiteid_13-white;

                        .grid-layout-item-details {
                            .grid-layout-item-format {
                                color: $websiteid_13-white;
                            }

                            .grid-layout-item-date {
                                color: rgba($websiteid_13-white, 0.8);
                            }
                        }

                        .grid-layout-subheading {
                            color: $websiteid_13-white;
                        }

                        .grid-layout-heading {
                            color: $websiteid_13-white;
                        }

                        .lower-card-container {
                            .card-button {
                                background: $websiteid_13-dark;
                                color: $websiteid_13-white;
                            }
                        }
                    }
                    //card hover state
                    &:hover {
                        transform: translate(0px, -5px);
                        box-shadow: 0 0 40px 10px rgba(0,0,0,0.1);
                        transition: all 300ms ease;
                        cursor: pointer;
                    }

                    &.large-text {
                        .grid-layout-heading {
                            font-size: 38px;
                        }
                    }
                }
            }
        }


        .more-resources-container {
            padding-bottom: 50px;

            .more-resources-title {
                text-align: center;
                font-size: 32px;
                font-weight: 600;
                color: $websiteid_13-black;
            }

            .more-resources-description {
                text-align: center;
                font-size: 20px;
                color: $websiteid_13-black;
            }

            .more-resources-grid-container {
                display: flex;
                flex-direction: column;
                margin-left: -10px;
                margin-right: -10px;
                margin-top: 30px;

                .more-resources-item {
                    width: calc(100% - 20px);
                    height: 470px;
                    background: $websiteid_13-dark;
                    padding: 40px;
                    border-radius: 0 20px 20px 0;
                    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
                    position: relative;
                    margin-left: 10px;
                    margin-right: 10px;
                    margin-bottom: 20px;

                    &.small-text-size {
                        .card-heading {
                            font-size: 26px;
                            line-height: 34px;
                        }
                    }

                    &.medium-text-size {
                        .card-heading {
                            font-size: 32px;
                            line-height: 40px;
                        }
                    }

                    &.large-text-size {
                        .card-heading {
                            font-size: 42px;
                            line-height: 42px;
                        }
                    }

                    &.dark {
                        background: $websiteid_13-dark;
                    }

                    &.lightest {
                        background: $websiteid_13-lighter;
                    }

                    &.light {
                        background: $websiteid_13-light;
                    }

                    .more-resources-header {
                        display: flex;
                        align-items: center;
                        margin-bottom: 20px;

                        .more-resources-logo {
                            max-height: 40px;
                            max-width: 115px;
                        }

                        .card-date {
                            margin-left: 20px;
                            opacity: 0.8;
                            color: $websiteid_13-white;
                            font-size: 15px;
                            line-height: 15px;
                            font-weight: 400;
                        }
                    }

                    .card-subheading {
                        margin-top: 10px;
                        margin-bottom: 0px;
                        color: $websiteid_13-white;
                        font-size: 18px;
                        line-height: 22px;
                        font-weight: 400;
                        text-decoration: none;
                    }

                    .card-heading {
                        margin-top: 5px;
                        color: $websiteid_13-white;
                        font-size: 32px;
                        font-weight: 600;
                    }

                    .more-resources-button {
                        color: $websiteid_13-white;
                        border-radius: 30px;
                        padding: 10px 30px;
                        border: 2px solid $websiteid_13-white;
                        font-weight: 500;
                        position: absolute;
                        bottom: 40px;
                        left: 40px;
                        transition: all 0.3s ease;
                    }

                    &:hover {
                        cursor: pointer;
                        transform: translate(0px, -5px );
                        box-shadow: 0 0 60px 10px rgba(0,0,0,0.2);
                        transition: all 0.3s ease;

                        .more-resources-button {
                            background: $websiteid_13-white;
                            color: $websiteid_13-dark;
                            transition: all 0.3s ease;
                        }
                    }
                }
            }
        }

        .explore-topics-container {
            background-image: linear-gradient( 180deg, $websiteid_13-mid-dark, $websiteid_13-darkest);
            padding-top: 50px;
            padding-bottom: 100px;


            .explore-topics-title {
                font-size: 38px;
                text-align: center;
                color: $websiteid_13-white;
                font-weight: 600;
            }

            .explore-topics-description {
                font-size: 20px;
                color: $websiteid_13-white;
                text-align: center;
            }

            .explore-topics-inner-container.owl-carousel {
                display: flex;
                margin-top: 40px;

                .topic-box-outer {
                    width: calc(100% - 40px);
                    max-width: 180px;
                    margin: 0 auto;

                    .topic-box-inner {
                        background-image: linear-gradient( 180deg, $websiteid_13-light, $websiteid_13-lightest);
                        height: 220px;
                        width: 100%;
                        border-top-right-radius: 12px;
                        border-bottom-right-radius: 12px;
                        position: relative;
                        overflow: hidden;

                        .topic-box-image {
                            background-size: contain;
                            background-repeat: no-repeat;
                            background-position: center;
                            height: 175px;
                            width: 175px;
                            position: absolute;
                            bottom: -3px;
                            right: -14px;
                            opacity: 0.2;
                            filter: brightness(0) invert(1);
                        }
                    }

                    .topic-box-title {
                        color: $websiteid_13-white;
                        font-size: 20px;
                        font-weight: 600;
                        opacity: 0.9;
                    }
                }

                .owl-nav {
                    display: flex;
                    position: absolute;
                    bottom: -70px;
                    left: 50%;
                    transform: translateX(-50%);

                    .owl-prev {
                        padding-left: 15px;
                        padding-right: 10px;

                        img {
                            width: 35px;
                            opacity: 0.7;
                        }

                        &:hover {
                            img {
                                opacity: 1;
                                transition: all 0.2s ease;
                            }
                        }
                    }

                    .owl-next {
                        padding-left: 10px;
                        padding-right: 15px;

                        img {
                            width: 35px;
                            opacity: 0.7;
                            transform: rotate(180deg);
                        }

                        &:hover {
                            img {
                                opacity: 1;
                                transition: all 0.2s ease;
                            }
                        }
                    }
                }
            }
        }
    }
}


//////////////footer///////////////////

.is-content-hub.hr-tech {
    .content-hub-footer {
        background: $websiteid_13-darkest;
        padding-top: 50px;
        padding-bottom: 80px;


        .content-hub-footer-inner {
            display: flex;
            flex-direction: column-reverse;

            .footer-container-left {
                width: 100%;
                .logo-container {
                    display: flex;
                    margin-bottom: 30px;
                    flex-direction: column;
                    align-items: center;

                    img.logo {
                        margin-bottom: 20px;
                        width: auto;
                    }
                }

                .copyright-container {
                    p {
                        color: $websiteid_13-white;
                        opacity: 0.9;
                        font-size: 16px;
                        line-height: 26px;
                        text-align: center;
                    }
                }
            }

            .footer-container-right {
                display: flex;
                justify-content: flex-end;
                align-items: center;
                flex-direction: column;
                width: 100%;
                .footer-list {
                    float: none !important;
                    width: unset !important;
                    margin-bottom: 30px;

                    h5 {
                        color: $websiteid_13-lightest;
                        margin-bottom: 20px;
                        font-size: 16px;
                        line-height: 16px;
                        letter-spacing: 2px;
                        text-transform: uppercase;
                        text-align: center;
                    }

                    ul {
                        padding-left: 0;

                        li {
                            color: $websiteid_13-white;
                            display: block;

                            a {
                                color: $websiteid_13-white;
                                margin-bottom: 10px;
                                opacity: 0.9;
                                -webkit-transition: color 200ms ease;
                                transition: color 200ms ease;
                                color: #fff;
                                font-size: 16px;
                                line-height: 16px;
                                text-decoration: none;
                                display: block;

                                &:hover {
                                    color: $websiteid_13-lightest;
                                    opacity: 1;
                                }
                            }
                        }
                    }

                    a {
                        color: $websiteid_13-white;
                        margin-bottom: 10px;
                        opacity: 0.9;
                        -webkit-transition: color 200ms ease;
                        transition: color 200ms ease;
                        color: #fff;
                        font-size: 16px;
                        line-height: 16px;
                        text-decoration: none;
                        display: block;
                        text-align: center;

                        &:hover {
                            color: $websiteid_13-lightest;
                            opacity: 1;
                        }
                    }

                    p {
                        color: $websiteid_13-white;
                        margin-bottom: 10px;
                        opacity: 0.9;
                        -webkit-transition: color 200ms ease;
                        transition: color 200ms ease;
                        color: #fff;
                        font-size: 16px;
                        line-height: 16px;
                        text-decoration: none;
                        display: block;
                        text-align: center;
                    }
                }
            }
        }
    }
}

///////////////////header/////////////

.is-content-hub.hr-tech {
    #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        height: 65px;

        #header-rectangle {
            background: $websiteid_13-darkest;
        }

        .img-responsive {
            margin-top: 0;
            margin-bottom: 10px;
        }
    }

    #container-mobile {
        .menu {
            padding: 7px 0px 17px 0px !important;

            &.clicked-menu {
                background: transparent !important;
            }
        }

        .menu-button {
            .icon-bar {
                background: $websiteid_13-lightest !important;
            }
        }

        a.main-red-bg {
            background: $websiteid_13-lightest !important;

            &:hover {
                background: $websiteid_13-light !important;
            }
        }

        .nav-mobile {
            li {
                a {
                    &:hover {
                        color: $websiteid_13-lightest !important;
                    }
                }
            }
        }
    }

    .main.content-hub {
        padding-top: 65px;
    }

    .nav-mobile {
        background: $websiteid_13-darkest !important;

        li {
            a {
                background: $websiteid_13-darkest !important;
            }
        }
    }
}

@media(min-width: 992px) {
    //////////////footer///////////////////
    .is-content-hub.hr-tech {
        .content-hub-footer {
            .content-hub-footer-inner {
                flex-direction: row;

                .footer-container-left {
                    padding-right: 100px;
                    width: 50%;

                    .logo-container {
                        flex-direction: row;

                        img {
                            margin-bottom: 0;
                            margin-right: 20px;
                        }
                    }

                    .copyright-container {
                        p {
                            text-align: left;
                        }
                    }
                }

                .footer-container-right {
                    padding-left: 100px;
                    flex-direction: row;
                    width: 50%;
                    align-items: flex-start;
                    justify-content: space-between;

                    .footer-list {
                        ul {
                            li {
                                text-align: left;

                                a {
                                    text-align: left;
                                }
                            }
                        }

                        p {
                            text-align: left;
                        }

                        a {
                            text-align: left;
                        }

                        h5 {
                            text-align: left;
                        }
                    }
                }
            }
        }
    }

    //////////////////header///////////////

    .is-content-hub.hr-tech {
        #header {
            height: 80px;
        }

        .main.content-hub {
            margin-top: 80px;
            padding-top: 0px;
        }

        #container-mobile {
            .menu {
                padding: 23px 0px 17px 0px !important;
            }
        }
    }
}


@media(min-width: 1188px) {
    body.hr-tech {
        .content-hub.main {
            .headley-container.hero-content {
                .hero-content-block {
                    .hero-header {
                        font-size: 50px;
                    }
                }
            }

            .grid-layout-container {
                padding-top: 100px;
                padding-bottom: 100px;

                .grid-layout-inner-container {
                    .grid-layout-item {
                        width: calc(33.3% - 20px);
                        padding: 40px;

                        .lower-card-container {
                            bottom: 40px;
                            left: 40px;
                            right: 40px;
                        }

                        .grid-layout-heading {
                            font-size: 26px;
                        }
                        //wide card
                        &.wide {
                            width: calc(66.6% - 20px);
                            display: flex;
                            flex-direction: row;

                            .left-card-layout {
                                display: flex;
                                flex-direction: column;
                                justify-content: space-between;

                                .lower-card-container {
                                    bottom: 40px;
                                    left: 40px;
                                }
                            }

                            .right-card-layout {
                                display: flex;
                                align-items: center;
                                position: static;

                                .image {
                                    height: 100%;
                                    max-height: 231px;
                                    border-radius: 5px;
                                    margin-left: 40px;
                                }
                            }

                            .grid-layout-heading {
                                font-size: 32px;
                                font-weight: 700;
                            }
                        }
                    }
                }
            }

            .more-resources-container {
                padding-bottom: 100px;

                .more-resources-grid-container {
                    flex-direction: row;

                    .more-resources-item {
                        width: calc(33.3% - 20px);
                    }
                }

                .more-resources-title {
                    font-size: 38px;
                }
            }

            .explore-topics-container {
                padding-top: 100px;
                padding-bottom: 200px;

                .explore-topics-inner-container {
                    .topic-box-outer {
                        width: calc(100% - 40px);

                        .topic-box-inner {
                        }
                    }
                }
            }
        }
    }
}*/
body.mar-tech .content-hub.main {
  margin-top: 0; }
  body.mar-tech .content-hub.main p, body.mar-tech .content-hub.main label, body.mar-tech .content-hub.main td, body.mar-tech .content-hub.main h1, body.mar-tech .content-hub.main h2, body.mar-tech .content-hub.main h3, body.mar-tech .content-hub.main h4, body.mar-tech .content-hub.main h5 {
    font-family: Roboto, sans-serif; }
  body.mar-tech .content-hub.main .headley-container.hero-content {
    background-image: linear-gradient(180deg, #0f1902 10%, #1e3305);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
    position: relative;
    padding-bottom: 30px; }
    body.mar-tech .content-hub.main .headley-container.hero-content .hero-triangle {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-bottom: 389px solid #4b800b;
      border-left: 389px solid transparent;
      opacity: 0.2; }
    body.mar-tech .content-hub.main .headley-container.hero-content .hero-content-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-left: 15px;
      padding-right: 15px;
      z-index: 3; }
      body.mar-tech .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
        margin: 0 auto 50px auto;
        left: unset;
        transform: none;
        /*display: flex;
                    justify-content: center;*/ }
      body.mar-tech .content-hub.main .headley-container.hero-content .hero-content-block .hero-logo {
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%); }
      body.mar-tech .content-hub.main .headley-container.hero-content .hero-content-block .hero-subheader {
        margin-top: 20px;
        margin-bottom: 0px;
        color: #86e613;
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase; }
      body.mar-tech .content-hub.main .headley-container.hero-content .hero-content-block .hero-header {
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 36px;
        text-align: center;
        font-weight: 700; }
      body.mar-tech .content-hub.main .headley-container.hero-content .hero-content-block .hero-description {
        width: 100%;
        max-width: 850px;
        margin-top: 20px;
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 20px;
        line-height: 32px;
        text-align: center; }
  body.mar-tech .content-hub.main .grid-layout-container {
    padding-top: 50px;
    padding-bottom: 50px; }
    body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container {
      display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; }
      body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item {
        width: calc(100% - 20px);
        height: 370px;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
        position: relative; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading {
          margin-top: 5px; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-item-format {
          margin-bottom: 0; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-item-date {
          margin-bottom: 0; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container {
          position: relative;
          left: 0px;
          right: 0px;
          bottom: 0; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container .grid-layout-body span {
            float: none;
            line-height: 1.38;
            display: block;
            width: 65%;
            white-space: no-wrap;
            text-overflow: ellipsis;
            overflow: hidden;
            height: 119px; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container img {
            position: absolute;
            top: 0px;
            right: 0px; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .lower-card-container .card-button {
            position: relative;
            bottom: -12px; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.background-icon {
          position: relative;
          z-index: 1; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.background-icon:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-image: url("../img/streamline-icon-button-play-1%40300x300.html");
            background-repeat: no-repeat;
            background-size: 170px 170px;
            background-position: center;
            opacity: 0.15;
            z-index: -1; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details {
          display: flex; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details .grid-layout-item-format {
            color: #1e3305;
            margin-right: 20px;
            font-weight: 600;
            font-size: 16px;
            margin-bottom: 0; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-item-details .grid-layout-item-date {
            color: #4b800b;
            font-size: 16px;
            margin-bottom: 0; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-subheading {
          color: #000000;
          font-size: 18px; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading {
          font-size: 24px;
          margin-top: 5px;
          font-weight: 700;
          color: #000000; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .card-button {
          padding: 10px 30px;
          border-radius: 30px;
          background: #1e3305;
          color: #ffffff;
          font-size: 16px;
          font-weight: 500;
          position: absolute;
          bottom: 30px; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container .image {
          max-height: 120px;
          border-radius: 5px; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container img {
          position: absolute;
          right: 40px;
          bottom: 40px; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide {
          width: calc(100% - 20px);
          display: flex;
          flex-direction: column; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide.bodyCopyAndImageEnabledWideCard .left-card-layout .grid-layout-body {
            width: 62%; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container {
              position: absolute;
              bottom: 20px;
              left: 20px;
              position: static; }
              body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container .card-button {
                bottom: 30px;
                width: max-content; }
              body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container img {
                position: absolute;
                right: 20px;
                bottom: 20px;
                max-width: 85px; }
            body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-body {
              line-height: 1.38;
              width: 100%; }
            body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-item-format {
              margin-bottom: 0; }
            body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .grid-layout-item-date {
              margin-bottom: 0; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            position: absolute;
            bottom: 20px;
            right: 20px; }
            body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout .image {
              height: 100%;
              max-height: 120px;
              border-radius: 5px;
              margin-left: 40px; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
            font-size: 24px;
            font-weight: 500;
            margin-top: 5px; }
            body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.small-text-size {
              font-size: 22px;
              line-height: 1.2; }
            body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.medium-text-size {
              font-size: 32px;
              line-height: 1.1; }
            body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading.large-text-size {
              font-size: 42px;
              line-height: 42px; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-body {
            width: 62%; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark {
          background-color: #1e3305;
          color: #ffffff; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-item-details .grid-layout-item-format {
            color: #ffffff; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-item-details .grid-layout-item-date {
            color: rgba(255, 255, 255, 0.8); }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-subheading {
            color: #ffffff; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .grid-layout-heading {
            color: #ffffff; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.dark .card-button {
            background: #000000;
            color: #ffffff; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light {
          background-color: #4b800b;
          color: #ffffff; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-item-details .grid-layout-item-format {
            color: #ffffff; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-item-details .grid-layout-item-date {
            color: rgba(255, 255, 255, 0.8); }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-subheading {
            color: #ffffff; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .grid-layout-heading {
            color: #ffffff; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.light .card-button {
            background: #ffffff;
            color: #000000; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item:hover {
          transform: translate(0px, -5px);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
          transition: all 300ms ease;
          cursor: pointer; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.large-text .grid-layout-heading {
          font-size: 38px; }
  body.mar-tech .content-hub.main .more-resources-container {
    padding-bottom: 50px; }
    body.mar-tech .content-hub.main .more-resources-container .more-resources-title {
      text-align: center;
      font-size: 32px;
      font-weight: 600;
      color: #000000; }
    body.mar-tech .content-hub.main .more-resources-container .more-resources-description {
      text-align: center;
      font-size: 20px;
      color: #000000; }
    body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container {
      display: flex;
      flex-direction: column;
      margin-left: -10px;
      margin-right: -10px;
      margin-top: 30px; }
      body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item {
        width: calc(100% - 20px);
        height: 470px;
        background: #1e3305;
        padding: 40px;
        border-radius: 0 20px 20px 0;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px; }
        body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.dark {
          background: #1e3305; }
        body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.lightest {
          background: #61a60e; }
        body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.light {
          background: #4b800b; }
        body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header {
          display: flex;
          align-items: center;
          margin-bottom: 20px; }
          body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header .more-resources-logo {
            max-height: 40px;
            max-width: 115px; }
          body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-header .card-date {
            margin-left: 20px;
            opacity: 0.8;
            color: #ffffff;
            font-size: 15px;
            line-height: 15px;
            font-weight: 400; }
        body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-body {
          color: #ffffff; }
        body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .card-subheading {
          margin-top: 10px;
          margin-bottom: 0px;
          color: #ffffff;
          font-size: 18px;
          line-height: 22px;
          font-weight: 400;
          text-decoration: none; }
        body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .card-heading {
          margin-top: 5px;
          color: #ffffff;
          font-size: 32px;
          font-weight: 600; }
        body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item .more-resources-button {
          color: #ffffff;
          border-radius: 30px;
          padding: 10px 30px;
          border: 2px solid #ffffff;
          font-weight: 500;
          position: absolute;
          bottom: 40px;
          left: 40px;
          transition: all 0.3s ease; }
        body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item:hover {
          cursor: pointer;
          transform: translate(0px, -5px);
          box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.2);
          transition: all 0.3s ease; }
          body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item:hover .more-resources-button {
            background: #ffffff;
            color: #1e3305;
            transition: all 0.3s ease; }
  body.mar-tech .content-hub.main .explore-topics-container {
    background-image: linear-gradient(180deg, #1e3305, #0f1902);
    padding-top: 50px;
    padding-bottom: 100px; }
    body.mar-tech .content-hub.main .explore-topics-container .explore-topics-title {
      font-size: 38px;
      text-align: center;
      color: #ffffff;
      font-weight: 600; }
    body.mar-tech .content-hub.main .explore-topics-container .explore-topics-description {
      font-size: 20px;
      color: #ffffff;
      text-align: center; }
    body.mar-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel {
      display: flex;
      margin-top: 40px; }
      body.mar-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer {
        width: calc(100% - 40px);
        max-width: 180px;
        margin: 0 auto; }
        body.mar-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-inner {
          background-image: linear-gradient(180deg, #4b800b, #86e613);
          height: 220px;
          width: 100%;
          border-top-right-radius: 12px;
          border-bottom-right-radius: 12px;
          position: relative;
          overflow: hidden; }
          body.mar-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-inner .topic-box-image {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            height: 175px;
            width: 175px;
            position: absolute;
            bottom: -3px;
            right: -14px;
            opacity: 0.2;
            filter: brightness(0) invert(1); }
        body.mar-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .topic-box-outer .topic-box-title {
          color: #ffffff;
          font-size: 20px;
          font-weight: 600;
          opacity: 0.9; }
      body.mar-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav {
        display: flex;
        position: absolute;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%); }
        body.mar-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev {
          padding-left: 15px;
          padding-right: 10px; }
          body.mar-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev img {
            width: 35px;
            opacity: 0.7; }
          body.mar-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-prev:hover img {
            opacity: 1;
            transition: all 0.2s ease; }
        body.mar-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next {
          padding-left: 10px;
          padding-right: 15px; }
          body.mar-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next img {
            width: 35px;
            opacity: 0.7;
            transform: rotate(180deg); }
          body.mar-tech .content-hub.main .explore-topics-container .explore-topics-inner-container.owl-carousel .owl-nav .owl-next:hover img {
            opacity: 1;
            transition: all 0.2s ease; }

.is-content-hub.mar-tech .content-hub-footer {
  background: #0f1902;
  padding-top: 50px;
  padding-bottom: 80px; }
  .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner {
    display: flex;
    flex-direction: column-reverse; }
    .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-left {
      width: 100%; }
      .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container {
        display: flex;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center; }
        .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container img.logo {
          margin-bottom: 20px;
          width: auto; }
      .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .copyright-container p {
        color: #ffffff;
        opacity: 0.9;
        font-size: 16px;
        line-height: 26px;
        text-align: center; }
    .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-direction: column;
      width: 100%; }
      .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list {
        float: none !important;
        width: unset !important;
        margin-bottom: 30px; }
        .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list h5 {
          color: #86e613;
          margin-bottom: 20px;
          font-size: 16px;
          line-height: 16px;
          letter-spacing: 2px;
          text-transform: uppercase;
          text-align: center; }
        .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul {
          padding-left: 0; }
          .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li {
            color: #ffffff;
            display: block; }
            .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a {
              color: #ffffff;
              margin-bottom: 10px;
              opacity: 0.9;
              -webkit-transition: color 200ms ease;
              transition: color 200ms ease;
              color: #fff;
              font-size: 16px;
              line-height: 16px;
              text-decoration: none;
              display: block; }
              .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a:hover {
                color: #86e613;
                opacity: 1; }
        .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a {
          color: #ffffff;
          margin-bottom: 10px;
          opacity: 0.9;
          -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
          color: #fff;
          font-size: 16px;
          line-height: 16px;
          text-decoration: none;
          display: block;
          text-align: center; }
          .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a:hover {
            color: #86e613;
            opacity: 1; }
        .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list p {
          color: #ffffff;
          margin-bottom: 10px;
          opacity: 0.9;
          -webkit-transition: color 200ms ease;
          transition: color 200ms ease;
          color: #fff;
          font-size: 16px;
          line-height: 16px;
          text-decoration: none;
          display: block;
          text-align: center; }

.is-content-hub.mar-tech #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 65px; }
  .is-content-hub.mar-tech #header #header-rectangle {
    background: #0f1902; }
  .is-content-hub.mar-tech #header .img-responsive {
    margin-top: 0;
    margin-bottom: 10px; }

.is-content-hub.mar-tech #container-mobile .menu {
  padding: 7px 0px 17px 0px !important;
  margin-right: 15px; }
  .is-content-hub.mar-tech #container-mobile .menu.clicked-menu {
    background: transparent !important; }

.is-content-hub.mar-tech #container-mobile .menu-button .icon-bar {
  background: #86e613 !important; }

.is-content-hub.mar-tech #container-mobile a.main-red-bg {
  background: #86e613 !important; }
  .is-content-hub.mar-tech #container-mobile a.main-red-bg:hover {
    background: #4b800b !important; }

.is-content-hub.mar-tech #container-mobile .nav-mobile li a:hover {
  color: #86e613 !important; }

.is-content-hub.mar-tech .main.content-hub {
  /*margin-top: 65px;*/
  padding-top: 65px; }

.is-content-hub.mar-tech .nav-mobile {
  background: #0f1902 !important; }
  .is-content-hub.mar-tech .nav-mobile li a {
    background: #0f1902 !important; }

@media (min-width: 768px) {
  body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.small-text-size {
    font-size: 22px; }
  body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.medium-text-size {
    font-size: 32px;
    line-height: 1.1; }
  body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.bodyCopyAndImageEnabled .grid-layout-heading.large-text-size {
    font-size: 42px;
    line-height: 42px; }
  body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.small-text-size .card-heading {
    font-size: 26px;
    line-height: 34px; }
  body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.medium-text-size .card-heading {
    font-size: 32px;
    line-height: 1.1; }
  body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item.large-text-size .card-heading {
    font-size: 42px;
    line-height: 42px; } }

@media (min-width: 992px) {
  body.mar-tech .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
    margin: 0 auto 60px auto; }
  .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner {
    flex-direction: row; }
    .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-left {
      padding-right: 100px;
      width: 50%; }
      .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container {
        flex-direction: row; }
        .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .logo-container img {
          margin-bottom: 0;
          margin-right: 20px; }
      .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-left .copyright-container p {
        text-align: left; }
    .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right {
      padding-left: 100px;
      flex-direction: row;
      width: 50%;
      align-items: flex-start;
      justify-content: space-between; }
      .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li {
        text-align: left; }
        .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list ul li a {
          text-align: left; }
      .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list p {
        text-align: left; }
      .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list a {
        text-align: left; }
      .is-content-hub.mar-tech .content-hub-footer .content-hub-footer-inner .footer-container-right .footer-list h5 {
        text-align: left; }
  .is-content-hub.mar-tech #header {
    height: 80px; }
  .is-content-hub.mar-tech .main.content-hub {
    margin-top: 80px;
    padding-top: 0px; }
  .is-content-hub.mar-tech #container-mobile .menu {
    padding: 23px 0px 17px 0px !important; }
  body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
    width: 100%; }
    body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container img {
      max-height: unset;
      bottom: 40px;
      right: 40px;
      max-width: 250px;
      max-height: 292px; }
  body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
    width: 65%; } }

@media (min-width: 1188px) {
  body.mar-tech .content-hub.main .headley-container.hero-content .hero-content-block .hero-header {
    font-size: 42px; }
  body.mar-tech .content-hub.main .headley-container.hero-content .hero-content-block .image-container {
    margin: 0 auto 30px auto; }
  body.mar-tech .content-hub.main .grid-layout-container {
    padding-top: 100px;
    padding-bottom: 100px; }
    body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item {
      width: calc(33.3% - 20px);
      padding: 40px; }
      body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .lower-card-container {
        bottom: 40px;
        left: 40px;
        right: 40px; }
      body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading {
        font-size: 26px; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.small-text-size {
          font-size: 22px; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.medium-text-size {
          font-size: 32px;
          line-height: 1.1; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item .grid-layout-heading.large-text-size {
          font-size: 42px;
          line-height: 42px; }
      body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide {
        width: calc(66.6% - 20px);
        display: flex;
        flex-direction: row; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout {
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .left-card-layout .lower-card-container {
            bottom: 40px;
            left: 40px; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout {
          display: flex;
          align-items: center;
          position: static; }
          body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .right-card-layout .image {
            height: 100%;
            max-height: 231px;
            border-radius: 5px;
            margin-left: 40px; }
        body.mar-tech .content-hub.main .grid-layout-container .grid-layout-inner-container .grid-layout-item.wide .grid-layout-heading {
          font-size: 32px;
          font-weight: 700; }
  body.mar-tech .content-hub.main .more-resources-container {
    padding-bottom: 100px; }
    body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container {
      flex-direction: row; }
      body.mar-tech .content-hub.main .more-resources-container .more-resources-grid-container .more-resources-item {
        width: calc(33.3% - 20px); }
    body.mar-tech .content-hub.main .more-resources-container .more-resources-title {
      font-size: 38px; }
  body.mar-tech .content-hub.main .explore-topics-container {
    padding-top: 100px;
    padding-bottom: 200px; }
    body.mar-tech .content-hub.main .explore-topics-container .explore-topics-inner-container .topic-box-outer {
      width: calc(100% - 40px); } }

/*body.mar-tech {
    .content-hub.main {
        margin-top: 0;

        p, label, td, h1, h2, h3, h4, h5 {
            font-family: Roboto, sans-serif;
        }


        .headley-container.hero-content {
            background-image: linear-gradient( 180deg, $websiteid_11-darkest, $websiteid_11-dark);
            display: flex;
            justify-content: center;
            align-items: center;
            height: 550px;
            position: relative;

            .hero-triangle {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 0;
                height: 0;
                border-bottom: 500px solid $websiteid_11-light;
                border-left: 500px solid transparent;
                opacity: 0.2;
            }

            .hero-content-block {
                display: flex;
                flex-direction: column;
                align-items: center;
                padding-left: 15px;
                padding-right: 15px;
                z-index: 10;

                .hero-logo {
                    max-height: 50px;
                    max-width: 200px;
                }

                .hero-subheader {
                    margin-top: 20px;
                    margin-bottom: 0px;
                    color: $websiteid_11-lightest;
                    font-size: 20px;
                    line-height: 20px;
                    font-weight: 400;
                    letter-spacing: 3px;
                    text-transform: uppercase;
                }

                .hero-header {
                    margin-bottom: 0px;
                    color: $websiteid_11-white;
                    font-size: 36px;
                    text-align: center;
                    font-weight: 700;
                }

                .hero-description {
                    max-width: 502px;
                    width: 100%;
                    margin-top: 20px;
                    margin-bottom: 0px;
                    color: $websiteid_11-white;
                    font-size: 20px;
                    line-height: 32px;
                    text-align: center;
                }

                .image-container {
                    display: flex;
                    justify-content: center;
                }
            }
        }

        .grid-layout-container {
            padding-top: 50px;
            padding-bottom: 50px;

            .grid-layout-inner-container {
                display: flex;
                flex-wrap: wrap;
                margin-left: -10px;
                margin-right: -10px;

                .grid-layout-item {
                    width: calc(100% - 20px);
                    height: 350px;
                    background-color: $websiteid_11-white;
                    padding: 20px;
                    border-radius: 15px;
                    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
                    margin-left: 10px;
                    margin-right: 10px;
                    margin-bottom: 20px;
                    position: relative;

                    &.background-icon {
                        position: relative;
                        z-index: 1;

                        &:after {
                            content: "";
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            background-image: url("/img/streamline-icon-button-play-1@300x300.svg");
                            background-repeat: no-repeat;
                            background-size: 170px 170px;
                            background-position: center;
                            opacity: 0.15;
                            z-index: -1;
                        }
                    }

                    .grid-layout-item-details {
                        display: flex;

                        .grid-layout-item-format {
                            color: $websiteid_11-dark;
                            margin-right: 20px;
                            font-weight: 600;
                            font-size: 16px;
                        }

                        .grid-layout-item-date {
                            color: $websiteid_11-light;
                            font-size: 16px;
                        }
                    }

                    .grid-layout-subheading {
                        color: $websiteid_11-black;
                        font-size: 18px;
                    }

                    .grid-layout-heading {
                        font-size: 24px;
                        margin-top: 12px;
                        font-weight: 700;
                        color: $websiteid_11-black;
                    }

                    .lower-card-container {
                        display: flex;
                        align-items: flex-end;
                        justify-content: space-between;
                        position: absolute;
                        bottom: 20px;
                        left: 20px;
                        right: 20px;

                        .card-button {
                            padding: 10px 30px;
                            border-radius: 30px;
                            background: $websiteid_11-light;
                            color: $websiteid_11-white;
                            font-size: 16px;
                            font-weight: 500;
                        }

                        .image {
                            max-height: 120px;
                            border-radius: 5px;
                        }
                    }
                    //wide card
                    &.wide {
                        width: calc(100% - 20px);
                        display: flex;
                        flex-direction: column;

                        .left-card-layout {
                            display: flex;
                            flex-direction: column;
                            justify-content: space-between;

                            .lower-card-container {
                                position: absolute;
                                bottom: 20px;
                                left: 20px;
                            }
                        }

                        .right-card-layout {
                            display: flex;
                            align-items: center;
                            justify-content: flex-end;
                            position: absolute;
                            bottom: 20px;
                            right: 20px;

                            .image {
                                height: 100%;
                                max-height: 120px;
                                border-radius: 5px;
                                margin-left: 40px;
                            }
                        }

                        .grid-layout-heading {
                            font-size: 24px;
                            font-weight: 500;
                        }
                    }
                    //dark card
                    &.dark {
                        background-color: $websiteid_11-dark;
                        color: $websiteid_11-white;

                        .grid-layout-item-details {
                            .grid-layout-item-format {
                                color: $websiteid_11-white;
                            }

                            .grid-layout-item-date {
                                color: rgba($websiteid_11-white, 0.8);
                            }
                        }

                        .grid-layout-subheading {
                            color: $websiteid_11-white;
                        }

                        .grid-layout-heading {
                            color: $websiteid_11-white;
                        }

                        .lower-card-container {
                            .card-button {
                                background: $websiteid_11-white;
                                color: $websiteid_11-dark;
                            }
                        }
                    }
                    //light card
                    &.light {
                        background-color: $websiteid_11-light;
                        color: $websiteid_11-white;

                        .grid-layout-item-details {
                            .grid-layout-item-format {
                                color: $websiteid_11-white;
                            }

                            .grid-layout-item-date {
                                color: rgba($websiteid_11-white, 0.8);
                            }
                        }

                        .grid-layout-subheading {
                            color: $websiteid_11-white;
                        }

                        .grid-layout-heading {
                            color: $websiteid_11-white;
                        }

                        .lower-card-container {
                            .card-button {
                                background: $websiteid_11-dark;
                                color: $websiteid_11-white;
                            }
                        }
                    }
                    //card hover state
                    &:hover {
                        transform: translate(0px, -5px);
                        box-shadow: 0 0 40px 10px rgba(0,0,0,0.1);
                        transition: all 300ms ease;
                        cursor: pointer;
                    }

                    &.large-text {
                        .grid-layout-heading {
                            font-size: 38px;
                        }
                    }
                }
            }
        }


        .more-resources-container {
            padding-bottom: 50px;

            .more-resources-title {
                text-align: center;
                font-size: 32px;
                font-weight: 600;
                color: $websiteid_11-black;
            }

            .more-resources-description {
                text-align: center;
                font-size: 20px;
                color: $websiteid_11-black;
            }

            .more-resources-grid-container {
                display: flex;
                flex-direction: column;
                margin-left: -10px;
                margin-right: -10px;
                margin-top: 30px;

                .more-resources-item {
                    width: calc(100% - 20px);
                    height: 470px;
                    background: $websiteid_11-dark;
                    padding: 40px;
                    border-radius: 0 20px 20px 0;
                    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
                    position: relative;
                    margin-left: 10px;
                    margin-right: 10px;
                    margin-bottom: 20px;

                    &.small-text-size {
                        .card-heading {
                            font-size: 26px;
                            line-height: 34px;
                        }
                    }

                    &.medium-text-size {
                        .card-heading {
                            font-size: 32px;
                            line-height: 40px;
                        }
                    }

                    &.large-text-size {
                        .card-heading {
                            font-size: 42px;
                            line-height: 42px;
                        }
                    }

                    &.dark {
                        background: $websiteid_11-dark;
                    }

                    &.lightest {
                        background: $websiteid_11-lighter;
                    }

                    &.light {
                        background: $websiteid_11-light;
                    }

                    .more-resources-header {
                        display: flex;
                        align-items: center;
                        margin-bottom: 20px;

                        .more-resources-logo {
                            max-height: 40px;
                            max-width: 115px;
                        }

                        .card-date {
                            margin-left: 20px;
                            opacity: 0.8;
                            color: $websiteid_11-white;
                            font-size: 15px;
                            line-height: 15px;
                            font-weight: 400;
                        }
                    }

                    .card-subheading {
                        margin-top: 10px;
                        margin-bottom: 0px;
                        color: $websiteid_11-white;
                        font-size: 18px;
                        line-height: 22px;
                        font-weight: 400;
                        text-decoration: none;
                    }

                    .card-heading {
                        margin-top: 5px;
                        color: $websiteid_11-white;
                        font-size: 32px;
                        font-weight: 600;
                    }

                    .more-resources-button {
                        color: $websiteid_11-white;
                        border-radius: 30px;
                        padding: 10px 30px;
                        border: 2px solid $websiteid_11-white;
                        font-weight: 500;
                        position: absolute;
                        bottom: 40px;
                        left: 40px;
                        transition: all 0.3s ease;
                    }

                    &:hover {
                        cursor: pointer;
                        transform: translate(0px, -5px );
                        box-shadow: 0 0 60px 10px rgba(0,0,0,0.2);
                        transition: all 0.3s ease;

                        .more-resources-button {
                            background: $websiteid_11-white;
                            color: $websiteid_11-dark;
                            transition: all 0.3s ease;
                        }
                    }
                }
            }
        }

        .explore-topics-container {
            background-image: linear-gradient( 180deg, $websiteid_11-mid-dark, $websiteid_11-darkest);
            padding-top: 50px;
            padding-bottom: 100px;


            .explore-topics-title {
                font-size: 38px;
                text-align: center;
                color: $websiteid_11-white;
                font-weight: 600;
            }

            .explore-topics-description {
                font-size: 20px;
                color: $websiteid_11-white;
                text-align: center;
            }

            .explore-topics-inner-container.owl-carousel {
                display: flex;
                margin-top: 40px;

                .topic-box-outer {
                    width: calc(100% - 40px);
                    max-width: 180px;
                    margin: 0 auto;

                    .topic-box-inner {
                        background-image: linear-gradient( 180deg, $websiteid_11-light, $websiteid_11-lightest);
                        height: 220px;
                        width: 100%;
                        border-top-right-radius: 12px;
                        border-bottom-right-radius: 12px;
                        position: relative;
                        overflow: hidden;

                        .topic-box-image {
                            background-size: contain;
                            background-repeat: no-repeat;
                            background-position: center;
                            height: 175px;
                            width: 175px;
                            position: absolute;
                            bottom: -3px;
                            right: -14px;
                            opacity: 0.2;
                            filter: brightness(0) invert(1);
                        }
                    }

                    .topic-box-title {
                        color: $websiteid_11-white;
                        font-size: 20px;
                        font-weight: 600;
                        opacity: 0.9;
                    }
                }

                .owl-nav {
                    display: flex;
                    position: absolute;
                    bottom: -70px;
                    left: 50%;
                    transform: translateX(-50%);

                    .owl-prev {
                        padding-left: 15px;
                        padding-right: 10px;

                        img {
                            width: 35px;
                            opacity: 0.7;
                        }

                        &:hover {
                            img {
                                opacity: 1;
                                transition: all 0.2s ease;
                            }
                        }
                    }

                    .owl-next {
                        padding-left: 10px;
                        padding-right: 15px;

                        img {
                            width: 35px;
                            opacity: 0.7;
                            transform: rotate(180deg);
                        }

                        &:hover {
                            img {
                                opacity: 1;
                                transition: all 0.2s ease;
                            }
                        }
                    }
                }
            }
        }
    }
}


//////////////footer///////////////////

.is-content-hub.mar-tech {
    .content-hub-footer {
        background: $websiteid_11-darkest;
        padding-top: 50px;
        padding-bottom: 80px;


        .content-hub-footer-inner {
            display: flex;
            flex-direction: column-reverse;

            .footer-container-left {
                width: 100%;
                .logo-container {
                    display: flex;
                    margin-bottom: 30px;
                    flex-direction: column;
                    align-items: center;

                    img.logo {
                        margin-bottom: 20px;
                        width: auto;
                    }
                }

                .copyright-container {
                    p {
                        color: $websiteid_11-white;
                        opacity: 0.9;
                        font-size: 16px;
                        line-height: 26px;
                        text-align: center;
                    }
                }
            }

            .footer-container-right {
                display: flex;
                justify-content: flex-end;
                align-items: center;
                flex-direction: column;
                width: 100%;
                .footer-list {
                    float: none !important;
                    width: unset !important;
                    margin-bottom: 30px;

                    h5 {
                        color: $websiteid_11-lightest;
                        margin-bottom: 20px;
                        font-size: 16px;
                        line-height: 16px;
                        letter-spacing: 2px;
                        text-transform: uppercase;
                        text-align: center;
                    }

                    ul {
                        padding-left: 0;

                        li {
                            color: $websiteid_11-white;
                            display: block;

                            a {
                                color: $websiteid_11-white;
                                margin-bottom: 10px;
                                opacity: 0.9;
                                -webkit-transition: color 200ms ease;
                                transition: color 200ms ease;
                                color: #fff;
                                font-size: 16px;
                                line-height: 16px;
                                text-decoration: none;
                                display: block;

                                &:hover {
                                    color: $websiteid_11-lightest;
                                    opacity: 1;
                                }
                            }
                        }
                    }

                    a {
                        color: $websiteid_11-white;
                        margin-bottom: 10px;
                        opacity: 0.9;
                        -webkit-transition: color 200ms ease;
                        transition: color 200ms ease;
                        color: #fff;
                        font-size: 16px;
                        line-height: 16px;
                        text-decoration: none;
                        display: block;
                        text-align: center;

                        &:hover {
                            color: $websiteid_11-lightest;
                            opacity: 1;
                        }
                    }

                    p {
                        color: $websiteid_11-white;
                        margin-bottom: 10px;
                        opacity: 0.9;
                        -webkit-transition: color 200ms ease;
                        transition: color 200ms ease;
                        color: #fff;
                        font-size: 16px;
                        line-height: 16px;
                        text-decoration: none;
                        display: block;
                        text-align: center;
                    }
                }
            }
        }
    }
}

///////////////////header/////////////

.is-content-hub.mar-tech {
    #header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        height: 65px;

        #header-rectangle {
            background: $websiteid_11-darkest;
        }

        .img-responsive {
            margin-top: 0;
            margin-bottom: 0px;
        }
    }

    #container-mobile {
        .menu {
            padding: 7px 0px 17px 0px !important;

            &.clicked-menu {
                background: transparent !important;
            }
        }

        .menu-button {
            .icon-bar {
                background: $websiteid_11-lightest !important;
            }
        }

        a.main-red-bg {
            background: $websiteid_11-lightest !important;

            &:hover {
                background: $websiteid_11-light !important;
            }
        }

        .nav-mobile {
            li {
                a {
                    &:hover {
                        color: $websiteid_11-lightest !important;
                    }
                }
            }
        }
    }

    .main.content-hub {
        padding-top: 65px;
    }

    .nav-mobile {
        background: $websiteid_11-darkest !important;

        li {
            a {
                background: $websiteid_11-darkest !important;
            }
        }
    }
}


@media(min-width: 992px) {
    //////////////footer///////////////////

    .is-content-hub.mar-tech {
        .content-hub-footer {
            .content-hub-footer-inner {
                flex-direction: row;

                .footer-container-left {
                    padding-right: 100px;
                    width: 50%;

                    .logo-container {
                        flex-direction: row;

                        img {
                            margin-bottom: 0;
                            margin-right: 20px;
                        }
                    }

                    .copyright-container {
                        p {
                            text-align: left;
                        }
                    }
                }

                .footer-container-right {
                    padding-left: 100px;
                    flex-direction: row;
                    width: 50%;
                    align-items: flex-start;
                    justify-content: space-between;

                    .footer-list {
                        ul {
                            li {
                                text-align: left;

                                a {
                                    text-align: left;
                                }
                            }
                        }

                        p {
                            text-align: left;
                        }

                        a {
                            text-align: left;
                        }

                        h5 {
                            text-align: left;
                        }
                    }
                }
            }
        }
    }

    //////////////////header///////////////

    .is-content-hub.mar-tech {
        #header {
            height: 80px;
        }

        .main.content-hub {
            margin-top: 80px;
            padding-top: 0px;
        }

        #container-mobile {
            .menu {
                padding: 23px 0px 17px 0px !important;
            }
        }
    }
}



@media(min-width: 1188px) {
    body.mar-tech {
        .content-hub.main {
            .headley-container.hero-content {
                .hero-content-block {
                    .hero-header {
                        font-size: 50px;
                    }
                }
            }

            .grid-layout-container {
                padding-top: 100px;
                padding-bottom: 100px;

                .grid-layout-inner-container {
                    .grid-layout-item {
                        width: calc(33.3% - 20px);
                        padding: 40px;

                        .lower-card-container {
                            bottom: 40px;
                            left: 40px;
                            right: 40px;
                        }

                        .grid-layout-heading {
                            font-size: 26px;
                        }
                        //wide card
                        &.wide {
                            width: calc(66.6% - 20px);
                            display: flex;
                            flex-direction: row;

                            .left-card-layout {
                                display: flex;
                                flex-direction: column;
                                justify-content: space-between;

                                .lower-card-container {
                                    bottom: 40px;
                                    left: 40px;
                                }
                            }

                            .right-card-layout {
                                display: flex;
                                align-items: center;
                                position: static;

                                .image {
                                    height: 100%;
                                    max-height: 231px;
                                    border-radius: 5px;
                                    margin-left: 40px;
                                }
                            }

                            .grid-layout-heading {
                                font-size: 32px;
                                font-weight: 700;
                            }
                        }
                    }
                }
            }

            .more-resources-container {
                padding-bottom: 100px;

                .more-resources-grid-container {
                    flex-direction: row;

                    .more-resources-item {
                        width: calc(33.3% - 20px);
                    }
                }

                .more-resources-title {
                    font-size: 38px;
                }
            }

            .explore-topics-container {
                padding-top: 100px;
                padding-bottom: 200px;

                .explore-topics-inner-container {
                    .topic-box-outer {
                        width: calc(100% - 40px);

                        .topic-box-inner {
                        }
                    }
                }
            }
        }
    }
}*/
/* Cookie bar at the bottom */
.cookieBox {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 40px;
  padding-bottom: 20px; }
  .cookieBox .btn {
    text-decoration: none;
    padding: 6px 20px; }
    .cookieBox .btn.cookie-consent-accept-all-simple {
      background: #ff532c; }
      .cookieBox .btn.cookie-consent-accept-all-simple:hover {
        background: #00A0DF;
        color: #ffffff;
        transition: all 0.2s ease; }
    .cookieBox .btn.cookie-consent-manage {
      background: transparent;
      border-color: #ffffff; }
      .cookieBox .btn.cookie-consent-manage:hover {
        background: #00A0DF;
        color: #ffffff;
        transition: all 0.2s ease;
        border-color: #00A0DF; }

.cookieCopy {
  width: 100%;
  margin: 0 auto;
  padding: 15px 60px;
  color: #FFFFFF;
  font-size: 14px !important; }
  .cookieCopy a {
    color: #00A0DF; }

#cookies {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  line-height: 1;
  text-align: left;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 12px 30px 4px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  #cookies:before, #cookies::before {
    display: none; }
  #cookies p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    line-height: 1;
    text-align: left;
    font-size: 14px;
    margin: 0;
    display: inline;
    font-size: 0.9rem; }
    #cookies p:before, #cookies p::before {
      display: none; }
  #cookies .btn {
    float: right;
    margin-top: 5px; }
  #cookies .cookie-policy-title {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    line-height: 1;
    text-align: left;
    font-size: 14px;
    display: block;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.5); }
    #cookies .cookie-policy-title:before, #cookies .cookie-policy-title::before {
      display: none; }
  #cookies .cookie-main {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    line-height: 1;
    text-align: left;
    font-size: 14px;
    width: calc(100% - 100px);
    float: left; }
    #cookies .cookie-main:before, #cookies .cookie-main::before {
      display: none; }

.cookie-consent-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  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; }
  .cookie-consent-overlay.cookie-consent-hidden {
    display: none; }

.cookie-consent {
  background: #fff;
  padding: 30px 15px;
  max-width: 90%;
  /*max-height: 500px;*/
  -webkit-transition: height 0.2s ease, max-height 0.2s ease;
  -o-transition: height 0.2s ease, max-height 0.2s ease;
  transition: height 0.2s ease, max-height 0.2s ease;
  position: relative;
  overflow: hidden;
  /*    .cookie-constent-manager-tabs {
        margin-top: 30px;
        margin-bottom: 0;
        border-bottom: none;

        ul {
            display: flex;
            margin-bottom: 0;

            li {
                background: transparent !important;
                color: $theme-secondary;
                padding-right: 12px;
                padding-left: 12px;
                width: auto;
                border-bottom: 2px solid $white;
                font-weight: 400;

                span {
                    font-size: 16px;
                }

                &:before {
                    display: none;
                }

                &:hover, &.active {
                    color: $theme-primary;
                    cursor: pointer;
                    border-bottom: 2px solid $theme-primary;
                }
            }
        }
    }*/ }
  .cookie-consent .cookie-popup-title {
    color: #003057;
    font-size: 28px;
    font-weight: 600;
    margin-top: 10px; }
  .cookie-consent a {
    font-size: 14px !important; }
    .cookie-consent a#contact-btn {
      border: none; }
  .cookie-consent p {
    color: #000000;
    font-size: 14px !important; }
  .cookie-consent a {
    color: #005499; }
    .cookie-consent a.btn {
      /*color: $black;*/ }
      .cookie-consent a.btn.cookie-consent-manage {
        color: #000; }
        .cookie-consent a.btn.cookie-consent-manage:hover {
          color: #fff;
          background: #005499; }
      .cookie-consent a.btn:hover {
        /*background-color: darken($theme-primary, 10%);*/ }
  .cookie-consent li {
    font-size: 14px !important; }
  .cookie-consent .responsive-default td, .cookie-consent .responsive-default th {
    font-size: 12px;
    text-align: left;
    padding: 10px 15px; }
  .cookie-consent .open-cookie-preferences {
    display: none !important; }
  .cookie-consent .cookie-consent-section-wrapper {
    overflow: hidden; }
    .cookie-consent .cookie-consent-section-wrapper .cookie-consent-stage {
      width: 200%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .cookie-consent .cookie-consent-section-wrapper .cookie-consent-simple,
    .cookie-consent .cookie-consent-section-wrapper .cookie-consent-manager {
      width: 50%;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .cookie-consent .cookie-consent-section-wrapper .cookie-consent-manager-content {
      margin-top: 10px; }
  .cookie-consent .cookie-consent-simple-content {
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .cookie-consent .cookie-consent-close {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: 34px;
    right: 30px;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.8); }
    .cookie-consent .cookie-consent-close img {
      height: 10px;
      transform: rotate(180deg); }
  .cookie-consent.state-simple .cookie-consent-simple-inner {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .cookie-consent.state-simple .cookie-consent-manager {
    max-height: 0;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0; }
  .cookie-consent.state-simple .cookie-consent-manager-inner {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .cookie-consent.state-simple .cookie-consent-stage {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .cookie-consent.state-manager {
    max-height: calc(100vh - 60px); }
    .cookie-consent.state-manager .cookie-consent-simple-inner {
      opacity: 0;
      -webkit-transition: opacity 0.1s ease;
      -o-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .cookie-consent.state-manager .cookie-consent-manager {
      max-height: 80vh;
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .cookie-consent.state-manager .cookie-consent-manager-inner {
      opacity: 1;
      -webkit-transition: opacity 0.5s ease-out;
      -o-transition: opacity 0.5s ease-out;
      transition: opacity 0.5s ease-out;
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .cookie-consent.state-manager .cookie-consent-stage {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      -webkit-transition: all 0.40s ease;
      -o-transition: all 0.40s ease;
      transition: all 0.40s ease;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .cookie-consent.state-manager .cookie-consent-close {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      color: rgba(0, 0, 0, 0.8);
      font-size: 16px;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      top: -15px;
      right: 0; }
      .cookie-consent.state-manager .cookie-consent-close:hover {
        color: #005499; }
  .cookie-consent .cookie-consent-logo-header {
    display: block;
    /*overflow-x: hidden;*/
    position: relative; }
  .cookie-consent .cookie-consent-logo {
    max-width: 200px; }
  .cookie-consent .cookie-consent-simple-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-top: 30px; }
  .cookie-consent p, .cookie-consent a, .cookie-consent li {
    font-size: 16px; }
  .cookie-consent a:not(.btn) {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #005499; }
    .cookie-consent a:not(.btn):hover {
      color: rgba(0, 0, 0, 0.8); }
  .cookie-consent .sntv-logo {
    height: 70px;
    width: 117px;
    padding: 0;
    margin: 0;
    background-size: contain !important; }
  .cookie-consent .cookie-consent-simple-buttons {
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start; }
    .cookie-consent .cookie-consent-simple-buttons .btn {
      margin: 0 5px 0 0;
      padding: 10px 10px;
      font-size: 12px;
      padding: 9px 8px; }
  .cookie-consent .cookie-constent-manager-tabs {
    margin-top: 30px;
    margin-bottom: 0;
    border-bottom: none; }
    .cookie-consent .cookie-constent-manager-tabs ul {
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      height: auto;
      line-height: 1;
      text-align: left;
      font-size: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
      .cookie-consent .cookie-constent-manager-tabs ul:before, .cookie-consent .cookie-constent-manager-tabs ul::before {
        display: none; }
      .cookie-consent .cookie-constent-manager-tabs ul li {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        height: auto;
        line-height: 1;
        text-align: left;
        font-size: 14px;
        background: transparent;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        padding: 0px 20px;
        color: #fff;
        margin: 0 5px;
        font-size: 14px;
        text-align: center;
        width: auto;
        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;
        cursor: pointer;
        position: relative;
        bottom: -1px;
        background: rgba(0, 0, 0, 0.05);
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 30px;
        padding-right: 30px; }
        .cookie-consent .cookie-constent-manager-tabs ul li:before, .cookie-consent .cookie-constent-manager-tabs ul li::before {
          display: none; }
        .cookie-consent .cookie-constent-manager-tabs ul li span {
          margin-top: 5px;
          margin-bottom: 5px;
          color: #000;
          text-transform: uppercase;
          font-weight: 600; }
        .cookie-consent .cookie-constent-manager-tabs ul li.active, .cookie-consent .cookie-constent-manager-tabs ul li.hover {
          background: transparent;
          color: #005499;
          cursor: pointer;
          border-top: 1px solid rgba(0, 0, 0, 0.5);
          border-left: 1px solid rgba(0, 0, 0, 0.5);
          border-right: 1px solid rgba(0, 0, 0, 0.5);
          border-bottom: 1px solid #fff; }
  .cookie-consent .cookie-consent-manager-buttons {
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .cookie-consent .cookie-consent-manager-buttons .btn {
      margin: 0 5px;
      padding: 6px 20px;
      font-size: 12px;
      white-space: nowrap;
      width: fit-content;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      font-size: 14px;
      height: fit-content; }
      .cookie-consent .cookie-consent-manager-buttons .btn#about-btn {
        font-size: 14px;
        padding: 6px 20px;
        font-weight: 600; }
      .cookie-consent .cookie-consent-manager-buttons .btn#contact-btn {
        font-size: 14px;
        border: none; }
      .cookie-consent .cookie-consent-manager-buttons .btn.cookie-consent-reject-all {
        color: #000;
        transition: all 0.2s ease; }
        .cookie-consent .cookie-consent-manager-buttons .btn.cookie-consent-reject-all:hover {
          color: #fff;
          transition: all 0.2s ease; }
  .cookie-consent .cookie-consent-tabbed-content-area {
    max-height: calc(100vh - 350px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    .cookie-consent .cookie-consent-tabbed-content-area .scroll-anim-item {
      opacity: 1 !important; }
    .cookie-consent .cookie-consent-tabbed-content-area .grid-section .container {
      max-width: 100%; }
  .cookie-consent .cookie-consent-tabbed-content-stage {
    width: 200%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .cookie-consent .cookie-consent-tabbed-content-stage.state-options {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .cookie-consent .cookie-consent-tabbed-content-stage.state-options .cookie-constent-tabbed-content-options {
        opacity: 1; }
      .cookie-consent .cookie-consent-tabbed-content-stage.state-options .cookie-constent-tabbed-content-policy {
        opacity: 0; }
    .cookie-consent .cookie-consent-tabbed-content-stage.state-policy {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }
      .cookie-consent .cookie-consent-tabbed-content-stage.state-policy .cookie-constent-tabbed-content-options {
        opacity: 0; }
      .cookie-consent .cookie-consent-tabbed-content-stage.state-policy .cookie-constent-tabbed-content-policy {
        opacity: 1; }
    .cookie-consent .cookie-consent-tabbed-content-stage > div {
      width: 50%;
      opacity: 1;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .cookie-consent .cookie-consent-manager-footer {
    padding-top: 15px; }
    .cookie-consent .cookie-consent-manager-footer .btn {
      /*width: 100%;*/
      padding: 8px 20px;
      margin-top: 5px;
      text-align: center;
      font-size: 17px;
      white-space: nowrap;
      width: fit-content;
      display: flex;
      align-items: center;
      justify-content: center;
      height: fit-content; }
      .cookie-consent .cookie-consent-manager-footer .btn#contact-btn {
        font-size: 17px;
        border: none; }
    .cookie-consent .cookie-consent-manager-footer .goto-cookie-policy {
      text-align: left;
      width: 100%;
      display: block;
      /*margin-top: 8px;*/
      color: #005499;
      font-size: 14px;
      margin-top: 15px; }
      .cookie-consent .cookie-consent-manager-footer .goto-cookie-policy img {
        /*transform: rotate(180deg);*/
        height: 12px;
        margin-right: 2px; }
  .cookie-consent .cookie-category-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .cookie-consent .cookie-category-required {
    color: #005499;
    font-size: 14px;
    position: relative;
    top: 3px; }
  .cookie-consent .cookie-category-option {
    min-width: 75px;
    margin-top: 6px; }
  .cookie-consent .cookie-category-description-title {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.8); }
  .cookie-consent .cookie-category-description-description {
    margin-top: 5px; }
  .cookie-consent .cookie-consent-manager-form {
    margin-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
  .cookie-consent .cookie-switch {
    position: relative;
    top: -10px; }
    .cookie-consent .cookie-switch label {
      height: 22px;
      width: 50px;
      border-radius: 20px;
      background: rgba(0, 0, 0, 0.1);
      position: relative;
      overflow: hidden;
      cursor: pointer;
      display: block;
      margin-top: 16px; }
      .cookie-consent .cookie-switch label:before {
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: 4px;
        height: 16px;
        width: 16px;
        background: white;
        border-radius: 20px;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .cookie-consent .cookie-switch label:after {
        content: 'Off';
        display: block;
        position: absolute;
        left: 24px;
        top: 3px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.9);
        font-weight: normal;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    .cookie-consent .cookie-switch [type="checkbox"] {
      display: none; }
      .cookie-consent .cookie-switch [type="checkbox"]:checked + label {
        background: #247832; }
        .cookie-consent .cookie-switch [type="checkbox"]:checked + label:before {
          content: '';
          display: block;
          position: absolute;
          top: 3px;
          left: 30px;
          height: 16px;
          width: 16px;
          background: white;
          border-radius: 20px; }
        .cookie-consent .cookie-switch [type="checkbox"]:checked + label:after {
          content: 'On';
          display: block;
          position: absolute;
          left: 6px;
          top: 3px;
          color: white; }

table.responsive-card {
  table-layout: fixed; }
  table.responsive-card thead td,
  table.responsive-card thead th {
    background: #005499;
    text-align: center;
    color: #ffffff;
    padding: 15px;
    font-weight: bold;
    word-break: break-word; }
  table.responsive-card tbody td {
    text-align: left;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    word-break: break-word; }

table.responsive-card {
  display: block;
  width: 100% !important;
  height: auto !important; }
  table.responsive-card th {
    text-align: left; }
  table.responsive-card th, table.responsive-card td {
    padding: 10px;
    margin: 0;
    width: auto !important; }
  table.responsive-card td {
    display: block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    padding-left: 50%;
    position: relative;
    font-size: 14px; }
    table.responsive-card td a {
      word-break: break-all; }
    table.responsive-card td p {
      display: inline; }
    table.responsive-card td:before {
      content: attr(data-content);
      display: inline-block !important;
      padding-right: 20px;
      text-align: left;
      width: 100%;
      margin-left: -100%;
      position: relative;
      z-index: 2;
      color: #ffffff;
      font-weight: bold; }
    table.responsive-card td:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: calc(50% - 20px);
      z-index: 1;
      background: #005499; }
  table.responsive-card tr {
    display: block;
    overflow: hidden;
    width: 100%;
    border-top: solid 1px rgba(0, 0, 0, 0.2); }
  table.responsive-card tbody {
    display: block;
    width: 100%; }
  table.responsive-card thead {
    display: none; }

@media (min-width: 768px) {
  table.responsive-card {
    display: table;
    width: 100%; }
    table.responsive-card tbody td {
      text-align: center;
      padding: 15px; }
  table.responsive-card thead {
    display: table-header-group; }
    table.responsive-card thead th, table.responsive-card thead td {
      display: table-cell;
      float: none;
      clear: none;
      width: auto;
      text-align: left; }
      table.responsive-card thead th:nth-of-type(4), table.responsive-card thead td:nth-of-type(4) {
        width: 45% !important; }
      table.responsive-card thead th:nth-of-type(3), table.responsive-card thead td:nth-of-type(3) {
        width: 25% !important; }
    table.responsive-card thead tr {
      border-top: none;
      display: table-row; }
  table.responsive-card tbody {
    display: table-row-group; }
    table.responsive-card tbody tr {
      display: table-row; }
      table.responsive-card tbody tr td {
        display: table-cell;
        float: none;
        clear: none;
        width: auto;
        word-break: break-word;
        text-align: left; }
        table.responsive-card tbody tr td:nth-of-type(4) {
          width: 45% !important; }
        table.responsive-card tbody tr td:nth-of-type(3) {
          width: 25% !important; }
        table.responsive-card tbody tr td p {
          display: block; }
  table.responsive-card td:before, table.responsive-card td:after {
    display: none !important; } }

@media (min-width: 992px) {
  .cookie-consent {
    width: 612px;
    padding: 30px; }
    .cookie-consent .cookie-popup-title {
      font-size: 40px; }
  .cookieCopy {
    width: 60%; }
    .cookieCopy a:not(.btn) {
      text-decoration: none !important;
      color: #ff532c; }
      .cookieCopy a:not(.btn):hover {
        color: #ffffff; } }

@media (min-width: 1188px) {
  .cookieCopy {
    width: 60%; }
  .cookie-consent {
    width: 612px; }
    .cookie-consent .cookie-consent-simple-buttons .btn {
      font-size: 14px;
      padding: 8px 20px; }
    .cookie-consent.state-manager .cookie-consent-close {
      top: 50%; }
    .cookie-consent .cookie-consent-tabbed-content-area {
      max-height: calc(80vh - 350px); }
    .cookie-consent.state-simple {
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
      .cookie-consent.state-simple .cookie-consent-stage {
        -webkit-transition: all 0.1s !important;
        -o-transition: all 0.1s !important;
        transition: all 0.1s !important;
        -webkit-transition-delay: 0.4s !important;
        -o-transition-delay: 0.4s !important;
        transition-delay: 0.4s !important; }
      .cookie-consent.state-simple .cookie-consent-simple-inner {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .cookie-consent.state-simple .cookie-consent-manager-inner {
        -webkit-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s; }
    .cookie-consent.state-manager {
      width: 895px; }
      .cookie-consent.state-manager .cookie-consent-stage {
        -webkit-transition: all 0.1s !important;
        -o-transition: all 0.1s !important;
        transition: all 0.1s !important;
        -webkit-transition-delay: 0.4s !important;
        -o-transition-delay: 0.4s !important;
        transition-delay: 0.4s !important; }
      .cookie-consent.state-manager .cookie-consent-simple-inner {
        -webkit-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; }
      .cookie-consent.state-manager .cookie-consent-manager-inner {
        -webkit-transition: opacity 0.6s ease;
        -o-transition: opacity 0.6s ease;
        transition: opacity 0.6s ease;
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s; }
    .cookie-consent .cookie-consent-manager-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .cookie-consent .cookie-consent-manager-footer .btn {
        /*width: 200px;*/
        display: inline-block;
        text-align: center;
        /*padding: 15px;*/
        margin-top: -5px; }
      .cookie-consent .cookie-consent-manager-footer a.goto-cookie-policy {
        display: inline-block;
        width: auto;
        color: rgba(0, 0, 0, 0.8);
        margin-top: 0; }
        .cookie-consent .cookie-consent-manager-footer a.goto-cookie-policy:hover {
          color: #005499; }
        .cookie-consent .cookie-consent-manager-footer a.goto-cookie-policy img {
          /*transform: rotate(180deg);*/ }
    .cookie-consent .cookie-consent-manager-buttons {
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left; } }

body.language-select {
  min-height: 100vh; }

body.language-select #header,
body.site-select #header {
  display: none; }

.language-select-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px;
  margin-top: 60px;
  margin-bottom: 0;
  position: relative;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto; }
  .language-select-header img {
    max-width: 250px;
    margin-bottom: 20px; }
  .language-select-header h2 {
    padding-left: 0px;
    color: #fff;
    font-size: 30px;
    line-height: 1em;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .language-select-header .button-container {
    position: absolute;
    top: -40px;
    right: 20px;
    /*button:hover {
            color: rgba($black,0.1);
            background-color: rgba($black,0.5);
            cursor: pointer;
        }

        button::before,
        button::after {
            content: " ";
            position: absolute;
            display: block;
            background-color: white;
        }

        button::before {
            width: 2px;
            left: 12px;
            top: 5px;
            bottom: 5px;
            transform: rotate(45deg);
        }

        button::after {
            height: 2px;
            top: 12px;
            left: 5px;
            right: 5px;
            transform: rotate(45deg);
        }*/ }
    .language-select-header .button-container button {
      border-radius: 50%;
      padding: 0.5em;
      width: 30px;
      height: 30px;
      border: none;
      position: relative;
      color: rgba(0, 0, 0, 0.25);
      background-color: rgba(0, 0, 0, 0.25);
      background: url("../img/close-white.svg");
      background-size: contain; }

.global-domains {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  max-width: 1400px;
  padding: 0 15px 80px 15px;
  margin: auto; }
  .global-domains .domain-group {
    width: 100%;
    display: inline-block; }
    .global-domains .domain-group h3, .global-domains .domain-group h4 {
      margin: 0;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .global-domains .domain-group h3 {
      margin-top: 45px;
      font-size: 20px;
      margin-right: 10px;
      text-align: center;
      display: flex;
      align-items: flex-end;
      min-height: 93px; }
    .global-domains .domain-group h4 {
      font-size: 20px;
      margin-top: 10px; }
    .global-domains .domain-group .domain-group-wrapper {
      columns: 2; }
      .global-domains .domain-group .domain-group-wrapper .global-domain-wrapper {
        break-inside: avoid-column;
        height: 120px; }
    .global-domains .domain-group .global-domain {
      display: flex;
      flex-direction: column;
      margin: 0 0 15px 0;
      border-radius: 12px; }
      .global-domains .domain-group .global-domain:hover {
        background-color: rgba(0, 0, 0, 0.25); }
      .global-domains .domain-group .global-domain .flag-image {
        display: flex;
        padding-top: 4px;
        justify-content: center; }
        .global-domains .domain-group .global-domain .flag-image img {
          height: 34px;
          min-width: 34px; }
      .global-domains .domain-group .global-domain .domain-labels {
        font-size: 14px;
        line-height: 1.4em;
        text-align: center; }
        .global-domains .domain-group .global-domain .domain-labels a {
          color: #e6e6e6 !important; }
        .global-domains .domain-group .global-domain .domain-labels a strong {
          font-size: 16px;
          font-weight: 500;
          color: white; }
        .global-domains .domain-group .global-domain .domain-labels a span {
          font-size: 13px; }
  .global-domains.pan .domain-group:first-of-type {
    width: 100%; }
    .global-domains.pan .domain-group:first-of-type .domain-group-wrapper {
      columns: auto;
      display: flex;
      flex-wrap: wrap; }
      .global-domains.pan .domain-group:first-of-type .domain-group-wrapper .global-domain-wrapper {
        width: 100%; }

@media (min-width: 480px) {
  .language-select-header {
    margin: 50px auto 0 auto; }
    .language-select-header img {
      max-width: 385px;
      margin-bottom: 30px; }
    .language-select-header h2 {
      font-size: 32px; }
  .global-domains {
    padding: 0 30px 80px 30px; }
    .global-domains .domain-group {
      float: left; }
      .global-domains .domain-group h3 {
        text-align: left; }
      .global-domains .domain-group .domain-group-wrapper {
        margin: auto; }
        .global-domains .domain-group .domain-group-wrapper .global-domain-wrapper {
          height: 75px; }
      .global-domains .domain-group .global-domain {
        flex-direction: row;
        border-radius: 22px;
        margin: 0;
        padding: 8px 4px 8px 10px; }
        .global-domains .domain-group .global-domain .flag-image {
          justify-content: flex-start;
          margin-right: 10px; }
        .global-domains .domain-group .global-domain .domain-labels {
          text-align: left; }
    .global-domains.pan .domain-group:first-of-type .domain-group-wrapper .global-domain-wrapper {
      width: 50%; } }

@media (min-width: 720px) {
  .global-domains .domain-group .domain-group-wrapper {
    columns: 3; }
  .global-domains.pan .domain-group:first-of-type .domain-group-wrapper .global-domain-wrapper {
    width: 33%; } }

@media (min-width: 992px) {
  .language-select-header {
    margin: 60px auto; }
    .language-select-header h2 {
      font-size: 36px; }
  .global-domains {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly; }
    .global-domains .domain-sub-group-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-left: 2vw; }
      .global-domains .domain-sub-group-wrapper .domain-sub-group {
        margin-top: 30px; }
        .global-domains .domain-sub-group-wrapper .domain-sub-group:first-of-type {
          margin-top: 0; }
    .global-domains .domain-group h3, .global-domains .domain-group h4 {
      margin-bottom: 10px;
      text-transform: uppercase; }
    .global-domains .domain-group h3 {
      margin-top: auto;
      font-size: 23px; }
    .global-domains .domain-group h4 {
      font-size: 20px;
      margin-top: 10px;
      margin: 0; }
    .global-domains .domain-group .global-domain {
      display: flex;
      flex-direction: row; }
      .global-domains .domain-group .global-domain .flag-image {
        display: flex;
        margin-right: 10px; }
    .global-domains .domain-group {
      width: 34%;
      float: left; }
      .global-domains .domain-group:last-of-type {
        margin-top: 15px; }
      .global-domains .domain-group:first-of-type {
        width: 66%; }
        .global-domains .domain-group:first-of-type .domain-group-wrapper .global-domain-wrapper {
          display: inline-block;
          width: 100%; }
      .global-domains .domain-group .domain-group-wrapper {
        margin: auto;
        column-count: 1; }
      .global-domains .domain-group:first-of-type .domain-group-wrapper {
        column-count: 2; }
    .global-domains .domain-group {
      width: 25%; }
      .global-domains .domain-group:last-of-type {
        margin-top: 0; }
      .global-domains .domain-group:first-of-type {
        width: 50%; }
    .global-domains.pan .domain-group:first-of-type .domain-group-wrapper {
      flex-wrap: unset; }
      .global-domains.pan .domain-group:first-of-type .domain-group-wrapper .global-domain-wrapper {
        width: 100%; } }

@media (min-width: 1200px) {
  .global-domains .domain-group {
    width: 25%; }
    .global-domains .domain-group:first-of-type {
      width: 50%; } }

@media (min-width: 1500px) {
  .global-domains {
    display: flex; }
    .global-domains .domain-group {
      float: none;
      width: auto;
      text-align: initial;
      width: 20%; }
      .global-domains .domain-group:last-of-type {
        margin-top: 0; }
      .global-domains .domain-group .domain-group-wrapper {
        margin: 0; }
      .global-domains .domain-group:first-of-type {
        width: 60%; }
        .global-domains .domain-group:first-of-type .domain-group-wrapper .global-domain-wrapper {
          display: inline-block; }
      .global-domains .domain-group:first-of-type .domain-group-wrapper {
        column-count: 3; }
    .global-domains.global {
      display: flex; }
      .global-domains.global .domain-group {
        float: none;
        width: auto;
        text-align: initial;
        width: 20%; }
        .global-domains.global .domain-group:last-of-type {
          margin-top: 0; }
        .global-domains.global .domain-group .domain-group-wrapper {
          margin: 0; }
        .global-domains.global .domain-group:first-of-type {
          width: 60%; }
          .global-domains.global .domain-group:first-of-type .domain-group-wrapper .global-domain-wrapper {
            display: inline-block; }
        .global-domains.global .domain-group:first-of-type .domain-group-wrapper {
          column-count: 3; }
    .global-domains.pan .domain-group:first-of-type .domain-group-wrapper .global-domain-wrapper {
      width: 20%; } }

body:after {
  content: 'mobtab';
  display: none; }

html {
  overflow-x: hidden; }

body {
  font-family: 'Roboto', sans-serif; }
  body p {
    font-size: 16px;
    line-height: 26px; }
  body.no-scroll {
    overflow-x: hidden; }
    body.no-scroll::-webkit-scrollbar {
      display: none; }

h1, h2, h3, h4, h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

.grey-background {
  background: #f7f7f7; }

.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;
  position: relative;
  padding: 20px 0px 30px 0;
  background: white; }

#sub-footer a {
  margin-bottom: 10px;
  display: block;
  font-size: 16px; }

#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: 0px 0px 20px 0px; }

#resource-txt {
  padding-top: 0px !important;
  width: 80%;
  margin: 0 auto; }

#resource-txt p {
  font-size: 15px; }

#features h2 {
  margin-top: 40px;
  font-size: 38px;
  font-weight: 600;
  text-transform: initial; }

.regional-links {
  display: none; }

#featuredResources {
  margin-top: 40px;
  margin-bottom: 60px; }
  #featuredResources > .row {
    display: flex;
    flex-wrap: wrap; }

.box-resource {
  background: #fff;
  padding: 20px 20px 80px 20px;
  text-align: center !important;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.3% - 20px);
  border-radius: 13px;
  height: auto;
  min-height: 400px;
  border: 2px solid #fff;
  cursor: pointer;
  box-shadow: 0 0 0 1px #e9e9e9;
  margin-bottom: 30px;
  transition: all 300ms ease; }
  .box-resource:hover {
    transform: translate(0px, -5px);
    transition: all 300ms ease;
    box-shadow: 0 10px 40px 0 #0e6ba8  ; }
  .box-resource p {
    font-size: 16px; }
  .box-resource .box-resource-title {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    margin-top: 15px;
    vertical-align: top; }
  .box-resource .img-resource {
    max-height: 60px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .box-resource .img-resource .img-responsive {
      max-height: 80px;
      position: static;
      transform: none;
      top: unset; }
  .box-resource .btn {
    border-radius: 30px;
    padding: 6px 30px;
    font-size: 16px;
    text-transform: none; }

.box-resource a:hover, .box-topics a:hover, .featured-box a:hover, .box-cisco a:hover {
  color: #fff; }

.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; }

.box2, .box3 {
  margin-left: 5%; }

.bold {
  font-family: 'Roboto', 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; }

@-moz-document url-prefix() {
  #features h2, #about-title-home, .blue-title, .heading-title {
    color: #1e5799; } }

#features h2, #about-title-home, .blue-title, .heading-title {
  color: #1e5799; }

#third-section {
  background: #465498;
  /* Old browsers */
  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 0px 80px 0px !important; }

#technology {
  padding-bottom: 0px !important; }
  #technology h2 {
    font-size: 38px;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 40px; }

.topic-container {
  display: flex;
  flex-wrap: wrap; }
  .topic-container .box-technology {
    padding: 13px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    height: auto;
    width: auto;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px; }
    .topic-container .box-technology .box-technology-title-outer {
      display: flex;
      align-items: center; }
      .topic-container .box-technology .box-technology-title-outer img {
        height: 20px;
        margin-right: 10px; }
      .topic-container .box-technology .box-technology-title-outer h2 a {
        color: #ffffff;
        font-size: 19px;
        text-transform: none; }
        .topic-container .box-technology .box-technology-title-outer h2 a:hover {
          color: white; }
    .topic-container .box-technology .box-technology-txt {
      padding-top: 5px; }
      .topic-container .box-technology .box-technology-txt ul {
        padding-left: 0;
        text-align: left; }
        .topic-container .box-technology .box-technology-txt ul li {
          display: inline-block;
          position: relative;
          padding-left: 20px; }
          .topic-container .box-technology .box-technology-txt ul li a {
            padding: 2px 2px;
            line-height: 22px; }
          .topic-container .box-technology .box-technology-txt ul li::before {
            content: "";
            position: absolute;
            left: 10px;
            top: 6px;
            background: red;
            height: 4px;
            width: 4px; }
    .topic-container .box-technology a.tag {
      color: #ffffff; }
      .topic-container .box-technology a.tag:hover {
        text-decoration: underline;
        color: #ffffff; }
    .topic-container .box-technology .title-box {
      line-height: 17px;
      margin: auto 0;
      vertical-align: middle;
      display: block;
      padding-top: 0px; }
    .topic-container .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; }

.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;
  display: none; }
  #clients-carousel .carousel-inner {
    height: 100%; }
    #clients-carousel .carousel-inner .item {
      height: 100%; }

#clients-carousel-mobile {
  display: block;
  height: 120px; }
  #clients-carousel-mobile .carousel-inner {
    height: 100%; }
    #clients-carousel-mobile .carousel-inner .item {
      height: 100%; }

#clients-carousel .client-logo, #clients-carousel-mobile .client-logo {
  display: inline-block;
  width: 29%;
  margin-left: 1%;
  text-align: center;
  height: 100%;
  position: relative; }
  #clients-carousel .client-logo a, #clients-carousel-mobile .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, #clients-carousel-mobile .client-logo a .grayscale {
      background-repeat: no-repeat !important; }
      #clients-carousel .client-logo a .grayscale svg, #clients-carousel-mobile .client-logo a .grayscale svg {
        position: relative; }
        #clients-carousel .client-logo a .grayscale svg img, #clients-carousel-mobile .client-logo a .grayscale svg img {
          margin: 20px 0px; }
          #clients-carousel .client-logo a .grayscale svg img:hover, #clients-carousel-mobile .client-logo a .grayscale svg img:hover {
            opacity: 1; }
    #clients-carousel .client-logo a .img-responsive.max-width-for-logo-upload, #clients-carousel-mobile .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, #clients-carousel-mobile .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;
  max-height: 90px; }

#clients-carousel .client-logo img:hover, #clients-carousel-mobile .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; }

#fourth-row {
  position: relative; }
  #fourth-row:before {
    content: "";
    background-image: url("../img/dots-bg.svg");
    background-size: 50px 50px;
    background-repeat: repeat;
    background-position: 50% 50%;
    opacity: 0.09;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    filter: invert(100%); }
  #fourth-row h2 {
    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;
    text-transform: none;
    font-size: 38px;
    font-weight: 600; }

#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; }

.page-not-found-title {
  margin-bottom: 30px; }

.page-not-found-link {
  text-decoration: underline; }

.page-not-found-btn {
  padding: 12px 24px;
  font-size: 15px !important;
  margin-top: 30px !important; }

#sub-footer {
  background: #f3f3f3;
  padding: 50px 0px 20px 0px; }
  #sub-footer.mar-tech {
    background: #193959; }
    #sub-footer.mar-tech h5, #sub-footer.mar-tech a, #sub-footer.mar-tech p {
      color: #fff; }
  #sub-footer h5 {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #1e1f3b; }
  #sub-footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #sub-footer ul li {
      font-size: 16px; }
      #sub-footer ul li a {
        color: #1e1f3b; }
        #sub-footer ul li a:hover {
          text-decoration: none;
          color: #ff532c; }
  #sub-footer a {
    opacity: 0.9; }
  #sub-footer p {
    font-size: 16px;
    opacity: 0.9; }
  #sub-footer .footer-left-container .footer-left {
    width: 100%; }
    #sub-footer .footer-left-container .footer-left .footer-logo {
      max-width: 150px;
      margin-bottom: 15px; }
  #sub-footer .footer-right-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center; }
    #sub-footer .footer-right-container .footer-list {
      width: auto;
      padding-left: 0px;
      padding-right: 0px;
      margin: 0; }
      #sub-footer .footer-right-container .footer-list h5 {
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: 400;
        margin-bottom: 20px;
        text-align: center; }
      #sub-footer .footer-right-container .footer-list ul li {
        text-align: center; }
        #sub-footer .footer-right-container .footer-list ul li a {
          text-align: center; }
      #sub-footer .footer-right-container .footer-list p {
        margin-bottom: 2px;
        line-height: 20px;
        text-align: center; }
        #sub-footer .footer-right-container .footer-list p a {
          color: white;
          text-align: center; }
          #sub-footer .footer-right-container .footer-list p a:hover {
            text-decoration: none; }
      #sub-footer .footer-right-container .footer-list a {
        text-align: center; }

ul.list-no-title {
  margin-top: 35px !important; }

.submit {
  width: 150px;
  margin: 65px 0 20px; }

#contact-btn, #submit {
  background: #ff532c;
  color: #fff;
  margin-top: 10px;
  font-size: 12px;
  border-radius: 30px; }

#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 {
  padding: 0 !important;
  position: relative; }

#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; }

#web-banner {
  position: relative;
  min-height: 200px;
  background-size: cover;
  border-radius: 12px;
  padding: 40px 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 0 16px 50px -8px rgba(0, 0, 0, 0.14); }
  #web-banner:before {
    content: "";
    background-image: url("../img/dots-bg.svg");
    background-size: 50px 50px;
    background-repeat: repeat;
    background-position: 50% 50%;
    opacity: 0.05;
    position: absolute;
    top: 0;
    bottom: 0;
    left: unset;
    right: 0;
    height: 100%;
    width: 50%;
    filter: invert(100%); }
  #web-banner #container-sign-up {
    display: flex;
    flex-direction: column; }
    #web-banner #container-sign-up #sign-up-txt {
      color: #fff;
      font-size: 28px;
      font-family: 'Roboto', sans-serif;
      text-align: left;
      margin-right: 50px;
      margin-bottom: 10px;
      font-weight: 700;
      line-height: 1.2; }
    #web-banner #container-sign-up p {
      color: black;
      text-align: left; }
    #web-banner #container-sign-up .signup-right {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      #web-banner #container-sign-up .signup-right .sign-up-container {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        flex-direction: column; }
        #web-banner #container-sign-up .signup-right .sign-up-container i {
          position: absolute;
          left: 10px;
          top: 5px;
          font-style: normal;
          font-size: 20px; }
        #web-banner #container-sign-up .signup-right .sign-up-container img {
          width: 20px;
          position: absolute;
          left: 20px;
          top: 13px; }
      #web-banner #container-sign-up .signup-right input {
        height: 45px;
        font-size: 18px; }
        #web-banner #container-sign-up .signup-right input.enter-email-field {
          width: 100%;
          padding: 8px 5px 8px 50px;
          border: 1px solid white;
          border-top-left-radius: 6px;
          border-bottom-left-radius: 6px;
          border-top-right-radius: 6px;
          border-bottom-right-radius: 6px;
          position: relative;
          -webkit-box-shadow: 0 10px 25px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px -4px rgba(0, 0, 0, 0.2);
          margin-bottom: 20px;
          -webkit-appearance: none; }
          #web-banner #container-sign-up .signup-right input.enter-email-field ~ .blue-edge {
            content: "";
            position: absolute;
            height: calc(50% - 10px);
            left: 0;
            top: 0;
            width: 5px;
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px; }
        #web-banner #container-sign-up .signup-right input.btn {
          color: white;
          padding: 9px 24px;
          border-top-right-radius: 6px;
          border-bottom-right-radius: 6px;
          border-top-left-radius: 6px;
          border-bottom-left-radius: 6px;
          width: 100%;
          min-width: fit-content; }
          #web-banner #container-sign-up .signup-right input.btn:focus {
            outline: none; }
        #web-banner #container-sign-up .signup-right input:focus-visible {
          outline: none; }
  #web-banner img {
    width: 100%; }

.homepage #header.primary-header .img-responsive {
  display: none; }

.homepage.has-scrolled-header #header.primary-header .img-responsive {
  display: block;
  height: auto; }

#header {
  height: 65px; }
  #header > .container {
    height: 100%; }
    #header > .container > .row {
      height: 100%; }
      #header > .container > .row > .col-md-12 {
        height: 100%; }
  #header .img-responsive {
    width: 170px; }
  #header.primary-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #0e6ba8  ; }
    #header.primary-header.past-header-height {
      opacity: 0;
      animation: header-in 1.5s ease; }
      #header.primary-header.past-header-height.show {
        opacity: 1;
        animation: header-in 0s ease; }
      #header.primary-header.past-header-height.scrolled-header {
        opacity: 1;
        background: #0e6ba8  ;
        animation: header-in 1.5s ease; }
    #header.primary-header.show {
      opacity: 1; }
    #header.primary-header.animate-out {
      animation: header-out 1.5s ease; }
  #header #container-mobile {
    display: block;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 0px; }
    #header #container-mobile .menu-button {
      padding: 10px;
      border-radius: 6px;
      z-index: 99; }
      #header #container-mobile .menu-button span.icon-bar {
        width: 23px !important;
        margin-top: 4px;
        margin-bottom: 4px !important;
        background: white !important; }
    #header #container-mobile .mainnav-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 65px;
      padding: 0 20px; }
      #header #container-mobile .mainnav-header .mobile-header-right {
        display: flex;
        align-items: center;
        height: 100%; }
      #header #container-mobile .mainnav-header img {
        width: 42px; }
    #header #container-mobile .mobile-menu {
      position: fixed;
      top: 60px;
      bottom: 0;
      left: 0;
      right: 0;
      background: #333333;
      display: none; }
      #header #container-mobile .mobile-menu.show {
        display: block; }
        #header #container-mobile .mobile-menu.show .main-nav {
          opacity: 1;
          transition: all 0.2s ease 3s; }
    #header #container-mobile .country-lang-select {
      display: flex;
      align-items: flex-start;
      margin-top: 30px;
      flex-direction: column;
      margin: 0 40px; }
      #header #container-mobile .country-lang-select .regional-toggle-outer {
        margin: 15px 0px 15px 0px; }
        #header #container-mobile .country-lang-select .regional-toggle-outer .regional-toggle {
          border: 2px solid white;
          display: flex;
          align-items: center;
          border-radius: 30px;
          padding: 4px 20px 4px 20px;
          z-index: 3;
          transition: border 0.2s ease;
          font-size: 16px;
          height: 40px; }
          #header #container-mobile .country-lang-select .regional-toggle-outer .regional-toggle.without-hover-state:hover {
            cursor: initial;
            border: 2px solid white; }
          #header #container-mobile .country-lang-select .regional-toggle-outer .regional-toggle:hover {
            border: 2px solid white;
            cursor: pointer;
            transition: border 0.2s ease; }
          #header #container-mobile .country-lang-select .regional-toggle-outer .regional-toggle .flag-toggle-image {
            border-radius: 50%;
            height: 20px;
            width: 20px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 5px; }
            #header #container-mobile .country-lang-select .regional-toggle-outer .regional-toggle .flag-toggle-image.globe {
              height: 18px;
              width: 18px; }
          #header #container-mobile .country-lang-select .regional-toggle-outer .regional-toggle span {
            color: white;
            margin-bottom: 0;
            font-size: 16px; }
      #header #container-mobile .country-lang-select ul.split-lang-select-list {
        padding: 0; }
        #header #container-mobile .country-lang-select ul.split-lang-select-list li.split-lang-select {
          padding-left: 10px;
          border: 2px solid white;
          border-radius: 30px;
          padding: 4px 20px 4px 20px;
          z-index: 3;
          transition: border 0.2s ease;
          height: 40px;
          align-items: center; }
          #header #container-mobile .country-lang-select ul.split-lang-select-list li.split-lang-select a {
            text-transform: uppercase;
            font-weight: 400;
            font-size: 16px;
            padding: 0 8px; }
          #header #container-mobile .country-lang-select ul.split-lang-select-list li.split-lang-select span {
            color: #ffffff;
            font-size: 16px;
            padding: 0 5px; }
          #header #container-mobile .country-lang-select ul.split-lang-select-list li.split-lang-select .active {
            color: #00a0df;
            padding: 0 5px; }
    #header #container-mobile .menu {
      display: flex;
      align-items: center; }
  #header ul {
    margin: 0;
    padding: 8px 0px;
    list-style-type: none;
    position: relative;
    text-align: right;
    margin-right: -20px;
    display: flex;
    align-items: center; }
    #header ul li {
      display: flex;
      align-items: flex-start;
      padding: 10px 6px;
      padding-left: 40px; }
      #header ul li .icon-circle {
        height: 36px;
        width: 36px;
        background: #333;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        min-width: 36px; }
        #header ul li .icon-circle img {
          width: 20px !important; }
      #header ul li a {
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        padding: 4px;
        font-weight: 500;
        text-transform: initial;
        transition: 0.2s ease;
        text-align: left; }
    #header ul.main-nav {
      display: flex;
      flex-direction: column;
      padding-top: 40px;
      opacity: 0;
      transition: all 0.2s ease 3s; }
  #header .container-header-outer {
    display: none; }
  #header #container-header {
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    bottom: 0;
    width: 100%;
    height: 100%; }
    #header #container-header .logo {
      margin-right: 10px; }
    #header #container-header .sign-up-link {
      display: flex;
      align-items: center; }
      #header #container-header .sign-up-link a {
        border-radius: 30px;
        padding: 8px 20px;
        text-transform: uppercase;
        z-index: 99; }
      #header #container-header .sign-up-link:hover a {
        border-color: white;
        color: white; }
    #header #container-header .container-header-inner {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    #header #container-header .regional-toggle-outer {
      display: flex;
      align-items: center;
      margin: 0 15px; }
      #header #container-header .regional-toggle-outer .regional-toggle {
        border: 2px solid transparent;
        display: flex;
        align-items: center;
        border-radius: 30px;
        padding: 4px 10px;
        z-index: 3;
        transition: border 0.2s ease; }
        #header #container-header .regional-toggle-outer .regional-toggle.without-hover-state:hover {
          border: 2px solid transparent;
          cursor: initial; }
        #header #container-header .regional-toggle-outer .regional-toggle:hover {
          border: 2px solid white;
          cursor: pointer;
          transition: border 0.2s ease; }
        #header #container-header .regional-toggle-outer .regional-toggle .flag-toggle-image {
          border-radius: 50%;
          height: 24px;
          width: 24px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          margin-right: 5px; }
          #header #container-header .regional-toggle-outer .regional-toggle .flag-toggle-image.globe {
            height: 22px;
            width: 22px; }
        #header #container-header .regional-toggle-outer .regional-toggle span {
          color: white;
          margin-bottom: 0;
          font-size: 16px; }
    #header #container-header ul li {
      padding-left: 5px;
      text-align: center;
      line-height: 1.1; }
      #header #container-header ul li a {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.1;
        border-radius: 10px;
        padding: 4px 8px; }
        #header #container-header ul li a span {
          display: inline-block; }
      #header #container-header ul li.split-lang-select:not(.split-class) {
        line-height: 1.5;
        padding-top: 10px; }
      #header #container-header ul li.split-lang-select.split-class {
        line-height: 1.5;
        padding-top: 9px; }
        #header #container-header ul li.split-lang-select.split-class a {
          margin-top: 1px; }
      #header #container-header ul li.split-lang-select span {
        color: #ffffff;
        font-size: 16px; }
      #header #container-header ul li.split-lang-select .active {
        color: #00a0df;
        padding: 0 8px;
        margin-top: 1px; }
  #header #header-triangle {
    position: relative;
    height: 250px;
    width: 100%;
    background-size: cover; }
  #header #header-rectangle {
    position: relative;
    height: 100%;
    width: 100%; }

/* HACK */
[lang="en"] #header .sign-up-link,
[lang*="en-"] #header .sign-up-link {
  min-width: 97px; }

[lang="zh-TW"] #header #container-header ul li.split-lang-select.split-class,
[lang="zh-CN"] #header #container-header ul li.split-lang-select.split-class {
  line-height: 1.5;
  padding-top: 11px; }
  [lang="zh-TW"] #header #container-header ul li.split-lang-select.split-class a,
  [lang="zh-CN"] #header #container-header ul li.split-lang-select.split-class a {
    margin-top: 0; }

[lang="zh-TW"] #header #container-header ul li.split-lang-select:not(.split-class),
[lang="zh-CN"] #header #container-header ul li.split-lang-select:not(.split-class) {
  line-height: 1.5;
  padding-top: 11px; }

#header-bg {
  position: absolute;
  top: 0;
  z-index: -999;
  width: 100%; }
  #header-bg img {
    width: 100%;
    min-height: 674px;
    height: 674px; }

.pagination {
  margin: 40px 0;
  display: flex;
  justify-content: center; }
  .pagination ul {
    display: flex;
    align-items: center;
    float: none; }
    .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) {
      border: 1px solid #333;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 2px;
      transition: all 0.2s ease;
      overflow: hidden; }
      .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) a {
        height: 24px;
        width: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        border-radius: 50%; }
      .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more):hover {
        background: #333;
        color: white;
        cursor: pointer;
        transition: all 0.2s ease; }
        .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more):hover a {
          color: white; }
    .pagination ul .arrow-left, .pagination ul .arrow-right {
      height: 34px;
      cursor: pointer;
      display: flex;
      align-items: center;
      border: 1px solid transparent;
      border-radius: 10px;
      transition: all 0.2s ease; }
      .pagination ul .arrow-left .desktop-previous, .pagination ul .arrow-left .desktop-next, .pagination ul .arrow-right .desktop-previous, .pagination ul .arrow-right .desktop-next {
        display: none; }
      .pagination ul .arrow-left .mobile-previous, .pagination ul .arrow-left .mobile-next, .pagination ul .arrow-right .mobile-previous, .pagination ul .arrow-right .mobile-next {
        display: block; }
        .pagination ul .arrow-left .mobile-previous img, .pagination ul .arrow-left .mobile-next img, .pagination ul .arrow-right .mobile-previous img, .pagination ul .arrow-right .mobile-next img {
          width: 15px;
          filter: brightness(0) invert(0); }
      .pagination ul .arrow-left .mobile-previous img, .pagination ul .arrow-right .mobile-previous img {
        transform: rotate(180deg); }
      .pagination ul .arrow-left a, .pagination ul .arrow-right a {
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-size: 14px;
        color: #333;
        font-weight: 500; }
      .pagination ul .arrow-left:hover, .pagination ul .arrow-right:hover {
        border: 1px solid #333;
        transition: all 0.2s ease; }
        .pagination ul .arrow-left:hover a, .pagination ul .arrow-right:hover a {
          color: #333; }
    .pagination ul .arrow-left .arrow-left-icon {
      background: url("../img/arrow-icon.svg");
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      margin-right: 10px;
      transform: rotate(180deg); }
      .pagination ul .arrow-left .arrow-left-icon a {
        transform: rotate(180deg); }
    .pagination ul .arrow-right .arrow-right-icon {
      background: url("../img/arrow-icon.svg");
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      margin-left: 10px; }
    .pagination ul .arrow-left-more, .pagination ul .arrow-right-more {
      width: 24px;
      height: 24px;
      cursor: pointer;
      border: 1px solid #333;
      border-radius: 50%;
      margin: 0 3px;
      list-style-type: none; }
      .pagination ul .arrow-left-more a, .pagination ul .arrow-right-more a {
        background: url("../img/double-chevron-icon.svg");
        background-repeat: no-repeat;
        background-size: 13px;
        background-position: 4px 5px;
        width: 24px;
        height: 24px;
        display: block; }
      .pagination ul .arrow-left-more:hover, .pagination ul .arrow-right-more:hover {
        background-color: #333; }
        .pagination ul .arrow-left-more:hover a, .pagination ul .arrow-right-more:hover a {
          filter: invert(97%) sepia(15%) saturate(9%) hue-rotate(225deg) brightness(119%) contrast(100%); }
    .pagination ul .arrow-right-more {
      transform: rotate(180deg); }

.main-nav li.active a {
  border-bottom: #0e6ba8   1px solid; }

.main-nav li.active a:hover {
  border-bottom: none !important; }

#signup-btn a {
  background: #ff532c;
  padding: 10px 20px 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  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 {
  margin: 0 10px 0 0; }
  #signup-btn a {
    border-radius: 50px; }

.main-title-corporate {
  font-size: 24px;
  font-weight: 600; }
  .main-title-corporate span {
    font-size: 45px;
    font-weight: 600; }

#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;
  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;
  width: 530px;
  max-width: 100%; }
  .container-search #search {
    top: -25px; }
    .container-search #search ~ img {
      top: -9px; }
  .container-search form input {
    border-radius: 50px;
    padding: 10px 40px 10px 60px;
    position: relative;
    height: 52px;
    box-shadow: 0 0 20px 0 rgba(80, 202, 255, 0.5);
    font-size: 17px; }
    .container-search form input:focus-within {
      outline: none; }
    .container-search form input ::placeholder {
      color: rgba(0, 0, 0, 0.6); }
    .container-search form input:after {
      content: "";
      background: url("../img/Search.png");
      position: absolute;
      left: 20px;
      top: 10px;
      display: block;
      height: 20px;
      width: 20px; }
    .container-search form input ~ img {
      position: absolute;
      left: 30px;
      top: 15px;
      width: 20px;
      opacity: 0.5; }
  .container-search.websiteid_8 {
    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; }

#main-container-first a {
  color: #0e6ba8  ;
  font-size: 16px; }
  #main-container-first a:hover {
    text-decoration: underline;
    transition: all 0.2s ease; }

.carousel-control img {
  display: inline-block !important; }

#side-first-row {
  display: inline-block !important;
  min-width: 95%;
  height: 1px; }

#about-logo {
  position: relative;
  top: 75px; }

#row-about {
  margin-bottom: 30px; }

.about-text {
  margin-bottom: 30px; }

.about-logo {
  display: flex !important;
  justify-content: center; }
  .about-logo .globe-circle {
    height: 250px;
    width: 250px;
    border-radius: 50%;
   /*  background: #0e6ba8  ; */ }
    .about-logo .globe-circle .globe-inner {
      height: 100%;
      width: 100%;
      border-radius: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative; }
      .about-logo .globe-circle .globe-inner .globe-stat {
        background: white;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        border-radius: 12px; }
        .about-logo .globe-circle .globe-inner .globe-stat:before {
          content: "";
          width: 9px;
          height: 100%;
          background: #333;
          position: absolute;
          left: 0;
          top: 0;
          border-top-left-radius: 12px;
          border-bottom-left-radius: 12px; }
        .about-logo .globe-circle .globe-inner .globe-stat .globe-stat-image {
          background: #333;
          border-radius: 50%;
          width: 30px;
          height: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 20px;
          margin-left: 10px; }
          .about-logo .globe-circle .globe-inner .globe-stat .globe-stat-image img {
            height: 20px; }
        .about-logo .globe-circle .globe-inner .globe-stat p {
          color: #333 !important;
          font-weight: 500;
          font-size: 15px;
          margin: 0;
          line-height: 20px; }
          .about-logo .globe-circle .globe-inner .globe-stat p.number {
            font-weight: 600;
            font-size: 26px; }
      .about-logo .globe-circle .globe-inner .globe-stat-1 {
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: 0 0 30px 3px rgba(0, 133, 232, 0.8); }
        .about-logo .globe-circle .globe-inner .globe-stat-1 .globe-stat-image {
          background: #0085e8; }
        .about-logo .globe-circle .globe-inner .globe-stat-1:before {
          background: #0085e8; }
      .about-logo .globe-circle .globe-inner .globe-stat-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 30px 3px rgba(168, 123, 201, 0.8); }
        .about-logo .globe-circle .globe-inner .globe-stat-2 .globe-stat-image {
          background: #a87bc9; }
        .about-logo .globe-circle .globe-inner .globe-stat-2:before {
          background: #a87bc9; }
      .about-logo .globe-circle .globe-inner .globe-stat-3 {
        position: absolute;
        bottom: 0;
        right: 0;
        box-shadow: 0 0 30px 3px rgba(97, 166, 14, 0.8); }
        .about-logo .globe-circle .globe-inner .globe-stat-3 .globe-stat-image {
          background: #61a60e; }
        .about-logo .globe-circle .globe-inner .globe-stat-3:before {
          background: #61a60e; }

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;
  height: calc(689px - 239px); }
  #content-header .content-header-wrapper {
    height: 100%;
    display: flex;
    align-items: center; }

#ipad {
  position: relative;
  bottom: 58px; }

#header-right-txt {
  position: relative;
  left: 50px;
  top: 0px;
  margin-top: 20px; }
  #header-right-txt h1 {
    margin-top: 60px; }
  #header-right-txt p {
    color: white;
    font-size: 18px; }
  #header-right-txt .img-responsive {
    max-width: 100%;
    margin: 0 auto;
    max-height: 55px;
    height: 55px; }

.box-contact {
  background: #f4f4f4;
  border-radius: 5px;
  position: relative;
  bottom: 60px;
  float: left;
  max-width: 29%;
  width: auto;
  margin-left: 3%; }

.main {
  font-size: 16px;
  margin-top: 65px;
  padding-top: 30px;
  background: #f0f8ff; }
  .main.white {
    background: white; }
  .main.no-margin {
    margin-top: 0; }
  .main.no-padding {
    padding-top: 0; }

.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; }

#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; }

.privacy-content {
  margin-bottom: 50px; }

.page-title {
  padding-left: 20px; }

.btn {
  max-width: 100%;
  width: auto; }

.topics {
  display: flex;
  flex-wrap: wrap; }

.box-topics {
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  padding: 0px 0px 2px 0px;
  min-height: 350px;
  height: auto;
  /*float: left;*/
  transition: all 0.2s ease; }
  .box-topics .box-topics-heading {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 64px; }
    .box-topics .box-topics-heading .icon-topics {
      border-radius: 25px;
      position: static;
      background-color: #1E1F3B;
      display: flex;
      align-items: center; }
      .box-topics .box-topics-heading .icon-topics img {
        margin-bottom: 0;
        margin-right: 10px;
        max-height: 24px;
        /*width:100%;*/
        height: 100%; }
    .box-topics .box-topics-heading a {
      display: flex;
      align-items: center;
      min-height: unset; }
      .box-topics .box-topics-heading a h2 {
        min-height: unset;
        text-transform: initial;
        margin-bottom: 0; }
    .box-topics .box-topics-heading .box-topics-links {
      background: none !important;
      color: #ffffff;
      font-size: 23px;
      font-family: 'Roboto', Roboto, sans-serif;
      margin-top: 0;
      font-weight: 500;
      transition: all 0.2s ease; }
    .box-topics .box-topics-heading:hover .box-topics-links {
      color: white;
      transition: all 0.2s ease; }
  .box-topics:hover {
    border-color: #EB5229;
    transition: all 0.2s ease; }
  .box-topics .tags {
    padding: 20px 15px 90px 15px;
    margin: 0px;
    color: #5E5E5E;
    min-height: 300px;
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: calc(100% - 64px);
    position: relative; }
    .box-topics .tags .tags-inner {
      columns: 1; }
      .box-topics .tags .tags-inner a.tag {
        color: #1e1f3b;
        font-size: 16px;
        padding: 5px 5px;
        background: #c3c3c3;
        border-radius: 6px;
        margin: 0px 2px 8px 2px;
        display: list-item;
        width: 100%;
        line-height: 19px;
        list-style-type: none;
        break-inside: avoid-column;
        word-break: break-word;
        text-align: left;
        font-weight: 500;
        transition: all 0.2s ease; }
        .box-topics .tags .tags-inner a.tag.tag-after-cutoff {
          display: none; }
          .box-topics .tags .tags-inner a.tag.tag-after-cutoff.show {
            display: inline-block; }
        .box-topics .tags .tags-inner a.tag:hover {
          background: #ff532c;
          color: #333333;
          transition: all 0.2s ease; }
    .box-topics .tags .plus-minus-container {
      position: absolute;
      left: 50%;
      transform: translate(-50%); }
      .box-topics .tags .plus-minus-container.hide-plus {
        display: none; }
      .box-topics .tags .plus-minus-container .plus-minus-toggle {
        display: block;
        padding: 10px 30px; }
        .box-topics .tags .plus-minus-container .plus-minus-toggle .plus, .box-topics .tags .plus-minus-container .plus-minus-toggle .minus {
          display: none;
          pointer-events: none; }
          .box-topics .tags .plus-minus-container .plus-minus-toggle .plus.show, .box-topics .tags .plus-minus-container .plus-minus-toggle .minus.show {
            display: block; }
        .box-topics .tags .plus-minus-container .plus-minus-toggle:hover {
          cursor: pointer; }
  .box-topics .btn-main {
    padding: 6px 45px;
    border-radius: 40px;
    font-size: 16px;
    text-transform: initial; }
    .box-topics .btn-main:hover {
      filter: brightness(85%); }

body.it-corporate .box-topics .tags .tags-inner a.tag {
  font-size: 15px; }

.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; }

.featured-resources-container {
  display: flex;
  flex-wrap: wrap; }

.featured-box {
  border: 2px solid #e8e8e8;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  transform: translate(0, 0px);
  transition: all 0.2s ease;
  background: white;
  height: auto;
  padding-bottom: 100px; }
  .featured-box .featured-box-img-container {
    width: 100%;
    background: #ccc;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; }
  .featured-box .featured-box-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px 0px 20px;
    flex-direction: column;
    align-items: center; }
    .featured-box .featured-box-header .logo-client img {
      max-height: 80px; }
    .featured-box .featured-box-header .published {
      display: flex;
      align-items: center; }
      .featured-box .featured-box-header .published strong {
        margin-left: 5px; }
  .featured-box .featured-box-main-content {
    padding: 20px 20px 0 20px; }
    .featured-box .featured-box-main-content .title-vendors {
      font-size: 22px;
      font-weight: 500;
      line-height: 26px;
      margin-bottom: 10px; }
    .featured-box .featured-box-main-content .whitepapers-txt {
      font-size: 16px;
      line-height: 26px; }
    .featured-box .featured-box-main-content a {
      margin-top: 0px !important;
      margin-bottom: 20px; }
    .featured-box .featured-box-main-content .btn {
      border-radius: 30px;
      padding: 8px 30px;
      width: fit-content;
      text-transform: none;
      font-size: 16px;
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%); }
    .featured-box .featured-box-main-content h4 {
      margin-bottom: 0; }
  .featured-box:hover {
    border: 2px solid #0e6ba8  ;
    transform: translate(0, -5px);
    transition: all 0.2s ease;
    box-shadow: 0 10px 40px 0 #0e6ba8  ; }
  .featured-box img {
    display: inline-block !important; }
  .featured-box .img-whitepaper {
    position: relative; }
    .featured-box .img-whitepaper img {
      max-height: 75px;
      box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.15); }
  .featured-box .img-whitepaper-no-shadow img {
    box-shadow: none; }

.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-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: 16px;
  padding: 30px 0 7px 0;
  display: block;
  color: #333;
  font-weight: 500; }

#contact-box {
  background: #f0f0f0;
  border-radius: 10px;
  padding: 10px 15px;
  border: 1px solid #e8e8e8;
  margin: 20px 0px;
  max-width: 768px;
  width: auto; }
  #contact-box input {
    height: 38px;
    border-radius: 30px; }

#contact-box-complete {
  color: white;
  background: #1e1f3b;
  border-radius: 12px;
  padding: 50px 40px 40px 40px;
  border: 1px solid #e8e8e8;
  margin: 20px 0px;
  max-width: 768px;
  width: auto;
  margin-top: 30px; }
  #contact-box-complete p {
    font-size: 18px; }
    #contact-box-complete p img {
      width: 30px;
      margin-right: 30px; }

.cta-box-container {
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px; }
  .cta-box-container .cta-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #333;
    width: calc(33.3% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 30px;
    border-radius: 12px;
    transform: translateY(0);
    transition: all 0.2s ease; }
    .cta-box-container .cta-box:hover {
      transform: translateY(-10px);
      transition: all 0.2s ease;
      cursor: pointer; }
    .cta-box-container .cta-box img {
      height: 40px;
      margin-bottom: 20px; }
    .cta-box-container .cta-box .link {
      color: white !important;
      font-size: 19px;
      font-weight: 600; }

.form-group {
  margin: 30px 0px; }

label {
  font-weight: bold;
  font-size: 18px; }

.required {
  color: red; }

#form-inner {
  width: 100%;
  margin: 0 auto; }

.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;
  height: 40px;
  border-radius: 5px;
  background: white; }

#submit {
  padding: 10px 30px;
  border: none !important; }

#signup-left {
  float: left;
  width: 68%;
  margin-bottom: 50px; }
  #signup-left.full-width {
    width: 100% !important; }
    #signup-left.full-width #contact-box {
      width: 100%;
      max-width: 100%; }

#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%; }

#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; }

#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 p {
  float: left;
  margin-left: 100px;
  margin-bottom: 0;
  margin-top: 5px;
  color: #737373; }

.red {
  color: #ff532c; }

#img-oracle {
  padding-top: 50px; }

.box-vendors .no-image {
  display: inline-block !important;
  height: 120px;
  line-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; }
  #brand-right h3.resource-detail-title, #box-asset-left h3.resource-detail-title {
    font-size: 34px; }

#pattern-brand {
  width: 95%; }

#asset-link {
  margin-bottom: 20px; }

.box-asset-left .kit-images img, .box-asset-left .kit-assets img {
  margin: 0 auto;
  display: block; }

#box-asset-left {
  border-radius: 12px;
  padding-top: 30px;
  position: relative;
  text-align: left !important; }
  #box-asset-left .cisco-asset {
    padding-bottom: 15px; }
  #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%;
        box-shadow: 0 10px 40px 5px rgba(0, 0, 0, 0.3);
        margin: 0 auto;
        display: block; }
  #box-asset-left .resource-detail-pdf-thumb {
    box-shadow: 0 10px 40px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    text-align: left;
    margin: 0 auto 30px auto;
    display: block; }
  #box-asset-left .resource-detail-pdf-thumb-no-shadow {
    box-shadow: none; }
  #box-asset-left .resource-detail-pdf-thumb-differing-height {
    box-shadow: 0 10px 40px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    text-align: left;
    margin: 0 auto 30px auto;
    display: block;
    width: 196px;
    background-repeat: no-repeat;
    background-position: center; }
  #box-asset-left #footer-asset {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 20px 0;
    justify-content: center; }
    #box-asset-left #footer-asset div {
      margin-right: 10px;
      font-size: 15px;
      margin-bottom: 10px;
      color: #868686; }
      #box-asset-left #footer-asset div .red {
        color: black; }

.more-resources-title.blue-title {
  text-align: center !important;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 100px; }

.kit-details-outer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.kit-details-box {
  background: white;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px;
  cursor: pointer;
  min-height: 400px;
  border: 2px solid #333;
  width: calc(100% - 30px);
  margin: 0 15px;
  margin-bottom: 20px; }
  .kit-details-box .box-icon-download {
    width: 40px; }
  .kit-details-box .box-icon-download {
    margin-bottom: 16px;
    margin: 20px auto;
    display: block; }
  .kit-details-box a {
    color: #333;
    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: #333;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    margin: 0; }
  .kit-details-box .kit-image-wrapper {
    min-height: 140px; }

.small-asset {
  font-size: 15px;
  margin: 0; }

.small-asset .related-categories {
  font-family: 'Roboto', sans-serif;
  color: #868686;
  font-size: 15px;
  margin-top: 30px;
  display: block; }
  .small-asset .related-categories ~ .underlinelink {
    color: black;
    text-decoration: none;
    font-size: 15px; }
    .small-asset .related-categories ~ .underlinelink:hover {
      text-decoration: underline; }

#cisco-asset {
  padding-left: 18px; }

#footer-asset, .cisco-footer {
  background: white;
  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: 30px 20px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 40px; }
  #details-box .download-box-title {
    text-transform: initial; }
  #details-box .download-box-header {
    display: flex; }
    #details-box .download-box-header img {
      margin-left: 20px;
      height: 30px; }

.download-box {
  text-align: center;
  border-radius: 10px;
  padding: 30px 0;
  margin: 0 0 30px 0; }
  .download-box h2 {
    margin: 0 0 30px 0;
    font-weight: bold; }

#details-box .topicon img {
  float: right; }

.small-box-download {
  font-size: 12px;
  margin: 20px 0px;
  line-height: 1.4; }

#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; }

.resource-detail-title {
  font-size: 28px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px; }

.resource-detail-sub-title {
  margin-bottom: 15px; }

.flex-layout {
  display: flex;
  flex-direction: column; }

.box-cisco {
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  text-align: center;
  max-height: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
  padding: 30px 20px 80px 20px;
  background: white; }
  .box-cisco .cisco-footer {
    background: white;
    color: #868686;
    font-size: 15px; }
    .box-cisco .cisco-footer span {
      font-size: 15px;
      color: black; }
  .box-cisco .cisco-boxes-title {
    vertical-align: middle;
    overflow: hidden;
    font-weight: 500;
    font-size: 22px;
    height: 80px; }
  .box-cisco .btn-main {
    border-radius: 30px;
    padding: 10px 30px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%); }

.small-grey-line {
  padding: 10px 0 10px 0; }
  .small-grey-line img {
    display: none; }

#about-title-home {
  position: relative;
  bottom: -2px;
  min-width: 200px;
  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: 28px;
  letter-spacing: 1px; }

#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-contact-privacy {
  margin-top: 74px; }

#box-white-papers-privacy, #box-white-papers-sitemap {
  background: #e7faff; }

.center-responsive {
  position: relative; }

.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; }

.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; }

.download-form .download-form-inner {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .download-form .download-form-inner input {
    height: 40px;
    margin: 0;
    margin-bottom: 20px; }
  .download-form .download-form-inner .btn {
    height: 40px;
    width: 124px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black; }

.download-form select {
  height: 40px; }

.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: 14px; }

.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;
  word-break: break-word; }

.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;
  display: flex;
  align-items: center; }

#contact-box .sign-up-privacy-confirm input {
  width: auto;
  display: inline-block;
  float: left;
  margin: 0px 0 0 0; }

#contact-box .sign-up-privacy-confirm label {
  width: auto;
  padding: 0;
  font-weight: normal;
  margin-left: 23px;
  font-size: 15px; }
  #contact-box .sign-up-privacy-confirm label a:hover {
    text-decoration: underline; }

#signUpTermsAgree .text-danger {
  color: #D02459;
  display: block;
  margin-top: 10px; }

.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: left; }
  .cisco-asset img {
    max-width: 175px;
    max-height: 120px;
    display: block;
    margin: 0 auto; }

#box-icon-download {
  line-height: 72px; }

.location-map {
  padding-bottom: 0px;
  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: white;
    padding: 10px 0px;
    border-radius: 10px; }
    .location-map .location-map-container .location-map-address {
      padding-top: 0px;
      padding-left: 80px;
      margin-bottom: 10px;
      position: relative;
      padding-left: 70px; }
      .location-map .location-map-container .location-map-address .location-map-address-inner {
        display: flex; }
      .location-map .location-map-container .location-map-address .map-pin {
        background: url("../img/map-pin.svg") no-repeat;
        height: 50px;
        width: 50px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 10px;
        filter: brightness(0) invert(1); }
      .location-map .location-map-container .location-map-address a {
        margin-top: 90px;
        display: block;
        color: #ff532c; }
      .location-map .location-map-container .location-map-address h5 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 3px; }
      .location-map .location-map-container .location-map-address h3 {
        font-size: 20px;
        color: #003471;
        margin: 0px 2px 15px 0px;
        font-weight: bold; }
      .location-map .location-map-container .location-map-address p {
        font-size: 16px;
        margin: 0;
        color: #333;
        line-height: 24px; }
  .location-map iframe {
    width: 100%;
    border: 3px solid #fff;
    height: 200px; }

.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; }

.latest-resources-title {
  font-size: 38px;
  text-align: center;
  margin: 50px 0px 40px 0px;
  font-weight: 600; }

.vendor-details {
  margin: 25px 0 25px -5px;
  padding-bottom: 30px !important; }
  .vendor-details .head {
    background: #e5e5e5;
    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 .buttons {
    margin-top: 0px;
    overflow: hidden;
    padding-top: 0px;
    margin-left: -15px;
    margin-right: -15px; }
    .vendor-details .content .buttons .btn {
      min-width: 300px;
      min-height: 80px;
      border-radius: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: left;
      transition: all 0.2s ease;
      padding: 30px 50px;
      width: 100%; }
      .vendor-details .content .buttons .btn:hover {
        transform: translateY(-5px);
        transition: all 0.2s ease; }
      .vendor-details .content .buttons .btn img {
        width: 40px;
        margin-right: 20px; }
      .vendor-details .content .buttons .btn div {
        display: flex;
        align-items: flex-start;
        flex-direction: column; }
      .vendor-details .content .buttons .btn span {
        color: white;
        margin: 0 10px; }
      .vendor-details .content .buttons .btn .btn-title {
        font-size: 22px;
        text-transform: initial;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 5px; }
      .vendor-details .content .buttons .btn .btn-link {
        line-height: 1;
        text-transform: initial;
        font-size: 15px; }
        .vendor-details .content .buttons .btn .btn-link img {
          width: 8px;
          margin-left: 5px;
          filter: brightness(0) invert(1); }
  .vendor-details .content .flex-layout.asset > .col-md-4 {
    height: auto;
    margin-bottom: 15px; }
  .vendor-details .content .asset {
    margin-bottom: 10px;
    transition: all 0.2s ease;
    border-radius: 15px;
    position: relative;
    transition: all 0.2s ease;
    height: 100%; }
    .vendor-details .content .asset:hover {
      transform: translateY(-5px);
      transition: all 0.2s ease;
      cursor: pointer;
      box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15); }
    .vendor-details .content .asset .head {
      color: #ffffff;
      padding: 20px 15px;
      font-size: 15px;
      font-weight: bold;
      border-radius: 15px 15px 0 0;
      text-align: center;
      min-height: 105px;
      position: relative; }
      .vendor-details .content .asset .head img {
        max-height: 90px;
        width: unset;
        box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.15); }
    .vendor-details .content .asset .content {
      background: white;
      padding: 30px 20px 90px 20px;
      border-radius: 0 0 15px 15px;
      min-height: 350px;
      height: calc(100% - 130px); }
      .vendor-details .content .asset .content .asset-title {
        font-size: 22px;
        font-weight: 500;
        line-height: 26px; }
      .vendor-details .content .asset .content .desc {
        line-height: 26px; }
      .vendor-details .content .asset .content .foot {
        padding: 10px 0; }
        .vendor-details .content .asset .content .foot .btn {
          position: absolute;
          bottom: 40px;
          left: 50%;
          transform: translateX(-50%);
          border-radius: 30px;
          padding: 10px 30px;
          text-transform: initial;
          font-size: 16px; }
      .vendor-details .content .asset .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 .asset .content .more-assets a {
        background-color: #fff;
        color: #ff532c; }
      .vendor-details .content .asset .content .more-assets ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .vendor-details .content .asset .content .more-assets ul li {
          padding-left: 20%;
          background: url(../img/orange-bullet.png) no-repeat 16% center; }

#submitStep1Loader {
  display: block;
  width: 128px;
  margin: 8px auto; }

.final-download-page-details-box {
  background: white;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  margin-left: 10px;
  border: 2px solid #333; }
  .final-download-page-details-box ul li {
    color: #333; }

.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;
  color: white !important;
  padding: 8px 30px;
  border-radius: 30px; }

.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; }

.vendors-title {
  text-align: center;
  font-size: 35px;
  font-weight: 600; }
  .vendors-title span {
    display: inline-block; }

.atoz {
  overflow: hidden;
  margin: 30px 0 50px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .atoz a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 1;
    border: 1px solid #858585;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    margin: 6px 3px;
    color: #737373;
    transition: all 0.2s ease;
    padding-top: 3px; }
    .atoz a:hover, .atoz a.selected {
      border-color: #FF534F;
      color: #FF534F;
      transition: all 0.2s ease; }

.vendors-outer-container {
  margin-bottom: 80px; }

.box-vendors-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px; }

.box-vendors {
  border-radius: 10px;
  float: left;
  min-width: 23%;
  width: calc(25% - 20px);
  padding: 30px 20px 60px 20px;
  min-height: 390px;
  height: auto;
  cursor: pointer;
  background: white;
  transition: all 0.2s ease;
  transform: translate(0px, 0px);
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  border: 2px solid #ededed; }
  .box-vendors .box-vendors-logo {
    max-height: 80px;
    max-width: 150px; }
  .box-vendors .text-vendor {
    font-size: 16px;
    color: #686868; }
  .box-vendors:hover {
    box-shadow: 0 11px 20px 5px #0e6ba8  ;
    transition: all 0.2s ease;
    transform: translate(0px, -5px); }
    .box-vendors:hover .title-vendors {
      color: #ff532c; }
  .box-vendors .view-more-btn {
    position: absolute;
    bottom: 30px;
    left: 20px;
    color: #000;
    display: flex;
    width: 100%; }
    .box-vendors .view-more-btn img {
      max-width: 20px;
      margin-left: 5px; }

.title-vendors {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  line-height: 22px; }

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

.vimeo-container {
  text-align: center; }
  .vimeo-container video {
    max-width: 100%; }
  .vimeo-container .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; }
  .vimeo-container .box-vendors:hover {
    border: 1px solid #ff532c; }
  .vimeo-container .box-vendors:hover .title-vendors {
    color: #ff532c; }
  .vimeo-container .title-vendors {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 22px; }

.contact-us-outer-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 50px; }
  .contact-us-outer-container .contact-us-main-content {
    width: 100%; }
    .contact-us-outer-container .contact-us-main-content h1 {
      text-align: left; }
  .contact-us-outer-container .contact-us-side-content {
    width: 100%; }

.first-row-contact {
  padding: 20px 20px 0 20px;
  overflow: auto;
  background: white; }

.second-row-contact {
  background: white;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .second-row-contact h4 {
    font-size: 22px;
    font-weight: 500; }
  .second-row-contact .management-container {
    display: flex;
    margin-bottom: 15px; }
    .second-row-contact .management-container .management-image {
      height: 50px;
      width: 50px;
      min-width: 50px;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-right: 10px;
      background-color: #f7f7f7; }
    .second-row-contact .management-container p {
      line-height: 19px; }
    .second-row-contact .management-container .contact-name {
      font-weight: 500;
      color: #333;
      font-size: 16px; }
    .second-row-contact .management-container .contact-position {
      font-size: 14px;
      color: rgba(51, 51, 51, 0.6);
      font-weight: 200; }
    .second-row-contact .management-container .link-contact {
      font-size: 14px;
      word-break: break-all; }

.header-banner {
  height: 300px;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; }
  .header-banner.latest-whitepapers-header {
    background-image: url("../img/Whitepapers-hero-1920px2.jpg"); }
  .header-banner.topics-header {
    background-image: url("../img/Topics-hero-480px.jpg"); }
  .header-banner.company-details-banner {
    padding-bottom: 60px !important; }
    .header-banner.company-details-banner .company-details-inner {
      background: white;
      padding: 30px;
      border-radius: 12px;
      margin-top: 20px; }
  .header-banner > .container > .row {
    position: relative;
    top: 20px; }
  .header-banner .header-banner-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.4; }
  .header-banner .header-banner-title-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0; }
    .header-banner .header-banner-title-inner img {
      height: 80px;
      margin-right: 20px; }
  .header-banner .header-banner-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
    flex-direction: column; }
    .header-banner .header-banner-inner h1 {
      margin: 0; }
    .header-banner .header-banner-inner p {
      color: white;
      margin-bottom: 0;
      display: flex;
      align-items: flex-start;
      font-size: 16px;
      margin-right: 30px;
      flex-direction: column;
      margin-bottom: 15px;
      line-height: 32px; }
      .header-banner .header-banner-inner p span {
        text-transform: uppercase;
        font-weight: 500;
        margin-right: 5px;
        line-height: 32px; }
      .header-banner .header-banner-inner p img {
        height: 20px;
        margin-right: 5px; }
    .header-banner .header-banner-inner a {
      color: white;
      display: flex;
      align-items: center;
      font-size: 16px;
      text-decoration: underline;
      line-height: 32px; }
      .header-banner .header-banner-inner a:hover {
        opacity: 0.9; }
      .header-banner .header-banner-inner a img {
        height: 20px;
        margin-right: 7px; }
  .header-banner .header-banner-title {
    color: white;
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
    word-break: break-word; }
  .header-banner .header-banner-intro {
    text-align: center;
    color: white;
    font-size: 17px;
    line-height: 27px; }
  .header-banner.tall {
    height: auto;
    position: relative;
    padding: 60px 0 40px 0; }
    .header-banner.tall .back-button {
      color: white; }
      .header-banner.tall .back-button:hover img {
        position: relative;
        left: -10px;
        transition: all 0.2s ease; }
      .header-banner.tall .back-button img {
        width: 20px;
        transform: rotate(180deg);
        filter: invert(100%) sepia(5%) saturate(1239%) hue-rotate(277deg) brightness(114%) contrast(100%);
        margin-right: 5px;
        transition: all 0.2s ease; }
    .header-banner.tall .header-banner-title {
      text-align: left; }
    .header-banner.tall .header-banner-intro {
      text-align: left; }
    .header-banner.tall:before {
      content: "";
      width: 0;
      height: 0;
      border-bottom: 320px solid #333;
      border-left: 320px solid transparent;
      position: absolute;
      bottom: 0;
      right: 0; }

.more-topics-block {
  width: 100%;
  padding: 40px 0;
  background: #333; }
  .more-topics-block .more-topics-title {
    color: white;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px; }
  .more-topics-block .more-topics-intro {
    color: white;
    text-align: center;
    font-size: 20px; }
  .more-topics-block .topics-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px; }
    .more-topics-block .topics-container .topic-link-box {
      background: #333;
      width: calc(50% - 20px);
      padding: 15px 10px 15px 15px;
      border-radius: 6px;
      margin-bottom: 20px;
      margin-right: 10px;
      margin-left: 10px;
      display: flex;
      justify-content: space-between;
      border: 2px solid transparent;
      transition: all 0.2s ease; }
      .more-topics-block .topics-container .topic-link-box img {
        width: 18px;
        transition: all 0.2s ease;
        transform: translateX(0px); }
      .more-topics-block .topics-container .topic-link-box a {
        color: white;
        font-size: 17px;
        word-wrap: break-word;
        width: calc(100% - 20px); }
      .more-topics-block .topics-container .topic-link-box:hover {
        cursor: pointer;
        border: 2px solid red;
        transition: all 0.2s ease; }
        .more-topics-block .topics-container .topic-link-box:hover img {
          transform: translateX(5px);
          transition: all 0.2s ease; }
  .more-topics-block.light .topics-container .topic-link-box {
    border: 1px solid transparent;
    position: relative; }
    .more-topics-block.light .topics-container .topic-link-box:after {
      height: 100%;
      content: "";
      width: 5px;
      background: #333;
      position: absolute;
      left: 0;
      top: 0;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }
    .more-topics-block.light .topics-container .topic-link-box .link {
      font-weight: 500; }

#header .mobile-menu ul li {
  width: 100%; }

.closeCookies {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #ffffff;
  cursor: pointer;
  height: 20px; }

@media (min-width: 992px) {
  .cookieBox {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 10px;
    padding-bottom: 10px; }
  .cookieCopy {
    padding: 15px 60px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center; }
  .closeCookies {
    position: absolute;
    right: 20px;
    top: 22px;
    color: #ffffff;
    cursor: pointer;
    height: 20px; }
  .cookieCopy a {
    color: #FFFFFF;
    text-decoration: underline; }
  .cookieCopy a:hover {
    background-color: inherit;
    color: #000; }
  .box-cisco-outer {
    margin-bottom: 30px; } }

.large-download-button {
  width: 100%;
  text-align: center;
  padding: 12px 0;
  font-size: 26px !important;
  font-weight: bold; }
  .large-download-button.marginbottom {
    margin-bottom: 20px; }

#step1CustomQuestions .opts .itemopt {
  margin-bottom: 8px; }
  #step1CustomQuestions .opts .itemopt label {
    font-size: 12px; }
    #step1CustomQuestions .opts .itemopt label.multi {
      padding: 0px 0px 0px 20px; }

.download-notice-opacity {
  opacity: 0.8; }
  .download-notice-opacity.nomargintop {
    margin-top: 0px; }
  .download-notice-opacity a {
    color: #ffffff !important;
    text-decoration: underline; }

#required-field.required-fields {
  text-align: right;
  margin: 0;
  width: 100%; }

.consent-checkbox {
  position: relative;
  display: block; }
  .consent-checkbox input[type="checkbox"] {
    display: none; }
    .consent-checkbox input[type="checkbox"]:checked ~ label:after {
      content: '';
      background: url(../img/tick-sign.svg) center center no-repeat;
      position: absolute;
      top: 8px;
      transform: translateY(-50%);
      left: 2px;
      color: #484848;
      width: 12px;
      height: 12px; }
  .consent-checkbox label {
    font-size: 12px;
    padding: 0px 0px 0px 20px;
    display: block;
    font-weight: normal;
    position: relative;
    margin-top: 0;
    width: calc(100% - 20px); }
    .consent-checkbox label:before {
      content: '';
      height: 16px;
      width: 16px;
      position: absolute;
      top: 8px;
      transform: translateY(-50%);
      left: 0;
      display: block;
      border: solid 1px #333333;
      background: #ffffff;
      border-radius: 0; }

.custom-consent-para {
  padding-bottom: 20px;
  display: block;
  position: relative;
  left: 2px; }

#sister-brands-banner {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 50px; }
  #sister-brands-banner .sister-brands-inner-container > .row > .col-md-12 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #sister-brands-banner .sister-brands-inner-container > .row > .col-md-12 .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;
      justify-content: center;
      /*width: calc(50% - 40px);*/
      margin-left: 20px;
      margin-right: 20px;
      opacity: 0.7;
      transition: all 0.2s ease;
      margin-bottom: 20px; }
      #sister-brands-banner .sister-brands-inner-container > .row > .col-md-12 .logo-container:hover {
        opacity: 1;
        transition: all 0.2s ease; }
      #sister-brands-banner .sister-brands-inner-container > .row > .col-md-12 .logo-container a {
        width: 100%;
        display: flex;
        justify-content: center; }
      #sister-brands-banner .sister-brands-inner-container > .row > .col-md-12 .logo-container img {
        max-height: 30px;
        height: 30px;
        max-width: 100%; }

@media (min-width: 1600px) {
  .box-technology {
    max-width: calc(33.3% - 20px); } }

@keyframes header-in {
  0% {
    transform: translate3d(0, -100%, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes header-out {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, -100%, 0); } }

@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; }
  .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; }
  .about-text {
    width: 100%;
    margin-bottom: 50px; }
  .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; }
  .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; }
  #fifth-row #web-banner #container-sign-up {
    line-height: normal;
    line-height: initial;
    left: 0px;
    right: 0px; }
  .box-vendors {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
  .featured-box-whitepaper {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .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; }
    #privacy-content ul {
      text-align: left;
      padding-left: 40px; }
  /*nav*/
  .main-nav {
    display: none; }
  #ipad {
    display: none; }
  .header-banner {
    height: 400px; }
  #header-rectangle {
    height: 100%; }
  #header-triangle {
    height: 200px; }
  #header-right-txt {
    position: relative;
    left: 0px; }
    #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;
      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;
        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; }
  #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: 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 {
    margin-top: 44px; }
  .pagination ul li {
    padding: 0px 1px; }
  .footer-right {
    margin-top: 10px; }
  #details-box {
    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; }
  .topics {
    padding-left: 0px;
    padding-right: 0px; }
  #box-asset-left {
    text-align: center;
    padding-top: 0; }
    #box-asset-left .cisco-asset {
      padding-bottom: 15px; }
  .location-map:first-child {
    padding-top: 50px; }
  .location-map p, .location-map h3 {
    text-align: left; }
  .location-map h5 {
    text-align: left; }
  .location-map iframe {
    margin-top: 15px; } }

@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;*/ }
  .topic-container .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;*/ }
  s .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;*/ }
  .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; }
  .carousel-control {
    width: 10%; }
  .vendor-details-box {
    text-align: center; }
  #signup-intro {
    text-align: center;
    width: 100%;
    margin: 0px; }
  #privacy-content ul {
    text-align: left;
    padding-left: 30px; }
  .side-privacy {
    display: none !important; }
  .footer-right {
    margin-top: 10px; }
  #details-box {
    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 {
    position: relative; }
  #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: left; }
  .location-map h5 {
    text-align: center; }
  .location-map iframe {
    margin-top: 15px; }
  .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 {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px; }
  .header-banner.latest-whitepapers-header {
    background-image: url("../img/Whitepapers-hero-1920px2.jpg"); }
  .header-banner.topics-header {
    background-image: url("../img/Topics-hero-960px.jpg"); }
  .box-vendors-container {
    padding: 0;
    margin-left: -10px;
    margin-right: -10px; }
  .box-vendors {
    float: left;
    width: calc(50% - 20px);
    margin-bottom: 20px;
    min-height: 300px;
    margin-left: 10px;
    margin-right: 10px; }
  .box-topics .tags .tags-inner {
    columns: 2; }
  .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; }
  .main {
    padding-top: 80px; }
  body.no-banner #header.primary-header {
    background: #0e6ba8  ; }
  #content-header {
    height: calc(689px - 69px); }
  #header {
    height: 80px; }
    #header.primary-header {
      background: transparent; }
      #header.primary-header.scrolled-header {
        background: #0e6ba8  ; }
    #header ul li a {
      text-align: center; }
  .footer-list {
    text-align: left; }
    .footer-list:last-child {
      clear: none !important; }
    .footer-list:nth-child(3) {
      clear: none !important; }
  .vendors-title {
    font-size: 45px; }
  .topic-container .box-technology {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px; }
  /*.box-technology2, .box-technology3, .box-technology4
{

}*/
  .box-resource {
    width: calc(50% - 20px);
    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%; }
  #sub-footer .footer-right-container {
    flex-direction: row;
    align-items: flex-start; }
    #sub-footer .footer-right-container .footer-list {
      padding-left: 40px;
      padding-right: 40px; }
      #sub-footer .footer-right-container .footer-list h5 {
        text-align: left; }
      #sub-footer .footer-right-container .footer-list ul li {
        text-align: left; }
        #sub-footer .footer-right-container .footer-list ul li a {
          text-align: left; }
      #sub-footer .footer-right-container .footer-list p {
        text-align: left; }
        #sub-footer .footer-right-container .footer-list p a {
          text-align: left; }
      #sub-footer .footer-right-container .footer-list a {
        text-align: left; }
  .about-text {
    float: left;
    width: 50%;
    text-align: left; }
    .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; }
  .topics {
    margin-left: -10px;
    margin-right: -10px; }
  .box-topics {
    min-height: 300px;
    position: relative;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px; }
  .featured-resources-container {
    margin-left: -10px;
    margin-right: -10px; }
  .featured-box {
    text-align: left;
    height: 560px;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px; }
  .featured-box-row {
    padding-right: 20px !important; }
  #about-content {
    text-align: left;
    margin-bottom: 20px; }
  #side-line-about {
    display: inline-block !important;
    padding-top: 15px; }
  .side-line {
    float: left;
    width: 20%; }
  .blue-title-container {
    float: left;
    width: 100%; }
    .blue-title-container .blue-title {
      text-align: center; }
  #quote {
    text-align: left;
    left: 90px;
    width: 90%; }
    #quote .quote-left {
      display: block; }
  .title {
    text-align: left; }
  #fourth-row .about-text {
    padding: 43px 0px;
    margin-bottom: 0; }
  #web-banner #container-sign-up .signup-right .sign-up-container {
    flex-direction: row;
    box-shadow: 0 10px 25px -4px rgba(0, 0, 0, 0.2);
    min-width: 440px;
    width: auto; }
  #web-banner #container-sign-up .signup-right input.enter-email-field {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none; }
    #web-banner #container-sign-up .signup-right input.enter-email-field ~ .blue-edge {
      height: 100%; }
  #web-banner #container-sign-up .signup-right input.btn {
    width: fit-content;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .box-vendors {
    margin-bottom: 20px;
    width: calc(50% - 20px); }
  .featured-box-whitepaper {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px; }
    .featured-box-whitepaper .featured-box {
      width: calc(50% - 20px);
      margin-left: 10px;
      margin-right: 10px; }
  #featured-side-img {
    text-align: left;
    display: inline-block;
    margin: 10px 0px; }
  #signup-left {
    float: left;
    width: 62%; }
  #signup-right {
    float: left;
    max-width: 35%;
    width: auto;
    margin-left: 3%; }
  .kit-details-box {
    width: calc(25% - 30px); }
  #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;
    left: 50px; }
    #header-right-txt .img-responsive {
      margin: 0px;
      height: 80px;
      max-height: 80px; }
  .row-header {
    padding-top: 20px !important; }
  #header .container-header-outer {
    display: block; }
  #header #container-mobile {
    display: none; }
  #header #container-header {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #header.primary-header.past-header-height.show {
    opacity: 0; }
  #header.primary-header.past-header-height.scrolled-header {
    opacity: 1;
    background: #0e6ba8  ;
    animation: header-in 1.5s ease; }
  #clients-carousel {
    display: block; }
    #clients-carousel .client-logo {
      width: 15%; }
  #clients-carousel-mobile {
    display: none; }
    #clients-carousel-mobile .client-logo {
      width: 15%; }
  #first-section {
    margin-top: 0px; }
  #header-right-txt {
    position: relative;
    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; }
  .about-logo .globe-circle {
    height: 500px;
    width: 500px; }
    .about-logo .globe-circle .globe-inner .globe-stat-1 {
      top: 100px;
      left: 100px; }
    .about-logo .globe-circle .globe-inner .globe-stat-3 {
      bottom: 100px;
      right: 100px; }
  .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 {
      top: 0; }
      .container-search #search ~ img {
        top: 15px; }
    .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, #privacy-content ol {
      padding-left: 1em; }
  .second-row-contact .management-container .management-image {
    height: 50px;
    width: 50px;
    max-width: 50px; }
  .side-privacy {
    display: block !important; }
  .blue-title {
    text-align: left; }
  .sitemap {
    margin-bottom: 112px; }
  .footer-right {
    margin-top: 0px; }
  #details-box {
    margin-top: 20px;
    margin-bottom: 20px; }
  .box-cisco-text-right {
    text-align: left; }
  #title-download {
    right: 60px; }
  #cisco-side {
    display: block; }
  #cisco-title {
    position: relative;
    right: 0px; }
  .img-resource {
    position: relative; }
  #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; }
  .more-topics-block .topics-container .topic-link-box {
    width: calc(50% - 20px); }
  .vendor-details .content .buttons .btn.left {
    float: left; }
  .vendor-details .content .buttons .btn.right {
    float: right; }
  .vendor-details .content .buttons .btn div {
    flex-direction: column; }
  /*.overview
{
    height:110px;
}*/
  .flex-layout {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px; }
  .final-download-page-details-box {
    padding: 55px; }
  .download-form .download-form-inner {
    flex-direction: row; }
    .download-form .download-form-inner input {
      margin: 0 !important;
      max-width: 344px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .download-form .download-form-inner .btn {
      width: fit-content;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding: 0 20px; }
  .atoz {
    justify-content: space-between; }
  .pagination ul li:not(.arrow-left):not(.arrow-right):not(.arrow-left-more):not(.arrow-right-more) {
    margin: 0 3px; }
  .pagination ul .arrow-left, .pagination ul .arrow-right {
    margin: 0 50px;
    padding: 0 20px;
    margin: 0 15px; }
    .pagination ul .arrow-left .desktop-previous, .pagination ul .arrow-left .desktop-next, .pagination ul .arrow-right .desktop-previous, .pagination ul .arrow-right .desktop-next {
      display: block; }
    .pagination ul .arrow-left .mobile-previous, .pagination ul .arrow-left .mobile-next, .pagination ul .arrow-right .mobile-previous, .pagination ul .arrow-right .mobile-next {
      display: none; }
  .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; }
  #sister-brands-banner .sister-brands-inner-container > .row > .col-md-12 .logo-container {
    width: 25%; } }

@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 {
    align-items: center; }
    #header ul li {
      align-items: center; }
      #header ul li a {
        text-align: center; }
  #header #container-header ul li.split-lang-select:not(.split-class) {
    line-height: 1.1;
    padding-top: 9px; }
  #header #container-header ul li a {
    font-size: 16px; }
  .header-banner.latest-whitepapers-header {
    background-image: url("../img/Whitepapers-hero-1920px2.jpg"); }
  .header-banner.topics-header {
    background-image: url("../img/Topics-hero-1920px.jpg"); }
  .header-banner.tall {
    height: auto;
    padding-top: 85px; }
    .header-banner.tall .header-banner-intro {
      font-size: 20px;
      line-height: 32px; }
  .header-banner .header-banner-title-inner {
    flex-direction: row;
    align-items: center; }
  .header-banner .header-banner-intro {
    font-size: 20px;
    line-height: 32px; }
  .header-banner .header-banner-inner {
    flex-direction: row;
    align-items: center; }
    .header-banner .header-banner-inner p {
      flex-direction: row;
      align-items: center;
      margin-bottom: 0; }
  #about-logo {
    top: 40px; }
  #about-title-home {
    position: relative;
    bottom: -3px;
    letter-spacing: -1px;
    background: linear-gradient(left, #5061af 0%, #07c9fc 100%);
    background-clip: text; }
  #sign-up-txt {
    font-size: 36px; }
  .main-title-corporate {
    font-size: 34px;
    font-weight: 600; }
    .main-title-corporate span {
      font-size: 52px;
      font-weight: 600; }
  .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;
    width: calc(33.3% - 20px);
    margin-left: 10px;
    margin-right: 10px; }
  .line-height-box-title {
    min-height: 38px; }
  .box-vendors {
    min-height: 390px;
    width: calc(25% - 20px); }
  .topic-container .box-technology {
    width: calc(50% - 20px); }
  .more-topics-block .more-topics-title {
    font-size: 38px; }
  .resource-detail-title {
    font-size: 34px; }
  #web-banner {
    padding: 40px;
    padding: 40px 40px 30px 40px; }
    #web-banner #container-sign-up {
      flex-direction: row; }
      #web-banner #container-sign-up .signup-right {
        justify-content: flex-end; }
  .box-resource {
    min-height: 400px;
    width: calc(33.3% - 20px); }
  .blue-title {
    font-size: 40px; }
  #box-asset-left {
    padding-left: 30px; }
    #box-asset-left #footer-asset {
      padding-left: 20px; }
  .featured-box {
    height: auto; }
    .featured-box .featured-box-header {
      flex-direction: row; }
  #features h2 {
    font-size: 52px; }
  #technology {
    padding-bottom: 0px !important; }
    #technology h2 {
      font-size: 45px; }
  .more-topics-block {
    padding: 100px 0; }
    .more-topics-block .topics-container .topic-link-box {
      width: calc(25% - 20px);
      margin-left: 10px;
      margin-right: 10px;
      padding: 24px 30px 24px 24px; }
  #sister-brands-banner .sister-brands-inner-container > .row > .col-md-12 {
    flex-wrap: nowrap;
    justify-content: space-between; }
    #sister-brands-banner .sister-brands-inner-container > .row > .col-md-12 .logo-container {
      width: unset;
      margin-bottom: 0; }
      #sister-brands-banner .sister-brands-inner-container > .row > .col-md-12 .logo-container:first-of-type {
        margin-left: 0; }
      #sister-brands-banner .sister-brands-inner-container > .row > .col-md-12 .logo-container:last-of-type {
        margin-right: 0; }
      #sister-brands-banner .sister-brands-inner-container > .row > .col-md-12 .logo-container img {
        height: 40px;
        max-height: 40px; }
  .contact-us-outer-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    position: relative; }
    .contact-us-outer-container .contact-us-main-content {
      width: 62%; }
    .contact-us-outer-container .contact-us-side-content {
      width: 35%;
      position: relative;
      top: 0;
      overflow: unset; }
  #contact-box {
    padding: 10px 60px; } }
