﻿/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: 'Maven Pro', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
hgroup,
main,
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; }




dfn {
  font-style: italic; }


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



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

figure {
  margin: 1em 40px; }


pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: 'Maven Pro', sans-serif;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'Maven Pro', sans-serif;
  font-size: 20px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }



figure {
  margin: 0; }




.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }


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


.text-success {
  color: #3c763d; }


.text-info {
  color: #31708f; }



.text-warning {
  color: #8a6d3b; }

.text-danger {
  color: #a94442; }


.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #428bca; }



.bg-success {
  background-color: #dff0d8; }


.bg-info {
  background-color: #d9edf7; }


.bg-warning {
  background-color: #fcf8e3; }


.bg-danger {
  background-color: #f2dede; }





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



.initialism {
  font-size: 90%;
  text-transform: uppercase; }

code,
kbd,
pre,
samp {
  font-family:'Maven Pro', sans-serif; }

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



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


.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }






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



.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: ''Maven Pro', sans-serif';
  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: 'Maven Pro';
  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; }





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


.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-title {
  margin: 0;
  line-height: 1.42857; }

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


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





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




@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: #2b434c; }

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



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 #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: #88d4f2; }

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



body.fin-tech #container-mobile .menu {
  padding: 23px 0px 17px 0px !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 #fourth-row {
  background-color: #162226; }
  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: #162226; }

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: #2b434c; }
  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: #162226; }
    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 .box-resource:hover {
  border: 2px solid #88d4f2;
  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: #395966; }
  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: #162226 !important;
  -webkit-text-fill-color: #162226 !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: #88d4f2; }

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 #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 .blue-title {
  color: #162226;
  -webkit-text-fill-color: #162226; }

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: #88d4f2;
  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 h4 {
  color: #162226; }

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

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

body.fin-tech .atoz a:hover, body.fin-tech .atoz a.selected {
  border-color: #162226;
  background: #162226;
  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: #2b434c; }

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: #88d4f2; }

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 #88d4f2; }

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.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 .company-details-main-container {
  background: #162226; }
  body.fin-tech .company-details-main-container .latest-resources-title {
    color: white; }








body.rtl {
  direction: rtl; }
 
 

 
 

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



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



html {
  overflow-x: hidden; }

body {
  font-family: 'Maven Pro', sans-serif; }
  body p {
    font-size: 16px;
    line-height: 26px; }
  body.no-scroll {
    overflow-x: hidden; }
    body.no-scroll::-webkit-scrollbar {
      display: none; }


.grey-background {
  background: #f7f7f7; }






.black {
  color: #000; }



.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: 'Maven Pro', 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 rgba(0, 0, 0, 0.15); }
  .box-resource p {
    font-size: 16px; }
    
  .box-resource .box-resource-title {
    font-size: 22px;
    font-family: 'Maven Pro', 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: 'Maven Pro', sans-serif; }

.title {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px; }

.title-small {
  font-family: 'Maven Pro', 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; }



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


img_grayscale ieImage:hover {
  opacity: 1 !important; }



.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.side {
  padding-top: 25px; }

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

.no-padding-left-right {
  padding-left: 0 !important;
  padding-right: 0 !important; }



.no-margin {
  margin: 0px !important; }

.black {
  color: #000 !important; }

#fifth-row {
  padding: 0 !important;
  position: relative; }
  
/* HACK */



#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: 'Maven Pro', 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: #383838;
  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; }



#row-about {
  margin-bottom: 30px; }

.about-text {
  margin-bottom: 30px; }


 

input {
  border: none; }

.sidebar {
  width: auto;
  min-width: 30%;
  display: inline-block !important; }



#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: #f7f7f7; }
  .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: 'Maven Pro', 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: 'Maven Pro', 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 .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 #ff532c;
    transform: translate(0, -5px);
    transition: all 0.2s ease;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15); }
  .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: 'Maven Pro', 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: 'Maven Pro', 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: 'Maven Pro', 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: 'Maven Pro', 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; }



.label-orange {
  color: #ff532c; }

.vendors-title {
  text-align: center;
  font-size: 35px;
  font-weight: 600; }
  .vendors-title span {
    display: inline-block; }



.vendors-outer-container {
  margin-bottom: 10px; }

.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: 210px;
  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: 380px;
    max-width: 220px; }
  .box-vendors .text-vendor {
    font-size: 16px;
    color: #686868; }
  .box-vendors:hover {
    box-shadow: 0 11px 20px 5px #001954;
        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: 'Maven Pro', 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: 120px;
    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: 'Maven Pro', sans-serif;
    font-weight: 600;
    line-height: 22px; }



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



.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; }
   
    
@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; }
 
  .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 .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; }
   
    
     
  .vendor-details-box {
    text-align: center; }
    .vendor-details-box img {
      display: inline-block; }
  .links li {
    text-align: center; }
  
  #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;*/ }
  
  .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 .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; }
 
  #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-960px.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: #003057; }
 
  .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%; }
  
     
  .about-text {
    float: left;
    width: 50%;
    text-align: left; }
    .about-text .side-line {
      float: left;
      display: block !important; }
 
 
  .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: 80%; }
    .blue-title-container .blue-title {
      text-align: left; }
  #quote {
    text-align: left;
    left: 90px;
    width: 90%; }
    #quote .quote-left {
      display: block; }
  .title {
    text-align: left; }
  #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; }
 
  .kit-details-box {
    width: calc(25% - 30px); }
  #quote-signup {
    position: relative;
    margin: 50px auto;
    width: 88%;
    padding-left: 18px;
    text-align: left; }
    
  .heading-title {
    width: 70%;
    float: left;
    text-align: left;
    margin-left: 20px; }
  
  /*nav*/
 
 
  .row-header {
    padding-top: 20px !important; }
  
 
  #first-section {
    margin-top: 0px; }
 
 
  .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; }
  
  .second-row-contact .management-container .management-image {
    height: 50px;
    width: 50px;
    max-width: 50px; }
  
  .blue-title {
    text-align: left; }
  .sitemap {
    margin-bottom: 112px; }
 
  #details-box {
    margin-top: 20px;
    margin-bottom: 20px; }
  .box-cisco-text-right {
    text-align: left; }
  #title-download {
    right: 60px; }
 
  .img-resource {
    position: relative; }
    
  
  
  /*.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; }

 
  .final-download-page-details-box h2 {
    margin-top: 0px; }
  .final-download-page-details-box .btn-main-reverse {
    margin: 80px 0 0 0;
    font-size: 120%; }
  .final-download-page-details-box p {
    font-size: 110%;
    line-height: 19px; }
  .final-download-page-details-box .image-col {
    padding-right: 26px;
    padding-left: 0px; }
  .final-download-page-details-box .content-col {
    border-right: 1px solid #ffffff;
    padding-left: 26px;
    padding-right: 52px; }
  .final-download-page-details-box .button-col {
    padding-left: 26px;
    padding-right: 0px; }
  #box-asset-left .kit-images div, #box-asset-left .kit-assets div {
    flex: none;
    width: 50%;
    padding: 10px; }
  }

@media (min-width: 1200px) {
  .container-search {
    text-align: right; }
    .container-search form {
      text-align: left; }
  .container-search p {
    font-size: 22px;
    line-height: 43px; }
 
 
  #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: 230px;
    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; }
   
     
  .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; } }
  
    
    .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 4px;
    color: #737373;
    transition: all 0.2s ease;
    padding-top: 1px; }
    .atoz a:hover, .atoz a.selected {
      border-color: #3B0E47;
  background: #3B0E47;
  color: white; 
      transition: all 0.2s ease; }
      
     
    body.fin-tech .vendors-title {
  color: #162226; }

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