/* Main Layout Styles */

h1, .h1 { margin-bottom: 24px; }
h2, .h2 { font-size: 32px; line-height: 40px; font-weight: 500; margin-bottom: 40px; }
h3, .h3 { font-size: 24px; line-height: 32px; font-weight: 500; margin-bottom: 12px; }
h4, .h4 { font-size: 20px; line-height: 28px; font-weight: 700; }
h5, .h5 { font-size: 18px; line-height: 26px; font-weight: 700; }
h6, .h6 { font-size: 16px; line-height: 24px; font-weight: 700; }
.mt-40 { margin-top: 40px; }
.mb-40 { margin-bottom: 40px; }

.d-flex { display: flex; }
.justify-content-center { justify-content: center;}
.align-items-center { align-items: center;}
.navbar.prls-sub-nav .navbar-header .navbar-brand { font-weight: 500; }
.navbar.prls-sub-nav .navbar-nav>li:not(:first-child):before { content: none; }
.navbar.prls-sub-nav .navbar-collapse { background: none; }
/*.navbar.prls-sub-nav { z-index: 996!important;}*/
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
.navbar.prls-sub-nav { border-bottom: 1px solid #DEDEDE; -webkit-box-shadow: none; box-shadow: none; }

@media only screen and (min-width: 992px){
	.navbar.prls-sub-nav .navbar-nav>li>a {
		padding: 26px 20px 25px !important;
	}
	.navbar.prls-sub-nav .navbar-nav>li>a {
		font-weight: normal;
	}
}
@media (max-width:767px) {
  bbody > main .btn-group .dropdown-toggle {
    padding-right: 0px !important;
  }
}

body .navbar.prls-sub-nav .btn { margin: 13px 0 0 30px; }
span.red-asterisk { font-size: 14px; color: #DA3038; }

.btn-line, .buttons { margin-top: 32px; }
.btn-group { margin-top: 0; margin-bottom: 0; }

/* Product Page Styles */

#section-hero p { font-size: 18px; line-height: 26px; font-weight: 400; margin-bottom: 0; }
#section-hero .sub-bus-links p { font-size: 16px; line-height: 24px; font-weight: 400; }
#section-hero div.buttons { margin-left: 0 !important; margin-right: 0px !important; }

a.btn-video {
    margin-left: 12px;
	font-weight: 500;
}
a.btn-video:before {
    position: relative;
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: inline-block;
    background-color: #0067CB;
	-webkit-mask: url(/img/icons/play-circle.svg) center/cover no-repeat;
    mask: url(/imc/icons/play-circle.svg) center/cover no-repeat;
    top: 4px;
}
a.btn-video:hover:before {
    width: 20px;
    height: 20px;
    background-color: #0052A3;
    -webkit-mask-image: url(/imc/icons/play-circle.svg);
    mask-image: url(/imc/icons/play-circle.svg);
}

a.toggle-link .showAll img, a.toggle-link .showLess img {
  width: 15px;
  height: 15px;
  margin-left: 6px;
  margin-top: -2px;
}
a.toggle-link:hover .showAll img, a.toggle-link:hover .showLess img {
  filter: brightness(75%);
  width: 15px;
  height: 15px;
}
a.toggle-link .showLess img {
  transform: rotate(180deg);
}

.row.intro { text-align: center; padding-bottom: 40px; }
.row.intro h2 { margin-bottom: 0; }


@media (min-width:768px) {
  *[id*="section-"] {
    padding: 90px 0px;
  }
}
@media (max-width:1199px) {
	.mb-sm-30 { margin-bottom: 30px; }
}
@media only screen and (max-width:767px) {
  *[id*="section-"] {
    padding: 60px 0px 30px;
  }
}
@media (max-width:767px) {
  #section-hero {
    padding: 0px 0px 30px;
  }
  #section-hero img { margin-bottom: 20px; }
  #section-hero .sub-bus-links { margin-top: 20px; }
  #section-whatsnew a.btn-video { margin-left: 0; }
}


/*******************************
  Modal styles
*******************************/


/*******************************
  Circle + / - buttons
*******************************/

#section-features button.circle-plus.closed, #section-new-features button.circle-plus.closed {
  .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(0deg);
  }
  .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(0deg);
    opacity: 1;
  }
}

#section-features button.circle-plus.opened, #section-new-features button.circle-plus.opened {
  opacity: 1;
  .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
  }
  .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
  }
}

button.circle-plus {
  height: 100%;
  width: 100%;
  opacity: 1;
  padding: 0;
  border: 0;
  background: none;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 991px){
  button.circle-plus  {
      width: inherit;
  }
  }
#section-users button.circle-plus {
    height: 100%;
    width: 100%;
    opacity: 1;
    padding: 0;
    border: 0;
    background: none;
    bottom: 20px;
    right: 20px;
}

button.circle-plus .circle {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: solid 1em #0067CB;
    background-color: #0067CB;
    bottom: 20px;
    right: 20px;
}
button.circle-plus .circle:hover {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: solid 1em #0052A3;
    background-color: #0052A3;
    cursor: pointer;
}
button.circle-plus .circle .horizontal {
    position: absolute;
    background-color: #fff;
    width: 14px;
    height: 2px;
    left: calc(50% - 7px);
    top: calc(50% - 1px);
    border-radius: 1px;
}
button.circle-plus .circle .vertical {
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 14px;
    left: calc(50% - 1px);
    top: calc(50% - 7px);
    border-radius: 1px;
}






