/* =LESS MIXINS
===========================================*/
/* =DEFAULTS
===========================================*/
.break {
  clear: both;
  height: 0px;
  overflow: hidden;
}
a {
  color: #15739d;
  text-decoration: none;
  outline: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
  color: #0c94d1;
}
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  margin: 0;
  color: #444;
}
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin: 0 0 30px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: Ubuntu, Arial, sans-serif;
  margin: 0;
}
h1 {
  font-size: 52px;
  margin-top: 30px;
  margin-bottom: 40px;
  letter-spacing: -2px;
  line-height: 100%;
}
h2 {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 15px;
  letter-spacing: -2px;
}
h3 {
  font-size: 28px;
  color: #aaa;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #b3001c;
}
h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
}
h6 {
  font-size: 10px;
  margin-bottom: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: underline;
  color: #0088CC;
}
ul {
  list-style-type: disc;
  margin-left: 15px;
}
li {
  line-height: 100%;
  margin-bottom: 10px;
}
big {
  font-size: 120%;
}
small {
  font-size: 80%;
}
/*Custom bulleted list
======================================*/
ul.bulleted {
  list-style-type: none;
  margin-left: 0;
}
ul.bulleted li {
  margin-left: 10px;
  padding-left: 20px;
  margin-bottom: 20px;
}
ul.bulleted li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #b50015;
  border-radius: 100px;
  float: left;
  margin-left: -20px;
  position: relative;
  top: 3px;
}
/*Custom numbered list
======================================*/
ul.numbered {
  list-style-type: none;
  margin-left: 0;
}
ul.numbered > li {
  counter-increment: step-counter;
  padding-left: 40px;
  margin-bottom: 30px;
}
ul.numbered > li:before {
  content: counter(step-counter);
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #b50015;
  border-radius: 100px;
  float: left;
  margin-left: -40px;
  position: relative;
  top: -3px;
}
ul.numbered > li ul {
  margin-top: 20px;
}
/* Unstyled list
=======================================*/
ul.unstyled {
  list-style-type: none;
  margin-left: 0;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style-type: none;
}
ul.inline li,
ol.inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
/* Definition list
========================================*/
dl dt {
  font-size: 110%;
  font-weight: bold;
}
dl dd {
  margin: 0 0 10px 0;
}
img {
  max-width: 100%;
  height: auto;
}
/*Floated images
==========================================*/
img.align-center {
  clear: both;
  margin: 20px auto;
  display: block;
  padding: 2px;
  border: 1px solid #444;
}
/* Default table formatting
============================================*/
table {
  width: 100%;
}
table th,
table td {
  padding: 5px 10px;
  font-size: 14px;
  text-align: left;
}
table th {
  border-width: 2px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid #000;
}
table img {
  vertical-align: middle;
}
table tr:last-child th,
table tr:last-child td {
  border-bottom: none;
}
/* Separator line  HR
=======================================*/
hr {
  height: 0;
  background: none;
  border: none;
  border-bottom: 1px dotted #ccc;
  margin: 30px 0;
  clear: both;
  width: 100%;
}
hr.small {
  margin: 5px 0;
}
hr.blank {
  border: none;
}
/* =FORM DEFAULTS
===========================================*/
.form-row {
  margin-bottom: 15px;
  clear: both;
  *zoom: 1;
}
.form-row:before {
  content: '';
  display: block;
}
.form-row:after {
  content: '';
  display: table;
  clear: both;
}
.form-row.half-row {
  width: 50%;
  float: left;
  clear: none;
}
.form-row.final {
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.form-col {
  float: left;
}
label {
  margin-right: 10px;
}
label.control-label {
  margin-right: 0;
  display: block;
  font-weight: bold;
}
form.horizontal .form-row {
  padding-left: 170px;
}
form.horizontal label.control-label {
  display: inline-block;
  float: left;
  margin-left: -170px;
  margin-right: 20px;
  width: 150px;
}
small.note {
  font-size: 70%;
  font-weight: normal;
  color: #ccc;
  position: relative;
  top: -4px;
  display: block;
  line-height: 100%;
}
span.error,
label.error {
  font-size: 12px;
  font-weight: normal;
  color: #c0392b;
  display: block;
}
input[type=text],
input[type=password],
select,
textarea {
  width: 280px;
  margin: 0;
  margin-right: 10px;
  outline: 0;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-shadow: inset 0 0 3px #ccc;
  -webkit-box-shadow: inset 0 0 3px #ccc;
  box-shadow: inset 0 0 3px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type=text].large,
input[type=password].large,
select.large,
textarea.large {
  width: 570px;
}
input[type=text].medium,
input[type=password].medium,
select.medium,
textarea.medium {
  width: 135px;
}
input[type=text].small,
input[type=password].small,
select.small,
textarea.small {
  width: 86.66666667px;
}
input[type=text].x-small,
input[type=password].x-small,
select.x-small,
textarea.x-small {
  width: 62.5px;
}
input[type=text].xx-small,
input[type=password].xx-small,
select.xx-small,
textarea.xx-small {
  width: 38.33333333px;
}
input[type=text].block,
input[type=password].block,
select.block,
textarea.block {
  width: 100%;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border: 1px solid #3497cb;
}
input.flat,
input.flat:focus {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
  position: relative;
  margin: 0;
  top: -2px;
  *overflow: hidden;
}
input.error,
select.error,
textarea.error {
  border: 1px solid #FF0033;
  color: #de002c;
  background: #fff1f4;
}
input.error:focus,
select.error:focus,
textarea.error:focus {
  border: 1px solid #5897FB;
  background: #fff;
}
input.transparent-input,
select.transparent-input,
textarea.transparent-input {
  background: transparent;
  border: 1px solid #4b4b4b;
  color: #ccc;
}
textarea {
  resize: vertical;
}
.req:after {
  content: "*";
  font-weight: bold;
  color: #c0392b;
}
/* =DEFAULT BUTTONS
===========================================*/
input[type=button],
.btn,
button {
  border: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  display: inline-block;
  padding: 3px 10px;
  cursor: pointer;
  color: #fff;
  background: #B50015;
  border: 1px solid #82000f;
  position: relative;
  white-space: nowrap;
  outline: none;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
}
input[type=button]:hover,
.btn:hover,
button:hover {
  background: #82000f;
  border-color: #4f0009;
  color: #fff;
  text-decoration: none;
}
input[type=button]:active,
.btn:active,
button:active {
  margin-bottom: -1px;
  -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), inset 0 -3px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), inset 0 -3px 5px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), inset 0 -3px 5px rgba(0,0,0,0.3);
}
.btn-danger {
  background: #c0392b;
  border: 1px solid #ab3326;
}
.btn-danger:hover {
  background: #962d22 !important;
  border-color: #6d2018;
}
.btn-secondary {
  background: #95a5a6;
  border: 1px solid #87999a;
}
.btn-secondary:hover {
  background: #798d8f;
  border-color: #617374;
}
.btn-warning {
  background: #f39c12;
  border: 1px solid #e08e0b;
}
.btn-warning:hover {
  background: #c87f0a;
  border-color: #976008;
}
.btn-success {
  background: #00a924;
  border: 1px solid #00901f;
}
.btn-success:hover {
  background: #007619;
  border-color: #00430e;
}
input[type=button].btn-big,
.btn.btn-big,
button.btn-big {
  font-size: 18px;
  line-height: 100%;
  padding: 8px 20px;
}
input[type=button].btn-medium,
.btn.btn-medium,
button.btn-medium {
  font-size: 12px;
  line-height: 100%;
  padding: 8px 20px;
}
input[type=button].btn-small,
.btn.btn-small,
button.btn-small {
  font-size: 12px;
  line-height: 120%;
  padding: 3px 10px;
  font-weight: normal;
}
input[type=button].btn-mini,
.btn.btn-mini,
button.btn-mini {
  font-size: 10px;
  line-height: 100%;
  padding: 2px 4px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
input[readonly="readonly"],
inoput:focus[readonly="readonly"] {
  background: #fafafa;
  border: 1px solid #ddd !important;
}
.action-message {
  padding: 15px;
  margin-bottom: 15px;
  border-width: 1px;
  border-style: solid;
  *zoom: 1;
}
.action-message:before {
  content: '';
  display: block;
}
.action-message:after {
  content: '';
  display: table;
  clear: both;
}
.action-message.error {
  background: #fff1f3;
  color: #ff0000;
  border-color: #ff8193;
}
.span2-with-sep {
  width: 465px;
  margin-bottom: 20px;
  padding-right: 19px;
  float: left;
  margin-right: 20px;
  border-right: 1px solid #f8ebff;
}
.span2-with-sep.last {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.success-color {
  color: #00a924;
}
.warning-color {
  color: #f39c12;
}
.danger-color {
  color: #c0392b;
}
body {
  background: #fff;
  font: 18px/160% 'PT Sans', Arial, Helvetica, sans-serif;
}
.container {
  max-width: 1170px;
}
.row {
  *zoom: 1;
}
.row:before {
  content: '';
  display: block;
}
.row:after {
  content: '';
  display: table;
  clear: both;
}
#header {
  position: relative;
}
#header .logo {
  margin: 0;
  padding: 20px 0;
  display: inline-block;
}
#menu-trigger {
  display: none;
}
#menu {
  background: #b50015;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