#section-compare { background-color: #F8F8F8; }
#section-compare .section-compare-editions-header { padding: 0; }
.compareEditions .table-striped > tbody > tr:nth-of-type(even) {background-color: transparent;}
.compareEditions .table-striped > tbody > tr.row-gray:nth-of-type(even){background: #efefef}



.compareEditions .table-responsive {
    border: none
}

.compareEditions sub {
    top: -.5em
}

.compareEditions table {
    border-radius: 5px;
    margin-bottom: 40px
}

.compareEditions table .glyphicon.glyphicon-ok:before {
    background: url(/img/check@2x.png) no-repeat center;
    content: '';
    width: 26px;
    height: 26px;
    background-size: 100%;
    display: block
}

.compareEditions table thead tr { height: 40px; }
.compareEditions table thead tr .mostPopular {
  background-color: #DA3038; font-size: 16px; color: #fff; border-radius: 10px 10px 0 0;
}

.compareEditions table tbody tr:first-child td:first-child,.compareEditions table tbody tr:first-child th:first-child {
    border-top-left-radius: 5px
}

.compareEditions table tbody tr:first-child td:last-child,.compareEditions table tbody tr:first-child th:last-child {
    border-top-right-radius: 5px
}

.compareEditions table tbody tr:last-child td:first-child,.compareEditions table tbody tr:last-child th:first-child {
    border-bottom-left-radius: 5px
}

.compareEditions table tbody tr:last-child td:last-child,.compareEditions table tbody tr:last-child th:last-child {
    border-bottom-right-radius: 5px
}

.compareEditions table tbody tr td {
    height: 45px;
    padding: 5px 25px;
    font-size: 15px;
    border-right: none;
}

.compareEditions table tbody tr td .new {
  font-weight: 500;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 6px;
  margin-right: 6px;
}


.compareEditions table .pdprice td { font-size: 18px; font-weight: 800 !important; }


.compareEditions table tbody tr td.std,.compareEditions table tbody tr td.pdp,.compareEditions table tbody tr td.pdb {
    width: 180px
}

@media only screen and (min-width: 992px) {
    .compareEditions table tbody tr td.std,.compareEditions table tbody tr td.pdp,.compareEditions table tbody tr td.pdb {
        width:200px
    }
}

@media only screen and (max-width: 991px) {
    .compareEditions table tbody tr td {
        padding:5px 10px
    }
}

.compareEditions table tbody tr.header td,.compareEditions table tbody tr.header th {
    font-size: 18px;
    border: none;
    background-color: #D3E9FF;
}

@media only screen and (min-width: 992px) {
    .compareEditions table tbody tr.header td,.compareEditions table tbody tr.header th {
        white-space:nowrap
    }
}

.compareEditions table tbody tr.header td.pdp,.compareEditions table tbody tr.header th.pdp {
    background-color: #d8edff
}

.compareEditions table tbody tr.header+tr td:first-child {
    border-top-left-radius: 5px
}

.compareEditions table tbody tr.header+tr td:last-child {
    border-top-right-radius: 5px
}

.compareEditions table tfoot tr td {
    padding-top: 30px;
    vertical-align: top;
    white-space: normal!important
}

@media only screen and (max-width: 991px) {
    .compareEditions table tfoot tr td {
        padding:10px 5px
    }
}

.compareEditions table tfoot tr td .btn-with-price {
    display: none
}

.compareEditions table tfoot tr td.note {
    font-size: 14px
}

.compareEditions table tfoot tr td.note .guarantee-badge {
    float: right
}

.compareEditions table tfoot tr td.guarantee {
    padding-top: 4px;
    padding-bottom: 4px
}

.compareEditions table tfoot tr td.pdp {
    border-radius: 0 0 5px 5px
}

.compareEditions table tfoot tr td .btn {
    white-space: nowrap!important
}


.compareEditions .small-table table {
    margin-bottom: 10px
}

.compareEditions .student {
    text-align: center;
    font-size: 22px
}

.compareEditions .student .fa-graduation-cap {
    font-size: 45px;
    display: block;
    line-height: 45px;
    margin-right: 20px
}
.table-notes{display: none}
@media only screen and (min-width: 768px) {
    .compareEditions.ai-ver table{margin-bottom: 0}
    .compareEditions table tfoot tr.buy-upg td{padding-top: 4px}
    .compareEditions table tfoot tr.upg td{padding-top: 4px}
    .compareEditions table tfoot tr.upg.pdprice td{padding-top: 30px}
    .table-notes{margin-bottom: 40px; display: block}
    .table-notes small{font-size: 12px}
    .compareEditions .student {
        line-height:45px;
        display: inline-flex;
        justify-content: center
    }

    .compareEditions .student .fa-graduation-cap {
        display: inline-block;
        float: left
    }
}

.compareEditions.pd17 table tbody tr.header td {
    background-color: #D3E9FF!important;
}


.compareEditions button#btnExpand { font-weight: 500; font-size: 16px; display: flex; justify-content: center; background: transparent; border: none; color: #0067CB; margin: 0 auto;}
.compareEditions button#btnExpand:hover { color: #0052A3; text-decoration: underline;}

.compareEditions button#btnExpand:after {
  position: relative;
  content: '';
  width: 14px;
  height: 14px;
  margin-left: 8px;
  display: inline-block;
  background-color: #0067CB;
  -webkit-mask: url(/img/plus.svg) center/cover no-repeat;
  mask: url(/img/plus.svg) center/cover no-repeat;
  top: 4px;
}
.compareEditions button#btnExpand:hover:after {
    width: 14px;
    height: 14px;
    background-color: #0052A3;
    -webkit-mask-image: url(/img/plus.svg);
    mask-image: url(/img/plus.svg);
}

.compareEditions button#btnExpand.minus:after {
  position: relative;
  content: '';
  width: 14px;
  height: 2px;
  margin-left: 8px;
  display: inline-block;
  background-color: #0067CB;
  -webkit-mask: url(/img/minus.svg) center/cover no-repeat;
  mask: url(/img/minus.svg) center/cover no-repeat;
  top: 11px;
}
.compareEditions button#btnExpand.minus:hover:after {
    width: 14px;
    height: 2px;
    background-color: #0052A3;
    -webkit-mask-image: url(/img/minus.svg);
    mask-image: url(/img/minus.svg);
}

.compareEditions table .pdprice td s {
    display: block;
    text-decoration: line-through;
    color: #8B9096;
    font-size: 16px;
    font-weight: 400;
}

.compareEditions table .pdprice td s+br {
    display: none;
}

@font-face {
    font-family: 'NB-International';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/nbinternationalproreg-webfont.woff2) format('woff2')
}

@font-face {
    font-family: 'NB-International';
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url(../fonts/nbinternationalprobolita-webfont.woff2) format('woff2')
}

@font-face {
    font-family: 'NB-International';
    font-weight: 200;
    font-style: italic;
    font-display: swap;
    src: url(../fonts/nbinternationalproligita-webfont.woff2) format('woff2')
}

@font-face {
    font-family: 'NB-International';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/nbinternationalpromed-webfont.woff2) format('woff2')
}

@font-face {
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    font-family: 'NB-International';
    src: url(../fonts/nbinternationalpromedita-webfont.woff2) format('woff2')
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-family: 'NB-International';
    src: url(../fonts/nbinternationalprobol-webfont.woff2) format('woff2')
}

@font-face {
    font-family: 'NB-International';
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url(../fonts/nbinternationalprobolita-webfont.woff2) format('woff2')
}


html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 50%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -1em
}

sub {
    bottom: -.25em
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #e6e6e6;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    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 > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-menu-down:before {
    content: "\e259"
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue LT W1G", "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #0067CB;
    text-decoration: none
}

a:focus, a:hover {
    color: #0052A3;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

[role=button] {
    cursor: pointer
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: inherit
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

.h1, h1 {
    font-size: 40px
}

.h2, h2 {
    font-size: 28px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 20px
}

.h5, h5 {
    font-size: 16px
}

.h6, h6 {
    font-size: 16px
}

p {
    margin: 0 0 11px
}

h1, h2, h3, h4 {
    font-weight: 900
}

.small, small {
    font-size: 87%
}

.text-center {
    text-align: center
}

ol, ul {
    margin-top: 0;
    margin-bottom: 11px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.container, .frame-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container, .frame-container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container, .frame-container {
        width: 970px
    }
}

@media (min-width: 1140px) {
    .container, .frame-container {
        width: 1200px
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1320px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

body, html {
    height: 100%
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn-primary {
    color: #fff;
    background-color: #0067CB;
    border-color: #0067CB
}

.btn-success {
    color: #fff;
    background-color: #393;
    border-color: #2d862d
}

.btn-info {
    color: #fff;
    background-color: #09f;
    border-color: #008ae6
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 0
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn .caret {
    margin-left: 0
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #f4f4f4
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 0
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #d92231
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 14px 15px;
    font-size: 20px;
    line-height: 22px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar.prls-sub-nav {
    min-height: unset;
    margin: 0;
    font-weight: 300;
    background: #fff;
    border: none;
    border-radius: 0
}

@media only screen and (min-width: 992px) {
    .navbar.prls-sub-nav {
        min-height: 70px
    }
}

.navbar.prls-sub-nav.fixed-top {
    position: fixed;
    z-index: 10;
    width: 100%
}

.navbar.prls-sub-nav > .container {
    position: relative
}

.navbar.prls-sub-nav .navbar-collapse {
    background: rgba(255, 255, 255, .98)
}

.navbar.prls-sub-nav .btn {
    float: right;
    margin: 18px 0 0 30px
}

@media only screen and (max-width: 991px) {
    .navbar.prls-sub-nav .btn {
        margin-top: 9px
    }
}

@media only screen and (max-width: 767px) {
    .navbar.prls-sub-nav .btn {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    .navbar.prls-sub-nav .navbar-header {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 30%;
        height: 50px;
        padding-right: 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width: 992px) {
    .navbar.prls-sub-nav .navbar-header {
        height: 70px
    }
}

.navbar.prls-sub-nav .navbar-header .navbar-toggle {
    float: none;
    width: 100%;
    padding: 14px 15px;
    margin: 0;
    font-size: 15px;
    text-align: left;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 0 #e6e6e6;
    box-shadow: 0 1px 0 #e6e6e6
}

.navbar.prls-sub-nav .navbar-header .navbar-toggle > span.glyphicon.glyphicon-menu-state {
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms
}

.navbar.prls-sub-nav .navbar-header .navbar-toggle > span.glyphicon.glyphicon-menu-state:before {
    top: 2px;
    left: -1px;
    content: "\e252"
}

.navbar.prls-sub-nav .navbar-header .navbar-toggle.collapsed > span.glyphicon.glyphicon-menu-state {
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.navbar.prls-sub-nav .navbar-header .navbar-brand {
    display: none;
    height: auto;
    padding: auto 15px;
    font-size: 16px;
    line-height: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (min-width: 768px) {
    .navbar.prls-sub-nav .navbar-header .navbar-brand {
        display: block
    }
}

@media only screen and (max-width: 991px) {
    .navbar.prls-sub-nav .navbar-header .navbar-brand {
        font-size: 13px;
        line-height: 15px
    }
}

.navbar.prls-sub-nav .navbar-nav {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0
}

@media only screen and (min-width: 768px) {
    .navbar.prls-sub-nav .navbar-nav > li:not(:first-child):before {
        position: absolute;
        top: 50%;
        left: -2px;
        margin-top: -12px;
        color: #e6e6e6;
        content: '|'
    }
}

@media only screen and (max-width: 767px) {
    .navbar.prls-sub-nav .navbar-nav > li {
        border-bottom: 1px solid #f4f4f4
    }
}

.navbar.prls-sub-nav .navbar-nav > li > a {
    line-height: 1.2;
    color: #000;
    background: 0
}

@media only screen and (min-width: 768px) {
    .navbar.prls-sub-nav .navbar-nav > li > a {
        padding: 18px 10px
    }
}

@media only screen and (min-width: 992px) {
    .navbar.prls-sub-nav .navbar-nav > li > a {
        padding: 26px 10px 25px
    }
}

.navbar.prls-sub-nav .navbar-nav > li > a:hover {
    background: 0 0
}

.navbar.prls-sub-nav .navbar-nav > li.dropdown > a:after {
    font-family: 'Glyphicons Halflings';
    font-size: 8px;
    line-height: 8px;
    content: " \e259"
}

.navbar.prls-sub-nav .navbar-nav > li.dropdown > .dropdown-menu {
    padding: 0
}

@media only screen and (min-width: 768px) {
    .navbar.prls-sub-nav .navbar-nav > li.dropdown > .dropdown-menu {
        left: 0;
        padding: 10px 0;
    }

    .navbar.prls-sub-nav .navbar-nav > li.dropdown > .dropdown-menu > li > a, .navbar.prls-sub-nav .navbar-nav > li.dropdown > .dropdown-menu > li.dropdown > .dropdown-menu > a {
        padding: 10px 15px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #000000
    }

    .navbar.prls-sub-nav .navbar-nav > li.dropdown > .dropdown-menu > li:last-child > a {
        border-radius: 0 0 3px 3px
    }
}

header#main-nav {
    padding: 5px 0;
    background: #d92231
}

@media only screen and (min-width: 992px) {
    header#main-nav {
        padding: 20px 0
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: -1;
    border-top-right-radius: -1
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.panel-group {
    margin-bottom: 22px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #807f83;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.active.right, .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .frame-container:after, .frame-container:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .frame-container:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !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
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

body > main {
    padding: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    font-weight: 300;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

strong {
    font-weight: 700
}

strong.bold {
    font-weight: bolder
}

b {
    font-weight: 700
}

.clear {
    clear: both
}

a[name]:not([href]) {
    position: absolute;
    z-index: 0;
    margin-top: -71px
}

@media only screen and (max-width: 991px) {
    body > main {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .container, .frame-container {
        width: auto
    }
}

body > footer {
    position: relative;
    font-weight: 200;
    color: #c8c8c8;
    background: #000
}


html {
    height: 100%;
    font-size: 16px;
    color: #000;
}

#ai-banner {
    padding: 2.5rem 0;
    color: #fff;
    background: url("/img/bar-banner-bg.jpg") center;
    background-size: cover;
}

#ai-banner span.new {
    margin-right: 1rem;
    background: #51b22e;
}

#ai-banner .row.flex {
    align-items: center;
}

#ai-banner .descr {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#ai-banner .descr h3 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
}

#ai-banner .action {
    text-align: right;
}

#ai-banner .action a.btn {
    margin-bottom: 0;
}

#ai-banner .btn.btn-primary:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

@media (max-width: 767px) {
    #ai-banner .descr {
        flex-direction: column;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    #ai-banner .descr h3 {
        margin-top: 1rem;
        line-height: 1.2;
    }
}

#ms-banner {
    padding: 30px 0;
    color: #fff;
    background: url("/img/bar-banner-bg.jpg") center;
    background-size: cover;
}

#ms-banner .row.flex {
    align-items: center;
}

#ms-banner .descr h3 {
    margin-bottom: 15px;
    font-size: 23px;
}

#ms-banner .descr h3 span.plus {
    margin: 0 5px;
    color: #ce36a5;
}

#ms-banner .descr p {
    margin-bottom: 0;
    font-size: 16px;
}

#ms-banner .action {
    text-align: center;
}

#ms-banner .action a.btn {
    margin-bottom: 0;
}

#ms-banner .descr.col-lg-8 {
    padding: 0;
}

#ms-banner .btn.btn-primary:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

@media (max-width: 1199px) {
    #ms-banner .descr.col-lg-8 {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    #ms-banner .descr {
        margin-bottom: 20px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .navbar.prls-sub-nav .navbar-nav > li.dropdown > .dropdown-menu > li > a {
        padding: 10px 20px 10px 15px;
        line-height: 1;
    }

    .navbar.prls-sub-nav .navbar-nav > li.dropdown > .dropdown-menu > li.dropdown > a:after {
        right: 10px;
    }

    .navbar.prls-sub-nav .navbar-header {
        max-width: 40%;
    }
}

div.buttons {
    margin-left: 0 !important;
}

body {
    font-family: 'NB-International', -apple-system, BlinkMacSystemFont, sans-serif;
}

.redhat {
    font-family: 'NB-International', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 400;
    line-height: 1.2;
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 400;
    line-height: 1.2;
}

h3, .h3 {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 400;
    line-height: 1.4;
}

h4, .h4 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
}

h5, .h5 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
}

h6, .h6 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

h4, .h4 {
    font-weight: 700;
}

h5, .h5 {
    font-weight: 700;
}