.main-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 100%;
}
.main-menu > li {
  flex: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
.main-menu > li > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
}
.main-menu > li > a:hover,
.main-menu > li:hover > a,
.main-menu > li > a.active {
  background: #000;
  text-decoration: none;
  position: relative;
}
.main-menu > li:hover {
  z-index: 2;
}
.main-menu > li:hover .drop {
  display: block;
  z-index: 2;
}
.main-menu > li.drop-right-align:hover .drop {
  left: auto;
  right: 0;
}
.main-menu li.my-account {
  float: right;
  margin-right: 0;
}
.main-menu li.my-account a {
  background: #000;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu li.my-account a:hover {
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  margin-top: -2px;
  margin-bottom: -2px;
  line-height: 44px;
}
.main-menu .drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fafafa;
  width: 250px;
  padding: 10px;
  border-bottom: 3px solid #b50015;
  border-top: 3px solid #000;
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.main-menu .drop ul {
  list-style-type: none;
  margin-left: 0;
}
.main-menu .drop li {
  margin: 0;
}
.main-menu .drop a {
  font-size: 15px;
  padding: 5px;
  display: block;
  padding-left: 10px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
}
.main-menu .drop a:hover {
  background: #B50015;
  color: #fff;
}
.color-brand {
  color: #b3001c;
}
.section {
  margin-bottom: 40px;
  padding-bottom: 50px;
  background: url(../images/separator.png) no-repeat bottom center;
  background-size: contain;
}
.separator {
  clear: both;
  width: 100%;
  background: url(../images/separator.png) no-repeat center center;
  background-size: contain;
  height: 100px;
}
.section.last {
  background: none;
  padding-bottom: 0;
}
.section clearfix {
  position: relative;
}
.features {
  margin: 40px 0;
  padding: 0;
  list-style-type: none;
  font-size: 18px;
  color: #b3001c;
  text-align: center;
}
.features strong {
  display: block;
}
.features img {
  margin-bottom: 20px;
  border: solid 3px #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.features a {
  text-decoration: none;
  color: #b3001c;
}
.features a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -moz-box-shadow: 0 5px 5px rgba(0,0,0,.3), inset -1px 5px 10px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.3), inset -1px 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 5px rgba(0,0,0,.3), inset -1px 5px 10px rgba(0,0,0,.2);
}
.round-shadow {
  display: block;
  margin: 10px auto auto;
  border: 2px solid #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0 5px 5px rgba(0,0,0,.11), inset -1px 5px 10px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.11), inset -1px 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 5px rgba(0,0,0,.11), inset -1px 5px 10px rgba(0,0,0,.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a .round-shadow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -moz-box-shadow: 0 5px 5px rgba(0,0,0,.3), inset -1px 5px 10px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.3), inset -1px 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 5px rgba(0,0,0,.3), inset -1px 5px 10px rgba(0,0,0,.2);
}
.feature {
  position: relative;
  padding-right: 60px;
}
.feature.right {
  padding-right: 15px;
  padding-left: 60px;
}
.feature .img-holder {
  position: absolute;
}
.feature.top .img-holder {
  bottom: 40px;
  right: -140px;
}
.feature.top.right .img-holder {
  left: -140px;
  right: auto;
}
.feature.bottom .img-holder {
  top: 40px;
  right: -140px;
}
.feature.bottom.right .img-holder {
  left: -140px;
  right: auto;
}
.feature-circle {
  position: relative;
}
.feature-circle:after {
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
  width: 300px;
  height: 300px;
  border: 1px solid #80caca;
  top: 50%;
  left: 50%;
  background: url(../images/cross.png) no-repeat center center;
  margin-left: -150px;
  margin-top: -150px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.feature-combine {
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  display: block;
  background: #ebebeb;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.feature-combine img {
  max-width: 60%;
  max-height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.feature-combine span.check {
  width: 50px;
  height: 46px;
  display: block;
  background: url(../images/feat-check.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  bottom: -10px;
  right: -10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.combination span.plus {
  display: block;
  width: 100%;
  height: 32px;
  content: "";
  background: url(../images/icn-plus.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50px;
  left: 100%;
}
.feature-combine.last:after {
  display: none;
}
.combination {
  text-align: center;
}
.combination h4 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.combination:hover .feature-combine {
  background: #d7d7d7;
}
.combination.active .round-shadow {
  background: #fbfbfb;
  -moz-box-shadow: 0 5px 5px rgba(200,200,200,.11), inset -1px 5px 10px rgba(200,200,200,.2);
  -webkit-box-shadow: 0 5px 5px rgba(200,200,200,.11), inset -1px 5px 10px rgba(200,200,200,.2);
  box-shadow: 0 5px 5px rgba(200,200,200,.11), inset -1px 5px 10px rgba(200,200,200,.2);
}
.combination.active .round-shadow img,
.combination.active h4 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20) 0.2;
  opacity: 0.2;
}
.combination.active .feature-combine span.check {
  background-position: -100px -100px;
}
.quote {
  font-size: 26px;
}
.alternate-bg {
  background: #f4f4f4;
  padding-top: 40px;
  padding-bottom: 20px;
}
.big {
  font-size: 150%;
}
.news {
  overflow: hidden;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
.news .thumbnail,
.person {
  float: left;
  margin-right: 20px;
  padding: 2px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 2px 2px 2px #eee;
  -webkit-box-shadow: 2px 2px 2px #eee;
  box-shadow: 2px 2px 2px #eee;
}
.person {
  float: none;
  width: 100%;
}
.management-team .person-container:nth-child(2n+1) .col-sm-3 {
  float: right;
}
.management-team .person-container:nth-child(2n+1) .col-sm-9 {
  float: left;
}
.news div {
  overflow: hidden;
}
.date {
  font-size: 12px;
}
.news h4 a {
  padding-top: 5px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.news h4 a:hover {
  text-decoration: underline;
}
.parent {
  overflow: hidden;
}
.toc-menu-container {
  position: relative;
}
.toc-menu ul {
  list-style-type: none !important;
  margin-left: 0;
  border-top: 1px solid #ddd;
}
.toc-menu ul li {
  margin-bottom: 0;
}
.toc-menu ul a {
  display: block;
  padding: 10px 0 10px 20px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.toc-menu ul a:hover {
  background: #ddd;
  text-decoration: none;
}
.toc-menu ul .toc-active a {
  background: #B50015;
  color: #fff;
}
.section-title {
  background: #8E0010;
  color: #fff;
  padding: 20px 0;
}
.section + .section-title {
  margin-top: -40px;
}
.product-icon {
  max-width: 200px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.header-icons {
  text-align: right;
  padding-top: 30px;
}
.header-icons a {
  display: inline-block;
  width: auto !important;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #8E0010;
}
.header-icons a:last-child {
  padding-right: 0;
}
.header-icons a img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  margin-bottom: 3px;
  max-height: 32px;
  max-width: 50px;
}
.global-leader {
  text-align: center;
  padding-top: 30px;
  max-width: 400px;
}
.technologies h3 {
  margin-bottom: 20px;
}
.technologies h3:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #eee;
  margin: 0 auto;
  margin-top: 10px;
}
.technologies h3:last-of-type {
  margin-top: 40px;
}
.technologies .header-icons {
  padding-top: 0;
  text-align: left;
}
.technologies a {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
.technologies .block-icons a {
  text-align: left;
  display: block;
  clear: both;
  margin-bottom: 10px;
  *zoom: 1;
}
.technologies .block-icons a:before {
  content: '';
  display: block;
}
.technologies .block-icons a:after {
  content: '';
  display: table;
  clear: both;
}
.technologies .block-icons a img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  max-width: 40px;
  margin-right: 0px;
}
.read-more {
  max-width: 40%;
  margin-top: -20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.read-more a {
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
  font-size: 12px;
  background: #8E0010;
}
blockquote {
  margin-left: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 2px solid #ccc;
  font-weight: bold;
}
.btn-lg {
  padding: 15px 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-size: 20px;
}
.iphone-right {
  position: relative;
  max-width: 380px;
}
.iphone-right .btn {
  display: block;
  width: 60%;
  position: absolute;
  left: 21%;
  padding-top: 6px;
  padding-bottom: 6px;
}
.iphone-right .bt3 {
  bottom: 18%;
}
.iphone-right .bt2 {
  bottom: 26%;
}
.iphone-right .bt1 {
  bottom: 34%;
}
.footer {
  padding-bottom: 40px;
  margin-top: -20px;
}
.footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  padding-bottom: 20px;
}
.footer-menu > li {
  margin-bottom: 20px;
}
.footer-menu > li > a {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-menu .drop {
  clear: both;
  font-size: 12px;
}
.footer-menu .drop ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-menu .drop ul li {
  margin-bottom: 5px;
}
.top-line {
  padding-bottom: 25px;
  background: url(../images/separator.png) no-repeat top center;
}
.demo-header {
  padding-top: 20px;
  min-height: 200px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 5px solid #B3001C;
  background: url(/images/header.jpg) no-repeat center -50px;
}
.demo-header .logo {
  margin-bottom: 30px;
}
.demo-header h1 {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  padding: 5px 10px !important;
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
}
ol {
  list-style-type: decimal;
  margin-bottom: 20px;
  margin-left: 20px;
}
ol li {
  font-weight: bold;
}
ol ol {
  list-style-type: lower-latin;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: 10px;
}
ol ol li {
  padding-left: 10px;
  font-weight: normal;
}
#demo {
  background: #eee;
}
.demo-wrap {
  width: 358px;
}
.demo-container {
  padding-top: 0px;
  min-width: 400px;
  min-height: 700px;
}
.demo-container .span3 {
  position: relative;
}
.demo-container .height300 {
  height: 300px;
}
.demo-container .height500 {
  height: 500px;
}
#registerInterfaceContainer {
  height: 400px;
  padding-left: 0px !important;
}
#loginInterfaceContainer {
  height: 400px;
  margin-bottom: 30px;
  padding-left: 0px !important;
}
.input-lg {
  font-size: 18px !important;
  display: block;
  width: 100%	!important;
}
.form-bubble {
  border: 1px solid #aaa;
  padding: 20px;
  padding-bottom: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
  display: none;
  top: 100px;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.form-bubble h3 {
  text-align: center;
  border-bottom: 1px solid #B3001C;
  font-weight: bold;
}
.register-form .control-group {
  padding-left: 20px;
}
.btn-demo {
  width: 260px;
  text-align: left !important;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-demo i {
  margin-right: 10px;
}
#demo .control-group {
  padding-left: 50px;
  margin-bottom: 20px;
}
.scroll-container {
  max-height: 350px;
  padding-right: 10px;
  overflow: hidden;
  margin: 20px 0;
  overflow-y: scroll;
}
.history-list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.history-list li {
  overflow: hidden;
  margin-bottom: 10px;
}
.history-list img {
  float: left;
  margin-right: 10px;
  max-width: 60px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.floated-embed {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  width: 50%;
}
.floated-embed .embed-container {
  margin-bottom: 0;
}
.product-links {
  margin-bottom: 0px;
  *zoom: 1;
}
.product-links:before {
  content: '';
  display: block;
}
.product-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-links a {
  display: block;
  width: 16.66666667%;
  float: left;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 20px;
  color: #aaa;
  font-weight: 600;
  position: relative;
  z-index: 1;
  line-height: 120%;
  overflow: hidden;
}
.product-links a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-links a:hover {
  color: #8E0010;
  text-decoration: none;
}
.product-links a:hover:after {
  background: #eee;
  border-radius: 100%;
  -webkit-transform: scale(300);
  -moz-transform: scale(300);
  -ms-transform: scale(300);
  -o-transform: scale(300);
  transform: scale(300);
}
.product-links img {
  display: block;
  max-height: 60px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.product-links span {
  height: 50px;
  width: 100%;
  vertical-align: middle;
  font-size: 24px;
  display: block;
}
.main-features-container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  *zoom: 1;
}
.main-features-container:before {
  content: '';
  display: block;
}
.main-features-container:after {
  content: '';
  display: table;
  clear: both;
}
.main-feature {
  text-align: center;
  position: relative;
}
.main-feature:not(:last-of-type):after {
  position: absolute;
  top: 80px;
  left: 100%;
  display: block;
  width: 40%;
  height: 20px;
  content: url(../images/progress-arrow.svg);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-feature h4 {
  line-height: 120%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.main-icons a {
  display: block;
}
.main-icons a:hover {
  text-decoration: none;
}
.main-icons a:hover h4:before {
  width: 100%;
  border-top-color: #8E0010;
  border-top-width: 1px;
}
.main-icons h4 {
  font-size: 22px;
  line-height: 140%;
  padding-top: 15px;
  position: relative;
}
.main-icons h4:before {
  content: '';
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 2px solid #ccc;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-icons img {
  display: block;
  max-width: 120px;
  margin: 0 auto 10px auto;
}
.solution-icon {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
  padding: 30px;
  background: #fff;
  border: 5px solid #e5e5e5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .feature-circle:after {
    background: none;
    border: none;
  }
  .feature.right {
    padding-left: 15px;
  }
  .feature-combine span.plus {
    display: none;
  }
  .combinations {
    position: relative;
    overflow: hidden;
  }
  .combinations > .plus {
    position: absolute;
    display: block;
    width: 54px;
    height: 54px;
    content: "";
    background: url(../images/icn-plus.png) no-repeat 0 0;
    top: 35%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
  }
  .main-feature:not(:last-of-type):after {
    display: none;
  }
  .main-feature {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .person {
    max-width: 100px;
    float: left;
  }
  .management-team .person-container:nth-child(2n+1) .col-sm-3 {
    float: none;
  }
  .management-team .person-container:nth-child(2n+1) .col-sm-9 {
    float: none;
  }
  .floated-embed {
    float: none;
    display: block;
    width: 100%;
    margin: 30px 0;
  }
  .product-links a {
    width: 33.33333%;
  }
  .product-icon {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 120px;
  }
}
@media (max-width: 1024px) {
  #header .logo {
    padding: 10px 0;
  }
  #header .logo img {
    max-height: 50px;
  }
  #header {
    border-bottom: 5px solid #b50015;
  }
  .first-title {
    margin-top: 30px;
  }
  #menu {
    display: none;
    background: #b50015;
    padding-bottom: 30px;
  }
  .main-menu {
    display: block;
  }
  .main-menu > li {
    margin-bottom: 5px;
    display: block;
  }
  .main-menu > li > a {
    text-align: left;
    padding: 10px;
    display: block;
  }
  .main-menu > li > a.active {
    background: none;
  }
  .main-menu > li > a:hover {
    text-decoration: underline;
  }
  .main-menu > li:hover > a {
    background: none;
  }
  #menu li.my-account {
    float: none;
    margin-right: -15px;
  }
  #menu li.my-account a {
    border: none;
  }
  #menu li.my-account a:hover {
    border: none;
    margin: 0;
    line-height: 40px;
  }
  #menu > li > a {
    padding: 5px 20px;
    height: auto;
    line-height: 140%;
  }
  #menu-trigger {
    z-index: 1;
    display: block;
    position: absolute;
    top: 23px;
    right: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
  }
  #menu-trigger span {
    display: block;
    position: absolute;
    top: 15px;
    left: 6px;
    right: 6px;
    height: 2px;
    background: white;
    transition: background 0s 0.3s;
  }
  #menu-trigger span::before,
  #menu-trigger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }
  #menu-trigger span::before {
    top: -8px;
    transition-property: top, transform;
  }
  #menu-trigger span::after {
    bottom: -8px;
    transition-property: bottom, transform;
  }
  #menu-trigger.active span {
    background: none;
  }
  #menu-trigger.active span::before {
    top: 0;
    transform: rotate(45deg);
  }
  #menu-trigger.active span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  #menu-trigger.active span::before,
  #menu-trigger.active span::after {
    transition-delay: 0s, 0.3s;
  }
  .row.section:first-child h2 {
    margin-top: 30px;
  }
  #menu li .drop {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    padding-left: 30px;
    background: none;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #menu li .drop a {
    color: #fff;
    padding: 2px 5px;
  }
  .header-icons {
    padding-right: 70px;
    padding-top: 10px;
  }
  .header-icons a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 11px;
  }
  .product-links a span {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  #menu {
    display: block !important;
  }
  .iphone-right .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* =OVERRIDE EXCEPTIONS