h6, .h6 {
    font-weight: 700;
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }

    h2, .h2 {
        font-size: 2rem;
    }

    h3, .h3 {
        font-size: 1.5rem;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.img-responsive {
    margin: 0px auto 35px;
}

.hide, .hidden {
    display: none;
}

body > main {
    padding: 0;
    font-weight: normal;
    color: #0c2742;
}

body > main p {
    margin-bottom: 25px;
}

body > main a {
    color: #0067CB;
}

body > main b, body > main strong {
    font-weight: 700;
}

body > main .btn.btn-sm:not(.btn-block) .caret, body > main .btn.btn-xs:not(.btn-block) .caret {
    margin-left: 14px;
    border-width: 6px;
}

body > main .btn.btn-xs .glyphicon {
    font-size: 17px;
    line-height: 13px;
    top: 3px;
    margin-right: 8px;
}

body > main .btn.btn-success {
    background-color: #0067CB;
    color: #fff !important;
    border-color: #0067CB;
}

body > main .btn-group .dropdown-toggle {
    position: relative;
    padding-right: 40px !important;
}

body > main .btn-group .dropdown-toggle > .caret {
    position: absolute;
    top: 50%;
    margin-top: -3px !important;
    right: 15px;
    text-align: center;
}

.btn, .button a.btn, .buttons a.btn {
    text-decoration: none;
    padding: 12px 24px;
    line-height: 1;
    min-width: 150px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin-bottom: 12px;
}

.button, .buttons {
    line-height: 22px;
}

.btn-line, .buttons {
    margin-top: 32px;
}

.buttons-row {
    margin-top: 22px;
}

.ras-hero-buttons.buttons {
    margin-top: 0;
}

.btn-group {
    margin-top: 20px;
    margin-bottom: 20px;
}

.button a:hover, .buttons a:hover {
    text-decoration: none
}

.button a.btn, .buttons a.btn, .btn-line .btn, .btn-group .btn, .buttons-row .btn {
    margin-right: 12px;
}

.button a.btn:last-child, .buttons a.btn:last-child, .btn-line .btn:last-child, .btn-group .btn:last-child {
    margin-right: 0;
}

.btn-primary, .btn-blue {
    background-color: #0067CB;
    border: 2px solid #0067CB;
    color: #fff !important
}

.btn-primary:hover, .btn-blue:hover {
    background-color: #0052a3;
    border: 2px solid #0052a3;
    color: #fff;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, .btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background: #0067CB;
    border: 2px solid #0067CB;
}

.dark-bg .btn-primary, .btn-primary.dark {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000 !important
}

.dark-bg .btn-primary:hover, .btn-primary.dark:hover {
    background-color: #000;
    border: 2px solid #000;
    color: #fff !important;
}

.dark-bg .btn-primary.active, .dark-bg .btn-primary:active, .dark-bg .open > .dropdown-toggle.btn-primary, .dark-bg .btn-primary.focus, .dark-bg .btn-primary:focus, .dark-bg .btn-primary.active.focus, .dark-bg .btn-primary.active:focus, .dark-bg .btn-primary.active:hover, .dark-bg .btn-primary:active.focus, .dark-bg .btn-primary:active:focus, .dark-bg .btn-primary:active:hover, .dark-bg .open > .dropdown-toggle.btn-primary.focus, .dark-bg .open > .dropdown-toggle.btn-primary:focus, .dark-bg .open > .dropdown-toggle.btn-primary:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #000 !important;
    box-shadow: none;
}

.btn-primary.black {
    background-color: #000;
    border: 2px solid #000;
    color: #fff !important
}

.btn-primary.black:hover {
    background-color: transparent;
    border: 2px solid #000;
    color: #000 !important;
}

.btn-primary.black.active, .btn-primary.black:active, .open > .dropdown-toggle.btn-primary.black, .btn-primary.black.focus, .btn-primary.black:focus, .btn-primary.active.black.focus, .btn-primary.black.active:focus, .btn-primary.black.active:hover, .btn-primary.black:active.focus, .btn-primary.black:active:focus, .btn-primary.black:active:hover, .open > .dropdown-toggle.btn-primary.black.focus, .open > .dropdown-toggle.btn-primary.black:focus, .open > .dropdown-toggle.btn-primary.black:hover {
    background: #fff;
    border: 2px solid #000;
    color: #000 !important;
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
    background-color: #CBCBCB;
    border-color: #CBCBCB;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #CBCBCB;
    border-color: #CBCBCB
}

a.btn-default, a.btn-secondary, .btn-secondary {
    background: transparent;
    color: #000;
    border: 2px solid #000;
}

a.btn-default:hover, a.btn-secondary:hover, .btn-secondary:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

.dark-bg a.btn-default, .dark-bg a.btn-secondary, a.btn-secondary.dark, button.btn-secondary.dark {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.dark-bg a.btn-default:hover, .dark-bg a.btn-secondary:hover, a.btn-secondary.dark:hover {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}

a.btn-tertiary {
    position: relative !important;
    padding: 0 0 !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    color: #000 !important;
    min-width: inherit !important;
}

a.btn-tertiary:hover {
    text-decoration: underline;
    color: #000 !important;
}

a.btn-tertiary::after {
    display: inline-block;
    position: absolute;
    content: "";
    background: url("/img/arrow-narrow-right.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: -26px;
    width: 18px;
    height: 15px;
    filter: brightness(0) saturate(100%);
}

body .navbar.prls-sub-nav {
    z-index: 1;
}

body .navbar.prls-sub-nav .btn {
    margin: 15px 0 0 30px;
}

body .navbar.prls-sub-nav .btn.btn-info {
    color: #000 !important;
    background-color: transparent;
    border: 2px solid #000;
}

.navbar.prls-sub-nav .navbar-collapse {
    background: none;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.navbar.prls-sub-nav {
    border-bottom: 1px solid #DEDEDE;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar.prls-sub-nav .navbar-header .navbar-brand {
    font-weight: 500;
}

body .navbar.prls-sub-nav .btn {
    margin: 13px 0 0 30px;
}

@media only screen and (min-width: 992px) {
    .navbar.prls-sub-nav .navbar-nav > li > a {
        font-weight: normal;
        padding: 26px 20px 25px;
    }
}

@media only screen and (min-width: 768px) {
    .navbar.prls-sub-nav .navbar-nav > li:not(:first-child):before {
        content: none;
    }
}

header#main-nav {
    padding: 0;
}

#main-nav {
    z-index: 100
}

#main-nav .container {
    padding-top: 45px;
    position: relative
}

#main-nav .navbar-brand {
    width: 210px;
    padding: 13px 15px 10px;
    margin-right: 0
}

#main-nav .navbar-brand:hover {
    background: none;
}

#main-nav .navbar-brand img, nav.prls-sub-nav-lp .navbar-brand img {
    width: 100%;
    max-width: 131px;
    height: auto;
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    border-top: 1px solid #dedede;
    min-width: 220px;
    padding: 10px 0 15px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}

#navbar-menu-secondary .dropdown-menu {
    border: 1px solid #000;
}

.dropdown-menu .divider {
    margin: 9px 0 5px;
    background-color: #dadada;
}

.dropdown-menu > li > a {
    padding: 9px 25px;
    color: #0067CB;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #F5F5F5;
    color: #1D2B61
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
}

.dropdown-submenu > .dropdown-menu > li > a {
    padding: 12px 20px 12px 30px;
}

.dropdown-submenu > .dropdown-menu > li > a:focus, .dropdown-submenu > .dropdown-menu > li > a:hover {
    background-color: #F5F5F5;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a {
    background-color: #e6e6e6;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 0;
}