===========================================*/
.block {
  display: block;
}
.center-block {
  margin: 0 auto;
}
.inline-block {
  display: inline-block;
}
.clear-both {
  clear: both;
}
.hidden {
  display: none;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.relative {
  position: relative;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.d-table {
  display: table;
  height: 100%;
  width: 100%;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.d-table-row {
  display: table-row;
}
.v-middle {
  vertical-align: middle !important;
}
.v-top {
  vertical-align: top;
}
.full-width {
  width: 100% !important;
}
.img-center {
  margin: 0 auto !important;
}
.height-100 {
  height: 100% !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mr20 {
  margin-right: 20px;
}
.pt20 {
  padding-top: 20px;
}
#_ohhi_support_banner_ {
  display: none !important;
}
.modal-lg-invite p {
  margin-bottom: 10px;
}
.modal-lg-invite .modal-header {
  background: #b3001c;
}
.modal-lg-invite .modal-header h4 {
  color: #fff;
}
.modal-lg-invite .modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.modal-lg-invite .modal-header .close:hover {
  background: transparent;
}
.modal-lg-invite input[type=password],
.modal-lg-invite input[type=text],
.modal-lg-invite select,
.modal-lg-invite textarea {
  width: 100%;
}
.modal-lg-invite input[type=password],
.modal-lg-invite input[type=text] {
  height: 50px;
}
.modal-lg-invite .modal-body:before {
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: #f4f4f4;
  position: absolute;
  display: block;
  border-left: 1px solid #e5e5e5;
}
.modal-lg-invite .modal-footer {
  margin-top: 0;
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .modal-body:before {
    display: none;
  }
}
.black {
  color: #000000;
}
.cb-color {
  color: #8E0010;
}
.fraud-detection-bn {
  background-image: linear-gradient(to right, #8e0410, #000000);
  color: #fff;
  padding: 20px;
  font-size: 16px;
  font-size: 24px;
  position: relative;
  text-align: center;
}
.fraud-detection-bn h3 {
  margin-top: 0;
  color: #fff;
}
.fraud-detection-bn p.line {
  font-weight: bold;
}
.fraud-detection-bn p:not(.line) {
  font-size: 20px;
}
.fraud-detection-bn:before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
}
.fraud-detection-bn .fraud-movies {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  width: 80%;
  margin: auto;
}
.fraud-detection-bn .fraud-movies a {
  transition: all 0.3s ease;
  position: relative;
}
.fraud-detection-bn .fraud-movies a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='496' height='496' viewBox='0 0 496 496'%3E%3Ctitle%3Eplay-circle-regular%3C/title%3E%3Cpath d='M371.7,238l-176-107c-15.8-8.8-35.7,2.5-35.7,21V360c0,18.4,19.8,29.8,35.7,21l176-101C388.1,270.9,388.1,247.2,371.7,238ZM504,256C504,119,393,8,256,8S8,119,8,256,119,504,256,504,504,393,504,256ZM56,256A200,200,0,1,1,256,456,199.94,199.94,0,0,1,56,256Z' transform='translate(-8 -8)' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 32px auto;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.fraud-detection-bn .fraud-movies a:hover:before {
  background-size: 42px auto;
  opacity: 0.8;
}
.fraud-detection-bn .fraud-movies img {
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .fraud-detection-bn {
    margin-top: 30px;
  }
  .fraud-detection-bn h3 {
    font-size: 24px;
  }
  .fraud-detection-bn .fraud-movies {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fraud-detection-bn .fraud-movies {
    flex-direction: column;
  }
  .fraud-detection-bn .fraud-movies a:nth-child(2) {
    margin: 20px 0;
  }
}
.link-bn a {
  display: block;
  padding: 15px;
  text-align: center;
  color: #fff;
  background: #8E0010;
  font-weight: bold;
  transition: all 0.3s ease;
}
.link-bn a .color-brand {
  color: #fff;
  transition: all 0.3s ease;
}
.link-bn a:hover {
  background: #000;
  text-decoration: none;
}
.link-bn a:hover .color-brand {
  color: red;
}
/*# sourceMappingURL=style.css.map */