.dropdown-header {
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 20px 3px 30px;
}

.dropdown:hover {
    display: block
}

.navbar {
    border: none;
    margin: 0;
    border-radius: 0;
}

#navbar {
    font-size: 16px;
}

.navbar .bar-offer {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #4472c4;
    padding: 11px 0;
    text-transform: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -2px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
}

.nav .open .drop-grey {
    transform: rotate(-180deg);
}

.nav-tabs {
    border-bottom: none;
    float: left;
    margin: 0;
}

.nav-tabs > li {
    margin-bottom: 0
}

.nav-tabs > li > a {
    border-radius: 0;
    line-height: inherit;
    margin-right: 0;
    border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
}

.navbar-nav > li > a {
    line-height: 22px;
}

.navbar-inverse {
    background: #3952A4;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
    background-color: #f1f1f1;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: inherit;
}

.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #f1f1f1;
    color: #000
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #000;
    background-color: #f1f1f1;
}

.navbar-inverse .navbar-nav.actions > li > a, .actions a {
    color: #ccc
}

.navbar-inverse .navbar-nav.actions > li > a:hover, .actions a:hover {
    text-decoration: underline;
    background-color: transparent;
    color: #fff
}

.navbar-inverse .navbar-toggle, .navbar-default .navbar-toggle {
    border: none;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #3952A4;
}

.hide-promo-bar section.promo-bar {
    display: none;
}

.hide-chat .chat-widget-container iframe {
    display: none !important;
    visibility: hidden !important;
}

.navbar-white .sign-in, .navbar-white .nav > li > a {
    color: #000;
    font-weight: 500;
}

.navbar-white .sign-in {
    border-radius: 100px;
    padding: 12px 20px;
    min-width: inherit;
    border: 2px solid transparent;
}

.navbar-white .sign-in:hover {
    color: #fff;
    text-decoration: none;
    background: #0067CB;
    border: 2px solid #0067CB;
}

.user-icon::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    vertical-align: -4px;
    background-image: url("/img/icons/user-square.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}

.sign-in:hover .user-icon::before {
    filter: brightness(0) invert(1);
}

.navbar-white .button a {
    font-size: 14px
}

.navbar-white#main-nav {
    background: #fff;
    border-bottom: 1px solid #DEDEDE;
}

.navbar-white#main-nav .container {
    padding-top: 0;
    padding-right: 0;
}

.navbar-white#main-nav .navbar-brand {
    padding: 20px 15px;
    height: auto;
}

.navbar-white .navbar-btn-right {
    margin-top: 11px;
    margin-bottom: 10px;
}

.navbar-white .drop-grey {
    display: inline-block;
}

.navbar-white .drop-grey:before {
    content: '';
    background: url("/img/icons/menu-arrow-down.svg") no-repeat 0 4px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 16px;
}

.drop-grey {
    color: #bababa;
    font-size: 9px;
    line-height: 2.5;
    vertical-align: top;
    transition: all 250ms;
}

.navbar-brand > img.header-logo-white {
    display: none
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.nav-link {
    position: relative;
    padding: 0 0;
    font-weight: 500;
    font-size: 1rem;
    color: #000 !important;
}

.nav-link::after {
    display: inline-block;
    position: absolute;
    content: "";
    background: url("/img/arrow-narrow-right.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 2px;
    right: -26px;
    width: 18px;
    height: 15px;
}

.nav > li > a .nav-item, .nav > li > a.nav-item, .nav-items li a, a.nav-link {
    transition: 250ms;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
}

.nav > li > a:focus .nav-item, .nav > li > a:hover .nav-item, .nav-items li a:hover, a.nav-link:hover {
    padding-bottom: 2px;
    border-bottom: 2px solid #DA3038;
    text-decoration: none;
}

.nav-link:hover {
    text-decoration: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .dropdown-submenu > .dropdown-menu > li > a:focus, .dropdown-submenu > .dropdown-menu > li > a:hover {
    background-color: transparent;
}

.navbar-white .navbar-nav {
    margin-bottom: 0
}

.navbar-white .navbar-toggle .icon-bar, .prls-sub-nav-lp .navbar-toggle .icon-bar {
    background: #DA3038;
    width: 27px;
    height: 3px;
    margin-top: 5px
}

.navbar-white .navbar-toggle.collapsed .icon-bar, .prls-sub-nav-lp .navbar-toggle.collapsed .icon-bar {
    background: #000;
    width: 27px;
    height: 3px;
    margin-top: 5px
}

.dropdown-menu.mega-full-width {
    padding: 0;
}

.dropdown-menu.mega-full-width {
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    .navbar {
        min-height: 70px;
    }

    .navbar-white .navbar-nav > li > a {
        padding-top: 23px;
        padding-bottom: 23px;
    }

    .navbar.prls-sub-nav.prls-sub-nav-lp {
        min-height: 70px;
    }

    .navbar.prls-sub-nav .navbar-header {
        height: 70px;
    }

    .navbar.prls-sub-nav.prls-sub-nav-lp .navbar-collapse > .btn {
        margin-top: 13px;
    }

    .navbar.prls-sub-nav .navbar-nav > li > a {
        padding: 26px 10px 25px
    }

    .nav-flex {
        display: flex;
    }
}

@media (min-width: 992px) {
    .navbar.mega .navbar-header {
        position: absolute !important;
        left: 15px;
        z-index: 101;
    }

    .nav-center .navbar-nav {
        width: 100%;
        text-align: center;
        position: absolute !important;
        z-index: 100;
        margin-left: -30px;
    }

    .nav-center .navbar-nav > li {
        float: none;
        display: inline-block;
    }

    .navbar-btn-right {
        position: absolute !important;
        right: 30px;
        z-index: 101;
    }
}

@media (min-width: 1090px) {
    .nav > li > a {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.bg-right, .bg-left {
    position: relative;
    overflow: hidden;
}

.bg-right:before {
    content: '';
    display: block;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    left: calc(50% + 15px);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
}

.bg-left:before {
    content: '';
    display: block;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    right: calc(50% + 15px);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
}

body > main {
    background-color: #f8f8f8;
}

*[class*="section-"] {
    padding: 40px 0;
}

.flex {
    display: flex;
}

.flex.flex-wrap {
    flex-wrap: wrap;
}

.flex.no-flex-xs.row {
    margin-right: -15px;
    margin-left: -15px;
}

.flex.row:before {
    display: none !important;
}

.flex img {
    max-width: 100%;
}

.panel-group {
    overflow-anchor: none;
}


.promobanner-placeholder {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.promobanner-placeholder + div.prls-sub-nav-placeholder {
    display: block !important;
}

.navbar.prls-sub-nav,
.navbar.prls-sub-nav.fixed-top {
    z-index: 996 !important;
}

.navbar.prls-sub-nav.prls-sub-nav-lp {
    width: 100%;
}

header#main-nav {
    z-index: 998;
}

#promoBanner,
.promoBanner {
    height: auto;
    min-height: 55px;
    line-height: 30px;
    padding: 30px 0;
    text-align: center;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 1000;
}

#promoBanner.fixed,
.promoBanner.fixed {
    position: fixed !important;
    top: 0;
}

#promoBannerLink,
.promoBannerLink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#promoBanner .container,
.promoBanner .container {
    display: flex;
    flex-flow: wrap;
}

.promoBanner.bannerTimer {
    background: #000;
    padding: 0;
    color: #fff;
}

.text-red {
    color: #da3038
}

.promoBanner.bannerTimer a,
.promoBanner.bannerTimer a:hover,
.promoBanner.bannerTimer a:focus {
    color: #fff;
    text-decoration: none;
}

.promoBannerText {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 7px 0 5px;
    white-space: nowrap;
}


.modal-marketo .modal-content {
    border-radius: 15px !important;
    /*box-shadow: none;*/
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Add shadow to modal */
    -webkit-box-shadow: none;
    max-width: 460px;
}

.modal-marketo div.modal-content div.formio-component-form {
    padding: 0px 25px 15px 25px !important;
}

.modal-marketo .modal-header {
    border-bottom: 0 !important;
    background-image: url('https://www.openrma.com/download/img/trial-form.png');
    background-size: 96px;
    background-repeat: no-repeat;
    background-position: 50% 40px;
    height: 160px;
    padding: 5px 25px 0px;
}

.modal-marketo .modal-header .close {
    font-size: 38px;
    font-weight: 300;
    line-height: 1;
    color: #0067CB;
    opacity: 1;
}

.modal-marketo div.modal-content div.formio-component-form {
    padding: 35px !important;
}

.modal-marketo .marketo-thank-you .modal-header {
    border-bottom: 0 !important;
    background-image: url('https://www.openrma.com/download/img/trial-form-success.png');
    background-size: 96px;
    background-repeat: no-repeat;
    background-position: 50% 40px;
    height: 160px;
    padding: 5px 25px 0px;
}

/* Customize the modal backdrop */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.3); /* Adjust the transparency (0.3 is less opaque) */
}

.modal-marketo .modal-dialog {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
}

.modal-marketo .modal-body {
    background-color: rgba(255, 255, 255, 0.9); /* Slight transparency in the modal */
    padding: 0 30px 0px;
    font-size: 14px !important;
}

.modal-marketo .marketo-thank-you .modal-body {
    padding: 0 25px 30px;
}

.modal-marketo .modal-body p.lead {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px !important;
}

.modal-marketo .modal-content button.btn-primary, .modal-content button.btn-default {
    text-align: center;
    min-width: 150px !important;
    margin: 0 auto;
    display: block;
}

.modal-marketo .modal-content .field-required.form-check-label span {
    color: #a3a3a3;
    font-size: 12px;
}

.modal-marketo .modal-content .field-required.form-check-label {
    line-height: 1em !important;
}

.modal-marketo .modal-content .marketo-thank-you {
    position: absolute;
    top: 0px;
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
}


body > main {
    background: #fff;
}

a.btn-video {
    margin-left: 0;
}

a.btn-video:before, a.btn-features:before {
    position: relative;
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: inline-block;
    background-color: #0067CB;
    -webkit-mask: url(https://www.openrma.com/download/img/icons/play-circle.svg) center/cover no-repeat;
    mask: url(https://www.openrma.com/download/img/icons/play-circle.svg) center/cover no-repeat;
    top: 4px;

}

a.btn-video:hover:before, a.btn-features:hover:before {
    background-color: #0052A3;
    -webkit-mask-image: url(https://www.openrma.com/download/img/icons/play-circle.svg);
    mask-image: url(https://www.openrma.com/download/img/icons/play-circle.svg);
}

a.btn-features:before {
    -webkit-mask: url(https://www.openrma.com/download/img/icons/star.svg) center/cover no-repeat;
    mask: url(https://www.openrma.com/download/img/icons/star.svg) center/cover no-repeat;
}

a.btn-features:hover:before {
    -webkit-mask: url(https://www.openrma.com/download/img/icons/star.svg) center/cover no-repeat;
    mask: url(https://www.openrma.com/download/img/icons/star.svg) center/cover no-repeat;
}



a.btn-documentation:before {
    position: relative;
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: inline-block;
    background-color: #0067CB;
    -webkit-mask: url(https://www.openrma.com/download/img/icons/book.svg) center/cover no-repeat;
    mask: url(https://www.openrma.com/download/img/icons/book.svg) center/cover no-repeat;
    top: 4px;

}

a.btn-documentation:hover:before {
    background-color: #0052A3;
    -webkit-mask-image: url(https://www.openrma.com/download/img/icons/book.svg);
    mask-image: url(https://www.openrma.com/download/img/icons/book.svg);
}

a.btn-pricing:before {
    position: relative;
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: inline-block;
    background-color: #0067CB;
    -webkit-mask: url(https://www.openrma.com/download/img/icons/price.svg) center/cover no-repeat;
    mask: url(https://www.openrma.com/download/img/icons/price.svg) center/cover no-repeat;
    top: 4px;

}

a.btn-pricing:hover:before {
    background-color: #0052A3;
    -webkit-mask-image: url(https://www.openrma.com/download/img/icons/price.svg);
    mask-image: url(https://www.openrma.com/download/img/icons/price.svg);
}


/*Hide the duplicate secrete button so we can click the previous one*/
.btn-pricing-hidden{
    visibility: hidden;
}

a.btn-pricing-hidden:before {
    visibility: hidden;
}

a.btn-pricing-hidden:hover:before {
    visibility: hidden;
}


body > main .videoIcon.icon-med:after {
    content: '';
    width: 80px;
    height: 80px;
    margin: -50px 0 0 300px;
}

body > main .how-to .videoIcon.icon-med:after {
    margin: -50px 0 0 -50px;
}

#section-hero h1 {
    margin-bottom: 20px;
}

#section-hero::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 50px;
    width: 100%;
    z-index: 10;
    background: linear-gradient(0deg, #D922314D 0%, #D9223132 20%, #D9223116 47%, #D9223106 72%, #D9223100 93%);
}

.buttons {
    margin-top: 20px;
}

.sub-bus-links {
    margin-top: 12px;
}

.sub-bus-links p {
    margin-bottom: 5px;
}

.info-bar {
    background: #F8F8F8;
    padding: 20px 0 10px;
}

.info-bar h3 {
    margin-bottom: 10px;
}

.pillars {
    padding: 80px 0;

    background: #F4FAFF;
}

.pillars .icon {
    margin-right: 20px;
    width: 80px;
}

.pillars .icon img {
    width: 60px;
    max-width: initial;
}

.text-block h4 {
    margin-top: 0;
}

.how-to {
    padding: 80px 0;
}

.image-wrap {
    position: relative;
}

.image-wrap span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #3094FF;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    width: 56px;
    height: 56px;
    display: block;
    text-align: center;
    padding-top: 5px;

}

.section-support {
    padding: 80px 0;
}

.section-support .intro h2 {
    margin-bottom: 15px;
}

.section-support .support-content a {
    color: #2E3841;
    display: flex;
}

.section-support .support-content a:hover {
    color: #2E3841;
    text-decoration: none;
}

.section-support .support-content a:hover span {
    color: #0052A3 !important;
    text-decoration: underline;
}

.section-support .support-content a:hover .arrow-icon:before, .section-so a:hover .arrow-icon:before {
    filter: invert(19%) sepia(67%) saturate(2904%) hue-rotate(197deg) brightness(94%) contrast(102%);
}

.support-item img {
    max-width: 40px;
    margin-right: 10px;
}

.support-item h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.support-item p {
    margin-bottom: 20px;
}

.btn.btn-arrow {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px;
    color: #0C67CB !important;
    background-color: transparent;
    border-color: transparent;
    text-align: left;
}

.btn.btn-arrow span.arrow-icon:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(./img/icons/arrow-right-short.png);
    filter: invert(30%) sepia(81%) saturate(6965%) hue-rotate(199deg) brightness(95%) contrast(101%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -1px;
    background-position-x: 0;
}

body > main .btn.btn-xs .glyphicon {
    font-size: 11px;
    line-height: 1;
    top: 0;
    margin-right: 0;
}

.btn.btn-arrow span.arrow-icon {
    vertical-align: middle;
}

body > main .btn.btn-arrow:hover {
    background-color: transparent;
    border-color: transparent;
}

.modal {
    top: 0;
    height: auto;
    z-index: 1055 !important;
}

.modal.fade .modal-dialog {
    bottom: 0;
    /* max-width: 600px;
     margin: 0 auto;
     padding: 10px;*/
    position: initial;
}

.modal-content {
    margin: 0 auto;
}

.modal-footer.flex {
    display: flex;
    justify-content: flex-end;
}

.key-list {
    padding-left: 24px;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.modal-content button.btn-default {
    margin: 0
}

.key-list li {
    margin-bottom: 5px;
}

.ms-banner {
    background: #eee;
    font-size: 17px;
    font-weight: 500;
}

.ms-banner .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.ms-banner .row {
    background-color: #eee;
    border-radius: 15px 15px 0 0;
    padding: 30px;
}

.ms-banner .btn.btn-sm.btn-success {
    margin-left: 0;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .ms-banner {
        background: #eee;
        font-size: 15px;
        font-weight: 500;
    }

    .ms-banner .row {
        background-color: #eee;
        padding: 15px 0;
    }

    .ms-banner .logo, .ms-banner .descr {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    #section-hero {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}

@media (min-width: 768px) {
    #section-hero.bg-left:before {
        background-image: url('https://www.openrma.com/openrma365/img/openrma365-hero.jpg');
        background-position: right center;
        background-size: auto calc(100% - 0px);
        right: calc(50% + 60px);
    }
}

@media (max-width: 1199px) {
    body > main .videoIcon.icon-med:after {
        content: '';
        width: 80px;
        height: 80px;
        margin: -50px 0 0 100px;
    }

    body > main .how-to .videoIcon.icon-med:after {
        margin: -50px 0 0 -50px;
    }
}

@media (max-width: 767px) {
    body > main .videoIcon.icon-med:after {
        content: '';
        width: 80px;
        height: 80px;
        margin: -50px 0 0 -50px;
    }
}

.form-container {
    margin-top: 20px;
    padding: 20px 20px 0 20px;
    background: #F8F8F8;
    border-radius: 10px;
    min-height: 300px;
}

#section-hero .form-container p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 10px;
}

.link-tertiary:after {
    background: url("/img/icons/arrow-narrow-right-primary.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


footer .footer-nav, footer .footer-alludo {
    font-family: 'NB-International', -apple-system, BlinkMacSystemFont, sans-serif;
}

footer .dropdown-menu.lang-selector > li > a {
    padding: 10px 20px;
}

footer .dropdown-menu.lang-selector > li > a {
    font-size: 16px;
}

footer .nav > li > a {
    padding-left: 0;
}

footer input.ft-menu {
    display: none
}

footer li a, li footer a:hover {
    font-size: 11px;
}

footer a:hover {
    text-decoration: underline;
    color: inherit
}

.footer-nav {
    background-color: #323132;
    padding: 80px 0 20px;
}

.ft-links .h6 a, .ft-links .h6 {
    margin-bottom: 20px;
    color: #fff;
}

h6, .h6 {
    font-weight: 700;
}

h6, .h6, .fs-6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

ul.ft-ads-list .w-150 {
    width: 150px;
}

ul.ft-ads-list .w-55 {
    width: 55px;
}

.ft-social {
    background: #efefef;
}

.ft-social .container {
    padding: 10px 20px
}

.ft-social-list {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.ft-social-list li {
    display: inline-block;
    margin-right: 15px;
    float: left
}

.ft-social-list li:last-child {
    margin-right: 0;
}

.ft-social-list li h6 {
    font-size: 16px;
    margin-right: 10px;
    color: #292929;
    line-height: 30px
}

.ft-social-list a {
    height: 20px;
    color: #fff !important;
    fill: #fff;
    position: relative;
    display: block;
    transition: 250ms;
}

.ft-social-list a:hover {
    opacity: 1;
    color: #999 !important;
    fill: #999;
}

.ft-social-list svg {
    width: auto;
    height: 20px;
}

.ft-links {
    background: #000;
    color: #999
}

.ft-links .h6 a, .ft-links .h6 {
    margin-bottom: 20px;
    color: #fff;
}

.ft-links ul a, .ft-copyright a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    transition: 250ms;
}

.ft-links ul a:hover, .ft-copyright a:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.ft-links .btn-group {
    margin-bottom: 0;
}

footer .logo-wrapper img {
    margin-bottom: 0;
}

.ft-super {
    background: #1e1e1e;
}

.ft-super .row {
    margin-bottom: 10px;
}

.ft-super .row.last {
    margin-bottom: 0;
}

.ft-super dl {
    margin: 0 auto 15px
}

.ft-super dd {
    line-height: 1.4;
}

.ft-super dt {
    font-size: 13px;
    margin-bottom: 4px;
    color: #fff;
}

.ft-super a {
    color: #c5c5c5
}

.ft-super a:hover {
    text-decoration: none !important;
}

.ft-super a:hover dd {
    text-decoration: underline;
}

.ft-copyright .container {
    background: #1e1e1e;
    padding: 10px 20px 20px;
}

.ft-copyright {
    margin: 12px 0;
}

.ft-copyright li {
    line-height: 20px;
}

.ft-copyright .glyphicon-globe {
    color: #fff;
    font-size: 26px;
    display: inline-block;
    margin-right: 10px
}

.ft-copyright, p.ft-psb, p.ft-icp {
    font-size: 14px;
    color: #D8D8D8;
}

p.ft-psb img {
    margin-right: 5px;
    width: 14px;
    height: auto;
    position: relative;
    top: -1px;
    display: inline-block;
}

p.ft-psb a, p.ft-icp a {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    transition: 250ms;
}

p.ft-psb a:hover, p.ft-icp a:hover {
    color: #fff;
    text-decoration: none;
}

p.ft-copyright, p.ft-psb {
    margin-bottom: 0;
}

p.ft-psb, p.ft-icp {
    margin-top: 0;
}

.lang .navbar-nav > li > a {
    line-height: 25px;
}

.lang .dropdown-menu {
    bottom: 0;
    top: inherit;
    border-top: none;
}

footer .lang .dropdown-menu {
    bottom: 45px;
    top: inherit;
    border-radius: 10px;
    border: none !important;
}

.lang-selector li {
    margin: 0;
    font-size: 12px;
}

.language-selector .dropdown-menu {
    background-color: #fff;
    padding: 0;
    border-top: none;
    border-radius: 10px;
}

.language-selector .dropdown {
    padding-left: 4px;
}

.lang .dropdown-menu {
    bottom: 0;
    top: inherit;
}

.lang-selector.dropdown-menu {
    min-width: 0;
}

footer .navbar-nav .nav-link:focus, footer .dropdown-item {
    color: #dedede;
}

footer .dropdown-menu > li > a {
    color: #000;
}

footer .dropdown-menu li a:focus, footer .dropdown-menu li a:hover {
    color: #000;
    background-color: #e5effa;
}

footer .nav .open > a, footer .nav .open > a:focus, footer .nav .open > a:hover {
    background: transparent;
}

footer [class^="bi-"], [class*=" bi-"] {
    display: inline-block;
    content: '';
    text-indent: -9999px;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
}

footer .language-selector i.bi-globe2 {
    font-size: 24px;
}

footer .language-selector .loc {
    padding: 0 8px;
}

footer .language-selector .dropdown-toggle {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    transition: .25s;
    border: none;
}

footer .language-selector ul.dropdown-menu li:first-child a:hover {
    text-decoration: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

footer .language-selector ul.dropdown-menu li:last-child a:hover {
    text-decoration: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

footer .lang ul.dropdown-menu a:hover {
    color: #000;
}

footer .lang img {
    max-width: initial;
    width: auto;
    max-height: 45px;
    margin-left: 10px
}

footer .lang img.flag {
    margin-right: 5px
}

footer .lang img.soc {
    max-height: 50px;
    margin-left: 0
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer ul.ft-menu-list li {
    margin-bottom: 5px;
}

footer ul li a {
    color: #999
}

footer ul img {
    margin: 0
}

.ft-menu-list {
    padding: 0;
}

.ft-brand-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff
}

.ft-brand-list li img {
    margin-right: 20px;
}

.footer-alludo .ft-copyright-list {
    text-align: center;
}

.footer-alludo .ft-copyright-list li a {
    font-size: 14px;
    color: #757575;
}

.footer-alludo .container {
    border-top: 1px solid #464646;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ft-copyright-list li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.ft-copyright-list li:last-child {
    padding-right: 0;
}

p.ft-copyright {
    font-size: 12px;
    color: #999;
}

p.ft-copyright span.wrap {
    display: block;
}

.ft-alludo-list li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.ft-alludo-list li:last-child {
    padding-right: 0;
}

.ft-alludo-list li a {
    font-size: 14px;
    color: #999;
    transition: 250ms;
}

.ft-alludo-list li a:hover {
    color: #fff;
    text-decoration: none;
}

footer .footer-logo {
    max-width: 180px;
    margin-bottom: 1.5rem;
    overflow: auto;
    margin-top: 13px;
}

img.logo-alludo {
    max-height: 18px;
    width: auto;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
    height: fit-content;
}

p.copyright {
    clear: both;
}

footer a.alludo-brand {
    font-size: 12px;
    color: #fff;
}

footer a.alludo-brand:hover {
    text-decoration: none;
}

.ft-ads-list {
    padding-top: 15px;
}

.ft-ads-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.ft-ads-list li:last-child {
    margin: 0;
}

.ft-ads-list li img {
    max-height: 55px;
}

.footer-alludo {
    background: #000;
    text-align: center;
}

/*Global*/
.align-items-sm-center {
    align-items: center !important;
}

.p-0 {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .footer-left {
        text-align: left;
    }

    .footer-right {
        text-align: right;
    }

    footer .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    body > footer .nav-footer h5 {
        font-size: 14px
    }

    p.ft-copyright {
        font-size: 12px;
    }

    body > footer .nav-footer .footer-menu li a, body > footer .nav-footer .menu li a {
        font-size: 14px;
    }

    body > footer .nav-footer h5 {
        margin-bottom: 10px;
    }

    .nav-footer .logo-wrapper {
        width: 100%;
    }

    footer .footer-bottom .row {
        justify-content: space-between;
        flex-direction: column;
    }

    body > footer .nav-footer .footer-menu, body > footer .nav-footer .menu {
        padding-bottom: 15px;
    }

    footer .dropdown-menu > li > a {
        color: #999;
    }
}


.section-support {
    padding: 80px 0;
    background-color: #ffffff;
}

/* Background color can be overwritten in individual page styles as needed */
.section-support .support-content a {
    color: #2E3841;
    display: flex;
    align-items: baseline;
}

.section-support .support-content a:hover {
    color: #2E3841;
    text-decoration: none;
}

.section-support .support-content a:hover span {
    color: #0052A3 !important;
    text-decoration: underline;
}

.section-support h2 {
    font-size: 32px !important;
}

.section-support .support-item h3 {
    margin-bottom: 10px;
    font-size: 20px !important;
    line-height: 28px;
    font-weight: 500;
}

.section-support .support-item p {
    margin-bottom: 20px;
}

.section-support .support-item img {
    max-width: 40px;
    margin-right: 10px;
}

.section-support .row.intro {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 40px;
}

.section-support .btn {
    text-align: left;
}

.section-support .btn.btn-arrow {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px;
    color: #0C67CB !important;
    background-color: transparent;
    border-color: transparent;
    text-align: left;
}

.section-support .btn.btn-arrow span.arrow-icon {
    vertical-align: middle;
}

body > main .btn.btn-xs .glyphicon {
    font-size: 11px;
    line-height: 1;
    top: 0;
    margin-right: 0;
}

.section-support .panel-group .panel-open {
    background: transparent;
    box-shadow: none;
    border: none;
}

.section-support .panel-group .panel-open {
    outline: none;
}

.section-support .btn.btn-arrow span.arrow-icon:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/img/arrow-right-short.png);
    filter: invert(30%) sepia(81%) saturate(6965%) hue-rotate(199deg) brightness(95%) contrast(101%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -1px;
    background-position-x: 0;
}

.section-support .support-content a:hover .arrow-icon:before, .section-so a:hover .arrow-icon:before {
    filter: invert(19%) sepia(67%) saturate(2904%) hue-rotate(197deg) brightness(94%) contrast(102%);
}

.section-support .btn.btn-xs.btn-arrow:hover {
    background: transparent;
}

/* Dark theme styles */
.dark-theme .section-support {
    padding: 80px 0 60px;
    background-color: transparent;
}

.dark-theme .section-support .support-content a {
    color: #fff;
    display: flex;
    align-items: baseline;
}

.dark-theme .section-support .support-content a span {
    color: #7cbdff;
}

.dark-theme .section-support .support-content a:hover {
    color: #fff;
    text-decoration: none;
}

.dark-theme .section-support .support-content a:hover span {
    color: #d3e9ff !important;
    text-decoration: underline;
}

.dark-theme .section-support .support-item h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.dark-theme .section-support .support-item p {
    margin-bottom: 20px;
}

.dark-theme .section-support .btn.btn-arrow {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px;
    color: #7cbdff !important;
    background-color: transparent;
    border-color: transparent;
    text-align: left;
}

.dark-theme .section-support .panel-group .panel-open {
    background: transparent;
    box-shadow: none;
    border: none;
}

.dark-theme .section-support .btn.btn-arrow span.arrow-icon:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(./img/icons/arrow-right-short.png);
    filter: invert(60%) sepia(80%) saturate(684%) hue-rotate(187deg) brightness(107%) contrast(102%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -1px;
    background-position-x: 0;
}

.dark-theme .section-support .support-content a:hover .arrow-icon:before {
    filter: invert(97%) sepia(26%) saturate(4867%) hue-rotate(176deg) brightness(104%) contrast(106%);
}

.dark-theme .section-support .btn.btn-xs.btn-arrow:hover {
    background: transparent;
}


    .modal .modal-footer .btn {
        margin-bottom: 0;
    }

.see-all-features-link {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #007bff; /* You can change the color if you want */
}

.see-all-features-link:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .flex {
        display: block;
    }
}

#sidebars_footer a {
    color: #bbbbbb;
}

