/*All sass partials("components") consolidated here to serve single css file*/
/*Add as nedded but keep in mind order matters*/
/*common css -----------------------------------------------  */
/* line 2, ../sass/_common.scss */
html {
  box-sizing: border-box;
}

/* line 6, ../sass/_common.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* line 12, ../sass/_common.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* line 26, ../sass/_common.scss */
img {
  border-style: none;
}

/* line 30, ../sass/_common.scss */
img[style*="float:left"], img[style*="float: left"], img[style*="float:right"], img[style*="float: right"] {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 35, ../sass/_common.scss */
img[style*="float:left"], img[style*="float: left"] {
  margin-right: 15px;
}

/* line 39, ../sass/_common.scss */
.imgtooltip {
  position: absolute;
  width: 200px;
  height: 200px;
  right: 240px;
  top: -140px;
  z-index: 999;
}

/* line 51, ../sass/_common.scss */
img[style*="float:right"], img[style*="float: right"] {
  margin-left: 15px;
}

/* line 55, ../sass/_common.scss */
a {
  text-decoration: none;
  color: #415464;
  outline: none;
}

/* line 61, ../sass/_common.scss */
a:hover {
  text-decoration: underline;
}

/* line 65, ../sass/_common.scss */
input,
textarea,
select {
  font: 100% "source-sans-pro", Arial, Helvetica, sans-serif;
  color: #000;
  vertical-align: middle;
}

/* line 73, ../sass/_common.scss */
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

/* line 80, ../sass/_common.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 86, ../sass/_common.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 94, ../sass/_common.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 99, ../sass/_common.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 104, ../sass/_common.scss */
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 116, ../sass/_common.scss */
q:before,
q:after {
  content: "";
  content: none;
}

/* line 122, ../sass/_common.scss */
body {
  height: 100%;
  border: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "source-sans-pro",Arial, Helvetica, sans-serif;
  background: rgba(0, 0, 0, 0.62);
  /*temp*/
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  overflow-x: hidden;
}

/* line 135, ../sass/_common.scss */
#main {
  background: #fff;
}

/* line 139, ../sass/_common.scss */
h2 {
  font-size: 36px;
  line-height: 1;
  margin: 0;
}

/* line 145, ../sass/_common.scss */
p {
  font-size: 24px;
  color: #5b7e96;
}

/* line 150, ../sass/_common.scss */
.clear {
  clear: both;
}

/* line 154, ../sass/_common.scss */
#wrapper {
  overflow: hidden;
}

/* line 199, ../sass/_common.scss */
.cd-top {
  background: rgba(0, 0, 0, 0.37) url("clientlibs_desktop/images/sprite.png") no-repeat -34px -43px;
  background-size: 150px auto;
  display: inline-block;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  right: 18px;
  bottom: 30px;
  position: fixed;
  z-index: 99;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

/* line 219, ../sass/_common.scss */
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

/* line 224, ../sass/_common.scss */
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

/* line 228, ../sass/_common.scss */
.cd-top.cd-fade-out {
  opacity: 1;
}

/* line 231, ../sass/_common.scss */
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

/* line 235, ../sass/_common.scss */
.global-pad,
.common-wrapper {
  position: relative;
  z-index: 40;
  padding: 60px 50px 60px 250px;
  box-sizing: border-box;
}
/* line 241, ../sass/_common.scss */
.global-pad:after,
.common-wrapper:after {
  display: block;
  clear: both;
  content: '';
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 999px) {
  /* line 235, ../sass/_common.scss */
  .global-pad,
  .common-wrapper {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 235, ../sass/_common.scss */
  .global-pad,
  .common-wrapper {
    padding: 40px;
  }
}

/* line 255, ../sass/_common.scss */
.common-wrapper .top-space-more,
.common-wrapper .bottom-space-more,
.common-wrapper .global-pad {
  padding: 0;
}

/* line 261, ../sass/_common.scss */
.common-header h1 {
  color: #415464;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 261, ../sass/_common.scss */
  .common-header h1 {
    font-size: 30px;
  }
}
/* line 270, ../sass/_common.scss */
.common-header p {
  color: #415464;
  font-size: 18px;
  margin-top: 0;
}
@media only screen and (min-width: 1000px) {
  /* line 270, ../sass/_common.scss */
  .common-header p {
    padding-right: 38%;
  }
}

/* line 279, ../sass/_common.scss */
.no-top-space {
  padding-top: 0;
}

/* line 282, ../sass/_common.scss */
.no-bottom-space {
  padding-bottom: 0;
}

/* line 285, ../sass/_common.scss */
.no-space {
  padding-bottom: 0;
  padding-top: 0;
}

/* line 289, ../sass/_common.scss */
.top-space-more {
  padding-top: 120px;
}
@media only screen and (max-width: 999px) {
  /* line 289, ../sass/_common.scss */
  .top-space-more {
    padding-top: 60px;
  }
}

/* line 295, ../sass/_common.scss */
.bottom-space-more {
  padding-bottom: 120px;
}
@media only screen and (max-width: 999px) {
  /* line 295, ../sass/_common.scss */
  .bottom-space-more {
    padding-bottom: 60px;
  }
}

/* line 301, ../sass/_common.scss */
.border-top-white {
  border-top: 4px solid #fff;
}

/* line 304, ../sass/_common.scss */
.border-bottom-white {
  border-bottom: 4px solid #fff;
}

/* line 307, ../sass/_common.scss */
.border-top-gray {
  border-top: 4px solid #eee;
}

/* line 310, ../sass/_common.scss */
.border-bottom-gray {
  border-bottom: 4px solid #eee;
}

/* line 313, ../sass/_common.scss */
.background-wrapper {
  background: #fff;
  background-size: cover !important;
  position: relative;
  z-index: 40;
}
/* line 318, ../sass/_common.scss */
.background-wrapper.gray {
  background: #eee;
}
/* line 321, ../sass/_common.scss */
.background-wrapper.orange {
  background: #ff681d;
}

/* line 325, ../sass/_common.scss */
.textimage-wrap .background-wrapper {
  position: static !important;
}

/* line 328, ../sass/_common.scss */
.reference-module .background-wrapper {
  background-size: 100%;
}

/* line 332, ../sass/_common.scss */
.right-rail-spacing {
  padding: 20px 0 20px 0;
}

/* line 343, ../sass/_common.scss */
.stickToBorders {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 358, ../sass/_common.scss */
.verticalBlock {
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
}
/* line 350, ../sass/_common.scss */
.verticalBlock:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}

/* line 365, ../sass/_common.scss */
.verticalCentered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

/* line 378, ../sass/_common.scss */
.table {
  display: table;
  width: 100%;
}

/* line 392, ../sass/_common.scss */
.table-cell {
  display: table-cell;
}
/* line 382, ../sass/_common.scss */
.table-cell.align-top {
  vertical-align: top;
}
/* line 385, ../sass/_common.scss */
.table-cell.align-middle {
  vertical-align: middle;
}
/* line 388, ../sass/_common.scss */
.table-cell.align-bottom {
  vertical-align: bottom;
}

/* line 394, ../sass/_common.scss */
.text-left {
  text-align: left;
}

/* line 395, ../sass/_common.scss */
.text-center {
  text-align: center;
}

/* line 396, ../sass/_common.scss */
.text-right {
  text-align: right;
}

/* line 398, ../sass/_common.scss */
.vertical-centered-with-bg div[class*="col-"] {
  position: relative;
}
/* line 401, ../sass/_common.scss */
.vertical-centered-with-bg div[class*="col-"] > img,
.vertical-centered-with-bg div[class*="col-"] .bg {
  display: block;
  height: auto;
  width: 100%;
}
/* line 407, ../sass/_common.scss */
.vertical-centered-with-bg div[class*="col-"] > div {
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 350, ../sass/_common.scss */
.vertical-centered-with-bg div[class*="col-"] > div:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
/* line 410, ../sass/_common.scss */
.vertical-centered-with-bg div[class*="col-"] > div > div {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  white-space: normal;
}

/* line 417, ../sass/_common.scss */
h4.short-underline {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  text-transform: uppercase;
}
/* line 423, ../sass/_common.scss */
h4.short-underline span {
  display: inline-block;
  position: relative;
}
/* line 427, ../sass/_common.scss */
h4.short-underline span:after {
  border-bottom: 2px solid #fff;
  bottom: -6px;
  content: '';
  left: 0;
  position: absolute;
  width: 50px;
}

/* line 438, ../sass/_common.scss */
.find-form .inpt-box, .contact-form-component .common-wrapper form.contact-form .inpt-box {
  display: inline-block;
  vertical-align: top;
}
/* line 442, ../sass/_common.scss */
.find-form .inpt-box:after, .contact-form-component .common-wrapper form.contact-form .inpt-box:after {
  display: block;
  clear: both;
  content: '';
  height: 0;
  visibility: hidden;
}
/* line 450, ../sass/_common.scss */
.find-form .inpt-box input, .contact-form-component .common-wrapper form.contact-form .inpt-box input {
  background: none;
  border: none;
  border-bottom: solid 2px #ccc;
  width: 100%;
  font-size: 28px;
  padding: 10px 0;
  height: 60px;
  -webkit-appearance: none;
  border-radius: 0;
  color: #415464;
  font-weight: 300;
}
/* line 463, ../sass/_common.scss */
.find-form .inpt-box input:focus, .contact-form-component .common-wrapper form.contact-form .inpt-box input:focus {
  outline: none;
}
/* line 466, ../sass/_common.scss */
.find-form .inpt-box input::-webkit-input-placeholder, .contact-form-component .common-wrapper form.contact-form .inpt-box input::-webkit-input-placeholder, .find-form .inpt-box input:-moz-placeholder, .contact-form-component .common-wrapper form.contact-form .inpt-box input:-moz-placeholder, .find-form .inpt-box input:-ms-input-placeholder, .contact-form-component .common-wrapper form.contact-form .inpt-box input:-ms-input-placeholder {
  color: #ccc;
}
/* line 471, ../sass/_common.scss */
.find-form .inpt-box input::-moz-placeholder, .contact-form-component .common-wrapper form.contact-form .inpt-box input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
/* line 477, ../sass/_common.scss */
.find-form .inpt-box label, .contact-form-component .common-wrapper form.contact-form .inpt-box label {
  float: left;
  margin: 6px 0 0 0;
  color: #415464;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  max-width: 80%;
}
/* line 486, ../sass/_common.scss */
.find-form .inpt-box label span, .contact-form-component .common-wrapper form.contact-form .inpt-box label span {
  color: #ff681d;
}
/* line 491, ../sass/_common.scss */
.find-form .inpt-box .jcf-select, .contact-form-component .common-wrapper form.contact-form .inpt-box .jcf-select {
  font-family: "source-sans-pro";
  font-weight: 300;
  font-size: 28px !important;
  color: #ccc;
  text-shadow: 0 0 0 #919191;
  margin: 0;
  width: 100%;
  padding: 10px 40px 4px 0;
  height: 60px;
  display: block;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
/* line 513, ../sass/_common.scss */
.find-form .inpt-box .jcf-select .jcf-select-text, .contact-form-component .common-wrapper form.contact-form .inpt-box .jcf-select .jcf-select-text {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 519, ../sass/_common.scss */
.find-form .inpt-box .jcf-select .jcf-select-opener, .contact-form-component .common-wrapper form.contact-form .inpt-box .jcf-select .jcf-select-opener {
  position: absolute;
  background: url(clientlibs_desktop/images/sprite.png) no-repeat -219px -70px;
  background-size: 300px auto;
  width: 13px;
  bottom: 0;
  right: 3px;
  top: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1299px) {
  /* line 519, ../sass/_common.scss */
  .find-form .inpt-box .jcf-select .jcf-select-opener, .contact-form-component .common-wrapper form.contact-form .inpt-box .jcf-select .jcf-select-opener {
    background-position: -219px -74px;
  }
}
@media only screen and (max-width: 1299px) {
  /* line 491, ../sass/_common.scss */
  .find-form .inpt-box .jcf-select, .contact-form-component .common-wrapper form.contact-form .inpt-box .jcf-select {
    font-size: 22px !important;
    padding: 10px 22px 0 0;
  }
}
/* line 537, ../sass/_common.scss */
.find-form .inpt-box .jcf-hidden, .contact-form-component .common-wrapper form.contact-form .inpt-box .jcf-hidden {
  -webkit-appearance: none;
  position: absolute;
  left: -9999px;
  height: 1px;
  width: 1px;
  margin: 0px;
  border-width: 0px;
}

/* line 548, ../sass/_common.scss */
.find-form .submit, .contact-form-component .common-wrapper form.contact-form .submit {
  font-size: 14px;
  background: transparent;
  color: #415464;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 1px #ccc;
  padding: 12px 55px 10px 20px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 20px auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 565, ../sass/_common.scss */
.find-form .submit:before, .contact-form-component .common-wrapper form.contact-form .submit:before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  border: 2px solid #FFB81D;
  border-radius: 50%;
  top: 10px;
  right: 14px;
}
/* line 575, ../sass/_common.scss */
.find-form .submit:after, .contact-form-component .common-wrapper form.contact-form .submit:after {
  content: "\f061";
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 19px;
  top: 15px;
  color: #FFB81D;
}

/* line 587, ../sass/_common.scss */
.find-form .marker, .contact-form-component .marker {
  float: right;
  margin: 6px 0 0 0;
  color: #FF681D;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 15px;
  text-align: right;
}

/* line 598, ../sass/_common.scss */
.riverbed-list ol {
  list-style: none;
}
/* line 601, ../sass/_common.scss */
.riverbed-list ol > li {
  counter-increment: item;
}
/* line 604, ../sass/_common.scss */
.riverbed-list ol > li:before {
  content: counter(item) ". ";
  color: #ff681d;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
/* line 610, ../sass/_common.scss */
.riverbed-list .riverbed-list-style {
  color: #415464;
  font-size: 16px;
  line-height: 20px;
}

/* line 617, ../sass/_common.scss */
.filterintrotext {
  padding: 0px 50px 80px 250px;
}
@media only screen and (max-width: 999px) {
  /* line 617, ../sass/_common.scss */
  .filterintrotext {
    padding: 30px;
  }
}

/*nav css here -----------------------------------------------  */
/* line 3, ../sass/_nav.scss */
.mobile-header {
  display: none;
}
@media only screen and (max-width: 999px) {
  /* line 3, ../sass/_nav.scss */
  .mobile-header {
    display: block;
  }
  /* line 7, ../sass/_nav.scss */
  .mobile-header .menu-opener {
    position: absolute;
    z-index: 50;
    right: 29px;
    top: 48px;
    width: 40px;
    height: 32px;
    background: rgba(0, 0, 0, 0.37);
    border-radius: 3px;
    text-indent: -9999px;
    overflow: hidden;
  }
  /* line 18, ../sass/_nav.scss */
  .mobile-header .menu-opener:before, .mobile-header .menu-opener:after,
  .mobile-header .menu-opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    left: 15%;
    right: 15%;
    height: 4px;
    margin-top: -2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  /* line 32, ../sass/_nav.scss */
  .mobile-header .menu-opener:before, .mobile-header .menu-opener:after {
    content: '';
    top: 8px;
  }
  /* line 37, ../sass/_nav.scss */
  .mobile-header .menu-opener:after {
    top: 24px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 41, ../sass/_nav.scss */
  .mobile-header .menu-opener {
    right: 18px;
    top: 10px;
  }
}

/* line 49, ../sass/_nav.scss */
#menu .logo {
  opacity: 0;
  max-width: 116px;
  margin: 0 0 0 30px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 56, ../sass/_nav.scss */
#menu .logo img {
  width: 100%;
  height: auto;
}
/* line 61, ../sass/_nav.scss */
#menu .menu-box {
  width: 200px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  /*background: rgba(0, 0, 0, 0.48);*/
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.63) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.83)), color-stop(100%, rgba(0, 0, 0, 0.63)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.63) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.63) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.63) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.63) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4000000', endColorstr='#a1000000',GradientType=1 );
  /* IE6-9 */
}
/* line 79, ../sass/_nav.scss */
#menu .menu-box .add-links .btn-search.selected a.add-nav-search:after {
  content: "\f067";
  top: 20px;
  font-size: 14px;
}
/* line 85, ../sass/_nav.scss */
#menu .menu-box .add-links .btn-search.selected a.add-nav-search:before {
  display: block;
  top: 15px;
  right: 76px;
}
/* line 94, ../sass/_nav.scss */
#menu .menu-box .add-links a.add-nav-search:after {
  content: "\f002";
  top: 16px;
  font-size: 17px;
  right: 83px;
}
/* line 103, ../sass/_nav.scss */
#menu .menu-box .add-links a.add-nav-search:before {
  display: none;
}
/* line 111, ../sass/_nav.scss */
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 290px;
}
/* line 116, ../sass/_nav.scss */
#menu ul li {
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 119, ../sass/_nav.scss */
#menu ul li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: block;
}
/* line 125, ../sass/_nav.scss */
#menu ul li .banner,
#menu ul li .mp-level {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  overflow: hidden;
}
/* line 135, ../sass/_nav.scss */
#menu .add-links {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 60px;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 144, ../sass/_nav.scss */
#menu .add-links li a {
  font-size: 16px;
  padding: 14px 0 14px 30px;
}
/* line 150, ../sass/_nav.scss */
#menu .mp-level > ul > li:last-child {
  border-bottom: solid 1px #DADDDF;
}
/* line 153, ../sass/_nav.scss */
#menu .mp-level ul {
  padding: 40px 0 450px;
}
/* line 155, ../sass/_nav.scss */
#menu .mp-level ul li {
  border-top: solid 1px #DADDDF;
}
/* line 158, ../sass/_nav.scss */
#menu .mp-level ul li a {
  font-size: 16px;
  color: #415464;
  padding: 20px 45px 20px 30px;
  display: block;
  position: relative;
}
/* line 164, ../sass/_nav.scss */
#menu .mp-level ul li a:hover {
  background: #E0E4E7;
}
/* line 168, ../sass/_nav.scss */
#menu .mp-level ul li:first-child {
  border: none;
}
/* line 173, ../sass/_nav.scss */
#menu .mp-level ul li.activated > a:after {
  transform: rotate(45deg);
  -ms-transform: -ms-rotate(45deg);
  -webkit-transform: -webkit-rotate(45deg);
}
/* line 178, ../sass/_nav.scss */
#menu .mp-level ul li.more > a {
  /*&:before {
  	content:'';
  	position: absolute;
  	width: 16px;
  	height: 16px;
  	border:1px solid #fd702a;
  	border-radius:50%;
  	top: 21px;
  	right: 21px;
  }*/
}
/* line 179, ../sass/_nav.scss */
#menu .mp-level ul li.more > a:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_plus_16.png);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 25px;
  top: 17px;
}
/* line 200, ../sass/_nav.scss */
#menu .mp-level ul > li.activated > a,
#menu .mp-level ul > li:hover > a {
  border-left: solid 7px #ff681d;
  padding: 20px 0 20px 23px;
  color: #ff681d !important;
  background: #E0E4E7;
}
/* line 207, ../sass/_nav.scss */
#menu .mp-level ul > li a.active {
  border-left: solid 7px #ff681d;
  padding: 20px 0 20px 23px;
  color: #ff681d !important;
  background: #E0E4E7;
}
/* line 213, ../sass/_nav.scss */
#menu .mp-level ul ul {
  position: absolute;
  left: -9999px;
  width: 0;
  padding: 0;
  overflow: hidden;
}
/* line 222, ../sass/_nav.scss */
#menu .container {
  overflow-y: auto;
  height: 100%;
  margin: 0;
  max-width: auto;
}

/* line 230, ../sass/_nav.scss */
#menu .menu-box .add-links li a:hover {
  padding: 14px 0 14px 23px !important;
}

/* line 234, ../sass/_nav.scss */
.menu-box .main .currentpage a {
  border-left: solid 7px #ff681d;
  padding: 20px 0 20px 23px;
  color: #ff681d !important;
  background: rgba(0, 0, 0, 0.46);
}

/* line 241, ../sass/_nav.scss */
.menu-box .main:hover .currentpage a {
  color: #fff !important;
  border: none;
  padding: 20px 0 20px 30px;
  background: transparent;
}

/* line 248, ../sass/_nav.scss */
body .menu-box .main .currentpage:hover a {
  border-left: solid 7px #ff681d;
  padding: 20px 0 20px 23px;
  color: #ff681d !important;
  background: rgba(0, 0, 0, 0.46);
}

/* line 258, ../sass/_nav.scss */
.view-more-active #menu .menu-box,
.fixed #menu .menu-box {
  background: black;
  /* Old browsers */
  background: -moz-linear-gradient(left, black 0%, #2b2b2b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(100%, #2b2b2b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, black 0%, #2b2b2b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, black 0%, #2b2b2b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, black 0%, #2b2b2b 100%);
  /* IE10+ */
  background: linear-gradient(to right, black 0%, #2b2b2b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2b2b2b',GradientType=1 );
  /* IE6-9 */
}
/* line 268, ../sass/_nav.scss */
.view-more-active #menu .menu-box .logo,
.fixed #menu .menu-box .logo {
  opacity: 1;
  margin: 30px 0 20px 30px;
}
/* line 273, ../sass/_nav.scss */
.view-more-active #menu .add-links,
.fixed #menu .add-links {
  bottom: 110px;
}

@media only screen and (max-width: 999px) {
  /* line 280, ../sass/_nav.scss */
  #menu .menu-box {
    left: -200px;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }

  /* line 285, ../sass/_nav.scss */
  .mobile-active .menu-opener span {
    opacity: 0;
  }
  /* line 286, ../sass/_nav.scss */
  .mobile-active .menu-opener:hover {
    opacity: .9;
  }
  /* line 287, ../sass/_nav.scss */
  .mobile-active .menu-opener:after,
  .mobile-active .menu-opener:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    left: 15%;
    right: 15%;
  }
  /* line 297, ../sass/_nav.scss */
  .mobile-active .menu-opener:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 303, ../sass/_nav.scss */
  .mobile-active #menu .menu-box {
    left: 0;
  }

  /* line 307, ../sass/_nav.scss */
  .view-more-active.mobile-active #menu .menu-box {
    left: -100%;
  }

  /* line 310, ../sass/_nav.scss */
  .fixed-tools .menu-opener {
    position: fixed;
  }
}
/*tmp fix*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 319, ../sass/_nav.scss */
  #menu .menu-box * > ul > .more > a:before {
    top: 16px;
  }

  /* line 322, ../sass/_nav.scss */
  #menu .menu-box * > ul > .more > a:after {
    top: 20px;
  }

  /* line 325, ../sass/_nav.scss */
  #menu .menu-box {
    height: 100% !important;
  }

  /* line 331, ../sass/_nav.scss */
  #menu .logo {
    opacity: 0 !important;
    margin: 0 0 0 30px !important;
    height: 20px !important;
  }

  /* line 336, ../sass/_nav.scss */
  #menu .add-links {
    bottom: 42px !important;
  }
}
@media only screen and (max-width: 999px) {
  /* line 342, ../sass/_nav.scss */
  .view-more-active #menu .menu-box .logo {
    margin: 0;
    opacity: 0;
  }

  /* line 346, ../sass/_nav.scss */
  .view-more-active.fixed #menu .menu-box .logo {
    margin: 30px 0 0 30px;
    opacity: 1;
  }

  /* line 350, ../sass/_nav.scss */
  #menu .menu-box {
    background: black;
    background: -moz-linear-gradient(left, black 0%, #2b2b2b 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(100%, #2b2b2b));
    background: -webkit-linear-gradient(left, black 0%, #2b2b2b 100%);
    background: -o-linear-gradient(left, black 0%, #2b2b2b 100%);
    background: -ms-linear-gradient(left, black 0%, #2b2b2b 100%);
    background: linear-gradient(to right, black 0%, #2b2b2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2b2b2b',GradientType=1 );
  }
}
/* line 361, ../sass/_nav.scss */
.menu-holder {
  position: relative;
  min-height: 100%;
}

/* line 366, ../sass/_nav.scss */
.container-sub-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
  /*left: -252px;*/
  left: 150px;
  width: 252px;
  height: 100%;
  background: #e7ebee;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
/* line 381, ../sass/_nav.scss */
.container-sub-menu .container-sub-menu-holder {
  position: relative;
  min-height: 100%;
}
/* line 385, ../sass/_nav.scss */
.container-sub-menu .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: rgba(0, 0, 0, 0.3);
}
/* line 388, ../sass/_nav.scss */
.container-sub-menu .banner {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
/* line 393, ../sass/_nav.scss */
.container-sub-menu .banner img {
  width: 100%;
  height: auto;
}
/* line 397, ../sass/_nav.scss */
.container-sub-menu .banner .bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 20px 22px 43px 25px;
}
/* line 404, ../sass/_nav.scss */
.container-sub-menu .banner .bottom-text p {
  font-size: 26px;
  line-height: 31px;
  color: #fff;
  margin: 0 0 18px;
}
/* line 410, ../sass/_nav.scss */
.container-sub-menu .banner .bottom-text div.rounded-plus-btn, .container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn, .container-sub-menu .banner .bottom-text div.rounded-more-wht-btn, .container-sub-menu .banner .bottom-text div.rounded-more-btn, .container-sub-menu .banner .bottom-text div.rounded-download-btn, .container-sub-menu .banner .bottom-text div.rounded-video-wht-btn, .container-sub-menu .banner .bottom-text div.rounded-more-blue-btn, .container-sub-menu .banner .bottom-text div.rounded-clear-blue-btn, .container-sub-menu .banner .bottom-text div.rounded-arrow-btn,
.container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn,
.container-sub-menu .banner .bottom-text div.rounded-more-wht-btn,
.container-sub-menu .banner .bottom-text div.rounded-more-btn,
.container-sub-menu .banner .bottom-text div.rounded-video-wht-btn,
.container-sub-menu .banner .bottom-text div.rounded-more-blue-btn {
  margin: 0;
}
/* line 417, ../sass/_nav.scss */
.container-sub-menu .banner .bottom-text div.rounded-plus-btn a, .container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn a, .container-sub-menu .banner .bottom-text div.rounded-more-wht-btn a, .container-sub-menu .banner .bottom-text div.rounded-more-btn a, .container-sub-menu .banner .bottom-text div.rounded-download-btn a, .container-sub-menu .banner .bottom-text div.rounded-video-wht-btn a, .container-sub-menu .banner .bottom-text div.rounded-more-blue-btn a, .container-sub-menu .banner .bottom-text div.rounded-clear-blue-btn a, .container-sub-menu .banner .bottom-text div.rounded-arrow-btn a,
.container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn a,
.container-sub-menu .banner .bottom-text div.rounded-more-wht-btn a,
.container-sub-menu .banner .bottom-text div.rounded-more-btn a,
.container-sub-menu .banner .bottom-text div.rounded-video-wht-btn a,
.container-sub-menu .banner .bottom-text div.rounded-more-blue-btn a {
  font-size: 14px;
}
/* line 419, ../sass/_nav.scss */
.container-sub-menu .banner .bottom-text div.rounded-plus-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-more-wht-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-more-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-download-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-video-wht-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-more-blue-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-clear-blue-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-arrow-btn a:before,
.container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn a:before,
.container-sub-menu .banner .bottom-text div.rounded-more-wht-btn a:before,
.container-sub-menu .banner .bottom-text div.rounded-more-btn a:before,
.container-sub-menu .banner .bottom-text div.rounded-video-wht-btn a:before,
.container-sub-menu .banner .bottom-text div.rounded-more-blue-btn a:before {
  width: 18px;
  height: 18px;
}
/* line 423, ../sass/_nav.scss */
.container-sub-menu .banner .bottom-text div.rounded-plus-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-more-wht-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-more-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-download-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-video-wht-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-more-blue-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-clear-blue-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-arrow-btn a:after,
.container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn a:after,
.container-sub-menu .banner .bottom-text div.rounded-more-wht-btn a:after,
.container-sub-menu .banner .bottom-text div.rounded-more-btn a:after,
.container-sub-menu .banner .bottom-text div.rounded-video-wht-btn a:after,
.container-sub-menu .banner .bottom-text div.rounded-more-blue-btn a:after {
  top: 14px;
  font-size: 11px;
  right: 19px;
}
/* line 432, ../sass/_nav.scss */
.container-sub-menu .mp-level {
  position: static !important;
  width: 100% !important;
}

/* line 438, ../sass/_nav.scss */
.container-sub-menu2 {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  left: -252px;
  width: 252px;
  height: 100%;
  background: #415464;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
/* line 453, ../sass/_nav.scss */
.container-sub-menu2 .container-sub-menu2-holder {
  position: relative;
  min-height: 100%;
}
/* line 457, ../sass/_nav.scss */
.container-sub-menu2 .jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: rgba(0, 0, 0, 0.3);
}
/* line 460, ../sass/_nav.scss */
.container-sub-menu2 ul {
  position: static !important;
  width: 100% !important;
}

/* line 466, ../sass/_nav.scss */
#menu .container-sub-menu2 ul {
  margin: 0;
  list-style: none;
  padding: 40px 0;
  font-size: 16px;
  line-height: 22px;
}
/* line 473, ../sass/_nav.scss */
#menu .container-sub-menu2 ul li {
  border-bottom: solid 1px #354B5E;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
/* line 478, ../sass/_nav.scss */
#menu .container-sub-menu2 ul li a {
  display: block;
  padding: 20px 30px;
  color: #e7ebee;
}
/* line 482, ../sass/_nav.scss */
#menu .container-sub-menu2 ul li a.active, #menu .container-sub-menu2 ul li a:hover {
  color: #ff681d;
  background: #384957;
}

/* line 492, ../sass/_nav.scss */
.second-drop-active .container-sub-menu2 {
  left: 297px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9999;
}

/* line 498, ../sass/_nav.scss */
.drop-active .container-sub-menu {
  left: 200px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 99999;
}

/* line 504, ../sass/_nav.scss */
.drop-active.second-drop-active .container-sub-menu {
  left: 46px;
  z-index: 99999;
}

/* line 509, ../sass/_nav.scss */
.drop-active.second-drop-active .menu-box ul > li,
.drop-active.second-drop-active .menu-box .logo img {
  opacity: .3;
  filter: alpha(opacity=30);
}

/* line 516, ../sass/_nav.scss */
.menu-box * > ul {
  margin: 0;
}
/* line 522, ../sass/_nav.scss */
.menu-box * > ul > li.selected > a,
.menu-box * > ul > li.activated > a,
.menu-box * > ul > li:hover > a {
  border-left: solid 7px #ff681d;
  padding: 20px 0 20px 23px;
  color: #ff681d !important;
  background: rgba(0, 0, 0, 0.46);
}
/* line 529, ../sass/_nav.scss */
.menu-box * > ul > li
> a.active {
  border-left: solid 7px #ff681d;
  padding: 20px 0 20px 23px;
  color: #ff681d !important;
  background: rgba(0, 0, 0, 0.46);
}
/* line 537, ../sass/_nav.scss */
.menu-box * > ul a {
  display: block;
  position: relative;
  padding: 20px 0 20px 30px;
}

/* line 543, ../sass/_nav.scss */
#menu .menu-box * > ul > .more > a {
  padding-right: 47px;
}
/* line 545, ../sass/_nav.scss */
#menu .menu-box * > ul > .more > a:after {
  content: "\f067";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 30.5px;
  top: 25px;
  color: #a8aca1;
}
/* line 553, ../sass/_nav.scss */
#menu .menu-box * > ul > .more > a:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  border: 2px solid #a8aca1;
  border-radius: 50%;
  top: 20px;
  right: 24px;
}

/* line 566, ../sass/_nav.scss */
#menu .menu-box * > ul > .selected > a:after,
#menu .menu-box * > ul > .activated > a:after {
  color: #f9661d;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 573, ../sass/_nav.scss */
#menu .menu-box * > ul > .selected > a:before,
#menu .menu-box * > ul > .activated > a:before {
  border: 2px solid #f9661d;
}

/* line 578, ../sass/_nav.scss */
#nav-overlay {
  position: fixed;
  display: none;
  left: 200px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
  /*background: rgba(9, 24, 32, 0.83);*/
  opacity: 0;
  cursor: pointer;
  /*@include transition(all 0.3s ease-out);*/
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}

/* custom scrollbars styles */
/* line 594, ../sass/_nav.scss */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}

/* line 599, ../sass/_nav.scss */
.ua-mobile-ipad .menu-box .jcf-scrollable-wrapper {
  height: 100% !important;
}

/* line 603, ../sass/_nav.scss */
.ua-mobile-ipad .menu-box .jcf-scrollable {
  height: 100% !important;
}

/* line 607, ../sass/_nav.scss */
.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: rgba(0, 0, 0, 0.2);
  width: 6px;
  bottom: 0;
  right: 0;
  top: 0;
}

/* line 616, ../sass/_nav.scss */
.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  height: 0;
  width: 0;
}

/* line 621, ../sass/_nav.scss */
.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: rgba(0, 0, 0, 0.7);
  height: 1px;
  width: 6px;
}

/* line 626, ../sass/_nav.scss */
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

/* line 629, ../sass/_nav.scss */
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #0ff;
}

@media only screen and (max-width: 767px) {
  /* line 637, ../sass/_nav.scss */
  .drop-active.second-drop-active .menu-box ul > li {
    opacity: 1;
  }

  /* line 642, ../sass/_nav.scss */
  #menu .menu-box {
    padding-top: 30px;
    background: #181F25 !important;
  }

  /* line 647, ../sass/_nav.scss */
  #wrapper {
    min-width: 100%;
    min-height: 100%;
    /*background-color: #fff;*/
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }

  /* line 657, ../sass/_nav.scss */
  #wrapper.mobile-active {
    left: 200px;
  }

  /* line 660, ../sass/_nav.scss */
  #wrapper.mobile-active .menu-opener {
    z-index: 99999;
    position: fixed;
  }

  /* line 664, ../sass/_nav.scss */
  .view-more-active .menu-opener {
    display: none;
  }

  /* line 667, ../sass/_nav.scss */
  #menu .logo {
    display: none;
  }

  /* line 670, ../sass/_nav.scss */
  #menu .menu-box {
    width: 100%;
    left: -100%;
    background: black;
    /* Old browsers */
    background: -moz-linear-gradient(left, black 0%, #2b2b2b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(100%, #2b2b2b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, black 0%, #2b2b2b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, black 0%, #2b2b2b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, black 0%, #2b2b2b 100%);
    /* IE10+ */
    background: linear-gradient(to right, black 0%, #2b2b2b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2b2b2b',GradientType=1 );
    /* IE6-9 */
  }

  /* line 682, ../sass/_nav.scss */
  #menu ul {
    padding: 15px 0 0;
  }
  /* line 684, ../sass/_nav.scss */
  #menu ul li a {
    font-size: 18px;
    line-height: 16px;
    padding: 14px 5px 14px 25px;
    border-bottom: solid 1px #1F2830;
  }

  /* line 691, ../sass/_nav.scss */
  #menu .add-links {
    position: static;
  }

  /* line 694, ../sass/_nav.scss */
  #menu .mp-level ul li.more > a:before,
  #menu .menu-box * > ul > .more > a:before {
    width: 18px;
    height: 18px;
    border-width: 0px;
    top: 13px;
    right: 14px;
  }

  /* line 702, ../sass/_nav.scss */
  #menu .mp-level ul li.more > a:after,
  #menu .menu-box * > ul > .more > a:after {
    font: normal normal normal 10px/1 FontAwesome;
    right: 19px;
    top: 17px;
    content: url(clientlibs_desktop/css/Icons/icon_orange_round_plus_18.png);
  }

  /* line 709, ../sass/_nav.scss */
  #menu ul li .mp-level {
    position: static;
    width: 100%;
    height: auto;
    overflow: visible;
    left: 0;
  }
  /* line 715, ../sass/_nav.scss */
  #menu ul li .mp-level ul {
    padding: 0;
  }
  /* line 717, ../sass/_nav.scss */
  #menu ul li .mp-level ul li {
    border-color: rgba(199, 199, 199, 0.1);
  }
  /* line 719, ../sass/_nav.scss */
  #menu ul li .mp-level ul li:last-child {
    border-color: rgba(199, 199, 199, 0.1);
  }
  /* line 722, ../sass/_nav.scss */
  #menu ul li .mp-level ul li a {
    padding: 14px 5px 14px 36px !important;
    font-size: 18px;
    color: #fff !important;
    background: none !important;
    line-height: 1.2;
    border: none;
  }
  /* line 730, ../sass/_nav.scss */
  #menu ul li .mp-level ul li li > a {
    padding: 14px 5px 14px 46px !important;
    color: #415464 !important;
    border-bottom: solid 1px #D5D5D5;
  }

  /* line 738, ../sass/_nav.scss */
  #menu .mp-level ul ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  /* line 741, ../sass/_nav.scss */
  #menu .main > li.open {
    border-left: solid 7px #ff681d;
  }
  /* line 743, ../sass/_nav.scss */
  #menu .main > li.open .open {
    border-left: none !important;
  }

  /* line 747, ../sass/_nav.scss */
  #menu .mp-level ul ul {
    position: static;
    width: 100%;
    height: auto;
    overflow: visible;
    left: 0;
    background: #e7ebee;
  }

  /* line 755, ../sass/_nav.scss */
  #menu .mp-level ul > li.activated a, #menu .mp-level ul > li:hover a {
    padding: 10px 5px 10px 22px;
  }

  /* line 758, ../sass/_nav.scss */
  #menu .mp-level ul li a:hover,
  .menu-box * > ul > li.selected, .menu-box * > ul > li.activated {
    background: rgba(255, 255, 255, 0.1);
  }

  /* line 762, ../sass/_nav.scss */
  #menu .mp-level ul > li.activated, #menu .mp-level ul > li:hover {
    border-left: none;
  }

  /* line 765, ../sass/_nav.scss */
  .container-sub-menu2,
  .container-sub-menu {
    position: absolute;
    left: -9999px !important;
  }

  /* line 770, ../sass/_nav.scss */
  #nav-overlay {
    display: none !important;
  }

  /* line 773, ../sass/_nav.scss */
  #menu .add-links li a {
    padding: 14px 0 14px 25px;
    color: #587691;
  }
}
@media screen and (max-height: 810px) and (min-width: 768px) {
  /* line 781, ../sass/_nav.scss */
  #menu ul.main {
    padding-bottom: 260px;
  }
  /* line 784, ../sass/_nav.scss */
  #menu ul.main li a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  /* line 790, ../sass/_nav.scss */
  #menu .container-sub-menu2 ul li a {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  /* line 796, ../sass/_nav.scss */
  #menu .mp-level ul li a {
    padding: 14px 20px 14px 30px;
  }
  /* line 799, ../sass/_nav.scss */
  #menu .mp-level ul > li.activated > a,
  #menu .mp-level ul > li:hover > a {
    padding: 14px 20px 14px 23px;
  }
}
/* line 1, ../sass/_grid.scss */
.container {
  max-width: 1400px;
  margin: 0 auto;
}
/* line 4, ../sass/_grid.scss */
.container .row {
  margin: 0 -2px;
}
/* line 6, ../sass/_grid.scss */
.container .row:after {
  display: block;
  clear: both;
  content: '';
}
/* line 11, ../sass/_grid.scss */
.container .row.spaced {
  padding-bottom: 50px;
  padding-top: 50px;
}
/* line 16, ../sass/_grid.scss */
.container.fluid {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* line 20, ../sass/_grid.scss */
.container.fluid .row {
  margin: 0 -50px;
}
@media only screen and (max-width: 999px) {
  /* line 20, ../sass/_grid.scss */
  .container.fluid .row {
    margin: 0 -40px;
  }
}
/* line 26, ../sass/_grid.scss */
.container.fluid .col-lg-1,
.container.fluid .col-lg-2,
.container.fluid .col-lg-3,
.container.fluid .col-lg-4,
.container.fluid .col-lg-5,
.container.fluid .col-lg-6,
.container.fluid .col-lg-7,
.container.fluid .col-lg-8,
.container.fluid .col-lg-9,
.container.fluid .col-lg-10,
.container.fluid .col-lg-11,
.container.fluid .col-lg-12 {
  padding: 0;
}
/* line 41, ../sass/_grid.scss */
.container.fluid.common-margin .row {
  margin: 0;
}

/* line 47, ../sass/_grid.scss */
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  float: left;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}

/* line 64, ../sass/_grid.scss */
.col-lg-1 {
  width: 8.33333333%;
}

/* line 67, ../sass/_grid.scss */
.col-lg-2 {
  width: 16.66666667%;
}

/* line 70, ../sass/_grid.scss */
.col-lg-3 {
  width: 25%;
  padding: 2px;
}

/* line 74, ../sass/_grid.scss */
.col-lg-4 {
  width: 33.33333333%;
}

/* line 77, ../sass/_grid.scss */
.col-lg-5 {
  width: 41.66666667%;
}

/* line 80, ../sass/_grid.scss */
.col-lg-6 {
  width: 50%;
}

/* line 83, ../sass/_grid.scss */
.col-lg-7 {
  width: 58.33333333%;
}

/* line 86, ../sass/_grid.scss */
.col-lg-8 {
  width: 66.66666667%;
}

/* line 89, ../sass/_grid.scss */
.col-lg-9 {
  width: 75%;
}

/* line 92, ../sass/_grid.scss */
.col-lg-10 {
  width: 83.33333333%;
}

/* line 95, ../sass/_grid.scss */
.col-lg-11 {
  width: 91.66666667%;
}

/* line 98, ../sass/_grid.scss */
.col-lg-12 {
  width: 100%;
}

/* line 101, ../sass/_grid.scss */
.col-lg-pull-12 {
  right: 100%;
}

/* line 104, ../sass/_grid.scss */
.col-lg-pull-11 {
  right: 91.66666667%;
}

/* line 107, ../sass/_grid.scss */
.col-lg-pull-10 {
  right: 83.33333333%;
}

/* line 110, ../sass/_grid.scss */
.col-lg-pull-9 {
  right: 75%;
}

/* line 113, ../sass/_grid.scss */
.col-lg-pull-8 {
  right: 66.66666667%;
}

/* line 116, ../sass/_grid.scss */
.col-lg-pull-7 {
  right: 58.33333333%;
}

/* line 119, ../sass/_grid.scss */
.col-lg-pull-6 {
  right: 50%;
}

/* line 122, ../sass/_grid.scss */
.col-lg-pull-5 {
  right: 41.66666667%;
}

/* line 125, ../sass/_grid.scss */
.col-lg-pull-4 {
  right: 33.33333333%;
}

/* line 128, ../sass/_grid.scss */
.col-lg-pull-3 {
  right: 25%;
}

/* line 131, ../sass/_grid.scss */
.col-lg-pull-2 {
  right: 16.66666667%;
}

/* line 134, ../sass/_grid.scss */
.col-lg-pull-1 {
  right: 8.33333333%;
}

/* line 137, ../sass/_grid.scss */
.col-lg-pull-0 {
  right: auto;
}

/* line 140, ../sass/_grid.scss */
.col-lg-push-12 {
  left: 100%;
}

/* line 143, ../sass/_grid.scss */
.col-lg-push-11 {
  left: 91.66666667%;
}

/* line 146, ../sass/_grid.scss */
.col-lg-push-10 {
  left: 83.33333333%;
}

/* line 149, ../sass/_grid.scss */
.col-lg-push-9 {
  left: 75%;
}

/* line 152, ../sass/_grid.scss */
.col-lg-push-8 {
  left: 66.66666667%;
}

/* line 155, ../sass/_grid.scss */
.col-lg-push-7 {
  left: 58.33333333%;
}

/* line 158, ../sass/_grid.scss */
.col-lg-push-6 {
  left: 50%;
}

/* line 161, ../sass/_grid.scss */
.col-lg-push-5 {
  left: 41.66666667%;
}

/* line 164, ../sass/_grid.scss */
.col-lg-push-4 {
  left: 33.33333333%;
}

/* line 167, ../sass/_grid.scss */
.col-lg-push-3 {
  left: 25%;
}

/* line 170, ../sass/_grid.scss */
.col-lg-push-2 {
  left: 16.66666667%;
}

/* line 173, ../sass/_grid.scss */
.col-lg-push-1 {
  left: 8.33333333%;
}

/* line 176, ../sass/_grid.scss */
.col-lg-push-0 {
  left: auto;
}

/* line 179, ../sass/_grid.scss */
.col-lg-offset-12 {
  margin-left: 100%;
}

/* line 182, ../sass/_grid.scss */
.col-lg-offset-11 {
  margin-left: 91.66666667%;
}

/* line 185, ../sass/_grid.scss */
.col-lg-offset-10 {
  margin-left: 83.33333333%;
}

/* line 188, ../sass/_grid.scss */
.col-lg-offset-9 {
  margin-left: 75%;
}

/* line 191, ../sass/_grid.scss */
.col-lg-offset-8 {
  margin-left: 66.66666667%;
}

/* line 194, ../sass/_grid.scss */
.col-lg-offset-7 {
  margin-left: 58.33333333%;
}

/* line 197, ../sass/_grid.scss */
.col-lg-offset-6 {
  margin-left: 50%;
}

/* line 200, ../sass/_grid.scss */
.col-lg-offset-5 {
  margin-left: 41.66666667%;
}

/* line 203, ../sass/_grid.scss */
.col-lg-offset-4 {
  margin-left: 33.33333333%;
}

/* line 206, ../sass/_grid.scss */
.col-lg-offset-3 {
  margin-left: 25%;
}

/* line 209, ../sass/_grid.scss */
.col-lg-offset-2 {
  margin-left: 16.66666667%;
}

/* line 212, ../sass/_grid.scss */
.col-lg-offset-1 {
  margin-left: 8.33333333%;
}

/* line 215, ../sass/_grid.scss */
.col-lg-offset-0 {
  margin-left: 0%;
}

@media only screen and (max-width: 999px) {
  /* line 219, ../sass/_grid.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 222, ../sass/_grid.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 225, ../sass/_grid.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 228, ../sass/_grid.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 231, ../sass/_grid.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 234, ../sass/_grid.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 237, ../sass/_grid.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 240, ../sass/_grid.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 243, ../sass/_grid.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 246, ../sass/_grid.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 249, ../sass/_grid.scss */
  .col-sm-12 {
    width: 91.66666667%;
  }

  /* line 252, ../sass/_grid.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 255, ../sass/_grid.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 258, ../sass/_grid.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 261, ../sass/_grid.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 264, ../sass/_grid.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 267, ../sass/_grid.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 270, ../sass/_grid.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 273, ../sass/_grid.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 276, ../sass/_grid.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 279, ../sass/_grid.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 282, ../sass/_grid.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 285, ../sass/_grid.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 288, ../sass/_grid.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 291, ../sass/_grid.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 294, ../sass/_grid.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 297, ../sass/_grid.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 300, ../sass/_grid.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 303, ../sass/_grid.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 306, ../sass/_grid.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 309, ../sass/_grid.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 312, ../sass/_grid.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 315, ../sass/_grid.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 318, ../sass/_grid.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 321, ../sass/_grid.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 324, ../sass/_grid.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 327, ../sass/_grid.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 330, ../sass/_grid.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 333, ../sass/_grid.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 336, ../sass/_grid.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 339, ../sass/_grid.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 342, ../sass/_grid.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 345, ../sass/_grid.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 348, ../sass/_grid.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 351, ../sass/_grid.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 354, ../sass/_grid.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 357, ../sass/_grid.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 360, ../sass/_grid.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 363, ../sass/_grid.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 366, ../sass/_grid.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 369, ../sass/_grid.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 374, ../sass/_grid.scss */
  .col-xs-1 {
    width: 8.33333333%;
  }

  /* line 377, ../sass/_grid.scss */
  .col-xs-2 {
    width: 16.66666667%;
  }

  /* line 380, ../sass/_grid.scss */
  .col-xs-3 {
    width: 25%;
  }

  /* line 383, ../sass/_grid.scss */
  .col-xs-4 {
    width: 33.33333333%;
  }

  /* line 386, ../sass/_grid.scss */
  .col-xs-5 {
    width: 41.66666667%;
  }

  /* line 389, ../sass/_grid.scss */
  .col-xs-6 {
    width: 50%;
  }

  /* line 392, ../sass/_grid.scss */
  .col-xs-7 {
    width: 58.33333333%;
  }

  /* line 395, ../sass/_grid.scss */
  .col-xs-8 {
    width: 66.66666667%;
  }

  /* line 398, ../sass/_grid.scss */
  .col-xs-9 {
    width: 75%;
  }

  /* line 401, ../sass/_grid.scss */
  .col-xs-10 {
    width: 83.33333333%;
  }

  /* line 404, ../sass/_grid.scss */
  .col-xs-12 {
    width: 91.66666667%;
  }

  /* line 407, ../sass/_grid.scss */
  .col-xs-12 {
    width: 100%;
  }

  /* line 410, ../sass/_grid.scss */
  .col-xs-pull-12 {
    right: 100%;
  }

  /* line 413, ../sass/_grid.scss */
  .col-xs-pull-11 {
    right: 91.66666667%;
  }

  /* line 416, ../sass/_grid.scss */
  .col-xs-pull-10 {
    right: 83.33333333%;
  }

  /* line 419, ../sass/_grid.scss */
  .col-xs-pull-9 {
    right: 75%;
  }

  /* line 422, ../sass/_grid.scss */
  .col-xs-pull-8 {
    right: 66.66666667%;
  }

  /* line 425, ../sass/_grid.scss */
  .col-xs-pull-7 {
    right: 58.33333333%;
  }

  /* line 428, ../sass/_grid.scss */
  .col-xs-pull-6 {
    right: 50%;
  }

  /* line 431, ../sass/_grid.scss */
  .col-xs-pull-5 {
    right: 41.66666667%;
  }

  /* line 434, ../sass/_grid.scss */
  .col-xs-pull-4 {
    right: 33.33333333%;
  }

  /* line 437, ../sass/_grid.scss */
  .col-xs-pull-3 {
    right: 25%;
  }

  /* line 440, ../sass/_grid.scss */
  .col-xs-pull-2 {
    right: 16.66666667%;
  }

  /* line 443, ../sass/_grid.scss */
  .col-xs-pull-1 {
    right: 8.33333333%;
  }

  /* line 446, ../sass/_grid.scss */
  .col-xs-pull-0 {
    right: auto;
  }

  /* line 449, ../sass/_grid.scss */
  .col-xs-push-12 {
    left: 100%;
  }

  /* line 452, ../sass/_grid.scss */
  .col-xs-push-11 {
    left: 91.66666667%;
  }

  /* line 455, ../sass/_grid.scss */
  .col-xs-push-10 {
    left: 83.33333333%;
  }

  /* line 458, ../sass/_grid.scss */
  .col-xs-push-9 {
    left: 75%;
  }

  /* line 461, ../sass/_grid.scss */
  .col-xs-push-8 {
    left: 66.66666667%;
  }

  /* line 464, ../sass/_grid.scss */
  .col-xs-push-7 {
    left: 58.33333333%;
  }

  /* line 467, ../sass/_grid.scss */
  .col-xs-push-6 {
    left: 50%;
  }

  /* line 470, ../sass/_grid.scss */
  .col-xs-push-5 {
    left: 41.66666667%;
  }

  /* line 473, ../sass/_grid.scss */
  .col-xs-push-4 {
    left: 33.33333333%;
  }

  /* line 476, ../sass/_grid.scss */
  .col-xs-push-3 {
    left: 25%;
  }

  /* line 479, ../sass/_grid.scss */
  .col-xs-push-2 {
    left: 16.66666667%;
  }

  /* line 482, ../sass/_grid.scss */
  .col-xs-push-1 {
    left: 8.33333333%;
  }

  /* line 485, ../sass/_grid.scss */
  .col-xs-push-0 {
    left: auto;
  }

  /* line 488, ../sass/_grid.scss */
  .col-xs-offset-12 {
    margin-left: 100%;
  }

  /* line 491, ../sass/_grid.scss */
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 494, ../sass/_grid.scss */
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 497, ../sass/_grid.scss */
  .col-xs-offset-9 {
    margin-left: 75%;
  }

  /* line 500, ../sass/_grid.scss */
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 503, ../sass/_grid.scss */
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 506, ../sass/_grid.scss */
  .col-xs-offset-6 {
    margin-left: 50%;
  }

  /* line 509, ../sass/_grid.scss */
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 512, ../sass/_grid.scss */
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 515, ../sass/_grid.scss */
  .col-xs-offset-3 {
    margin-left: 25%;
  }

  /* line 518, ../sass/_grid.scss */
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 521, ../sass/_grid.scss */
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 524, ../sass/_grid.scss */
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
/* line 2, ../sass/_intro.scss */
#intro {
  /*required once*/
  width: 100%;
  height: 1000px;
  position: relative;
}
/* line 6, ../sass/_intro.scss */
#intro.not-full-height, #intro.sm-height, .forms #intro.sm-height {
  height: 470px !important;
  position: fixed;
}
/* line 9, ../sass/_intro.scss */
#intro.not-full-height .intro-inner, #intro.sm-height .intro-inner {
  height: 470px !important;
  padding: 90px 29px 90px 250px;
  white-space: nowrap;
}
/* line 13, ../sass/_intro.scss */
#intro.not-full-height .intro-inner:after, #intro.sm-height .intro-inner:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle;
}
/* line 22, ../sass/_intro.scss */
#intro.not-full-height .intro-inner .text-box, #intro.sm-height .intro-inner .text-box {
  position: static;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
/* line 30, ../sass/_intro.scss */
#intro.sm-height {
  height: 405px !important;
}
/* line 34, ../sass/_intro.scss */
#intro.sm-height .intro-inner {
  height: 405px !important;
  padding: 130px 29px 90px 250px;
}
/* line 39, ../sass/_intro.scss */
#intro.auto-height {
  height: 147px !important;
  background: #eee;
}
/* line 44, ../sass/_intro.scss */
#intro .intro-header .header-logo {
  padding: 46px 29px 0 250px;
  position: relative;
  z-index: 5;
}
/* line 48, ../sass/_intro.scss */
#intro .intro-header .header-logo .logo {
  float: left;
  max-width: 150px;
}
/* line 52, ../sass/_intro.scss */
#intro .intro-header .header-logo img {
  width: 100%;
  height: auto;
}
/* line 56, ../sass/_intro.scss */
#intro .intro-header .header-logo:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 999px) {
  /* line 44, ../sass/_intro.scss */
  #intro .intro-header .header-logo {
    padding: 40px 85px 0 40px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 44, ../sass/_intro.scss */
  #intro .intro-header .header-logo {
    padding-left: 30px;
  }
  /* line 66, ../sass/_intro.scss */
  #intro .intro-header .header-logo .logo {
    max-width: 90px;
  }
}
/* line 73, ../sass/_intro.scss */
#intro .intro-inner {
  padding: 165px 29px 0 250px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
/* line 78, ../sass/_intro.scss */
#intro .intro-inner .text-box {
  position: absolute;
  bottom: 12%;
  left: 250px;
  right: 29px;
}
/* line 84, ../sass/_intro.scss */
#intro .intro-inner h1 {
  font-size: 65px;
  margin: 0;
  line-height: 1;
}
/* line 90, ../sass/_intro.scss */
#intro .intro-inner h2 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 0;
}
/* line 98, ../sass/_intro.scss */
#intro .intro-inner .rounded-more-btn a:after, #intro .intro-inner .rounded-more-wht-btn a:after {
  right: 9px !important;
}
/* line 103, ../sass/_intro.scss */
#intro .intro-inner.overvid {
  position: static;
}
/* line 106, ../sass/_intro.scss */
#intro .slick-slider .slick-next,
#intro .slick-slider .slick-prev {
  display: none;
  height: 0;
  opacity: 0;
  width: 0;
  z-index: -2;
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  /* line 116, ../sass/_intro.scss */
  #intro .intro-inner {
    padding: 40px 29px 0;
  }
  /* line 118, ../sass/_intro.scss */
  #intro .intro-inner .text-box {
    left: 29px;
  }
  /* line 121, ../sass/_intro.scss */
  #intro .intro-inner h1 {
    font-size: 45px;
    text-transform: uppercase;
    margin: 0;
  }
  /* line 126, ../sass/_intro.scss */
  #intro .intro-inner h2 {
    font-size: 35px;
    margin: 0;
  }
  /* line 131, ../sass/_intro.scss */
  #intro.not-full-height, #intro.sm-height, .forms #intro.sm-height {
    height: 470px !important;
    position: static;
  }
  /* line 134, ../sass/_intro.scss */
  #intro.not-full-height .intro-inner, #intro.sm-height .intro-inner {
    height: 470px !important;
    padding: 40px 29px 40px;
  }
  /* line 139, ../sass/_intro.scss */
  #intro.sm-height {
    height: 400px !important;
    position: static;
  }
  /* line 142, ../sass/_intro.scss */
  #intro.sm-height .intro-inner {
    height: 440px !important;
    padding: 40px 29px 40px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 149, ../sass/_intro.scss */
  #intro .intro-inner {
    padding: 70px 15px 0;
  }
  /* line 151, ../sass/_intro.scss */
  #intro .intro-inner h1 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
  }
  /* line 156, ../sass/_intro.scss */
  #intro .intro-inner h2 {
    font-size: 27px;
    letter-spacing: -.6px;
  }
  /* line 161, ../sass/_intro.scss */
  #intro.not-full-height, #intro.sm-height, .forms #intro.sm-height {
    height: 300px !important;
  }
  /* line 163, ../sass/_intro.scss */
  #intro.not-full-height .intro-inner, #intro.sm-height .intro-inner {
    height: 300px !important;
    padding: 60px 29px 20px;
  }
}
/* line 169, ../sass/_intro.scss */
#intro .anchor-btn {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 62px;
  width: 34px;
  height: 34px;
  margin-left: 83px;
  color: #fff;
  text-align: center;
  -webkit-animation: fadeInDownLess 3s infinite;
  animation: fadeInDownLess 3s infinite;
}
/* line 181, ../sass/_intro.scss */
#intro .anchor-btn:after {
  content: "\f063";
  font: normal normal normal 16px/36px FontAwesome;
}
/* line 185, ../sass/_intro.scss */
#intro .anchor-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border: 4px solid #fff;
  border-radius: 50%;
}
/* line 195, ../sass/_intro.scss */
#intro .anchor-btn:hover {
  text-decoration: none;
  -webkit-animation: none;
  animation: none;
}
@media only screen and (max-width: 999px) {
  /* line 169, ../sass/_intro.scss */
  #intro .anchor-btn {
    margin-left: -17px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 169, ../sass/_intro.scss */
  #intro .anchor-btn {
    display: none;
  }
}
/* line 207, ../sass/_intro.scss */
#intro #slider-banner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  /* line 210, ../sass/_intro.scss */
  #intro #slider-banner .owl-item {
    background: #000;
  }
}
@media only screen and (max-width: 767px) {
  /* line 215, ../sass/_intro.scss */
  #intro #slider-banner .owl-item .bg-stretch {
    opacity: .6;
  }
}
/* line 221, ../sass/_intro.scss */
#intro #slider-banner .bg-stretch {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
/* line 225, ../sass/_intro.scss */
#intro #slider-banner .bg-stretch div[data-picture] {
  height: 100%;
}
/* line 228, ../sass/_intro.scss */
#intro #slider-banner .bg-stretch img {
  height: 100%;
  margin-left: auto !important;
  position: absolute;
  width: 100%;
  /* this is to help fix 1971, as it produces an ugly effect of changing the image size after the browser finishes
   * loading it... really ugly */
  visibility: hidden;
}
@media only screen and (max-width: 1299px) {
  /* line 228, ../sass/_intro.scss */
  #intro #slider-banner .bg-stretch img {
    width: 117%;
    right: -17%;
  }
}
@media only screen and (max-width: 999px) {
  /* line 228, ../sass/_intro.scss */
  #intro #slider-banner .bg-stretch img {
    width: 125%;
    right: -25%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 228, ../sass/_intro.scss */
  #intro #slider-banner .bg-stretch img {
    width: 135%;
    right: -35%;
  }
}
/* line 251, ../sass/_intro.scss */
#intro #slider-banner .slick-dots {
  position: absolute;
  right: 72px;
  bottom: 80px;
  z-index: 4;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
}
/* line 262, ../sass/_intro.scss */
#intro #slider-banner .slick-dots:after {
  display: block;
  clear: both;
  content: '';
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 999px) {
  /* line 251, ../sass/_intro.scss */
  #intro #slider-banner .slick-dots {
    right: 25px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 251, ../sass/_intro.scss */
  #intro #slider-banner .slick-dots {
    bottom: 40px;
  }
}
/* line 276, ../sass/_intro.scss */
#intro #slider-banner .slick-dots li {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 5px;
}
/* line 281, ../sass/_intro.scss */
#intro #slider-banner .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: none;
  opacity: 1;
  border: 1px solid #fff;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 295, ../sass/_intro.scss */
#intro #slider-banner .slick-dots .slick-active button {
  height: 28px;
  border-color: #ff681d;
  background: #ff681d;
}
/* line 302, ../sass/_intro.scss */
#intro .rounded-plus-btn, #intro div.rounded-plus-wht-btn, #intro div.rounded-more-wht-btn, #intro div.rounded-more-btn, #intro div.rounded-download-btn, #intro div.rounded-video-wht-btn, #intro div.rounded-more-blue-btn, #intro div.rounded-clear-blue-btn, #intro div.rounded-arrow-btn, #intro .rounded-more-blue-btn {
  text-align: left;
}

@media only screen and (max-width: 999px) and (orientation: portrait) {
  /* line 308, ../sass/_intro.scss */
  section#intro #slider-banner {
    position: static;
  }
  /* line 310, ../sass/_intro.scss */
  section#intro #slider-banner .owl-pagination {
    bottom: 80px;
  }

  /* line 315, ../sass/_intro.scss */
  .intro-header {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 650px) {
  /* line 322, ../sass/_intro.scss */
  section#intro {
    height: calc(100vh - 16px) !important;
  }
  /* line 324, ../sass/_intro.scss */
  section#intro .intro-inner {
    height: calc(100vh - 16px) !important;
  }
  /* line 326, ../sass/_intro.scss */
  section#intro .intro-inner .text-box {
    position: absolute;
  }
  /* line 330, ../sass/_intro.scss */
  section#intro .rounded-more-btn {
    margin: 15px auto 25px;
  }
  /* line 333, ../sass/_intro.scss */
  section#intro #slider-banner .owl-pagination {
    bottom: 15px;
    right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 340, ../sass/_intro.scss */
  section#intro {
    /*height: auto !important;*/
  }
  /* line 342, ../sass/_intro.scss */
  section#intro .intro-inner {
    /*height: auto!important;*/
  }
  /* line 345, ../sass/_intro.scss */
  section#intro .intro-inner .text-box {
    /*position: static;*/
  }
  /* line 348, ../sass/_intro.scss */
  section#intro #slider-banner {
    position: relative;
  }

  /* line 352, ../sass/_intro.scss */
  .intro-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
/* line 360, ../sass/_intro.scss */
.fixed section#intro .intro-header .header-logo {
  position: static;
}

/* line 363, ../sass/_intro.scss */
.fixed section#intro .intro-header .tools {
  position: fixed;
  z-index: 10;
  right: 19px;
  top: 67px;
}
/* line 368, ../sass/_intro.scss */
.fixed section#intro .intro-header .tools .link-box {
  display: none;
}
/* line 371, ../sass/_intro.scss */
.fixed section#intro .intro-header .tools .search-form {
  background: #ccc;
  height: 40px;
  border-radius: 20px;
  margin: 0 0 5px;
}
/* line 376, ../sass/_intro.scss */
.fixed section#intro .intro-header .tools .search-form .search-field {
  height: 40px;
  padding: 0 0 0 10px;
}
/* line 381, ../sass/_intro.scss */
.fixed section#intro .intro-header .tools .btn-send {
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
}
/* line 387, ../sass/_intro.scss */
.fixed section#intro .intro-header .tools .btn-send:after {
  top: 7px;
  left: 8px;
}
/* line 392, ../sass/_intro.scss */
.fixed section#intro .intro-header .tools .share-links {
  display: block;
}

/* line 397, ../sass/_intro.scss */
.bar-orange-gradient {
  height: 16px;
  width: 100%;
  background: #ffb11d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffb11d 0%, #ff681d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffb11d), color-stop(100%, #ff681d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffb11d 0%, #ff681d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffb11d 0%, #ff681d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffb11d 0%, #ff681d 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffb11d 0%, #ff681d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb11d', endColorstr='#ff681d',GradientType=1 );
  /* IE6-9 */
}

/* line 409, ../sass/_intro.scss */
.bar-orange-gradient.under-banner, .bar-orange-gradient.sm-banner {
  position: relative;
  z-index: 40;
  margin-top: 470px;
}
@media only screen and (max-width: 999px) {
  /* line 409, ../sass/_intro.scss */
  .bar-orange-gradient.under-banner, .bar-orange-gradient.sm-banner {
    margin-top: 0;
    z-index: 40;
  }
}

/* line 419, ../sass/_intro.scss */
.bar-orange-gradient.sm-banner {
  margin-top: 405px;
}
@media only screen and (max-width: 999px) {
  /* line 419, ../sass/_intro.scss */
  .bar-orange-gradient.sm-banner {
    margin-top: 0;
    z-index: 40;
  }
}

/* line 428, ../sass/_intro.scss */
.bar-orange-gradient.without-banner {
  margin-top: 0;
}

/*temp here for video demo page only*/
/* line 433, ../sass/_intro.scss */
video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/* line 447, ../sass/_intro.scss */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* line 452, ../sass/_intro.scss */
.ua-ios video {
  position: absolute;
}

/* login overlay  */
/* line 457, ../sass/_intro.scss */
.login-overlay {
  float: right;
  background-color: #fff;
  padding: 40px 45px;
  margin-top: -36px;
}
@media only screen and (max-width: 1487px) and (min-width: 1000px) {
  /* line 457, ../sass/_intro.scss */
  .login-overlay {
    float: left;
    width: 719px !important;
    margin-top: 50px;
  }
}
/* line 469, ../sass/_intro.scss */
.login-overlay h2 {
  color: #ff681d;
  font-size: 18px !important;
  font-weight: bold !important;
}
/* line 474, ../sass/_intro.scss */
.login-overlay input {
  width: 100%;
  height: 40px !important;
  border: none;
  border-bottom: #d7d7d7 solid 1px;
  margin-top: 10px;
  font-size: 26px;
}
@media only screen and (max-width: 650px) {
  /* line 474, ../sass/_intro.scss */
  .login-overlay input {
    font-size: 22px;
    height: 36px !important;
  }
}
@media only screen and (max-width: 400px) {
  /* line 474, ../sass/_intro.scss */
  .login-overlay input {
    font-size: 14px;
    height: 26px !important;
  }
}
/* line 490, ../sass/_intro.scss */
.login-overlay label {
  color: #415464;
  font-size: 15px;
}
/* line 494, ../sass/_intro.scss */
.login-overlay input[type="submit"] {
  color: #415464;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 1px #ccc;
  padding: 10px 45px 10px 20px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 115px;
  font-size: 14px;
  background-color: #ffffff;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* line 514, ../sass/_intro.scss */
.login-overlay .login-overlay-submit:before {
  content: ' ';
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid #ffb81d;
  border-radius: 50%;
  margin-top: 39px;
  margin-left: 79px;
  z-index: 2;
}
/* line 525, ../sass/_intro.scss */
.login-overlay .login-overlay-submit:after {
  content: "\f061";
  z-index: 2;
  margin-top: 44px;
  position: absolute;
  margin-left: -30px;
  font-size: 18px;
  color: #ffb81d;
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* line 537, ../sass/_intro.scss */
.login-overlay a {
  color: #5fb4e5;
  font-size: 15px;
}
@media only screen and (max-width: 400px) {
  /* line 537, ../sass/_intro.scss */
  .login-overlay a {
    display: block;
    line-height: 15px;
  }
}
/* line 545, ../sass/_intro.scss */
.login-overlay a:first-child {
  border-right: 1px solid #d7d7d7;
  padding-right: 10px;
}
@media only screen and (max-width: 400px) {
  /* line 545, ../sass/_intro.scss */
  .login-overlay a:first-child {
    margin-top: 0;
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 457, ../sass/_intro.scss */
  .login-overlay {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 457, ../sass/_intro.scss */
  .login-overlay {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 457, ../sass/_intro.scss */
  .login-overlay {
    width: 100% !important;
  }
}

/* line 565, ../sass/_intro.scss */
#intro.intro-with-overlay .intro-inner .text-with-overlay {
  width: 60%;
  float: left;
}
@media (max-width: 1487px) and (min-width: 1000px) {
  /* line 565, ../sass/_intro.scss */
  #intro.intro-with-overlay .intro-inner .text-with-overlay {
    width: 716px;
    /* compatibility with ie9 */
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 564, ../sass/_intro.scss */
  #intro.intro-with-overlay {
    height: 650px !important;
  }
  /* line 577, ../sass/_intro.scss */
  #intro.intro-with-overlay .intro-inner {
    height: 650px !important;
  }
  /* line 580, ../sass/_intro.scss */
  #intro.intro-with-overlay .intro-inner .text-box {
    vertical-align: inherit !important;
    margin-top: 20px;
  }
  /* line 584, ../sass/_intro.scss */
  #intro.intro-with-overlay .intro-inner:after {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  /* line 564, ../sass/_intro.scss */
  #intro.intro-with-overlay {
    height: 730px !important;
  }
  /* line 590, ../sass/_intro.scss */
  #intro.intro-with-overlay .intro-inner {
    height: 730px !important;
  }
  /* line 593, ../sass/_intro.scss */
  #intro.intro-with-overlay .intro-inner .text-box {
    vertical-align: inherit !important;
    margin-top: 50px;
  }
  /* line 597, ../sass/_intro.scss */
  #intro.intro-with-overlay .intro-inner:after {
    display: none;
  }
}

@media only screen and (max-width: 1487px) and (min-width: 1000px) {
  /* line 604, ../sass/_intro.scss */
  #intro.intro-with-overlay .intro-inner {
    height: 890px !important;
  }
}
@media only screen and (max-width: 1487px) and (min-width: 1000px) {
  /* line 610, ../sass/_intro.scss */
  #intro.intro-with-overlay + .bar-orange-gradient.sm-banner {
    margin-top: 890px;
  }
}
/* buttons css here -----------------------------------------------  */
/* line 3, ../sass/_buttons.scss */
div.rounded-plus-btn, div.rounded-plus-wht-btn, div.rounded-more-wht-btn, div.rounded-more-btn, div.rounded-download-btn, div.rounded-video-wht-btn, div.rounded-more-blue-btn, div.rounded-clear-blue-btn, div.rounded-arrow-btn {
  width: 100%;
  text-align: center;
  margin: 30px auto 0;
}
/* line 8, ../sass/_buttons.scss */
div.rounded-plus-btn.text-left, div.text-left.rounded-plus-wht-btn, div.text-left.rounded-more-wht-btn, div.text-left.rounded-more-btn, div.text-left.rounded-download-btn, div.text-left.rounded-video-wht-btn, div.text-left.rounded-more-blue-btn, div.text-left.rounded-clear-blue-btn, div.text-left.rounded-arrow-btn {
  text-align: left;
}
/* line 12, ../sass/_buttons.scss */
div.rounded-plus-btn a, div.rounded-plus-wht-btn a, div.rounded-more-wht-btn a, div.rounded-more-btn a, div.rounded-download-btn a, div.rounded-video-wht-btn a, div.rounded-more-blue-btn a, div.rounded-clear-blue-btn a, div.rounded-arrow-btn a {
  color: #415464;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 1px #ccc;
  line-height: 1;
  padding: 12px 45px 12px 20px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* This after and before styles affect a lot of rounded buttons, so if anybody changes them,
   * the correct process would be to REVIEW ALL PREVIOUS ISSUES REGARDING ROUNDED BUTTONS ICONS
   * ALIGNMENT, so please don't touch them, check if there is a more specific class to use and
   * insert the needed styles there.
   * Also, additionally, VERY IMPORTANT, the !important clauses are there because the client has
   * the horrible habit of adding inline styles to some of the htmls they create in AEM, and so
   * to avoid that inline styles breaking the rounded buttons, we had to add !important to all of
   * the rounded buttons important styles. Please do not remove them, try other solutions or
   * check with the team first. */
}
/* line 27, ../sass/_buttons.scss */
div.rounded-plus-btn a:hover, div.rounded-plus-wht-btn a:hover, div.rounded-more-wht-btn a:hover, div.rounded-more-btn a:hover, div.rounded-download-btn a:hover, div.rounded-video-wht-btn a:hover, div.rounded-more-blue-btn a:hover, div.rounded-clear-blue-btn a:hover, div.rounded-arrow-btn a:hover {
  background: #fff;
  color: #000;
}
/* line 31, ../sass/_buttons.scss */
div.rounded-plus-btn a:hover:after, div.rounded-plus-wht-btn a:hover:after, div.rounded-more-wht-btn a:hover:after, div.rounded-more-btn a:hover:after, div.rounded-download-btn a:hover:after, div.rounded-video-wht-btn a:hover:after, div.rounded-more-blue-btn a:hover:after, div.rounded-clear-blue-btn a:hover:after, div.rounded-arrow-btn a:hover:after {
  color: #ffb81d;
}
/* line 34, ../sass/_buttons.scss */
div.rounded-plus-btn a:hover:before, div.rounded-plus-wht-btn a:hover:before, div.rounded-more-wht-btn a:hover:before, div.rounded-more-btn a:hover:before, div.rounded-download-btn a:hover:before, div.rounded-video-wht-btn a:hover:before, div.rounded-more-blue-btn a:hover:before, div.rounded-clear-blue-btn a:hover:before, div.rounded-arrow-btn a:hover:before {
  border-color: #ffb81d;
}
/* line 47, ../sass/_buttons.scss */
div.rounded-plus-btn a:after, div.rounded-plus-wht-btn a:after, div.rounded-more-wht-btn a:after, div.rounded-more-btn a:after, div.rounded-download-btn a:after, div.rounded-video-wht-btn a:after, div.rounded-more-blue-btn a:after, div.rounded-clear-blue-btn a:after, div.rounded-arrow-btn a:after {
  color: #ffb81d;
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_plus_22.png);
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 9px !important;
  top: 50% !important;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  text-align: left;
}
/* line 61, ../sass/_buttons.scss */
div.rounded-plus-btn a:before, div.rounded-plus-wht-btn a:before, div.rounded-more-wht-btn a:before, div.rounded-more-btn a:before, div.rounded-download-btn a:before, div.rounded-video-wht-btn a:before, div.rounded-more-blue-btn a:before, div.rounded-clear-blue-btn a:before, div.rounded-arrow-btn a:before {
  display: none !important;
  /*content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border:2px solid #ffb81d;
  border-radius:50%;
  top: 50% !important;
  right: 14px;
  margin-top: -10px;*/
}

/* line 76, ../sass/_buttons.scss */
div.rounded-plus-wht-btn {
  /*text-align: left;*/
}
/* line 80, ../sass/_buttons.scss */
div.rounded-plus-wht-btn a {
  color: #fff;
  border: solid 1px #fff;
}
/* line 83, ../sass/_buttons.scss */
div.rounded-plus-wht-btn a:after {
  color: #fff;
  font-size: 11px;
  /*right: 8px !important;
  margin-top: -5px; */
}
/* line 89, ../sass/_buttons.scss */
div.rounded-plus-wht-btn a:before {
  border: 2px solid #fff;
  width: 21px;
  height: 21px;
  margin-top: -11px;
}
/* line 95, ../sass/_buttons.scss */
div.rounded-plus-wht-btn a:hover {
  background: #fff;
  color: #2c3843;
}
/* line 98, ../sass/_buttons.scss */
div.rounded-plus-wht-btn a:hover:after {
  color: #2c3843;
}
/* line 101, ../sass/_buttons.scss */
div.rounded-plus-wht-btn a:hover:before {
  border-color: #2c3843;
}

/* line 109, ../sass/_buttons.scss */
.carousel .text-box div.rounded-more-wht-btn,
.carousel .text-box div.rounded-more-btn,
.carousel .text-box div.rounded-plus-wht-btn,
.carousel .text-box div.rounded-more-blue-btn,
.carousel .text-box div.rounded-clear-blue-btn,
.carousel .text-box div.rounded-plus-btn,
.carousel .text-box div.rounded-plus-wht-btn,
.carousel .text-box div.rounded-more-wht-btn,
.carousel .text-box div.rounded-more-btn,
.carousel .text-box div.rounded-download-btn,
.carousel .text-box div.rounded-video-wht-btn,
.carousel .text-box div.rounded-more-blue-btn,
.carousel .text-box div.rounded-clear-blue-btn,
.carousel .text-box div.rounded-arrow-btn,
.carousel .text-box div.rounded-video-wht-btn {
  visibility: hidden;
}

/* line 119, ../sass/_buttons.scss */
#intro .intro-inner .text-box div.rounded-more-wht-btn a,
#intro .intro-inner .text-box div.rounded-more-btn a,
#intro .intro-inner .text-box div.rounded-plus-wht-btn a,
#intro .intro-inner .text-box div.rounded-video-wht-btn a {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 126, ../sass/_buttons.scss */
#intro .intro-inner .text-box div.rounded-more-wht-btn a:hover,
#intro .intro-inner .text-box div.rounded-more-btn a:hover,
#intro .intro-inner .text-box div.rounded-plus-wht-btn a:hover,
#intro .intro-inner .text-box div.rounded-video-wht-btn a:hover {
  background-color: #ffffff;
}

/* line 133, ../sass/_buttons.scss */
div.rounded-more-wht-btn {
  text-align: left;
}
/* line 137, ../sass/_buttons.scss */
div.rounded-more-wht-btn a {
  color: #fff;
  border: solid 1px #fff;
}
/* line 140, ../sass/_buttons.scss */
div.rounded-more-wht-btn a:after {
  content: url(clientlibs_desktop/css/Icons/icon_white_round_arrow_22.png);
  /* color: #fff;
  /* if these styles need to be re added, check 1218, 1210 also needed this change */
  /*right: 19px !important;
  top: 50% !important;*/
  /*margin-top: 0px; */
}
/* line 148, ../sass/_buttons.scss */
div.rounded-more-wht-btn a:before {
  border-color: #fff;
  top: 48% !important;
}

/* line 155, ../sass/_buttons.scss */
div.rounded-more-btn {
  text-align: left;
}
/* line 159, ../sass/_buttons.scss */
div.rounded-more-btn a {
  color: #fff;
  border: solid 1px #fff;
}
/* line 162, ../sass/_buttons.scss */
div.rounded-more-btn a:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_arrow_22.png);
  color: #ff681d;
}
/* line 167, ../sass/_buttons.scss */
div.rounded-more-btn a:before {
  /*border-color:#ff681d;*/
}

/* line 173, ../sass/_buttons.scss */
div.rounded-download-btn {
  text-align: left;
}
/* line 177, ../sass/_buttons.scss */
div.rounded-download-btn a {
  color: #415464;
  border: solid 1px #ccc;
}
/* line 180, ../sass/_buttons.scss */
div.rounded-download-btn a:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_download_22.png);
}

/* line 187, ../sass/_buttons.scss */
div.rounded-video-wht-btn {
  text-align: left;
}
/* line 190, ../sass/_buttons.scss */
div.rounded-video-wht-btn a {
  color: #fff;
  border: solid 1px #fff;
}
/* line 193, ../sass/_buttons.scss */
div.rounded-video-wht-btn a:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_video_22.png);
  /*font-size: 8px;
  right: 7px !important;
  margin-top: -3px;*/
}

/* issue 1218 needed some specific styles for this video button */
/* line 207, ../sass/_buttons.scss */
.action-component div.rounded-video-wht-btn a:after {
  right: 8px !important;
  width: 20px;
}
/* line 212, ../sass/_buttons.scss */
.action-component div.rounded-video-wht-btn a:before {
  margin-top: -11px;
}

/* line 222, ../sass/_buttons.scss */
div.rounded-more-blue-btn a, div.rounded-clear-blue-btn a {
  /* commented just in case we get feedback on this colors */
  /*color: #5b7e96;
  border: 1px solid #5b7e96;*/
}
/* line 226, ../sass/_buttons.scss */
div.rounded-more-blue-btn a:after, div.rounded-clear-blue-btn a:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_video_22.png);
  /*font-size: 9px;
  color: #5b7e96;
  right: 8.4px !important;
  top: 16px; */
  /* Targets only ie 10-11 */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 226, ../sass/_buttons.scss */
  div.rounded-more-blue-btn a:after, div.rounded-clear-blue-btn a:after {
    top: 50% !important;
  }
}

/* line 244, ../sass/_buttons.scss */
div.rounded-clear-blue-btn a:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_arrow_22.png);
}
/* line 247, ../sass/_buttons.scss */
div.rounded-clear-blue-btn a:before {
  top: 48% !important;
}

/* line 253, ../sass/_buttons.scss */
.thankyou div.rounded-clear-blue-btn a:before {
  top: 48% !important;
  right: 9.5% !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 253, ../sass/_buttons.scss */
  .thankyou div.rounded-clear-blue-btn a:before {
    top: 50% !important;
  }
}

/* line 267, ../sass/_buttons.scss */
div.rounded-arrow-btn a:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_arrow_22.png) !important;
}

/* line 276, ../sass/_buttons.scss */
#embedded_form.partner-search .rounded-arrow-btn a:before {
  display: none;
}

/* line 283, ../sass/_buttons.scss */
div.rounded-more-wht-btn a:hover:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_arrow_22.png);
}

/* line 1, ../sass/_heading-component.scss */
.heading-component {
  text-align: center;
}
/* line 3, ../sass/_heading-component.scss */
.heading-component h2 {
  color: #415464;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 35px;
}
/* line 9, ../sass/_heading-component.scss */
.heading-component h2 span {
  font-size: 26px;
  vertical-align: top;
  top: 8px;
  position: relative;
  left: 2px;
}
@media only screen and (max-width: 999px) {
  /* line 3, ../sass/_heading-component.scss */
  .heading-component h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3, ../sass/_heading-component.scss */
  .heading-component h2 {
    font-size: 27px;
    margin: 0 0 20px;
  }
}
/* line 26, ../sass/_heading-component.scss */
.heading-component p {
  font-size: 24px;
  line-height: 1.3;
  max-width: 900px;
  margin: -10px auto 24px;
  color: #5b7e96;
}
@media only screen and (max-width: 767px) {
  /* line 26, ../sass/_heading-component.scss */
  .heading-component p {
    font-size: 16px;
  }
}

/*app-performance css here -----------------------------------------------  */
/* line 2, ../sass/_app-performance-component.scss */
.app-performance-component {
  text-align: center;
  margin: 0 0 20px;
}
/* line 5, ../sass/_app-performance-component.scss */
.app-performance-component h3 {
  text-transform: uppercase;
  font-size: 50px;
  color: #415464;
  margin: 0 0 20px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/_app-performance-component.scss */
  .app-performance-component h3 {
    font-size: 28px;
  }
}
/* line 16, ../sass/_app-performance-component.scss */
.app-performance-component h3:after {
  content: ' ';
  display: block;
  height: 0;
  width: 100%;
  border-bottom: solid 1px #415464;
  max-width: 285px;
  margin: 0 auto;
  margin-top: 19px;
}
@media only screen and (max-width: 1299px) {
  /* line 5, ../sass/_app-performance-component.scss */
  .app-performance-component h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  /* line 29, ../sass/_app-performance-component.scss */
  .app-performance-component h3:after {
    max-width: 200px;
  }
}
/* line 35, ../sass/_app-performance-component.scss */
.app-performance-component p {
  font-size: 27px;
  line-height: 1.1;
  max-width: 300px;
  margin: 0 auto;
  color: #5b7e96;
}
@media only screen and (max-width: 1299px) {
  /* line 35, ../sass/_app-performance-component.scss */
  .app-performance-component p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 2, ../sass/_app-performance-component.scss */
  .app-performance-component {
    margin: 0 0 40px;
  }
}

/* line 52, ../sass/_app-performance-component.scss */
.brand-messaging-component.white-theme .container h2, .brand-messaging-component.white-theme .container h3, .brand-messaging-component.white-theme .container p {
  color: #fff;
}
/* line 56, ../sass/_app-performance-component.scss */
.brand-messaging-component .rounded-more-wht-btn, .brand-messaging-component .rounded-plus-wht-btn {
  text-align: center;
}

/*second section css here -----------------------------------------------  */
/* line 2, ../sass/_video-section-component.scss */
.video-component {
  color: #fff;
}
/* line 3, ../sass/_video-section-component.scss */
.video-component .video-js_default, .video-component .video-js_default *, .video-component .video-js_default :after, .video-component .video-js_default :before {
  font-size: 110%;
}
/* line 8, ../sass/_video-section-component.scss */
.video-component h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 22px;
}
/* line 13, ../sass/_video-section-component.scss */
.video-component h4 span {
  display: inline-block;
  position: relative;
}
/* line 16, ../sass/_video-section-component.scss */
.video-component h4 span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  bottom: -6px;
  border-bottom: 2px solid #fff;
}
/* line 26, ../sass/_video-section-component.scss */
.video-component h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}
/* line 32, ../sass/_video-section-component.scss */
.video-component p {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #fff;
}
/* line 38, ../sass/_video-section-component.scss */
.video-component .rounded-video-wht-btn {
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  /* line 43, ../sass/_video-section-component.scss */
  .video-component h2 {
    line-height: 1;
    font-size: 27px;
  }
}
/* line 48, ../sass/_video-section-component.scss */
.video-component .content-section {
  position: relative;
  z-index: 2;
  max-width: 500px;
}
/* line 53, ../sass/_video-section-component.scss */
.video-component .component-pad {
  padding: 0 50px;
}
@media only screen and (max-width: 999px) {
  /* line 53, ../sass/_video-section-component.scss */
  .video-component .component-pad {
    padding: 0 40px;
  }
}

/* line 60, ../sass/_video-section-component.scss */
.video-section {
  color: #fff;
  z-index: 100001 !important;
  position: fixed;
  left: -99999px;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  min-width: 320px;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  /*  ************************************** */
  /*  ************************************** */
  /*  ************************************** */
  /*  ************************************** */
}
/* line 73, ../sass/_video-section-component.scss */
.video-section .video-js {
  display: none;
}
/* line 76, ../sass/_video-section-component.scss */
.video-section .vjs-controls-enabled {
  display: block !important;
}
/* line 80, ../sass/_video-section-component.scss */
.video-section .vjs-captions-button {
  display: none;
}
/* line 84, ../sass/_video-section-component.scss */
.video-section .vjs-share-control {
  display: none !important;
}
/* line 88, ../sass/_video-section-component.scss */
.video-section .video-container {
  position: fixed;
  top: 50%;
  left: -9999px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
/* line 98, ../sass/_video-section-component.scss */
.video-section .video-container .sub-title {
  font-size: 18px;
  border-bottom: 2px solid #fff;
  padding: 0 0 10px 0;
}
/* line 103, ../sass/_video-section-component.scss */
.video-section .video-container .title {
  font-size: 30px;
  margin: 30px 0 20px 0;
}
/* line 107, ../sass/_video-section-component.scss */
.video-section .video-container .close {
  position: absolute;
  right: 40px;
}
/* line 111, ../sass/_video-section-component.scss */
.video-section .video-container .close a:after {
  content: "\f00d";
  font: normal normal normal 24px/38px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiase;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50px;
  border: solid 3px #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 1.4;
  background: #000;
  /*ie8fix*/
  background: rgba(0, 0, 0, 0.4);
}
/* line 138, ../sass/_video-section-component.scss */
.video-section .video-section-active {
  opacity: 1;
  left: 0;
}
/* line 142, ../sass/_video-section-component.scss */
.video-section .video-section-active .video-container {
  left: 50%;
}
/* line 146, ../sass/_video-section-component.scss */
.video-section .vjs-progress-control {
  width: 100% !important;
  position: absolute;
  top: -6px;
  left: 0px;
  right: 0px;
  height: 1em !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0px !important;
}
/* line 160, ../sass/_video-section-component.scss */
.video-section .vjs-progress-holder {
  padding: 0px !important;
}
/* line 163, ../sass/_video-section-component.scss */
.video-section .video-js:hover .vjs-progress-control {
  height: 2em;
}
/* line 166, ../sass/_video-section-component.scss */
.video-section .vjs-fullscreen-control {
  right: 0px !important;
  position: absolute !important;
  float: right !important;
  top: 0px !important;
}
/* line 172, ../sass/_video-section-component.scss */
.video-section .vjs-volume-menu-button {
  float: right !important;
  right: 40px !important;
  position: absolute !important;
  top: 0px !important;
}
/* line 178, ../sass/_video-section-component.scss */
.video-section .vjs-play-progress {
  height: 5px !important;
  margin-top: -4px !important;
}
/* line 183, ../sass/_video-section-component.scss */
.video-section .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default.vjs-has-started.vjs-user-inactive .vjs-progress-control {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
/* line 190, ../sass/_video-section-component.scss */
.video-section .vjs-play-control {
  width: 5em !important;
  cursor: pointer;
  float: left !important;
}
/* line 196, ../sass/_video-section-component.scss */
.video-section .vjs-default-skin .vjs-current-time {
  float: left !important;
}
/* line 199, ../sass/_video-section-component.scss */
.video-section .vjs-default-skin .vjs-time-controls {
  font-size: 1em !important;
  line-height: 3em !important;
}
/* line 203, ../sass/_video-section-component.scss */
.video-section #fbiconBR-VPL-id {
  padding-right: 5px;
  right: 130px !important;
  position: absolute !important;
  top: 0px !important;
  cursor: pointer;
}
/* line 211, ../sass/_video-section-component.scss */
.video-section #fbiconBR-VPL-id > img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
/* line 216, ../sass/_video-section-component.scss */
.video-section #twittericonBR-VPL-id {
  padding-right: 5px;
  right: 100px !important;
  position: absolute !important;
  top: 0px !important;
  cursor: pointer;
}
/* line 223, ../sass/_video-section-component.scss */
.video-section #twittericonBR-VPL-id > img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
/* line 229, ../sass/_video-section-component.scss */
.video-section .vjs-control-bar {
  -webkit-justify-content: initial !important;
  justify-content: flex-start !important;
}
/* line 233, ../sass/_video-section-component.scss */
.video-section .vjs-big-play-button {
  width: 100px !important;
  height: 100px !important;
  margin: 0 auto;
  border-radius: 50px !important;
  position: relative !important;
  margin-top: 23% !important;
  top: 0px !important;
  left: 0px !important;
  padding: 1px;
}
/* line 244, ../sass/_video-section-component.scss */
.video-section .vjs-fullscreen .vjs-big-play-button {
  margin-top: 28% !important;
}
/* line 247, ../sass/_video-section-component.scss */
.video-section .vjs-endscreen-overlay-content input {
  color: #000 !important;
}
@media only screen and (max-width: 420px) {
  /* line 252, ../sass/_video-section-component.scss */
  .video-section .vjs-play-control {
    width: 3em !important;
    cursor: pointer;
    float: left !important;
  }
}
@media only screen and (max-width: 675px) {
  /* line 259, ../sass/_video-section-component.scss */
  .video-section .video-container .close a:after {
    top: -50px;
    left: 0px;
  }
  /* line 264, ../sass/_video-section-component.scss */
  .video-section .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default .vjs-big-play-button:before {
    margin: 19px 0px 0px 20px;
  }
}
/* line 268, ../sass/_video-section-component.scss */
.video-section #player-preview > div {
  width: 800px;
}
/* line 271, ../sass/_video-section-component.scss */
.video-section #player-preview > div:after {
  padding-top: 59%;
  display: block;
  content: '';
}
@media only screen and (max-width: 600px) {
  /* line 277, ../sass/_video-section-component.scss */
  .video-section #player-preview > div {
    width: 100%;
    height: auto;
  }
  /* line 281, ../sass/_video-section-component.scss */
  .video-section .vjs-big-play-button {
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto;
    border-radius: 51% !important;
    position: relative !important;
    margin-top: 21% !important;
    top: 0px !important;
    left: 0px !important;
    padding: 1px;
  }
  /* line 293, ../sass/_video-section-component.scss */
  .video-section .video-js_default .vjs-big-play-button:before {
    content: '\e001';
    color: #fff;
    display: block;
    font-family: VideoJS;
    font-size: 23px;
    line-height: 27px;
    margin: 16px auto;
    opacity: .8;
    text-align: center;
    width: 23px;
  }
}
/* line 307, ../sass/_video-section-component.scss */
.video-section .video-js {
  z-index: 10;
  width: 100%;
  height: 100%;
}

/* line 317, ../sass/_video-section-component.scss */
.video-section-active {
  opacity: 1;
  left: 0;
}
/* line 321, ../sass/_video-section-component.scss */
.video-section-active .video-container {
  left: 50%;
}

@media only screen and (max-device-width: 414px) and (max-width: 414px) and (max-device-height: 736px) and (orientation: portrait) {
  /* line 331, ../sass/_video-section-component.scss */
  .vjs-endscreen-overlay-content img {
    width: 95px;
    height: 27px;
  }

  /* line 336, ../sass/_video-section-component.scss */
  .video-area {
    width: 302px !important;
    height: 171px !important;
  }

  /* line 341, ../sass/_video-section-component.scss */
  .video-section .vjs-big-play-button {
    width: 70px !important;
    height: 70px !important;
  }

  /* line 346, ../sass/_video-section-component.scss */
  .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default.vjs-has-started.vjs-user-inactive .vjs-progress-control {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }

  /* line 354, ../sass/_video-section-component.scss */
  .vjs-social-link {
    visibility: hidden;
  }

  /* line 358, ../sass/_video-section-component.scss */
  .video-js .vjs-restart-control:before, .video-js .vjs-trigger-social-control:before {
    font-size: 4.5em;
  }

  /* line 362, ../sass/_video-section-component.scss */
  .video-js_default .vjs-big-play-button:before {
    line-height: 0;
  }

  /* line 366, ../sass/_video-section-component.scss */
  .video-js_default .vjs-control:before {
    line-height: 24px;
  }

  /* line 370, ../sass/_video-section-component.scss */
  .video-js_default, .video-js_default *, .video-js_default :after, .video-js_default :before {
    font-size: 12px;
  }

  /* line 374, ../sass/_video-section-component.scss */
  .video-js_default .vjs-control:before {
    font-size: 12px;
  }

  /* line 378, ../sass/_video-section-component.scss */
  .video-js_default.vjs-has-started .vjs-control-bar, .video-js_default.vjs-mouse .vjs-control-bar {
    height: 37px;
  }

  /* line 382, ../sass/_video-section-component.scss */
  .video-section .vjs-fullscreen-control {
    top: -6px !important;
  }

  /* line 386, ../sass/_video-section-component.scss */
  .vjs-share-control, .vjs-social-overlay {
    display: block !important;
  }

  /* line 390, ../sass/_video-section-component.scss */
  .vjs-social-overlay.vjs-hidden {
    display: none !important;
  }

  /* line 394, ../sass/_video-section-component.scss */
  .vjs-custom-overlay {
    font-size: 18px;
  }

  /* line 398, ../sass/_video-section-component.scss */
  .video-section #fbiconBR-VPL-id {
    right: 100px !important;
  }

  /* line 402, ../sass/_video-section-component.scss */
  .video-section #twittericonBR-VPL-id {
    right: 70px !important;
  }

  /* line 406, ../sass/_video-section-component.scss */
  .vjs-social-overlay {
    top: -15px;
  }
  /* line 409, ../sass/_video-section-component.scss */
  .vjs-social-overlay legend {
    font-size: 9px;
    line-height: 7px;
  }
  /* line 413, ../sass/_video-section-component.scss */
  .vjs-social-overlay label {
    font-size: 8px;
    margin-bottom: 1px;
  }
  /* line 417, ../sass/_video-section-component.scss */
  .vjs-social-overlay .vjs-share-options {
    height: 20px;
  }
  /* line 420, ../sass/_video-section-component.scss */
  .vjs-social-overlay li {
    height: 16px;
    width: 18px;
  }
  /* line 425, ../sass/_video-section-component.scss */
  .vjs-social-overlay input {
    line-height: 25px;
    height: 24px;
  }

  /* line 431, ../sass/_video-section-component.scss */
  .vjs-share-facebook {
    height: 16px;
    width: 16px;
  }

  /* line 437, ../sass/_video-section-component.scss */
  .vjs-share-facebook:before {
    font-size: 10px;
    position: absolute;
    left: 75px;
    top: 75px;
  }

  /* line 444, ../sass/_video-section-component.scss */
  .vjs-share-twitter {
    width: 16px;
    height: 16px;
  }

  /* line 449, ../sass/_video-section-component.scss */
  .vjs-share-twitter:before {
    font-size: 10px;
    position: absolute;
    left: 101px;
    top: 75px;
  }
}
@media only screen and (max-device-width: 736px) and (max-device-height: 414px) and (min-width: 415px) and (min-device-width: 540px) and (min-device-height: 330px) and (orientation: landscape) {
  /* line 464, ../sass/_video-section-component.scss */
  .vjs-endscreen-overlay-content img {
    width: 93px;
    height: 28px;
  }

  /* line 469, ../sass/_video-section-component.scss */
  .video-area {
    width: 485px !important;
    height: 273px !important;
  }

  /* line 474, ../sass/_video-section-component.scss */
  .video-section .video-container .sub-title {
    font-size: 12px;
    border-bottom: 1px solid #fff;
    padding: 0 0px 0 0;
  }

  /* line 480, ../sass/_video-section-component.scss */
  .video-section .video-container .title {
    font-size: 18px;
    margin: -2px 0px -3px 0;
  }

  /* line 485, ../sass/_video-section-component.scss */
  .video-section .vjs-big-play-button {
    width: 70px !important;
    height: 70px !important;
  }

  /* line 490, ../sass/_video-section-component.scss */
  .video-section .video-container .close a:after {
    top: 0px;
    left: 42px;
    font: normal normal normal 13px/38px FontAwesome;
    border: solid 2px #FFF;
    width: 21px;
    height: 21px;
    line-height: 1.4;
  }

  /* line 500, ../sass/_video-section-component.scss */
  .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default.vjs-has-started.vjs-user-inactive .vjs-progress-control {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }

  /* line 508, ../sass/_video-section-component.scss */
  .video-js_default .vjs-big-play-button:before {
    line-height: 0;
  }

  /* line 512, ../sass/_video-section-component.scss */
  .video-js_default, .video-js_default *, .video-js_default :after, .video-js_default :before {
    font-size: 17px;
  }

  /* line 516, ../sass/_video-section-component.scss */
  .vjs-custom-overlay {
    font-size: 18px;
  }

  /* line 520, ../sass/_video-section-component.scss */
  .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default .vjs-big-play-button:before {
    line-height: 0px;
  }
}
@-moz-document url-prefix() {
  /* line 526, ../sass/_video-section-component.scss */
  .video-js_default.vjs-has-started .vjs-control-bar, .video-js_default.vjs-mouse .vjs-control-bar {
    display: flex;
  }
}
/* line 531, ../sass/_video-section-component.scss */
#video-poster {
  position: absolute;
  z-index: 600;
  display: none;
}

/* line 537, ../sass/_video-section-component.scss */
.video-js .vjs-restart-control:before, .video-js .vjs-trigger-social-control:before {
  font-size: 1.5em;
  font-family: bc-custom-end-icons;
  padding: .2em;
}

/* line 543, ../sass/_video-section-component.scss */
.video-js_default.vjs-user-inactive.vjs-fullscreen {
  height: auto !important;
  width: auto !important;
  height: initial !important;
  width: initial !important;
}

/* line 550, ../sass/_video-section-component.scss */
.video-js_default.vjs-user-active.vjs-fullscreen {
  height: auto !important;
  width: auto !important;
  height: initial !important;
  width: initial !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 560, ../sass/_video-section-component.scss */
  .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default.vjs-has-started.vjs-user-inactive .vjs-progress-control {
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
  }

  /* line 568, ../sass/_video-section-component.scss */
  .video-js_default, .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default *, .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default :after, .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default :before {
    font-size: 20px;
  }
}
@media only screen and (max-device-width: 480px) {
  /* line 574, ../sass/_video-section-component.scss */
  .vjs-share-control, .vjs-social-overlay {
    display: block !important;
  }

  /* line 578, ../sass/_video-section-component.scss */
  .vjs-social-overlay.vjs-hidden {
    display: none !important;
  }
}
/*promo component css here -----------------------------------------------  */
/* line 2, ../sass/_promo-component.scss */
.promo-component {
  position: relative;
  z-index: 2;
  overflow: hidden;
  /* if there is a button that needs this changed in this component, add a specific rule for that class */
}
/* line 7, ../sass/_promo-component.scss */
.promo-component .component-pad {
  overflow: hidden;
  padding: 80px 50px 100px 50px;
}
@media only screen and (max-width: 1299px) {
  /* line 7, ../sass/_promo-component.scss */
  .promo-component .component-pad {
    padding: 60px 40px 90px 40px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 7, ../sass/_promo-component.scss */
  .promo-component .component-pad {
    padding: 50px 40px 80px 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 7, ../sass/_promo-component.scss */
  .promo-component .component-pad {
    padding: 50px 40px;
    height: auto !important;
  }
}
/* line 23, ../sass/_promo-component.scss */
.promo-component h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 22px;
  position: relative;
}
/* line 30, ../sass/_promo-component.scss */
.promo-component h4:after {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  bottom: -6px;
  border-bottom: 2px solid #fff;
}
/* line 39, ../sass/_promo-component.scss */
.promo-component h2 {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  /* line 39, ../sass/_promo-component.scss */
  .promo-component h2 {
    line-height: 1;
    font-size: 27px;
  }
}
/* line 50, ../sass/_promo-component.scss */
.promo-component p {
  color: #fff;
  font-size: 18px;
  max-width: 500px;
  margin: 0;
}
@media only screen and (max-width: 999px) {
  /* line 50, ../sass/_promo-component.scss */
  .promo-component p {
    font-size: 18px;
  }
}
/* line 59, ../sass/_promo-component.scss */
.promo-component .rounded-more-wht-btn {
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  /* line 61, ../sass/_promo-component.scss */
  .promo-component .rounded-more-wht-btn a {
    font-size: 11px;
  }
}
/* line 66, ../sass/_promo-component.scss */
.promo-component .rounded-more-wht-btn a:after {
  content: url(clientlibs_desktop/css/Icons/icon_white_round_arrow_22.png);
}
/* line 69, ../sass/_promo-component.scss */
.promo-component .rounded-more-wht-btn a:hover:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_arrow_22.png);
}
/* line 72, ../sass/_promo-component.scss */
.promo-component .rounded-more-wht-btn a:before {
  top: 48% !important;
}
/* line 77, ../sass/_promo-component.scss */
.promo-component .rounded-video-wht-btn a {
  padding-bottom: 11px;
}
/* line 80, ../sass/_promo-component.scss */
.promo-component .rounded-video-wht-btn a:after {
  content: url(clientlibs_desktop/css/Icons/icon_white_round_video_22.png);
}
/* line 83, ../sass/_promo-component.scss */
.promo-component .rounded-video-wht-btn a:hover:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_video_22.png);
}
/* line 86, ../sass/_promo-component.scss */
.promo-component .rounded-video-wht-btn a:before {
  margin-top: -11px;
}
/* line 91, ../sass/_promo-component.scss */
.promo-component .rounded-plus-wht-btn a:after {
  content: url(clientlibs_desktop/css/Icons/icon_white_round_plus_22.png);
}
/* line 94, ../sass/_promo-component.scss */
.promo-component .rounded-plus-wht-btn a:hover:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_plus_22.png);
}
/* line 101, ../sass/_promo-component.scss */
.promo-component .rounded-plus-wht-btn a:before, .promo-component .rounded-plus-btn a:before, .promo-component div.rounded-plus-wht-btn a:before, .promo-component div.rounded-more-wht-btn a:before, .promo-component div.rounded-more-btn a:before, .promo-component div.rounded-download-btn a:before, .promo-component div.rounded-video-wht-btn a:before, .promo-component div.rounded-more-blue-btn a:before, .promo-component div.rounded-clear-blue-btn a:before, .promo-component div.rounded-arrow-btn a:before {
  width: 22px;
  height: 22px;
}
/* line 108, ../sass/_promo-component.scss */
.promo-component .rounded-more-blue-btn a:before {
  margin-top: -11px;
}
/* line 113, ../sass/_promo-component.scss */
.promo-component .bg-stretch {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
/* line 117, ../sass/_promo-component.scss */
.promo-component .content {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
/* line 122, ../sass/_promo-component.scss */
.promo-component .image-box {
  float: right;
  margin: 0 0 -100px 15px;
  max-height: 402px;
  overflow: hidden;
}
/* line 127, ../sass/_promo-component.scss */
.promo-component .image-box img {
  vertical-align: top;
}
/* line 132, ../sass/_promo-component.scss */
.promo-component.blue {
  background: #5fb4e5;
}
/* line 135, ../sass/_promo-component.scss */
.promo-component.orange {
  background: #f1621b;
}
@media only screen and (max-width: 1299px) {
  /* line 139, ../sass/_promo-component.scss */
  .promo-component .image-box {
    margin: 0 0 -90px 10px;
    max-width: 30%;
  }
  /* line 142, ../sass/_promo-component.scss */
  .promo-component .image-box img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 999px) {
  /* line 149, ../sass/_promo-component.scss */
  .promo-component .image-box {
    margin: 0 0 -80px 10px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 154, ../sass/_promo-component.scss */
  .promo-component .image-box {
    display: none;
  }
}
/* line 157, ../sass/_promo-component.scss */
.promo-component.orange {
  background: url("clientlibs_desktop/images/bg_pattern.png") no-repeat right bottom #ff681d;
  background-size: 50%;
}
/* line 161, ../sass/_promo-component.scss */
.promo-component.yellow {
  background: url("clientlibs_desktop/images/bg_promo_info.jpg") no-repeat right bottom #f9b41c;
  background-size: cover;
}

/* line 1, ../sass/_products-component.scss */
.products-component {
  color: #fff;
}
/* line 3, ../sass/_products-component.scss */
.products-component .holder {
  min-height: 300px;
  /*border-top: 6px solid #5fb4e5;*/
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 45px 40px 100px 40px;
}
/* line 10, ../sass/_products-component.scss */
.products-component .holder:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: '';
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQzIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.56) 0%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.43) 56%, rgba(0,0,0,0.1) 87%, rgba(0,0,0,0.02) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.56)), color-stop(40%,rgba(0,0,0,0.55)), color-stop(56%,rgba(0,0,0,0.43)), color-stop(87%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.02)));
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
  background: -o-linear-gradient(left,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
  background: -ms-linear-gradient(left,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f000000', endColorstr='#05000000',GradientType=1 );*/
}
/* line 24, ../sass/_products-component.scss */
.products-component .bg-stretch {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
/* line 28, ../sass/_products-component.scss */
.products-component .bg-stretch img {
  width: 100%;
  height: auto;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 34, ../sass/_products-component.scss */
.products-component h2 {
  font-weight: 500;
  margin: 0 0 4px;
  font-size: 34px;
  line-height: 40px;
  font-weight: normal;
}
/* line 41, ../sass/_products-component.scss */
.products-component h3 {
  font-weight: bold;
  margin: 20px 0 5px;
  font-size: 17px;
  line-height: 1.1;
}
/* line 47, ../sass/_products-component.scss */
.products-component p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
}
/* line 53, ../sass/_products-component.scss */
.products-component p.banner3 {
  font-size: 25px !important;
  line-height: 26px;
  font-weight: bold;
  position: absolute;
  width: 300px;
  bottom: 100px;
}
/* line 61, ../sass/_products-component.scss */
.products-component p.rvb-text-dark {
  color: #415464 !important;
}
/* line 64, ../sass/_products-component.scss */
.products-component .rounded-more-wht-btn,
.products-component .rounded-plus-wht-btn {
  margin: 0;
  position: absolute;
  bottom: 51px;
  left: 39px;
  max-width: 85%;
}
@media only screen and (max-width: 999px) {
  /* line 64, ../sass/_products-component.scss */
  .products-component .rounded-more-wht-btn,
  .products-component .rounded-plus-wht-btn {
    left: 25px;
  }
}
/* line 77, ../sass/_products-component.scss */
.products-component .rounded-plus-wht-btn a:hover:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_plus_22.png);
}
/* line 82, ../sass/_products-component.scss */
.products-component .rounded-more-wht-btn a:hover:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_arrow_22.png);
}
/* line 87, ../sass/_products-component.scss */
.products-component:hover .bg-stretch img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media only screen and (max-width: 1299px) {
  /* line 92, ../sass/_products-component.scss */
  .products-component .holder {
    padding: 38px 25px 100px;
  }
  /* line 95, ../sass/_products-component.scss */
  .products-component .rounded-more-wht-btn {
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/_products-component.scss */
  .products-component {
    margin: 0 0 2px;
  }
  /* line 102, ../sass/_products-component.scss */
  .products-component .holder {
    min-height: 250px;
  }
}

/* line 109, ../sass/_products-component.scss */
.product-blocks .holder {
  background: #415464;
  font-size: 36px;
  line-height: 40px;
  padding: 32px 20px 32px 40px;
  font-weight: 500;
}
/* line 116, ../sass/_products-component.scss */
.product-blocks a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  position: relative;
  padding: 0 50px 0 0;
}
/* line 122, ../sass/_products-component.scss */
.product-blocks a:before {
  content: "\f061";
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 8px;
  top: 11px;
}
/* line 131, ../sass/_products-component.scss */
.product-blocks a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 31px;
  height: 31px;
}
/* line 141, ../sass/_products-component.scss */
.product-blocks a:hover {
  color: #ff681d;
  text-decoration: none;
}
/* line 144, ../sass/_products-component.scss */
.product-blocks a:hover:after {
  border-color: #ff681d;
}
/* line 149, ../sass/_products-component.scss */
.product-blocks:after {
  display: block;
  clear: both;
  content: '';
}
@media only screen and (max-width: 1299px) {
  /* line 155, ../sass/_products-component.scss */
  .product-blocks .holder {
    padding: 32px 25px;
    font-size: 24px;
    line-height: 26px;
  }
  /* line 160, ../sass/_products-component.scss */
  .product-blocks a {
    padding: 0 40px 0 0;
  }
  /* line 162, ../sass/_products-component.scss */
  .product-blocks a:after {
    top: -3px;
  }
  /* line 165, ../sass/_products-component.scss */
  .product-blocks a:before {
    top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 108, ../sass/_products-component.scss */
  .product-blocks {
    margin: 0 0 20px;
  }
}

/* line 2, ../sass/_partner-program-hero-component.scss */
.partner-program-hero p {
  font-size: 18px;
}
/* line 5, ../sass/_partner-program-hero-component.scss */
.partner-program-hero .common-wrapper {
  background: linear-gradient(to top, #415464 40%, rgba(65, 84, 100, 0.9) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.02) 100%);
  background: -moz-linear-gradient(bottom, #415464 40%, rgba(65, 84, 100, 0.9) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.02) 100%);
  background: -webkit-linear-gradient(bottom, #415464 40%, rgba(65, 84, 100, 0.9) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.02) 100%);
  background: -o-linear-gradient(bottom, #415464 40%, rgba(65, 84, 100, 0.9) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.02) 100%);
  background: -ms-linear-gradient(bottom, #415464 40%, rgba(65, 84, 100, 0.9) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.02) 100%);
}
/* line 12, ../sass/_partner-program-hero-component.scss */
.partner-program-hero .partner-program-ttl {
  color: #ffffff;
  margin: 0 auto;
  float: none;
  text-align: center;
  padding: 120px 0 80px 0;
}
/* line 18, ../sass/_partner-program-hero-component.scss */
.partner-program-hero .partner-program-ttl p {
  color: #ffffff;
}
/* line 21, ../sass/_partner-program-hero-component.scss */
.partner-program-hero .partner-program-ttl p.rvb-text-dark {
  color: #415464 !important;
}
/* line 24, ../sass/_partner-program-hero-component.scss */
.partner-program-hero .partner-program-ttl h2 {
  font-size: 36px;
  margin: 0;
  font-weight: normal;
}
/* line 29, ../sass/_partner-program-hero-component.scss */
.partner-program-hero .partner-program-ttl h2.rvb-text-dark {
  color: #415464 !important;
}
/* line 33, ../sass/_partner-program-hero-component.scss */
.partner-program-hero .partner-program-items {
  background-color: #ffffff;
  margin-bottom: 120px;
  padding: 0;
  border: #415464 solid 1px;
  display: table-row;
  float: none;
  font-size: 0;
}
/* line 41, ../sass/_partner-program-hero-component.scss */
.partner-program-hero .partner-program-items .col-lg-6 {
  padding: 60px;
  border-bottom: #415464 solid 1px;
  display: inline-block;
  float: none;
  vertical-align: top;
}
@media only screen and (max-width: 999px) {
  /* line 41, ../sass/_partner-program-hero-component.scss */
  .partner-program-hero .partner-program-items .col-lg-6 {
    padding: 20px;
  }
}
/* line 50, ../sass/_partner-program-hero-component.scss */
.partner-program-hero .partner-program-items .col-lg-6 h2 {
  color: #415464;
  font-size: 30px;
}
/* line 54, ../sass/_partner-program-hero-component.scss */
.partner-program-hero .partner-program-items .col-lg-6 p {
  color: #415464;
}
/* line 57, ../sass/_partner-program-hero-component.scss */
.partner-program-hero .partner-program-items .col-lg-6 a {
  color: #ff681d;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
}
/* line 63, ../sass/_partner-program-hero-component.scss */
.partner-program-hero .partner-program-items .col-lg-6 a:after {
  border: 2px solid #FF732D;
  border-radius: 25px;
  padding: 0 3px;
  margin-left: 5px;
  margin-top: 5px;
  line-height: 14px;
  position: absolute;
  width: 16px;
  text-decoration: none;
  font-weight: bold;
  content: "\f061";
  font: normal normal normal 8px/13px FontAwesome;
}
/* line 78, ../sass/_partner-program-hero-component.scss */
.partner-program-hero .partner-program-items .partner-program-blank:nth-child(odd) {
  display: none;
}
/* line 81, ../sass/_partner-program-hero-component.scss */
.partner-program-hero .partner-program-items .col-lg-6:nth-child(odd) {
  border-right: #415464 solid 1px;
}
@media only screen and (max-width: 767px) {
  /* line 81, ../sass/_partner-program-hero-component.scss */
  .partner-program-hero .partner-program-items .col-lg-6:nth-child(odd) {
    border-right: none;
  }
}
/* line 87, ../sass/_partner-program-hero-component.scss */
.partner-program-hero .partner-program-items .col-lg-6:nth-last-child(2), .partner-program-hero .partner-program-items .col-lg-6:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 999px) {
  /* line 91, ../sass/_partner-program-hero-component.scss */
  .partner-program-hero .partner-program-items .col-lg-6:nth-last-child(2) {
    border-bottom: #415464 solid 1px;
  }
}

/*right-rail-support-component css here -----------------------------------------------  */
/* line 4, ../sass/_right-rail-support-component.scss */
.right-rail-support-component .blockquote h2, .right-rail-support-component .blockquote p, .right-rail-support-component .blockquote a {
  color: #ffffff;
}
/* line 8, ../sass/_right-rail-support-component.scss */
.right-rail-support-component .blockquote .rr-support-header h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 13, ../sass/_right-rail-support-component.scss */
.right-rail-support-component .blockquote .rr-support-header .rvb-text-light {
  color: #ffffff !important;
}
/* line 16, ../sass/_right-rail-support-component.scss */
.right-rail-support-component .blockquote .rr-support-header p {
  font-size: 15px;
}
/* line 21, ../sass/_right-rail-support-component.scss */
.right-rail-support-component .blockquote .rr-support-icons h2 {
  margin-bottom: 10px;
}
/* line 24, ../sass/_right-rail-support-component.scss */
.right-rail-support-component .blockquote .rr-support-icons a {
  font-size: 14px;
  font-weight: bold;
}
/* line 28, ../sass/_right-rail-support-component.scss */
.right-rail-support-component .blockquote .rr-support-icons img {
  width: 32px;
  vertical-align: bottom;
  margin-right: 10px;
}
/* line 35, ../sass/_right-rail-support-component.scss */
.right-rail-support-component .blockquote .banner a {
  background-color: #FF681D;
  border: none;
  padding-left: 40px;
  padding-right: 46px;
}
/* line 40, ../sass/_right-rail-support-component.scss */
.right-rail-support-component .blockquote .banner a:before {
  border: none;
  content: "\f023";
  font-family: FontAwesome;
  font-size: 20px;
  left: 12px;
  line-height: 100%;
  margin-top: -11px;
  text-align: center;
  top: 50%;
  width: 16px;
}
/* line 52, ../sass/_right-rail-support-component.scss */
.right-rail-support-component .blockquote .banner a:after {
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 22px;
  line-height: 100%;
  margin-top: -11px;
  padding-top: 3px;
  right: 12px;
  text-align: center;
  top: 50%;
  width: 22px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 2, ../sass/_awards-component.scss */
.awards .container.fluid .row {
  margin: 0;
}
/* line 4, ../sass/_awards-component.scss */
.awards .container.fluid .row h2 {
  color: #415464;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  margin: 0 0 30px;
}
/* line 12, ../sass/_awards-component.scss */
.awards .awards-slider-overlay {
  text-align: center;
}
/* line 15, ../sass/_awards-component.scss */
.awards .awards-slide {
  letter-spacing: normal;
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: auto !important;
  margin-right: 130px;
}
@media only screen and (max-width: 1399px) {
  /* line 15, ../sass/_awards-component.scss */
  .awards .awards-slide {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 15, ../sass/_awards-component.scss */
  .awards .awards-slide {
    margin-right: 90px;
  }
}
/* line 29, ../sass/_awards-component.scss */
.awards .awards-slide img {
  max-height: 140px;
  max-width: 180px;
}
@media only screen and (max-width: 1399px) {
  /* line 29, ../sass/_awards-component.scss */
  .awards .awards-slide img {
    max-height: 120px;
    max-width: 160px;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 29, ../sass/_awards-component.scss */
  .awards .awards-slide img {
    max-height: 100px;
    max-width: 100px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 15, ../sass/_awards-component.scss */
  .awards .awards-slide {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
/* line 47, ../sass/_awards-component.scss */
.awards .awards-slide:last-child {
  margin-right: 0;
}
/* line 50, ../sass/_awards-component.scss */
.awards .awards-slider-nav {
  text-align: center;
}

/* line 56, ../sass/_awards-component.scss */
.startegic-partners .awards-slider-overlay {
  text-align: center;
  border: #d7d7d7 1px solid;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (max-width: 999px) {
  /* line 56, ../sass/_awards-component.scss */
  .startegic-partners .awards-slider-overlay {
    border: none;
    text-align: left;
  }
}
/* line 65, ../sass/_awards-component.scss */
.startegic-partners .awards-slider-overlay .awards-slide {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  border-right: #d7d7d7 1px solid;
  height: 247px !important;
  margin: 0;
}
/* line 72, ../sass/_awards-component.scss */
.startegic-partners .awards-slider-overlay .awards-slide img {
  vertical-align: middle;
}
@media only screen and (max-width: 999px) {
  /* line 65, ../sass/_awards-component.scss */
  .startegic-partners .awards-slider-overlay .awards-slide {
    width: 50% !important;
    border-right: none;
    border: #d7d7d7 4px solid;
    float: left;
  }
}
/* line 82, ../sass/_awards-component.scss */
.startegic-partners .awards-slider-overlay .awards-slide:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/* line 88, ../sass/_awards-component.scss */
.startegic-partners .awards-slider-overlay .awards-slide:last-child {
  border: none;
}
@media only screen and (max-width: 999px) {
  /* line 88, ../sass/_awards-component.scss */
  .startegic-partners .awards-slider-overlay .awards-slide:last-child {
    border: #d7d7d7 4px solid;
  }
}
@media only screen and (max-width: 999px) {
  /* line 94, ../sass/_awards-component.scss */
  .startegic-partners .awards-slider-overlay .awards-slide:nth-child(n+3) {
    border-top: none;
  }
}
@media only screen and (max-width: 999px) {
  /* line 99, ../sass/_awards-component.scss */
  .startegic-partners .awards-slider-overlay .awards-slide:nth-child(even) {
    border-left: none;
  }
}

/*second section css here -----------------------------------------------  */
/* line 2, ../sass/_world-leading-component.scss */
.world-leading-component {
  position: relative;
  z-index: 40;
  width: 100%;
}
/* line 7, ../sass/_world-leading-component.scss */
.world-leading-component .component-pad {
  padding: 0 40px;
}
/* line 10, ../sass/_world-leading-component.scss */
.world-leading-component h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 60px 0;
}
@media only screen and (max-width: 999px) {
  /* line 10, ../sass/_world-leading-component.scss */
  .world-leading-component h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 10, ../sass/_world-leading-component.scss */
  .world-leading-component h2 {
    font-size: 27px;
  }
}
/* line 24, ../sass/_world-leading-component.scss */
.world-leading-component p {
  color: #fff;
}
/* line 27, ../sass/_world-leading-component.scss */
.world-leading-component .world-content-box {
  max-width: 1500px;
  text-align: center;
  margin: 0 auto;
}
/* line 32, ../sass/_world-leading-component.scss */
.world-leading-component .world-content-box .world-one-third-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 28%;
  text-align: center;
  margin: 0 2%;
  background: #415464;
  border-radius: 50%;
  width: 325px;
  height: 325px;
  padding: 75px 20px 20px 20px;
  cursor: pointer;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
/* line 48, ../sass/_world-leading-component.scss */
.world-leading-component .world-content-box .world-one-third-box h3 {
  font-size: 110px;
  line-height: 1;
  font-weight: bold;
  margin: 0;
  color: #fff;
}
/* line 55, ../sass/_world-leading-component.scss */
.world-leading-component .world-content-box .world-one-third-box p {
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}
/* line 62, ../sass/_world-leading-component.scss */
.world-leading-component .world-content-box .world-one-third-box .inner-circle {
  position: absolute;
  background: #ff681d;
  border-radius: 50%;
  width: 325px;
  height: 325px;
  padding: 0;
  top: 0;
  left: 0;
  opacity: 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 77, ../sass/_world-leading-component.scss */
.world-leading-component .world-content-box .world-one-third-box .inner-circle p {
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.4;
  width: 80%;
}
/* line 84, ../sass/_world-leading-component.scss */
.world-leading-component .world-content-box .world-one-third-box .inner-circle:before {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1399px) {
  /* line 62, ../sass/_world-leading-component.scss */
  .world-leading-component .world-content-box .world-one-third-box .inner-circle {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (max-width: 1180px) {
  /* line 62, ../sass/_world-leading-component.scss */
  .world-leading-component .world-content-box .world-one-third-box .inner-circle {
    margin: 0 1%;
  }
}
@media only screen and (max-width: 1120px) {
  /* line 62, ../sass/_world-leading-component.scss */
  .world-leading-component .world-content-box .world-one-third-box .inner-circle {
    display: block;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 999px) {
  /* line 62, ../sass/_world-leading-component.scss */
  .world-leading-component .world-content-box .world-one-third-box .inner-circle {
    display: inline-block;
    margin: 0 1%;
  }
}
@media only screen and (max-width: 940px) {
  /* line 62, ../sass/_world-leading-component.scss */
  .world-leading-component .world-content-box .world-one-third-box .inner-circle {
    display: block;
    margin: 0 auto 30px auto;
  }
}
/* line 113, ../sass/_world-leading-component.scss */
.world-leading-component .world-content-box .world-one-third-box .inner-circle > * {
  display: inline-block;
  vertical-align: middle;
}
/* line 118, ../sass/_world-leading-component.scss */
.world-leading-component .world-content-box .world-one-third-box:hover .inner-circle {
  opacity: 1;
}
/* line 121, ../sass/_world-leading-component.scss */
.world-leading-component .world-content-box .world-one-third-box .inner-circle .hover_effect {
  opacity: 1;
}
@media only screen and (max-width: 1400px) {
  /* line 32, ../sass/_world-leading-component.scss */
  .world-leading-component .world-content-box .world-one-third-box {
    width: 260px;
    height: 260px;
  }
  /* line 128, ../sass/_world-leading-component.scss */
  .world-leading-component .world-content-box .world-one-third-box h3 {
    font-size: 80px;
  }
  /* line 131, ../sass/_world-leading-component.scss */
  .world-leading-component .world-content-box .world-one-third-box p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1180px) {
  /* line 32, ../sass/_world-leading-component.scss */
  .world-leading-component .world-content-box .world-one-third-box {
    margin: 0 1%;
  }
}
@media only screen and (max-width: 1120px) {
  /* line 32, ../sass/_world-leading-component.scss */
  .world-leading-component .world-content-box .world-one-third-box {
    display: block;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 999px) {
  /* line 32, ../sass/_world-leading-component.scss */
  .world-leading-component .world-content-box .world-one-third-box {
    display: inline-block;
    margin: 0 1%;
  }
}
@media only screen and (max-width: 940px) {
  /* line 32, ../sass/_world-leading-component.scss */
  .world-leading-component .world-content-box .world-one-third-box {
    display: block;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 156, ../sass/_world-leading-component.scss */
  .world-leading-component .world-one-third-box {
    padding: 50px 20px 20px 20px !important;
    display: inline-block !important;
    width: 230px !important;
    height: 230px !important;
    margin: 0 5px !important;
    box-sizing: border-box;
  }
  /* line 164, ../sass/_world-leading-component.scss */
  .world-leading-component .world-one-third-box .inner-circle {
    display: inline-block !important;
    width: 230px  !important;
    height: 230px  !important;
  }
  /* line 169, ../sass/_world-leading-component.scss */
  .world-leading-component .world-one-third-box .inner-circle p {
    font-size: 14px !important;
    line-height: 1 !important;
  }
}

@media only screen and (max-width: 767px) {
  /* line 2, ../sass/_partner-detail-banner-component.scss */
  .visual-component .component-pad .text-area.banner {
    display: inherit !important;
  }
}
/* line 7, ../sass/_partner-detail-banner-component.scss */
p.banner {
  font-size: 24px !important;
  font-weight: 900;
  color: #FFB81D !important;
  max-width: 950px !important;
}

/* line 14, ../sass/_partner-detail-banner-component.scss */
p.banner2 {
  font-size: 28px !important;
  max-width: 950px !important;
  margin: 0px 0px 0px 0px !important;
}

/* line 20, ../sass/_partner-detail-banner-component.scss */
p.banner2.rvb-text-light {
  font-size: 28px !important;
  color: #fff !important;
  max-width: 950px !important;
  margin: 0px 0px 0px 0px !important;
}

/* line 27, ../sass/_partner-detail-banner-component.scss */
p.banner2.rvb-text-dark {
  font-size: 28px !important;
  color: #415464 !important;
  max-width: 950px !important;
  margin: 0px 0px 0px 0px !important;
}

/* added height, background and border radius styles for riv 2067 */
/* line 39, ../sass/_partner-detail-banner-component.scss */
img.partner-logo {
  margin-bottom: 20px;
  max-height: 80px;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
}

/* line 47, ../sass/_partner-detail-banner-component.scss */
ul.banner span {
  font-weight: bold;
}

/* line 51, ../sass/_partner-detail-banner-component.scss */
.products-component .rounded-more-wht-btn .banner {
  bottom: 20px;
}

/* line 55, ../sass/_partner-detail-banner-component.scss */
p.banner3 {
  color: #fff !important;
  font-size: 25px !important;
  line-height: 26px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  bottom: 100px;
}

/* line 65, ../sass/_partner-detail-banner-component.scss */
.visual-component .component-pad .text-area.banner {
  width: 79%;
}
@media only screen and (max-width: 767px) {
  /* line 65, ../sass/_partner-detail-banner-component.scss */
  .visual-component .component-pad .text-area.banner {
    width: 100%;
  }
}

/* line 73, ../sass/_partner-detail-banner-component.scss */
.row.banner {
  text-align: center;
}

/* line 77, ../sass/_partner-detail-banner-component.scss */
.logos {
  /*.background-wrapper {
      .common-wrapper {
          padding-bottom: 60px;
          padding-top: 60px;
      }
  }*/
}
/* line 84, ../sass/_partner-detail-banner-component.scss */
.logos .text-box {
  text-align: center;
  padding-bottom: 50px;
}
/* line 88, ../sass/_partner-detail-banner-component.scss */
.logos div[class^="col-"] {
  overflow: hidden;
  padding: 0;
  position: relative;
}
/* line 93, ../sass/_partner-detail-banner-component.scss */
.logos div[class^="col-"] img {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
/* line 99, ../sass/_partner-detail-banner-component.scss */
.logos div[class^="col-"]:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-left: #d5d5d5 1px solid;
  content: " ";
  right: auto;
  z-index: 3;
}
/* line 106, ../sass/_partner-detail-banner-component.scss */
.logos div[class^="col-"]:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-top: #d5d5d5 1px solid;
  bottom: auto;
  content: " ";
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  /* line 114, ../sass/_partner-detail-banner-component.scss */
  .logos div[class^="col-"]:nth-child(4n+1):before {
    border-left: none;
  }
  /* line 117, ../sass/_partner-detail-banner-component.scss */
  .logos div[class^="col-"]:nth-child(1):after, .logos div[class^="col-"]:nth-child(2):after, .logos div[class^="col-"]:nth-child(3):after, .logos div[class^="col-"]:nth-child(4):after {
    border-top: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 125, ../sass/_partner-detail-banner-component.scss */
  .logos div[class^="col-"]:nth-child(2n+1):before {
    border-left: none;
  }
  /* line 128, ../sass/_partner-detail-banner-component.scss */
  .logos div[class^="col-"]:nth-child(1):after, .logos div[class^="col-"]:nth-child(2):after {
    border-top: none;
  }
}
/* line 134, ../sass/_partner-detail-banner-component.scss */
.logos div[class^="col-"] > div {
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}
/* line 139, ../sass/_partner-detail-banner-component.scss */
.logos div[class^="col-"] > div > * {
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 350, ../sass/_common.scss */
.logos div[class^="col-"] > div > *:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
/* line 143, ../sass/_partner-detail-banner-component.scss */
.logos div[class^="col-"] > div > * > * {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

/* line 152, ../sass/_partner-detail-banner-component.scss */
.partner-detail-banner img.partner-logo {
  display: block;
  margin: 0 auto 20px;
}

/* line 1, ../sass/_core-values-component.scss */
.core-values .container {
  max-width: none;
}

/* line 5, ../sass/_core-values-component.scss */
.core-values .background-wrapper .common-wrapper {
  padding: 60px 50px 60px 250px !important;
}

/* line 9, ../sass/_core-values-component.scss */
.core-values .background-wrapper .common-wrapper .text-box {
  text-align: center;
  margin: 0px 0 40px 0;
  padding: 0 21% 0 21%;
}
@media only screen and (max-width: 767px) {
  /* line 9, ../sass/_core-values-component.scss */
  .core-values .background-wrapper .common-wrapper .text-box {
    padding: 0 15px;
  }
}

/* line 19, ../sass/_core-values-component.scss */
.core-values .background-wrapper .common-wrapper .text-box p.title {
  font-size: 24px;
  color: #415464;
}

/* line 24, ../sass/_core-values-component.scss */
.core-values .background-wrapper .common-wrapper .text-box p.title.rvb-text-dark {
  font-size: 24px;
  color: #415464;
}
@media only screen and (max-width: 767px) {
  /* line 24, ../sass/_core-values-component.scss */
  .core-values .background-wrapper .common-wrapper .text-box p.title.rvb-text-dark {
    font-size: 37px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}

/* line 35, ../sass/_core-values-component.scss */
.core-values .background-wrapper .common-wrapper .text-box p.title.rvb-text-light {
  font-size: 24px;
  color: #56778E;
}

/* line 40, ../sass/_core-values-component.scss */
.core-values .background-wrapper .common-wrapper .text-box p.description {
  font-size: 20px;
  line-height: 30px;
  color: #56778E;
}

/* line 46, ../sass/_core-values-component.scss */
.core-values .background-wrapper .common-wrapper .text-box p.description.rvb-text-dark {
  font-size: 20px;
  line-height: 30px;
  color: #415464;
}

/* line 52, ../sass/_core-values-component.scss */
.core-values .background-wrapper .common-wrapper .text-box p.description.rvb-text-light {
  font-size: 20px;
  line-height: 30px;
  color: #56778E;
}
@media only screen and (max-width: 767px) {
  /* line 52, ../sass/_core-values-component.scss */
  .core-values .background-wrapper .common-wrapper .text-box p.description.rvb-text-light {
    line-height: 24px;
  }
}

/* line 62, ../sass/_core-values-component.scss */
.core-values .text-image-box h3 {
  color: #415464;
  margin: 2% 0px 2% 0;
}
@media only screen and (max-width: 767px) {
  /* line 62, ../sass/_core-values-component.scss */
  .core-values .text-image-box h3 {
    margin-top: 64px;
  }
}

/* line 71, ../sass/_core-values-component.scss */
.core-values .text-image-box img.large {
  position: absolute;
  top: 25%;
  width: 19%;
}

/* line 77, ../sass/_core-values-component.scss */
.core-values .text-image-box img.small {
  position: absolute;
  top: 24%;
  left: 8%;
  width: 19%;
}

/* line 84, ../sass/_core-values-component.scss */
.core-values .image-text {
  margin: 5% 0 0 29%;
}

/* line 88, ../sass/_core-values-component.scss */
.core-values .background-wrapper .common-wrapper .products-grid-component, .core-values .background-wrapper .common-wrapper .location-component {
  border-top: none;
  padding: 8% 5% 9% 7%;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  /* line 88, ../sass/_core-values-component.scss */
  .core-values .background-wrapper .common-wrapper .products-grid-component, .core-values .background-wrapper .common-wrapper .location-component {
    padding: 8% 5% 10px 7%;
  }
}

/* line 97, ../sass/_core-values-component.scss */
.core-values .background-wrapper .common-wrapper .products-grid-component.rvb-titanium, .core-values .background-wrapper .common-wrapper .rvb-titanium.location-component {
  background-color: #fff;
}

/* line 101, ../sass/_core-values-component.scss */
.core-values .background-wrapper .common-wrapper .products-grid-component.rvb-pantone, .core-values .background-wrapper .common-wrapper .rvb-pantone.location-component {
  background-color: #435464;
}

/* line 105, ../sass/_core-values-component.scss */
.core-values .background-wrapper .common-wrapper .products-grid-component.rvb-stone, .core-values .background-wrapper .common-wrapper .rvb-stone.location-component {
  background-color: #5b7f95;
}

/* line 109, ../sass/_core-values-component.scss */
.core-values .background-wrapper .common-wrapper .products-grid-component.rvb-marine-blue, .core-values .background-wrapper .common-wrapper .rvb-marine-blue.location-component {
  background-color: #6bb5e4;
}

/* line 113, ../sass/_core-values-component.scss */
.core-values .background-wrapper .common-wrapper .products-grid-component.rvb-orange, .core-values .background-wrapper .common-wrapper .rvb-orange.location-component {
  background-color: #ff671b;
}

/* line 117, ../sass/_core-values-component.scss */
.core-values .background-wrapper .common-wrapper .products-grid-component.rvb-marigold, .core-values .background-wrapper .common-wrapper .rvb-marigold.location-component {
  background-color: #ffb022;
}

@media only screen and (max-width: 999px) {
  /* line 122, ../sass/_core-values-component.scss */
  .core-values .container {
    margin: 0px 5% 0 5%;
  }

  /* line 126, ../sass/_core-values-component.scss */
  .core-values .background-wrapper.gray .common-wrapper {
    padding: 60px 0px 60px 0px !important;
  }

  /* line 130, ../sass/_core-values-component.scss */
  .core-values .background-wrapper.gray .common-wrapper .col-lg-6 {
    width: 99.5%;
    box-sizing: content-box;
  }

  /* line 135, ../sass/_core-values-component.scss */
  .core-values .background-wrapper.gray .common-wrapper .col-lg-6 .text-image-box img {
    position: absolute;
    top: 26px;
    left: 7%;
    width: 17%;
  }

  /* line 142, ../sass/_core-values-component.scss */
  .core-values .background-wrapper.gray .common-wrapper .col-lg-6 .image-text {
    margin: 22% 0 0 0%;
  }
}
/* line 1, ../sass/_leadership-detail-component.scss */
.leadership-detail .container {
  max-width: none;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/_leadership-detail-component.scss */
  .leadership-detail .container .row {
    padding: 0 20px 0 20px;
  }
}

/* line 11, ../sass/_leadership-detail-component.scss */
.leadership-slides.slick-slider .slick-prev {
  display: none !important;
}

/* line 15, ../sass/_leadership-detail-component.scss */
.leadership-slides.slick-slider .slick-next {
  display: none !important;
}

/* line 19, ../sass/_leadership-detail-component.scss */
.leadership-detail .slick-list {
  height: 100%;
}

/* line 23, ../sass/_leadership-detail-component.scss */
.leadership-detail .slick-track {
  height: 100%;
}

/* line 27, ../sass/_leadership-detail-component.scss */
.leadership-detail .title-banner {
  position: absolute;
  width: 100%;
  bottom: 4px;
  background: rgba(65, 84, 100, 0.93);
  height: 30%;
}
/* line 33, ../sass/_leadership-detail-component.scss */
.leadership-detail .title-banner.hover {
  background: #415464;
}
/* line 36, ../sass/_leadership-detail-component.scss */
.leadership-detail .title-banner .leader-info {
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* line 45, ../sass/_leadership-detail-component.scss */
.leadership-detail .leader-info p.name {
  color: white;
  margin: 0;
  font-size: 27px;
  line-height: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1680px) {
  /* line 45, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.name {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1550px) {
  /* line 45, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.name {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1300px) {
  /* line 45, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.name {
    font-size: 20px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 45, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.name {
    font-size: 20px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1025px) {
  /* line 45, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.name {
    font-size: 18px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 45, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.name {
    font-size: 55px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 700px) {
  /* line 45, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.name {
    font-size: 40px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 45, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.name {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 450px) {
  /* line 45, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.name {
    font-size: 20px;
    line-height: 18px;
  }
}

/* line 90, ../sass/_leadership-detail-component.scss */
.leadership-detail .leader-info p.title {
  color: white;
  margin: 0 20% 0 20%;
  font-size: 17px;
}
@media only screen and (max-width: 1680px) {
  /* line 90, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1550px) {
  /* line 90, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1300px) {
  /* line 90, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.title {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 90, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.title {
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 1025px) {
  /* line 90, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.title {
    font-size: 12px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 90, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.title {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 700px) {
  /* line 90, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.title {
    font-size: 25px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 90, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.title {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 450px) {
  /* line 90, ../sass/_leadership-detail-component.scss */
  .leadership-detail .leader-info p.title {
    font-size: 12px;
    line-height: 14px;
  }
}

/* line 132, ../sass/_leadership-detail-component.scss */
.leadership-detail .col-lg-6 {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  /* line 132, ../sass/_leadership-detail-component.scss */
  .leadership-detail .col-lg-6 {
    width: 100%;
    padding: 0 0 15px 0;
  }
}

@media only screen and (max-width: 999px) {
  /* line 143, ../sass/_leadership-detail-component.scss */
  .leadership-detail .background-wrapper .common-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 143, ../sass/_leadership-detail-component.scss */
  .leadership-detail .background-wrapper .common-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* line 154, ../sass/_leadership-detail-component.scss */
.leadership-detail .background-wrapper .common-wrapper .text-box {
  text-align: center;
  margin: 0px 0 50px 0;
  padding: 0 12% 0 12%;
}
@media only screen and (max-width: 767px) {
  /* line 154, ../sass/_leadership-detail-component.scss */
  .leadership-detail .background-wrapper .common-wrapper .text-box {
    padding: 0 15px;
    margin: 0px 0 40px 0;
  }
}

/* line 165, ../sass/_leadership-detail-component.scss */
.leadership-detail .background-wrapper .common-wrapper .text-box p.title {
  font-size: 24px;
  color: #415464;
}

/* line 170, ../sass/_leadership-detail-component.scss */
.leadership-detail .background-wrapper .common-wrapper .text-box p.title.rvb-text-dark {
  font-size: 24px;
  color: #415464;
}
@media only screen and (max-width: 767px) {
  /* line 170, ../sass/_leadership-detail-component.scss */
  .leadership-detail .background-wrapper .common-wrapper .text-box p.title.rvb-text-dark {
    font-size: 37px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}

/* line 181, ../sass/_leadership-detail-component.scss */
.leadership-detail .background-wrapper .common-wrapper .text-box p.title.rvb-text-light {
  font-size: 24px;
  color: #56778E;
}

/* line 186, ../sass/_leadership-detail-component.scss */
.leadership-detail .background-wrapper .common-wrapper .text-box p.description {
  font-size: 20px;
  line-height: 30px;
  color: #56778E;
  margin-top: 0;
}

/* line 193, ../sass/_leadership-detail-component.scss */
.leadership-detail .background-wrapper .common-wrapper .text-box p.description.rvb-text-dark {
  font-size: 20px;
  line-height: 30px;
  color: #415464;
}

/* line 199, ../sass/_leadership-detail-component.scss */
.leadership-detail .background-wrapper .common-wrapper .text-box p.description.rvb-text-light {
  font-size: 20px;
  line-height: 30px;
  color: #56778E;
}
@media only screen and (max-width: 767px) {
  /* line 199, ../sass/_leadership-detail-component.scss */
  .leadership-detail .background-wrapper .common-wrapper .text-box p.description.rvb-text-light {
    line-height: 24px;
  }
}

/* line 209, ../sass/_leadership-detail-component.scss */
.leadership-detail .text-image-box h3 {
  color: #415464;
  margin: 2% 0px 2% 0;
}
@media only screen and (max-width: 767px) {
  /* line 209, ../sass/_leadership-detail-component.scss */
  .leadership-detail .text-image-box h3 {
    margin-top: 64px;
  }
}

/* line 218, ../sass/_leadership-detail-component.scss */
.leadership-detail .text-image-box img {
  width: 99.8%;
}

/* line 222, ../sass/_leadership-detail-component.scss */
.leadership-detail .image-text {
  margin: 5% 0 0 29%;
}

/* line 226, ../sass/_leadership-detail-component.scss */
.leadership-detail .background-wrapper .common-wrapper .leadership-grid {
  position: relative;
  z-index: 40;
  cursor: pointer;
}

/* line 232, ../sass/_leadership-detail-component.scss */
.leadership-detail .background-wrapper .common-wrapper .leadership-grid.rvb-titanium {
  background-color: #fff;
}

/* line 236, ../sass/_leadership-detail-component.scss */
.leadership-detail .background-wrapper .common-wrapper .leadership-grid.rvb-pantone {
  background-color: #435464;
}

/* line 240, ../sass/_leadership-detail-component.scss */
.leadership-detail .background-wrapper .common-wrapper .leadership-grid.rvb-stone {
  background-color: #5b7f95;
}

/* line 244, ../sass/_leadership-detail-component.scss */
.leadership-detail .background-wrapper .common-wrapper .leadership-grid.rvb-marine-blue {
  background-color: #6bb5e4;
}

/* line 248, ../sass/_leadership-detail-component.scss */
.leadership-detail .background-wrapper .common-wrapper .leadership-grid.rvb-orange {
  background-color: #ff671b;
}

/* line 252, ../sass/_leadership-detail-component.scss */
.leadership-detail .background-wrapper .common-wrapper .leadership-grid.rvb-marigold {
  background-color: #ffb022;
}

/* line 258, ../sass/_leadership-detail-component.scss */
.leadership-detail-section {
  position: absolute;
  z-index: 102;
  left: -9999px;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  min-width: 320px;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 269, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .common-wrapper {
  padding: 75px 50px 0 250px;
  position: static;
}
/* line 273, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .container {
  overflow-y: auto;
  max-width: 100%;
  margin: 0;
  height: calc(100vh - 132px);
}
/* line 278, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .container img {
  max-height: 408px;
  max-width: 408px;
  float: left;
  margin: 0 25px 0 0;
}
/* line 285, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .detail-box {
  float: right;
  padding-right: 20px;
  /* width 100%^fixes the component looking broken, from issue 1230 */
  width: 100%;
}
/* line 290, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .detail-box p.name {
  color: #415464;
  /* font size set to match design, also from issue 1230 */
  font-size: 50px;
  font-weight: 600;
  margin: -15px 0 0px 0;
}
/* line 296, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .detail-box p.title {
  color: rgba(0, 0, 0, 0.37);
  margin: -12px 0 5px 0;
  /* font size set to match design, also from issue 1230 */
  font-size: 30px;
}
/* line 301, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .detail-box p.description {
  /* font size set to match design, also from issue 1230 */
  font-size: 18px;
  line-height: 36px;
  color: #415464;
  margin: 7px 0 0 0;
}
/* line 309, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .detail-box .leader_addthis_custom_sharing .social-networks {
  padding: 0;
  margin: 10px 0 0;
  overflow: hidden;
  font-size: 18px;
  line-height: 38px;
}
/* line 315, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .detail-box .leader_addthis_custom_sharing .social-networks li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
}
/* line 319, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .detail-box .leader_addthis_custom_sharing .social-networks li:last-child {
  margin: 0;
}
/* line 323, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .detail-box .leader_addthis_custom_sharing .social-networks a {
  color: #415464;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #415464;
  text-decoration: none;
  text-align: center;
  line-height: 39px;
  padding-left: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 335, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .detail-box .leader_addthis_custom_sharing .social-networks a .fa-google-plus {
  margin-left: 4px;
  line-height: 41px;
}
/* line 341, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .detail-box .leader_addthis_custom_sharing .social-networks a:hover {
  color: #fc6719;
  border-color: #fc6719;
}
/* line 349, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .more-from {
  margin: 23px 0 0 0;
  font-size: 20px;
  color: #415464;
  font-weight: bold;
  display: inline-block;
}
/* line 356, ../sass/_leadership-detail-component.scss */
.leadership-detail-section ul {
  margin: 15px 0px 0px 4px;
  padding: 0px 0px 0px 23px;
  max-width: 408px;
  color: #415464;
  list-style: disc;
}
/* line 362, ../sass/_leadership-detail-component.scss */
.leadership-detail-section ul li {
  margin: 0 0 10px 0;
  font-size: 20px;
}
/* line 365, ../sass/_leadership-detail-component.scss */
.leadership-detail-section ul li a {
  color: #ff681d;
}
/* line 370, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .button-container {
  padding: 50px 0 0 0;
}
/* line 372, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .button-container .previous-box {
  float: left;
  display: flex;
}
/* line 375, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .button-container .previous-box .leadership-slick-prev {
  background: url(clientlibs_desktop/images/sprite.png) no-repeat;
  background-size: 194px auto;
  text-indent: -9999px;
  border: none;
  outline: none;
  width: 30px;
  height: 60px;
  cursor: pointer;
}
/* line 385, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .button-container .previous-box .name-box {
  margin: 0 0 0 25px;
  line-height: 17px;
}
/* line 388, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .button-container .previous-box .name-box p.name {
  position: relative;
  margin: 6px 0 0px 0;
  font-size: 16px;
  font-weight: 600;
  color: #ff681d;
}
/* line 395, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .button-container .previous-box .name-box p.title {
  position: relative;
  margin: 6px 0 0px 0;
  font-size: 16px;
  color: #ff681d;
}
/* line 403, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .button-container .next-box {
  float: right;
  display: flex;
}
/* line 406, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .button-container .next-box .leadership-slick-next {
  background: url(clientlibs_desktop/images/sprite.png) no-repeat -35px 0;
  background-size: 194px auto;
  text-indent: -9999px;
  border: none;
  outline: none;
  width: 30px;
  height: 60px;
  cursor: pointer;
}
/* line 416, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .button-container .next-box .name-box {
  margin: 0 25px 0 0;
  line-height: 17px;
}
/* line 419, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .button-container .next-box .name-box p.name {
  position: relative;
  margin: 6px 0 0px 0;
  font-size: 16px;
  font-weight: 600;
  color: #ff681d;
}
/* line 426, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .button-container .next-box .name-box p.title {
  position: relative;
  color: rgba(0, 0, 0, 0.37);
  margin: 6px 0 0px 0;
  font-size: 16px;
  color: #ff681d;
}
/* line 436, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .col {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  min-width: 225px;
  max-width: 318px;
  letter-spacing: normal;
  padding: 40px 30px 0 0;
}
/* line 444, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .col h2 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: normal;
  margin: 0 0 5px;
}
/* line 450, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .col h2 a {
  color: #fff;
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0 35px 0 0;
}
/* line 457, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .col h2 a:after {
  content: '';
  border-bottom: 2px solid #ff681d;
  width: 45px;
  height: 4px;
  display: block;
  margin: 4px 0;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 466, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .col h2 a:hover {
  color: #ff681d;
  text-decoration: none;
}
/* line 469, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .col h2 a:hover:after {
  content: '';
  width: 100%;
}
/* line 475, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .col h2.no-underline a:after {
  display: none;
}
/* line 479, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .col ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  line-height: 18px;
}
/* line 485, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .col ul li {
  position: relative;
  padding: 0 0 10px 0px;
}
/* line 489, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .col ul li a {
  color: #fff;
}
/* line 492, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .col ul li a:hover {
  color: #ff681d;
  text-decoration: none;
}
/* line 502, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .col.vm-noftr h2 a:after {
  display: none;
}
/* line 507, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .bottom-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
}
/* line 514, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .bottom-block a {
  color: #fff;
  font-size: 18px;
}
/* line 517, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .bottom-block a .fa {
  color: #A8ACA1;
  font-size: 19px;
  margin-left: 0px;
  margin-top: 0px;
  vertical-align: middle;
}
/* line 524, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .bottom-block a .fa.fa-linkedin {
  margin-top: -1px;
}
/* line 528, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .bottom-block a .fa.fa-google-plus {
  margin-left: 4px;
}
/* line 533, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .bottom-block > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 40px;
  margin: 0 7% 0 0;
}
/* line 540, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .bottom-block .social-networks {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
/* line 549, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .bottom-block .social-networks li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px 0 0;
}
/* line 553, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .bottom-block .social-networks li:last-child {
  margin: 0;
}
/* line 557, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .bottom-block .social-networks a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 566, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .bottom-block .social-networks a:hover {
  color: #fc6719;
  border-color: #fc6719;
}
/* line 571, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .bottom-block .social-networks .icon-bebo {
  display: block;
  height: 20px;
  width: 20px;
  background: url(clientlibs_desktop/images/sprite.png) no-repeat -380px 0;
  background-size: 400px auto;
  margin: 8px;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
/* line 582, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .bottom-block .social-networks a.bb-lnk:hover .icon-bebo {
  background: url(clientlibs_desktop/images/sprite.png) no-repeat -380px -27px;
  background-size: 400px auto;
}
/* line 590, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 42px;
  height: 42px;
  color: rgba(0, 0, 0, 0.37);
  font-size: 20px;
  line-height: 0;
  border: 4px solid rgba(0, 0, 0, 0.37);
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 604, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 607, ../sass/_leadership-detail-component.scss */
.leadership-detail-section .close i {
  line-height: 32px;
}

/* line 612, ../sass/_leadership-detail-component.scss */
.leadership-detail-active .leadership-detail-section {
  position: fixed;
  left: 0;
  opacity: 1;
}

@media only screen and (max-width: 999px) {
  /* line 619, ../sass/_leadership-detail-component.scss */
  .leadership-detail-section .common-wrapper {
    padding: 75px 22px 0 22px;
  }
  /* line 622, ../sass/_leadership-detail-component.scss */
  .leadership-detail-section .detail-box .leader_addthis_custom_sharing {
    margin: 0;
  }
  /* line 625, ../sass/_leadership-detail-component.scss */
  .leadership-detail-section .container img {
    width: 100%;
    float: none;
    margin: 0;
    display: inline;
  }
  /* line 631, ../sass/_leadership-detail-component.scss */
  .leadership-detail-section .close {
    right: 20px;
    top: 20px;
  }
  /* line 635, ../sass/_leadership-detail-component.scss */
  .leadership-detail-section .bottom-block {
    padding: 40px 0 20px 25px;
  }
  /* line 638, ../sass/_leadership-detail-component.scss */
  .leadership-detail-section .col {
    width: 33.33% !important;
  }
}
/* line 1, ../sass/_customer-stories-detail-hero-component.scss */
.back-to-customers, .back-to-results {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 90px;
  top: 45px;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/_customer-stories-detail-hero-component.scss */
  .back-to-customers, .back-to-results {
    display: inline-block;
    font-size: 18px;
    left: auto;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    top: auto;
  }
}
/* line 25, ../sass/_customer-stories-detail-hero-component.scss */
.back-to-customers:before, .back-to-results:before {
  color: #fff;
  content: "\f060";
  font: normal normal normal 0.7em/0 FontAwesome;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  margin-top: -0.04em;
  width: 1.85714em;
}
/* line 36, ../sass/_customer-stories-detail-hero-component.scss */
.back-to-customers:after, .back-to-results:after {
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  height: 1.3em;
  margin-top: -0.65em;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.3em;
}

/* line 51, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories img.partner-logo {
  display: block;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  /* line 51, ../sass/_customer-stories-detail-hero-component.scss */
  .customer-stories img.partner-logo {
    height: auto;
    max-width: 40%;
  }
}

/* line 61, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories .text-area.banner {
  width: auto !important;
}

/* line 66, ../sass/_customer-stories-detail-hero-component.scss */
.visual-component .component-pad .customer-stories .text-area p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 66, ../sass/_customer-stories-detail-hero-component.scss */
  .visual-component .component-pad .customer-stories .text-area p {
    margin-bottom: 20px;
  }
}
/* line 72, ../sass/_customer-stories-detail-hero-component.scss */
.visual-component .component-pad .customer-stories .text-area p.banner2 {
  font-size: 32px !important;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  /* line 72, ../sass/_customer-stories-detail-hero-component.scss */
  .visual-component .component-pad .customer-stories .text-area p.banner2 {
    font-size: 18px !important;
    padding: 0 20px;
  }
}
/* line 82, ../sass/_customer-stories-detail-hero-component.scss */
.visual-component .component-pad .customer-stories .text-area header {
  margin: 0 0 20px;
}

/* line 87, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories p.banner {
  color: #ffb81d !important;
  max-width: 950px !important;
}

@media only screen and (max-width: 767px) {
  /* line 94, ../sass/_customer-stories-detail-hero-component.scss */
  .customer-stories .buttons-2 .rounded-more-wht-btn {
    display: inherit !important;
    width: inherit !important;
    margin: 10px 10px !important;
  }

  /* line 100, ../sass/_customer-stories-detail-hero-component.scss */
  .tab-content .blockquote .customer-quote-attribution-component p {
    top: -8;
  }

  /* line 104, ../sass/_customer-stories-detail-hero-component.scss */
  .add-this .addthis_sharing_toolbox {
    display: inherit !important;
  }

  /* line 109, ../sass/_customer-stories-detail-hero-component.scss */
  .banner .caption.banner {
    margin-top: 15px;
  }
}
/* line 114, ../sass/_customer-stories-detail-hero-component.scss */
.customer-quote-attribution-component {
  line-height: 8px;
}

/* line 118, ../sass/_customer-stories-detail-hero-component.scss */
.tab-content .blockquote .customer-quote-attribution-component p {
  font-size: 13px;
  font-weight: 600;
  margin: 0px 0px 0px 10px;
  line-height: 16px;
}

/* line 126, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories div.rounded-more-wht-btn, .customer-stories div.rounded-video-wht-btn {
  margin: 0;
  text-align: center;
}
/* line 132, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories div.rounded-more-wht-btn.pdf-button a {
  padding: 10px 18px 10px 46px;
}
/* line 138, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories div.rounded-video-wht-btn a {
  padding: 10px 46px 10px 18px;
}
/* line 144, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories .rounded-more-wht-btn.pdf-button a:before {
  display: none;
}
/* line 149, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories h2.banner-title {
  margin-top: 20px;
}

/* line 154, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories .rounded-more-wht-btn.pdf-button a:after {
  /* content: "\f1c1"; */
  content: url(clientlibs_desktop/css/Icons/pdf-icon.png);
  left: 16px !important;
  margin-top: -5px;
  font: normal normal normal 20px/17px FontAwesome;
  color: #ffb81d;
  width: 20px;
}

/* line 164, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories .rounded-more-wht-btn a:before {
  top: 8px;
  border-color: #ffb81d;
}

/* line 169, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories .rounded-more-wht-btn a:after {
  top: 12px !important;
  color: #ffb81d;
}

/* line 174, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories-hero-component .visual-component .component-pad {
  padding: 0px 0px 60px 0px;
}

/* line 178, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories-detail-banner .visual-component .component-pad {
  padding: 0 40px 40px;
  vertical-align: top;
}
/* line 182, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories-detail-banner .visual-component .component-pad .caption.banner > img {
  border-radius: 6px;
}

/* line 188, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories .buttons-2 .rounded-more-wht-btn, .customer-stories .buttons-2 .rounded-video-wht-btn {
  display: inline-block;
  width: auto;
  margin: 0 10px;
}

/* line 195, ../sass/_customer-stories-detail-hero-component.scss */
.container.customer-story-content {
  max-width: 2150px;
}

/* line 199, ../sass/_customer-stories-detail-hero-component.scss */
.caption.banner {
  margin-top: 53px;
  width: initial !important;
}

/* line 206, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories-ticker .item-logo-text h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
/* line 213, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories-ticker div.rounded-more-btn a {
  border: solid 1px #ccc;
}
/* line 215, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories-ticker div.rounded-more-btn a:before {
  border-color: #ffb81d;
}
/* line 218, ../sass/_customer-stories-detail-hero-component.scss */
.customer-stories-ticker div.rounded-more-btn a:after {
  color: #ffb81d;
}

/* line 1, ../sass/_tables-component.scss */
.tg {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #F9F5F5;
}

/* line 7, ../sass/_tables-component.scss */
.tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 30px 30px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #F9F5F5;
  color: #333;
  background-color: #fff;
}

/* line 20, ../sass/_tables-component.scss */
.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #F9F5F5;
  color: #333;
  background-color: #f0f0f0;
}

/* line 34, ../sass/_tables-component.scss */
.tg .tg-apdv {
  background-color: #a7a5a5;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* line 41, ../sass/_tables-component.scss */
.tg .tg-fswc {
  background-color: #46b5d6;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* line 48, ../sass/_tables-component.scss */
.tg .tg-ryem {
  font-size: small;
  color: #586283;
}

/* line 53, ../sass/_tables-component.scss */
.tg .tg-ihuo {
  background-color: #f56b00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* line 60, ../sass/_tables-component.scss */
.tg .tg-ftde {
  background-color: #415464;
  color: #ffffff;
  text-align: center;
}

/* line 66, ../sass/_tables-component.scss */
.tg .tg-l3hj {
  background-color: #eeba1f;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* line 73, ../sass/_tables-component.scss */
td span.link {
  color: #f56b00;
}

@media screen and (max-width: 767px) {
  /* line 78, ../sass/_tables-component.scss */
  .tg {
    width: auto !important;
  }

  /* line 81, ../sass/_tables-component.scss */
  .tg col {
    width: auto !important;
  }

  /* line 84, ../sass/_tables-component.scss */
  .tg-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* line 91, ../sass/_tables-component.scss */
span.WhiteText {
  color: White;
}

/* line 95, ../sass/_tables-component.scss */
span.StoneText {
  color: #5B7F95;
}

/* line 99, ../sass/_tables-component.scss */
span.OrangeText {
  color: #FF671B;
}

/* line 103, ../sass/_tables-component.scss */
td.OrangeBackgroundRowHeader {
  padding: 20px;
  background-color: #FF671B;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif;
}

/* line 112, ../sass/_tables-component.scss */
td.GoldBackgroundRowHeader {
  padding: 20px;
  background-color: #FFB022;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif;
}

/* line 121, ../sass/_tables-component.scss */
td.BlueBackgroundRowHeader {
  padding: 20px;
  background-color: #6BB5E4;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif;
}

/* line 130, ../sass/_tables-component.scss */
td.SlateBackgroundColumnHeader {
  padding: 10px 5px;
  background-color: #435464;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif;
}

/* line 139, ../sass/_tables-component.scss */
td.TitaniumBackgroundRowHeader {
  padding: 20px;
  background-color: #A7ACA2;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif;
}

/* line 148, ../sass/_tables-component.scss */
th.OrangeBackgroundRowHeader {
  padding: 20px;
  background-color: #FF671B;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif;
}

/* line 157, ../sass/_tables-component.scss */
th.GoldBackgroundRowHeader {
  padding: 20px;
  background-color: #FFB022;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif;
}

/* line 166, ../sass/_tables-component.scss */
th.BlueBackgroundRowHeader {
  padding: 20px;
  background-color: #6BB5E4;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif;
}

/* line 175, ../sass/_tables-component.scss */
th.SlateBackgroundColumnHeader {
  padding: 10px 5px;
  background-color: #435464;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif;
}

/* line 184, ../sass/_tables-component.scss */
th.TitaniumBackgroundRowHeader {
  padding: 20px;
  background-color: #A7ACA2;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif;
}

/* line 193, ../sass/_tables-component.scss */
td.WhiteBackgroundParagraphCell {
  padding: 20px;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

/* line 199, ../sass/_tables-component.scss */
td.WhiteBackgroundParagraphCell {
  padding: 20px;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

/* line 205, ../sass/_tables-component.scss */
td.GrayBackgroundParagraphCell {
  padding: 20px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  background-color: #F2F2F2;
}

/* line 212, ../sass/_tables-component.scss */
td.GrayBackgroundParagraphCell {
  padding: 20px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  background-color: #F2F2F2;
}

/* line 219, ../sass/_tables-component.scss */
table.LightTableBorder {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #F9F5F5;
  border-style: solid;
}

@media screen and (max-width: 767px) {
  /* line 227, ../sass/_tables-component.scss */
  .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* line 1, ../sass/_event-survey-component.scss */
.event-survey-dropdown {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/_event-survey-component.scss */
  .event-survey-dropdown {
    overflow: visible;
  }
  /* line 14, ../sass/_event-survey-component.scss */
  .event-survey-dropdown div,
  .event-survey-dropdown form {
    overflow: visible;
  }
  /* line 18, ../sass/_event-survey-component.scss */
  .event-survey-dropdown #rcaptcha {
    margin-left: -40px;
    margin-right: -40px;
  }
  /* line 21, ../sass/_event-survey-component.scss */
  .event-survey-dropdown #rcaptcha > div > div {
    margin: 0 auto;
  }
}
/* line 27, ../sass/_event-survey-component.scss */
.event-survey-dropdown .hidden {
  display: block !important;
}
/* line 30, ../sass/_event-survey-component.scss */
.event-survey-dropdown .section.reCAPTCHA {
  text-align: -webkit-center;
}
@media only screen and (max-width: 999px) {
  /* line 30, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .section.reCAPTCHA {
    text-align: initial;
  }
}
/* line 37, ../sass/_event-survey-component.scss */
.event-survey-dropdown .section.end .form_row_description {
  display: block !important;
}
/* line 41, ../sass/_event-survey-component.scss */
.event-survey-dropdown .recaptchatable #recaptcha_response_field {
  height: 20px !important;
  font-size: 15px !important;
}
/* line 45, ../sass/_event-survey-component.scss */
.event-survey-dropdown .g-recaptcha-container {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 45, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .g-recaptcha-container {
    max-height: 74px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 51, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .g-recaptcha-container .g-recaptcha div {
    max-height: 90px !important;
    overflow: hidden;
  }
}
/* line 56, ../sass/_event-survey-component.scss */
.event-survey-dropdown .g-recaptcha-container .g-recaptcha div div {
  margin: 0 auto;
}
/* line 62, ../sass/_event-survey-component.scss */
.event-survey-dropdown .common-wrapper {
  background: #fff !important;
}
@media only screen and (max-width: 767px) {
  /* line 62, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .common-wrapper {
    text-align: left;
  }
}
/* line 68, ../sass/_event-survey-component.scss */
.event-survey-dropdown .col-lg-12 {
  width: 100% !important;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 68, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .col-lg-12 {
    padding: 0;
  }
}
/* line 75, ../sass/_event-survey-component.scss */
.event-survey-dropdown .col-lg-6 {
  width: 50% !important;
  margin: 0 !important;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  /* line 75, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .col-lg-6 {
    width: 100% !important;
    padding: 0;
  }
}
/* line 84, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_row {
  margin-bottom: 40px;
}
/* line 87, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_row_description {
  display: none;
}
/* line 90, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_leftcol {
  position: absolute;
  margin-top: 45px;
}
/* line 93, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_leftcol .form_leftcollabel {
  float: left;
}
/* line 96, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_leftcol .form_leftcolmark {
  float: left;
  margin-left: 2px;
  line-height: 25px;
  color: #ED6100;
  font-size: 18px;
}
/* line 104, ../sass/_event-survey-component.scss */
.event-survey-dropdown label {
  float: left;
  margin: 2px 0 0 0;
  color: #415464;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  max-width: 100%;
}
/* line 114, ../sass/_event-survey-component.scss */
.event-survey-dropdown label span {
  color: #ff681d;
}
/* line 117, ../sass/_event-survey-component.scss */
.event-survey-dropdown label.requiredlbl:after {
  content: " *" !important;
  color: #ED6100;
}
/* line 122, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_rightcol {
  width: 50%;
  margin: 0 0% 10px 0%;
  display: inline-block;
  vertical-align: top;
}
/* line 127, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_rightcol:after {
  display: block;
  clear: both;
  content: '';
  height: 0;
  visibility: hidden;
}
/* line 134, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_rightcol.full-lenght {
  width: 97% !important;
}
@media only screen and (max-width: 1299px) {
  /* line 138, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .form_rightcol input {
    font-size: 20px !important;
  }
}
/* line 142, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_rightcol input {
  background: none;
  border: none;
  border-bottom: solid 1px #ccc;
  width: 100%;
  font-size: 28px;
  padding: 10px 0;
  height: 60px;
  -webkit-appearance: none;
  border-radius: 0;
  color: #415464;
  font-weight: 300;
}
/* line 154, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_rightcol input:focus {
  outline: none;
}
/* line 157, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_rightcol input::-webkit-input-placeholder {
  color: #ccc;
}
/* line 160, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_rightcol input:-moz-placeholder {
  color: #ccc;
}
/* line 163, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_rightcol input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
/* line 167, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_rightcol input:-ms-input-placeholder {
  color: #ccc;
}
/* line 171, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_rightcol .submit,
.event-survey-dropdown .form_rightcol .form_button_submit {
  font-size: 14px !important;
  font-weight: 400;
  color: #415464;
  text-transform: uppercase;
  border: solid 1px #ccc;
  border-radius: 30px;
  position: relative;
  margin: 20px auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 45px !important;
  width: 130px !important;
  padding: 1px 32px 0 0 !important;
}
/* line 188, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_rightcol .jcf-select {
  font-weight: 300;
  font-size: 28px !important;
  color: #ccc;
  margin: 0;
  width: 100%;
  padding: 10px 40px 4px 0;
  height: 60px;
  display: block;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  cursor: pointer;
}
/* line 208, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_rightcol .jcf-select .jcf-select-text {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 214, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_rightcol .jcf-select .jcf-select-opener {
  border: solid transparent;
  border-color: rgba(65, 84, 100, 0);
  border-top-color: #415464;
  box-sizing: border-box;
  border-width: 7px 7px;
  top: 25px;
  width: 13px;
  position: absolute;
  right: 10px;
}
@media only screen and (max-width: 1299px) {
  /* line 214, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .form_rightcol .jcf-select .jcf-select-opener {
    background-position: -219px -74px;
  }
}
/* line 228, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_rightcol .jcf-select .jcf-select-opener:before {
  content: " ";
  display: block;
  border: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
  width: 6px;
  height: 10px;
  position: absolute;
  top: -8px;
  left: -6px;
  border-width: 6px 6px;
}
@media only screen and (max-width: 1299px) {
  /* line 188, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .form_rightcol .jcf-select {
    font-size: 22px !important;
    padding: 10px 22px 0 0;
  }
}
/* line 246, ../sass/_event-survey-component.scss */
.event-survey-dropdown .form_rightcol .jcf-hidden {
  -webkit-appearance: none;
  position: absolute;
  left: -9999px;
  height: 1px;
  width: 1px;
  margin: 0px;
  border-width: 0px;
}
/* line 256, ../sass/_event-survey-component.scss */
.event-survey-dropdown .close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 42px;
  height: 42px;
  color: #d7d7d7;
  font-size: 20px;
  line-height: 0;
  border: 4px solid #d7d7d7;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 269, ../sass/_event-survey-component.scss */
.event-survey-dropdown .close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 272, ../sass/_event-survey-component.scss */
.event-survey-dropdown .close i {
  line-height: 32px;
}
/* line 276, ../sass/_event-survey-component.scss */
.event-survey-dropdown textarea {
  width: 100%;
  padding: 10px;
  min-height: 100px;
  margin-top: 20px;
  border: 1px solid #ccc;
}
/* line 282, ../sass/_event-survey-component.scss */
.event-survey-dropdown textarea.required::-webkit-input-placeholder:after {
  content: " *";
  color: #ED6100;
}
/* line 286, ../sass/_event-survey-component.scss */
.event-survey-dropdown textarea.required:-moz-placeholder:after {
  content: " *";
  color: #ED6100;
}
/* line 290, ../sass/_event-survey-component.scss */
.event-survey-dropdown textarea.required::-moz-placeholder:after {
  content: " *";
  color: #ED6100;
}
/* line 294, ../sass/_event-survey-component.scss */
.event-survey-dropdown textarea.required:-ms-input-placeholder:after {
  content: " *";
  color: #ED6100;
}
/* line 299, ../sass/_event-survey-component.scss */
.event-survey-dropdown input {
  height: 45px !important;
  padding: 10px 0 0 0 !important;
  line-height: 29px !important;
}
/* line 304, ../sass/_event-survey-component.scss */
.event-survey-dropdown input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* line 308, ../sass/_event-survey-component.scss */
.event-survey-dropdown .jcf-select {
  height: 45px !important;
}
/* line 310, ../sass/_event-survey-component.scss */
.event-survey-dropdown .jcf-select .jcf-select-text {
  font-size: 28px;
  font-weight: 100;
}
/* line 315, ../sass/_event-survey-component.scss */
.event-survey-dropdown .checkboxes {
  text-align: left;
  padding-left: 8px;
  font-size: 15px;
  color: #415464;
  height: 35px;
}
@media only screen and (max-width: 767px) {
  /* line 315, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .checkboxes {
    height: 80px;
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    padding: 0;
  }
}
/* line 328, ../sass/_event-survey-component.scss */
.event-survey-dropdown .checkboxes .checkboxttl {
  font-weight: bold;
  float: left;
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  /* line 333, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .checkboxes span {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 339, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .checkboxes label {
    width: 100%;
    display: block;
    height: 20px;
  }
}
/* line 347, ../sass/_event-survey-component.scss */
.event-survey-dropdown .err-msg {
  color: #ff0000;
  margin-top: 10px;
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 347, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .err-msg {
    margin-top: 30px;
  }
}
/* line 355, ../sass/_event-survey-component.scss */
.event-survey-dropdown .err-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  margin-top: 16px;
  margin-left: -20px;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 22px;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 355, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .err-icon {
    margin-top: 0;
  }
}
/* line 374, ../sass/_event-survey-component.scss */
.event-survey-dropdown .end .form_row {
  margin: 0 0 0 0;
}
/* line 376, ../sass/_event-survey-component.scss */
.event-survey-dropdown .end .form_row .form_rightcol {
  margin: 0 0 0 0;
}
/* line 380, ../sass/_event-survey-component.scss */
.event-survey-dropdown .end .form-error {
  color: #ff0000;
}
/* line 384, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou {
  max-width: 600px;
  margin: 0 auto;
}
/* line 387, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou h2 {
  font-size: 22px;
}
/* line 390, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou p {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 20px;
}
/* line 395, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou .buttons {
  overflow: hidden;
}
/* line 397, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou .buttons div {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
/* line 401, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou .buttons div a {
  color: #415464 !important;
  border: solid 1px #ccc !important;
}
/* line 405, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou .buttons div a:before {
  border-color: #FFB81D;
}
/* line 408, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou .buttons div a:after {
  color: #FFB81D;
}
/* line 413, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou .back {
  margin-top: 20px;
}
/* line 415, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou .back a {
  font-size: 14px;
  color: #ff681d;
}
/* line 422, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou .rounded-clear-blue-btn a {
  background: #fff;
  margin-bottom: 20px;
}
/* line 426, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou .cta-links a {
  color: #ff681d;
  text-decoration: none;
}
/* line 430, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou .cta-links a:last-child {
  border-left: #667D94 solid 1px;
  margin-left: 5px;
  padding-left: 10px;
}
/* line 435, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou .cta-links a:first-child {
  border: none !important;
}
/* line 438, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou .cta-links a:hover {
  text-decoration: none;
}
/* line 441, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou p {
  color: #A8AAA0;
  margin-bottom: 20px;
}
/* line 448, ../sass/_event-survey-component.scss */
.event-survey-dropdown form {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: initial;
}
/* line 453, ../sass/_event-survey-component.scss */
.event-survey-dropdown form .section {
  width: 33%;
  float: left;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  /* line 453, ../sass/_event-survey-component.scss */
  .event-survey-dropdown form .section {
    padding: 0;
  }
}
/* line 461, ../sass/_event-survey-component.scss */
.event-survey-dropdown form .form_error {
  color: #ff0000;
}
/* line 464, ../sass/_event-survey-component.scss */
.event-survey-dropdown form .form_rightcol {
  text-align: center;
}
/* line 466, ../sass/_event-survey-component.scss */
.event-survey-dropdown form .form_rightcol .required-label {
  height: 0;
  line-height: 0px;
  padding-top: 30px;
  position: relative;
}
/* line 471, ../sass/_event-survey-component.scss */
.event-survey-dropdown form .form_rightcol .required-label:after {
  color: #FFB81D;
  content: "\f061";
  font: normal normal normal 12px/1 FontAwesome;
  left: 100px;
  position: absolute;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  top: 66px !important;
}
/* line 481, ../sass/_event-survey-component.scss */
.event-survey-dropdown form .form_rightcol .required-label:before {
  border: 2px solid #FFB81D;
  border-radius: 50%;
  content: '';
  height: 21px;
  left: 94px;
  position: absolute;
  top: 62px !important;
  width: 21px;
}
/* line 491, ../sass/_event-survey-component.scss */
.event-survey-dropdown form .form_rightcol .required-label .form_leftcolmark {
  display: inline-block;
  color: #ED6100;
  font-size: 15px;
}
/* line 496, ../sass/_event-survey-component.scss */
.event-survey-dropdown form .form_rightcol .required-label .required {
  display: inline-block;
  color: #ED6100;
}
/* line 502, ../sass/_event-survey-component.scss */
.event-survey-dropdown form .end {
  width: 100%;
  float: none;
}
/* line 509, ../sass/_event-survey-component.scss */
.event-survey-dropdown form .form_rightcol .required-label {
  text-align: center;
}
/* line 511, ../sass/_event-survey-component.scss */
.event-survey-dropdown form .form_rightcol .required-label:after {
  left: auto;
  right: auto;
  width: 21px;
  margin-left: -2px;
  top: 66px !important;
}
/* line 518, ../sass/_event-survey-component.scss */
.event-survey-dropdown form .form_rightcol .required-label:before {
  left: auto;
  right: auto;
  margin-left: 65px;
  /* this targets ie10/11 */
  top: 62px !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 518, ../sass/_event-survey-component.scss */
  .event-survey-dropdown form .form_rightcol .required-label:before {
    margin-left: 291px;
  }
}
/* line 531, ../sass/_event-survey-component.scss */
.event-survey-dropdown form .section {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  /* line 531, ../sass/_event-survey-component.scss */
  .event-survey-dropdown form .section {
    border-left: #E4E4E4 1px solid;
    margin-left: 20px;
    padding-left: 40px;
  }
}
/* line 538, ../sass/_event-survey-component.scss */
.event-survey-dropdown form .section h2 {
  font-size: 30px;
}
/* line 542, ../sass/_event-survey-component.scss */
.event-survey-dropdown form .form_rightcol,
.event-survey-dropdown form .form_button_reset {
  text-align: left;
}
/* line 548, ../sass/_event-survey-component.scss */
.event-survey-dropdown .left-column {
  width: 66%;
  float: left;
}
@media only screen and (max-width: 999px) {
  /* line 548, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .left-column {
    width: 100%;
    float: none;
  }
}
/* line 556, ../sass/_event-survey-component.scss */
.event-survey-dropdown .right-column {
  width: 33%;
  float: right;
}
@media only screen and (max-width: 999px) {
  /* line 556, ../sass/_event-survey-component.scss */
  .event-survey-dropdown .right-column {
    width: 100%;
    float: none;
  }
}
/* line 565, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou-gated {
  text-align: left;
}
/* line 567, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou-gated h2 {
  font-size: 32px;
}
/* line 570, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou-gated p {
  margin: 0;
  color: #415464;
  font-size: 18px;
  margin-top: 10px;
  font-weight: normal;
  max-width: 890px;
}
/* line 578, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou-gated .thankyou-gated-top {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 75px;
  margin-bottom: 75px;
}
/* line 582, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou-gated .thankyou-gated-top .thankyou-gated-ttl {
  color: #a8aca1;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 587, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou-gated .thankyou-gated-top .thankyou-gated-subttl {
  margin-bottom: 25px;
}
/* line 592, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou-gated .thankyou-gated-btm h2 {
  margin-bottom: 0;
  line-height: 28px;
}
/* line 596, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou-gated .thankyou-gated-btm p {
  margin-bottom: 80px;
}
/* line 602, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou-gated-video .video-link-play {
  position: relative;
  display: inline-block;
}
/* line 605, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou-gated-video .video-link-play:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: url(clientlibs_desktop/images/play.png) center center no-repeat;
  content: " ";
}
/* line 611, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou-gated-video .rte-video-link-play {
  position: relative;
  display: inline-block;
}
/* line 614, ../sass/_event-survey-component.scss */
.event-survey-dropdown .thankyou-gated-video .rte-video-link-play:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: url(clientlibs_desktop/images/play.png) center center no-repeat;
  content: " ";
}
/* line 622, ../sass/_event-survey-component.scss */
.event-survey-dropdown .title.section {
  color: #a8aca1;
  font-size: 16px;
}
/* line 625, ../sass/_event-survey-component.scss */
.event-survey-dropdown .title.section h1 {
  margin-bottom: 5px;
}
/* line 629, ../sass/_event-survey-component.scss */
.event-survey-dropdown .parbase.richtext.section.text .common-wrapper:after {
  clear: none;
  display: inline;
}
/* line 635, ../sass/_event-survey-component.scss */
.event-survey-dropdown ul {
  overflow: hidden;
  padding-left: 20px;
  margin-bottom: 0;
}
/* line 639, ../sass/_event-survey-component.scss */
.event-survey-dropdown ul li {
  font-size: 18px;
  margin: 18px 0;
}
/* line 644, ../sass/_event-survey-component.scss */
.event-survey-dropdown h4 {
  color: #415464;
  font-size: 32px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 20px;
}
/* line 651, ../sass/_event-survey-component.scss */
.event-survey-dropdown p {
  color: #415464;
  font-size: 18px;
}
/* line 654, ../sass/_event-survey-component.scss */
.event-survey-dropdown p sub {
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
}
/* line 662, ../sass/_event-survey-component.scss */
.event-survey-dropdown .image.section div img {
  float: left;
  position: relative;
  margin: 10px 30px 10px 0;
  z-index: 50;
}

/* line 1, ../sass/_enhanced-tabs-component.scss */
.img-banner .banner-holder .bottom-text p {
  color: #FFFFFF;
}

/* line 5, ../sass/_enhanced-tabs-component.scss */
.img-banner .banner-holder .bottom-text div.rounded-more-wht-btn a:after {
  top: 11px;
}

/* line 9, ../sass/_enhanced-tabs-component.scss */
.tabs-component.banner .tabset.tabs-1 li {
  width: 100%;
}

/* line 13, ../sass/_enhanced-tabs-component.scss */
.tabs-component.banner .tabset.tabs-2 li {
  width: 50%;
}

/* line 17, ../sass/_enhanced-tabs-component.scss */
.tabs-component.banner .tabset.tabs-3 li {
  width: 33.33%;
}

/* line 21, ../sass/_enhanced-tabs-component.scss */
.tabs-component.banner .tabset.tabs-4 li {
  width: 25%;
}

/* line 25, ../sass/_enhanced-tabs-component.scss */
.tabs-component.banner .tabset.tabs-5 li {
  width: 20%;
}

@-moz-document url-prefix() {
  /* line 30, ../sass/_enhanced-tabs-component.scss */
  .tabs-component.banner .tabset.tabs-2 li {
    width: 49.5%;
  }

  /* line 34, ../sass/_enhanced-tabs-component.scss */
  .tabs-component.banner .tabset.tabs-3 li {
    width: 32.33%;
  }

  /* line 38, ../sass/_enhanced-tabs-component.scss */
  .tabs-component.banner .tabset.tabs-4 li {
    width: 24.5%;
  }

  /* line 42, ../sass/_enhanced-tabs-component.scss */
  .tabs-component.banner .tabset.tabs-5 li {
    width: 19.5%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 48, ../sass/_enhanced-tabs-component.scss */
  .tabs-component.banner .tabset.tabs-2 li {
    width: 49.5%;
  }

  /* line 52, ../sass/_enhanced-tabs-component.scss */
  .tabs-component.banner .tabset.tabs-3 li {
    width: 32.33%;
  }

  /* line 56, ../sass/_enhanced-tabs-component.scss */
  .tabs-component.banner .tabset.tabs-4 li {
    width: 24.5%;
  }

  /* line 60, ../sass/_enhanced-tabs-component.scss */
  .tabs-component.banner .tabset.tabs-5 li {
    width: 19.5%;
  }
}
/* line 65, ../sass/_enhanced-tabs-component.scss */
.tabs-component .tab-content .blockquote.tab-enhanced {
  padding-top: 0;
  margin-left: 0;
}

/* line 70, ../sass/_enhanced-tabs-component.scss */
.tabs-component .tab-content .blockquote.tab-enhanced {
  float: none;
  width: 100%;
}

/* line 75, ../sass/_enhanced-tabs-component.scss */
.two-columns .left-column {
  width: 66%;
  float: left;
}

/* line 80, ../sass/_enhanced-tabs-component.scss */
.two-columns .right-column {
  width: 33%;
  float: right;
}

/* line 85, ../sass/_enhanced-tabs-component.scss */
.one-column .left-column {
  width: 75%;
  float: left;
}

/* line 90, ../sass/_enhanced-tabs-component.scss */
.textimage-wrap.image-right img {
  float: right;
  margin: 3px 0px 3px 20px;
}

/* line 95, ../sass/_enhanced-tabs-component.scss */
.textimage-wrap.image-left img {
  float: left;
  margin: 3px 20px 3px 0px;
}

/* line 100, ../sass/_enhanced-tabs-component.scss */
.textimage-wrap ul {
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

@supports (-ms-accelerator: true) {
  /* line 107, ../sass/_enhanced-tabs-component.scss */
  .tabs-component.banner .tabset.tabs-2 li {
    width: 49.8%;
  }

  /* line 111, ../sass/_enhanced-tabs-component.scss */
  .tabs-component.banner .tabset.tabs-3 li {
    width: 32.63%;
  }

  /* line 115, ../sass/_enhanced-tabs-component.scss */
  .tabs-component.banner .tabset.tabs-4 li {
    width: 24.8%;
  }

  /* line 119, ../sass/_enhanced-tabs-component.scss */
  .tabs-component.banner .tabset.tabs-5 li {
    width: 19.8%;
  }

  /* line 123, ../sass/_enhanced-tabs-component.scss */
  .textimage-wrap ul {
    text-indent: -1.25em;
  }
}
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 129, ../sass/_enhanced-tabs-component.scss */
  .textimage-wrap ul {
    padding-left: 1.04em;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 135, ../sass/_enhanced-tabs-component.scss */
  .textimage-wrap ul {
    text-indent: -1.33em !important;
    padding-left: 1.4em;
  }
}
/* line 141, ../sass/_enhanced-tabs-component.scss */
.right-column iframe {
  width: 100%;
  height: 260px;
}

@media only screen and (max-width: 1151px) {
  /* line 147, ../sass/_enhanced-tabs-component.scss */
  .left-column iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 153, ../sass/_enhanced-tabs-component.scss */
  .two-columns .left-column {
    width: 100%;
    float: none;
  }

  /* line 157, ../sass/_enhanced-tabs-component.scss */
  .two-columns .right-column {
    width: 100%;
    float: none;
  }

  /* line 161, ../sass/_enhanced-tabs-component.scss */
  .right-column img {
    float: none !important;
  }

  /* line 164, ../sass/_enhanced-tabs-component.scss */
  .right-column .img-banner {
    position: static !important;
  }

  /* line 168, ../sass/_enhanced-tabs-component.scss */
  .right-column .img-banner .banner-holder .bottom-text {
    position: absolute;
    bottom: 80px;
    right: 130px;
    color: #fff;
    margin: 0 322px 41px 26px;
  }
}
/* line 177, ../sass/_enhanced-tabs-component.scss */
.right-column .img-banner {
  position: relative;
}

/* line 181, ../sass/_enhanced-tabs-component.scss */
.right-column .img-banner .bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  margin: 0 261px 41px 26px;
}

/* line 190, ../sass/_enhanced-tabs-component.scss */
.right-column .img-banner p {
  font-size: 26px;
  line-height: 31px;
  color: #fff;
  margin: 0 0 18px;
}

/* line 197, ../sass/_enhanced-tabs-component.scss */
.right-column .rounded-more-wht-btn {
  margin: 0;
}

/* line 201, ../sass/_enhanced-tabs-component.scss */
.right-column .rounded-more-wht-btn a {
  color: #fff;
  border: solid 1px #fff;
}

/* line 206, ../sass/_enhanced-tabs-component.scss */
.right-column .img-banner .bottom-text div.rounded-more-wht-btn a::before {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  border: 2px solid #fff;
  right: 16px;
  top: 8px;
  border-radius: 30px;
}

/* line 218, ../sass/_enhanced-tabs-component.scss */
.tabs-component .common-wrapper {
  padding: 0;
}

/* line 223, ../sass/_enhanced-tabs-component.scss */
.rte-image {
  padding-bottom: 40px;
  padding-top: 40px;
}
/* line 226, ../sass/_enhanced-tabs-component.scss */
.rte-image.no-top-space {
  padding-top: 0;
}
/* line 229, ../sass/_enhanced-tabs-component.scss */
.rte-image.no-bottom-space {
  padding-bottom: 0;
}
/* line 232, ../sass/_enhanced-tabs-component.scss */
.rte-image.no-space {
  padding-bottom: 0;
  padding-top: 0;
}
/* line 236, ../sass/_enhanced-tabs-component.scss */
.rte-image.top-space-more {
  padding-top: 120px;
}
@media only screen and (max-width: 999px) {
  /* line 240, ../sass/_enhanced-tabs-component.scss */
  .rte-image.top-space-more {
    padding-top: 60px;
  }
}
/* line 244, ../sass/_enhanced-tabs-component.scss */
.rte-image.bottom-space-more {
  padding-bottom: 120px;
}
@media only screen and (max-width: 999px) {
  /* line 248, ../sass/_enhanced-tabs-component.scss */
  .rte-image.bottom-space-more {
    padding-bottom: 60px;
  }
}

/* line 255, ../sass/_enhanced-tabs-component.scss */
.thankyou-gated-video .rte-video-link-play {
  position: relative;
  display: inline-block;
}
/* line 259, ../sass/_enhanced-tabs-component.scss */
.thankyou-gated-video .rte-video-link-play:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: url(clientlibs_desktop/images/play.png) center center no-repeat;
  content: " ";
}

/* line 269, ../sass/_enhanced-tabs-component.scss */
.tabs-component .tab-content .rte-video-link-play {
  position: relative;
  display: inline-block;
}
/* line 273, ../sass/_enhanced-tabs-component.scss */
.tabs-component .tab-content .rte-video-link-play:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: url(clientlibs_desktop/images/play.png) center center no-repeat;
  content: " ";
}

/* line 282, ../sass/_enhanced-tabs-component.scss */
.embededdiv {
  cursor: pointer;
}

/* line 287, ../sass/_enhanced-tabs-component.scss */
.enhanced-embededdiv .video-container {
  height: 80%;
  width: 80%;
}
/* line 291, ../sass/_enhanced-tabs-component.scss */
.enhanced-embededdiv .video-container .video-area {
  height: 80%;
  margin-top: 10%;
  text-align: center;
}
/* line 296, ../sass/_enhanced-tabs-component.scss */
.enhanced-embededdiv .video-container .video-area embed, .enhanced-embededdiv .video-container .video-area object, .enhanced-embededdiv .video-container .video-area iframe {
  height: 80%;
  width: 80%;
}

/* line 1, ../sass/_right-rail-cta-component.scss */
.right-rail-cta .no-space {
  position: relative;
  width: 100%;
}

/* line 6, ../sass/_right-rail-cta-component.scss */
.right-rail-cta .content-section {
  padding: 239px 60px 33px 0px;
  margin: 0px 26px 0px 20px;
  position: relative;
  z-index: 2;
  width: 100%;
}

/* line 14, ../sass/_right-rail-cta-component.scss */
.right-rail-cta .no-space .content-section p {
  color: #FFFFFF;
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 24px;
}

/* line 21, ../sass/_right-rail-cta-component.scss */
.right-rail-cta .no-space .content-section p.rvb-text-dark {
  color: #415464 !important;
}

/* line 25, ../sass/_right-rail-cta-component.scss */
.right-rail-cta .no-space .content-section div {
  margin: 25px auto 0;
}

/* line 29, ../sass/_right-rail-cta-component.scss */
.right-rail-cta .no-space .content-section div a:before {
  top: 6px;
  width: 20px;
  height: 20px;
}

/* line 35, ../sass/_right-rail-cta-component.scss */
.right-rail-cta .no-space .content-section div a:after {
  /*margin-top: -7px;
  right: 8px !important;*/
}

/* line 39, ../sass/_right-rail-cta-component.scss */
.right-rail-cta .no-space .content-section div a:hover:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_arrow_22.png);
}

@-moz-document url-prefix() {
  /* line 44, ../sass/_right-rail-cta-component.scss */
  .right-rail-cta .no-space .content-section div a:after {
    top: 9px;
  }
}
/* line 49, ../sass/_right-rail-cta-component.scss */
.right-rail-cta .no-space .content-section div a {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
}

/* line 55, ../sass/_right-rail-cta-component.scss */
.right-rail-cta .bg-stretch {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 57, ../sass/_right-rail-cta-component.scss */
.right-rail-cta .bg-stretch img {
  margin-left: 0px !important;
}

/* line 1, ../sass/_customer-quote-attribution-component.scss */
.author-portrait {
  vertical-align: middle;
  border-radius: 30px;
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block;
}

/* line 10, ../sass/_customer-quote-attribution-component.scss */
.vertical-line {
  border-left: solid thin #352E2E;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 17, ../sass/_customer-quote-attribution-component.scss */
.customer-quote-link-label {
  font-family: "source-sans-pro";
  font-size: 20px;
  color: #ff681d;
  font-weight: 600;
  display: inherit;
  text-decoration: none !important;
  padding-top: 20px;
}

/* line 2, ../sass/_services-list-component.scss */
.services-list .common-wrapper {
  padding: 80px 50px 110px 250px;
}
/* line 6, ../sass/_services-list-component.scss */
.services-list .container .row {
  background: #eee;
}
/* line 11, ../sass/_services-list-component.scss */
.services-list .tabs-component .tab-content {
  background: #eee;
}
/* line 13, ../sass/_services-list-component.scss */
.services-list .tabs-component .tab-content p {
  margin: 0;
  background: #fff;
}
/* line 17, ../sass/_services-list-component.scss */
.services-list .tabs-component .tab-content .services .filter-bar .products-grid-component, .services-list .tabs-component .tab-content .services .filter-bar .location-component {
  height: 99% !important;
}
@media only screen and (max-width: 767px) {
  /* line 21, ../sass/_services-list-component.scss */
  .services-list .tabs-component .tab-content .accordion-item {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
  }
}
/* line 28, ../sass/_services-list-component.scss */
.services-list .tabs-component .tabset {
  margin-bottom: 0;
  background: #fff;
}
/* line 33, ../sass/_services-list-component.scss */
.services-list .filter-bar {
  margin-bottom: 0;
  height: 100% !important;
}
/* line 37, ../sass/_services-list-component.scss */
.services-list .filter-bar .products-grid-component p, .services-list .filter-bar .location-component p {
  margin: 0 0 25px;
}
@media only screen and (max-width: 1314px) {
  /* line 36, ../sass/_services-list-component.scss */
  .services-list .filter-bar .products-grid-component, .services-list .filter-bar .location-component {
    width: calc(50% - 4px);
  }
}
@media only screen and (max-width: 767px) {
  /* line 36, ../sass/_services-list-component.scss */
  .services-list .filter-bar .products-grid-component, .services-list .filter-bar .location-component {
    width: 100%;
  }
}
/* line 48, ../sass/_services-list-component.scss */
.services-list div.rounded-plus-btn a:before, .services-list div.rounded-plus-wht-btn a:before, .services-list div.rounded-more-wht-btn a:before, .services-list div.rounded-more-btn a:before, .services-list div.rounded-download-btn a:before, .services-list div.rounded-video-wht-btn a:before, .services-list div.rounded-more-blue-btn a:before, .services-list div.rounded-clear-blue-btn a:before, .services-list div.rounded-arrow-btn a:before, .services-list div.rounded-plus-wht-btn a:before, .services-list div.rounded-more-wht-btn a:before, .services-list div.rounded-more-btn a:before, .services-list div.rounded-video-wht-btn a:before, .services-list div.rounded-more-blue-btn a:before, .services-list div.rounded-clear-blue-btn a:before {
  top: 9px;
}
/* line 51, ../sass/_services-list-component.scss */
.services-list div.rounded-plus-btn a:after, .services-list div.rounded-plus-wht-btn a:after, .services-list div.rounded-more-wht-btn a:after, .services-list div.rounded-more-btn a:after, .services-list div.rounded-download-btn a:after, .services-list div.rounded-video-wht-btn a:after, .services-list div.rounded-more-blue-btn a:after, .services-list div.rounded-clear-blue-btn a:after, .services-list div.rounded-arrow-btn a:after, .services-list div.rounded-plus-wht-btn a:after, .services-list div.rounded-more-wht-btn a:after, .services-list div.rounded-more-btn a:after, .services-list div.rounded-video-wht-btn a:after, .services-list div.rounded-more-blue-btn a:after, .services-list div.rounded-clear-blue-btn a:after {
  right: 19px;
  top: 13px;
}
@media only screen and (max-width: 999px) {
  /* line 56, ../sass/_services-list-component.scss */
  .services-list .background-wrapper .common-wrapper {
    padding: 80px 40px 110px 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 62, ../sass/_services-list-component.scss */
  .services-list .background-wrapper.gray {
    background: #fff;
  }
  /* line 65, ../sass/_services-list-component.scss */
  .services-list .background-wrapper .common-wrapper {
    background: #eee;
  }
  /* line 68, ../sass/_services-list-component.scss */
  .services-list .background-wrapper .products-grid-component, .services-list .background-wrapper .location-component {
    border-bottom: 30px solid #eee;
  }
  /* line 71, ../sass/_services-list-component.scss */
  .services-list .background-wrapper .tabs-component .tab-content p.services {
    border-bottom: 30px solid #eee;
  }
}

/* line 78, ../sass/_services-list-component.scss */
.social-viewmore.addthis_custom_sharing.services {
  display: inline-block;
  vertical-align: middle;
  float: inherit;
}

/* line 84, ../sass/_services-list-component.scss */
.panel p.services {
  font-size: 18px;
  color: #415464;
  padding: 15px 40px 10px 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  /* line 92, ../sass/_services-list-component.scss */
  .panel p.services {
    padding: 50px 50px 50px 50px;
  }

  /* line 96, ../sass/_services-list-component.scss */
  .filter-heading .filter-form .select-box.services {
    float: none;
    max-width: none;
  }

  /* line 101, ../sass/_services-list-component.scss */
  .component-pad.services {
    text-align: center;
  }

  /* line 105, ../sass/_services-list-component.scss */
  .services-list .background-wrapper.gray .common-wrapper {
    padding: 20px 40px 80px 40px;
  }
}
/* line 110, ../sass/_services-list-component.scss */
.tab-content.services {
  padding: 0;
}

/* line 114, ../sass/_services-list-component.scss */
.tabs-component.services .tabset.tabs-1 li {
  width: 100%;
}

/* line 118, ../sass/_services-list-component.scss */
.tabs-component.services .tabset.tabs-2 li {
  width: 50%;
}

/* line 122, ../sass/_services-list-component.scss */
.tabs-component.services .tabset.tabs-3 li {
  width: 33.33%;
}

/* line 126, ../sass/_services-list-component.scss */
.tabs-component.services .tabset.tabs-4 li {
  width: 25%;
}

/* line 130, ../sass/_services-list-component.scss */
.tabs-component.services .tabset.tabs-5 li {
  width: 20%;
}

@-moz-document url-prefix() {
  /* line 135, ../sass/_services-list-component.scss */
  .tabs-component.services .tabset.tabs-2 li {
    width: 49.5%;
  }

  /* line 139, ../sass/_services-list-component.scss */
  .tabs-component.services .tabset.tabs-3 li {
    width: 32.33%;
  }

  /* line 143, ../sass/_services-list-component.scss */
  .tabs-component.services .tabset.tabs-4 li {
    width: 24.5%;
  }

  /* line 147, ../sass/_services-list-component.scss */
  .tabs-component.services .tabset.tabs-5 li {
    width: 19.5%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 153, ../sass/_services-list-component.scss */
  .tabs-component.services .tabset.tabs-2 li {
    width: 49.5%;
  }

  /* line 157, ../sass/_services-list-component.scss */
  .tabs-component.services .tabset.tabs-3 li {
    width: 32.33%;
  }

  /* line 161, ../sass/_services-list-component.scss */
  .tabs-component.services .tabset.tabs-4 li {
    width: 24.5%;
  }

  /* line 165, ../sass/_services-list-component.scss */
  .tabs-component.services .tabset.tabs-5 li {
    width: 19.5%;
  }
}
/* Multi Image Collage Component */
/* line 5, ../sass/_multi-image-collage-component.scss */
.multi-image-collage .common-wrapper {
  padding-right: 0;
  padding-left: 202px;
}
@media only screen and (max-width: 999px) {
  /* line 5, ../sass/_multi-image-collage-component.scss */
  .multi-image-collage .common-wrapper {
    padding-left: 0;
  }
}
/* line 13, ../sass/_multi-image-collage-component.scss */
.multi-image-collage .common-wrapper .container {
  max-width: none;
}
/* line 18, ../sass/_multi-image-collage-component.scss */
.multi-image-collage img {
  width: 100%;
  margin-top: -2px;
}
/* line 22, ../sass/_multi-image-collage-component.scss */
.multi-image-collage .col-lg-12, .multi-image-collage .col-lg-6 {
  padding: 0;
}
/* line 25, ../sass/_multi-image-collage-component.scss */
.multi-image-collage .col-lg-12 {
  margin-bottom: -5px;
}
/* line 28, ../sass/_multi-image-collage-component.scss */
.multi-image-collage .left-collage {
  padding-right: 1px;
}
/* line 32, ../sass/_multi-image-collage-component.scss */
.multi-image-collage .right-collage {
  padding-left: 1px;
}
/* line 35, ../sass/_multi-image-collage-component.scss */
.multi-image-collage .bottom-collage {
  margin-top: -1px;
}

/* line 41, ../sass/_multi-image-collage-component.scss */
.careers-video .background-wrapper {
  padding-top: 2px !important;
}
/* line 44, ../sass/_multi-image-collage-component.scss */
.careers-video .rvb-text-light {
  color: #fff !important;
}
/* line 47, ../sass/_multi-image-collage-component.scss */
.careers-video .rvb-text-dark {
  color: #415464 !important;
}
/* line 50, ../sass/_multi-image-collage-component.scss */
.careers-video .rvb-text-blue {
  color: #5b7e96 !important;
}
/* line 53, ../sass/_multi-image-collage-component.scss */
.careers-video .rvb-orange {
  color: #FF671B !important;
}
/* line 56, ../sass/_multi-image-collage-component.scss */
.careers-video .rvb-marigold {
  color: #FFB022 !important;
}
/* line 59, ../sass/_multi-image-collage-component.scss */
.careers-video .rvb-marine-blue {
  color: #6BB5E4 !important;
}
/* line 62, ../sass/_multi-image-collage-component.scss */
.careers-video .rvb-stone {
  color: #5B7F95 !important;
}
/* line 65, ../sass/_multi-image-collage-component.scss */
.careers-video .rvb-pantone {
  color: #435464 !important;
}
/* line 68, ../sass/_multi-image-collage-component.scss */
.careers-video .rvb-titanium {
  color: #A7ACA2 !important;
}
/* line 71, ../sass/_multi-image-collage-component.scss */
.careers-video .home-rvb-orange {
  color: #ff671b;
}
/* line 74, ../sass/_multi-image-collage-component.scss */
.careers-video .home-rvb-marigold {
  color: #ffb022;
}
/* line 77, ../sass/_multi-image-collage-component.scss */
.careers-video .home-rvb-marine-blue {
  color: #6bb5e4;
}
/* line 80, ../sass/_multi-image-collage-component.scss */
.careers-video .home-rvb-stone {
  color: #5b7f95;
}
/* line 83, ../sass/_multi-image-collage-component.scss */
.careers-video .home-rvb-pantone {
  color: #435464;
}
/* line 86, ../sass/_multi-image-collage-component.scss */
.careers-video .home-rvb-titanium {
  color: #a7aca2;
}

/* Message from ceo Component */
/* line 5, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component blockquote:before, .message-from-ceo .quotes-slider-component blockquote:after {
  color: #ffffff;
  font-size: 40px;
  top: 2px;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/_message-from-ceo.scss */
  .message-from-ceo .quotes-slider-component blockquote:before, .message-from-ceo .quotes-slider-component blockquote:after {
    font-size: 28px;
  }
}
/* line 14, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component blockquote {
  font-size: 32px;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 14, ../sass/_message-from-ceo.scss */
  .message-from-ceo .quotes-slider-component blockquote {
    font-size: 22px;
  }
}
/* line 24, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .slider-quotes {
  background: #ff681d;
}
/* line 27, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .content-section {
  /* this settings are for issue on about/index.html message from ceo inside slick slider block */
}
/* line 29, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .content-section p {
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 37px;
}
/* line 35, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .content-section p.qt-author {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  margin: 0;
  color: #fff;
}
/* line 43, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .content-section a {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  /* line 43, ../sass/_message-from-ceo.scss */
  .message-from-ceo .quotes-slider-component .content-section a {
    font-size: 10px;
  }
}
/* line 55, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .content-section .rounded-plus-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-plus-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-download-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-video-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-clear-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-arrow-btn a:after {
  /*right: 8px !important;
  width: 21px;*/
  /* Targets only ie 10-11 */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 55, ../sass/_message-from-ceo.scss */
  .message-from-ceo .quotes-slider-component .content-section .rounded-plus-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-plus-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-download-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-video-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-clear-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-arrow-btn a:after {
    top: 50% !important;
    right: 8px !important;
  }
}
@media only screen and (max-width: 999px) {
  /* line 55, ../sass/_message-from-ceo.scss */
  .message-from-ceo .quotes-slider-component .content-section .rounded-plus-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-plus-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-download-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-video-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-clear-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-arrow-btn a:after {
    /*font-size: 18px;*/
  }
}
@media only screen and (max-width: 767px) {
  /* line 55, ../sass/_message-from-ceo.scss */
  .message-from-ceo .quotes-slider-component .content-section .rounded-plus-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-plus-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-download-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-video-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-clear-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-arrow-btn a:after {
    font-size: 11px;
    width: 21px;
    margin-top: -5px;
  }
}
/* line 82, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .content-section .rounded-plus-wht-btn a {
  line-height: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 82, ../sass/_message-from-ceo.scss */
  .message-from-ceo .quotes-slider-component .content-section .rounded-plus-wht-btn a {
    line-height: 11px;
  }
}
/* line 89, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .content-section .rounded-plus-wht-btn a:after {
  font-size: 11px;
}
/* line 92, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .content-section .rounded-plus-wht-btn a:before {
  width: 21px;
  height: 21px;
}
/* line 98, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .rvb-text-dark {
  color: #415464 !important;
}
/* line 101, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .rvb-text-dark:after {
  color: #415464 !important;
}
/* line 104, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .rvb-text-dark:before {
  color: #415464 !important;
}
@media only screen and (max-width: 479px) {
  /* line 107, ../sass/_message-from-ceo.scss */
  .message-from-ceo .quotes-slider-component .mfc-slide {
    max-width: 250px;
  }
}
@media only screen and (max-width: 379px) {
  /* line 107, ../sass/_message-from-ceo.scss */
  .message-from-ceo .quotes-slider-component .mfc-slide {
    max-width: 200px;
  }
}
/* line 114, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .mfc-slide .slide.back {
  background: url(clientlibs_desktop/images/circles-bck.png) repeat-x bottom;
  background-size: contain;
}
/* line 118, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .mfc-slide .slick-prev {
  left: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 118, ../sass/_message-from-ceo.scss */
  .message-from-ceo .quotes-slider-component .mfc-slide .slick-prev {
    left: 22px;
    display: block !important;
    background-position: -41px 10px;
    display: block !important;
    background-size: 120px auto;
    width: 22px !important;
    height: 45px !important;
    top: 15px;
  }
}
/* line 131, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .mfc-slide .slick-next {
  right: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 131, ../sass/_message-from-ceo.scss */
  .message-from-ceo .quotes-slider-component .mfc-slide .slick-next {
    right: 22px;
    background-position: -65px 10px;
    display: block !important;
    background-size: 120px auto;
    width: 22px !important;
    height: 45px !important;
    top: 15px;
  }
}
/* line 145, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .mfc-slide .slick-center div {
  -webkit-transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
  transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  margin-top: 24px !important;
  padding-bottom: 24px !important;
}
/* line 155, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .mfc-slide .slide {
  height: 81px !important;
  cursor: initial;
}
/* line 158, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .mfc-slide .slide div {
  display: none;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
  padding-bottom: 28px;
  -webkit-transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
  transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
  cursor: pointer;
}
/* line 170, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .mfc-slide .slide div:hover {
  -webkit-transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
  transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin-top: 24px;
  padding-bottom: 24px;
}
/* line 184, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .mfc-for:before {
  content: ' ';
  position: absolute;
  z-index: 2001;
  top: 0px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ff681d;
  margin-left: -14px;
}
/* line 197, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .mfc-for:after {
  display: none;
}
/* line 200, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .mfc-for {
  margin: 0;
  background: #eee;
}
@media only screen and (max-width: 767px) {
  /* line 203, ../sass/_message-from-ceo.scss */
  .message-from-ceo .quotes-slider-component .mfc-for p {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 208, ../sass/_message-from-ceo.scss */
  .message-from-ceo .quotes-slider-component .mfc-for h2 {
    font-size: 24px;
  }
}
/* line 214, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .slider-overlay:before {
  background: -moz-linear-gradient(left, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 104, 29, 0.02)), color-stop(12%, rgba(255, 104, 29, 0.1)), color-stop(30%, rgba(255, 104, 29, 0.28)), color-stop(70%, rgba(255, 104, 29, 0.72)), color-stop(88%, rgba(255, 104, 29, 0.9)), color-stop(100%, rgba(255, 104, 29, 0.98)));
  background: -webkit-linear-gradient(left, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: -o-linear-gradient(left, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: -ms-linear-gradient(left, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: linear-gradient(to right, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
}
/* line 222, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .slider-overlay:after {
  background: -moz-linear-gradient(right, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: -webkit-gradient(linear, right top, right top, color-stop(0%, rgba(255, 104, 29, 0.02)), color-stop(12%, rgba(255, 104, 29, 0.1)), color-stop(30%, rgba(255, 104, 29, 0.28)), color-stop(70%, rgba(255, 104, 29, 0.72)), color-stop(88%, rgba(255, 104, 29, 0.9)), color-stop(100%, rgba(255, 104, 29, 0.98)));
  background: -webkit-linear-gradient(right, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: -o-linear-gradient(right, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: -ms-linear-gradient(right, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: linear-gradient(to left, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
}
/* line 230, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .content-section {
  width: 60%;
  text-align: left;
}
@media only screen and (max-width: 999px) {
  /* line 230, ../sass/_message-from-ceo.scss */
  .message-from-ceo .quotes-slider-component .content-section {
    width: 100%;
  }
}
/* line 237, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .qt-author {
  font-size: 15px;
}
/* line 240, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .item {
  padding: 100px 150px !important;
}
@media only screen and (max-width: 999px) {
  /* line 240, ../sass/_message-from-ceo.scss */
  .message-from-ceo .quotes-slider-component .item {
    padding: 50px 25px !important;
  }
}
/* line 245, ../sass/_message-from-ceo.scss */
.message-from-ceo .quotes-slider-component .item p {
  color: #415464;
  font-size: 36px;
  font-weight: 300;
}

@media only screen and (max-width: 1215px) {
  /* line 2, ../sass/_document-filter-component.scss */
  .document-filter .common-wrapper {
    padding: 60px 0px 60px 250px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 2, ../sass/_document-filter-component.scss */
  .document-filter .common-wrapper {
    padding: 60px 15px;
  }
}
/* line 10, ../sass/_document-filter-component.scss */
.document-filter h1 {
  padding: 100px 50px 80px 250px;
  color: #415464;
  font-size: 40px;
  background-color: #fff;
  margin: 0;
}
@media only screen and (max-width: 999px) {
  /* line 10, ../sass/_document-filter-component.scss */
  .document-filter h1 {
    padding: 30px;
  }
}
/* line 20, ../sass/_document-filter-component.scss */
.document-filter h2 {
  font-weight: normal;
  margin-top: -40px;
  background: #fff;
  font-size: 24px;
  color: #5b7e96;
}
/* line 29, ../sass/_document-filter-component.scss */
.document-filter .container.fluid .row {
  margin: 0;
}
@media only screen and (max-width: 999px) {
  /* line 33, ../sass/_document-filter-component.scss */
  .document-filter .global-pad, .document-filter .common-wrapper {
    padding: 30px;
  }
}
/* line 38, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left {
  width: 25%;
  float: left;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1399px) {
  /* line 38, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-left {
    width: 30%;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 38, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-left {
    width: 35%;
  }
}
@media only screen and (max-width: 999px) {
  /* line 38, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-left {
    width: 100%;
    padding: 0px;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    display: none;
    margin-left: -30px;
  }
}
/* line 58, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .filter-heading .select-box {
  float: none;
  width: 100%;
  max-width: none;
  min-height: 100px;
}
/* line 64, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .filter-heading .component-pad {
  padding: 0px 40px;
}
@media only screen and (max-width: 999px) {
  /* line 64, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-left .filter-heading .component-pad {
    padding: 0px;
  }
}
/* line 70, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .filter-heading span {
  width: 100%;
  max-width: none;
}
/* line 75, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .filter-header {
  text-align: center;
  padding: 30px 0;
  border-bottom: 2px solid #eee;
  margin: 0 -40px;
  color: #415464;
  font-size: 14px;
}
@media only screen and (max-width: 999px) {
  /* line 75, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-left .filter-header {
    color: #a8aca1;
    font-size: 18px;
  }
}
/* line 87, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .filter-box {
  padding: 10px 0 15px 0;
}
@media only screen and (max-width: 999px) {
  /* line 87, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-left .filter-box {
    position: static;
  }
}
/* line 92, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .filter-box h2 {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 38px;
  line-height: 24px;
  text-align: left;
  color: #415464;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
/* line 103, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .filter-box h2:after {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  bottom: -6px;
  border-bottom: 2px solid #a8aca1;
}
/* line 111, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .filter-box .jcf-select-text {
  font-size: 24px;
  color: #a8aca1;
  padding-right: 20px;
}
@media only screen and (max-width: 999px) {
  /* line 111, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-left .filter-box .jcf-select-text {
    padding-right: 20px;
    height: 30px;
  }
}
/* line 120, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .filter-box .jcf-select-opener {
  border: solid transparent;
  border-color: rgba(65, 84, 100, 0);
  border-top-color: #415464;
  box-sizing: border-box;
  border-width: 7px 7px;
  top: 10px;
  width: 13px;
}
@media only screen and (max-width: 999px) {
  /* line 120, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-left .filter-box .jcf-select-opener {
    background: none;
  }
}
/* line 132, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .filter-box .jcf-select-opener:before {
  content: " ";
  display: block;
  border: solid;
  border-color: #ffffff transparent transparent transparent;
  z-index: 2;
  width: 6px;
  height: 10px;
  position: absolute;
  top: -8px;
  left: -6px;
  border-width: 6px 6px;
}
/* line 145, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .filter-box .filter-box-footer {
  font-size: 15px;
}
/* line 149, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .document-filter-btn {
  margin: 0 auto;
}
/* line 151, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .document-filter-btn a {
  font-size: 14px;
  font-weight: normal;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  cursor: pointer;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 151, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-left .document-filter-btn a {
    margin-left: 0;
    width: 65%;
    margin-right: 30px;
  }
}
/* line 169, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .filter-reset {
  font-size: 14px;
  line-height: 40px;
  color: #ff681d;
  cursor: pointer;
  font-weight: bold;
  text-transform: capitalize;
}
@media only screen and (max-width: 999px) {
  /* line 169, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-left .filter-reset {
    margin-top: -65px;
    float: right;
  }
}
/* line 181, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .filter-reset:hover {
  text-decoration: underline;
}
/* line 184, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .filter-close {
  display: none;
}
/* line 187, ../sass/_document-filter-component.scss */
.document-filter .document-filter-left .filter-cancel {
  display: none;
}
@media only screen and (max-width: 999px) {
  /* line 187, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-left .filter-cancel {
    display: block;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
    color: #415464;
    text-decoration: underline;
  }
}
/* line 199, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right {
  padding-left: 30px !important;
  width: 75%;
}
@media only screen and (max-width: 1399px) {
  /* line 199, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right {
    width: 70%;
  }
}
@media only screen and (max-width: 1199px) {
  /* line 199, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right {
    width: 60%;
  }
}
@media only screen and (max-width: 999px) {
  /* line 199, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right {
    width: 100%;
    margin-left: 0px;
    padding-left: 0 !important;
  }
}
/* line 213, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right h2 {
  line-height: 24px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 213, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right h2 {
    line-height: 13px !important;
  }
}
/* line 219, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right h2 a {
  color: #ff681d;
  font-size: 22px;
}
@media only screen and (max-width: 999px) {
  /* line 219, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right h2 a {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 228, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .no-result {
  display: none;
}
/* line 230, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .no-result .box {
  width: 100% !important;
}
/* line 233, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .no-result h2 {
  color: #ff681d;
  font-size: 22px;
  text-align: center;
}
/* line 239, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .loadresults {
  text-align: center;
  min-height: 150px;
  padding-top: 60px;
}
/* line 244, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .document-date {
  color: #415464;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  /* line 244, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-date {
    font-size: 14px;
  }
}
/* line 252, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .document-date .location, .document-filter .document-filter-right .document-date .eventtype {
  color: #a8aca1;
  text-transform: uppercase;
}
/* line 257, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .document-desc {
  color: #415464;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 999px) {
  /* line 257, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-desc {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
/* line 268, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .document-bar {
  padding: 50px 30px 50px 0;
  border-bottom: 1px solid #B1B1B1;
  margin: 0;
  position: relative;
}
/* line 273, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .document-bar .document-featured {
  position: absolute;
  top: 0;
  right: 5%;
  background-color: #ffb81d;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 999px) {
  /* line 273, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-bar .document-featured {
    left: 20px;
    right: initial;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1215px) {
  /* line 268, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-bar {
    padding: 50px 10px 50px 0;
  }
}
@media only screen and (max-width: 999px) {
  /* line 268, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-bar {
    padding: 40px 0 20px;
  }
}
/* line 295, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .document-bar:last-child {
  border-bottom: none;
}
/* line 298, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .document-boxes {
  height: auto;
  background-color: #fff;
  border: 1px solid #B1B1B1;
  margin-bottom: 30px;
}
/* line 303, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .document-boxes .box {
  width: 66%;
  display: inline-block;
  vertical-align: middle;
  height: auto !important;
}
@media only screen and (max-width: 999px) {
  /* line 303, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-boxes .box {
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 313, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-boxes .box h2 {
    line-height: 24px;
  }
}
/* line 319, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .document-boxes .logo-link {
  text-decoration: none;
}
/* line 322, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .document-boxes .box-image {
  text-align: center;
  width: 33%;
  display: inline-block;
  padding: 50px;
  vertical-align: middle;
  height: auto !important;
}
@media only screen and (max-width: 1399px) {
  /* line 322, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-boxes .box-image {
    padding: 25px;
  }
}
@media only screen and (max-width: 1215px) {
  /* line 322, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-boxes .box-image {
    padding: 10px;
    width: 31%;
  }
}
@media only screen and (max-width: 999px) {
  /* line 322, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-boxes .box-image {
    width: 100%;
    padding: 0px;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
/* line 343, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .document-boxes .box-image h3 {
  color: #415464;
  font-size: 34px;
  line-height: 34px;
}
@media only screen and (max-width: 1399px) {
  /* line 343, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-boxes .box-image h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1215px) {
  /* line 343, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-boxes .box-image h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 343, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-boxes .box-image h3 {
    font-size: 34px;
    line-height: 34px;
  }
}
/* line 360, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .document-boxes .box-image img {
  max-width: 180px;
}
@media only screen and (max-width: 1399px) {
  /* line 360, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-boxes .box-image img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 1215px) {
  /* line 360, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-boxes .box-image img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 360, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .document-boxes .box-image img {
    max-width: 180px;
  }
}
/* line 375, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .doc-filter-loadmore {
  margin-bottom: 50px;
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (max-width: 999px) {
  /* line 375, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .doc-filter-loadmore {
    width: 65%;
    font-size: 20px;
    line-height: 34px;
    max-width: 300px;
  }
}
/* line 386, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .doc-filter-loadmore:after {
  /*content: "\f067";
  font-size: 11px;
  margin-top: -5px;
  right: 8px !important;*/
}
@media only screen and (max-width: 999px) {
  /* line 386, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .doc-filter-loadmore:after {
    right: 17px !important;
    font-size: 20px;
    margin-top: -9px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 398, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .doc-filter-loadmore:before {
    right: 14px;
    border: 3px solid #ffb81d;
    padding: 14px;
    margin-top: -16px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 406, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .rounded-clear-blue-btn {
    text-align: left;
  }
}
/* line 411, ../sass/_document-filter-component.scss */
.document-filter .document-filter-right .filter-header {
  display: none;
}
@media only screen and (max-width: 999px) {
  /* line 411, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .filter-header {
    display: block;
    padding: 15px 20px;
    background-color: #415463;
    color: #ffffff;
    font-size: 20px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 420, ../sass/_document-filter-component.scss */
  .document-filter .document-filter-right .filter-header a:after {
    top: 16px;
    right: 16px;
    border: solid 3px #fff;
    border-radius: 50%;
    content: "\f061";
    font: normal normal normal 12px/1 FontAwesome;
    float: right;
    padding: 5px;
    margin-top: -4px;
    cursor: pointer;
    color: #fff;
  }
}
/* line 437, ../sass/_document-filter-component.scss */
.document-filter .back-to-div {
  padding: 100px 50px 80px 250px;
  background-color: #fff;
}
/* line 440, ../sass/_document-filter-component.scss */
.document-filter .back-to-div h1 {
  padding: 0;
  padding-top: 10px;
}
/* line 444, ../sass/_document-filter-component.scss */
.document-filter .back-to-div .back-to-link {
  margin-left: 3px;
}

/* line 453, ../sass/_document-filter-component.scss */
.press-filter .document-filter-right .document-boxes {
  margin-bottom: 0;
}
/* line 455, ../sass/_document-filter-component.scss */
.press-filter .document-filter-right .document-boxes .box-image {
  display: none;
}
/* line 458, ../sass/_document-filter-component.scss */
.press-filter .document-filter-right .document-boxes .box {
  width: 100%;
  padding: 0 20px 0 50px;
}
/* line 463, ../sass/_document-filter-component.scss */
.press-filter .document-filter-right .document-bar:last-child {
  border-bottom: none;
}

/* line 471, ../sass/_document-filter-component.scss */
.customer-filter .document-filter-right .document-boxes {
  margin-bottom: 0;
}
/* line 474, ../sass/_document-filter-component.scss */
.customer-filter .document-filter-right .document-bar:last-child {
  border-bottom: none;
}

/* line 482, ../sass/_document-filter-component.scss */
.doc-repo-filter .document-filter-right .document-boxes {
  margin-bottom: 0;
}
/* line 484, ../sass/_document-filter-component.scss */
.doc-repo-filter .document-filter-right .document-boxes .box-image {
  display: none;
}
/* line 487, ../sass/_document-filter-component.scss */
.doc-repo-filter .document-filter-right .document-boxes .box {
  width: 100%;
  padding: 0 20px 0 50px;
}
@media only screen and (max-width: 999px) {
  /* line 487, ../sass/_document-filter-component.scss */
  .doc-repo-filter .document-filter-right .document-boxes .box {
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
  }
}
/* line 495, ../sass/_document-filter-component.scss */
.doc-repo-filter .document-filter-right .document-boxes .box h4 {
  color: #FFB81D;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}
/* line 501, ../sass/_document-filter-component.scss */
.doc-repo-filter .document-filter-right .document-boxes .box h2 {
  margin-top: 0px;
}
/* line 504, ../sass/_document-filter-component.scss */
.doc-repo-filter .document-filter-right .document-boxes .box .holder.with-thumb {
  width: 73%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 999px) {
  /* line 504, ../sass/_document-filter-component.scss */
  .doc-repo-filter .document-filter-right .document-boxes .box .holder.with-thumb {
    display: block;
    width: 100%;
  }
}
/* line 513, ../sass/_document-filter-component.scss */
.doc-repo-filter .document-filter-right .document-boxes .box .doc-repo-thumb {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
/* line 518, ../sass/_document-filter-component.scss */
.doc-repo-filter .document-filter-right .document-boxes .box .doc-repo-thumb img {
  max-width: 200px;
}
@media only screen and (max-width: 1299px) {
  /* line 518, ../sass/_document-filter-component.scss */
  .doc-repo-filter .document-filter-right .document-boxes .box .doc-repo-thumb img {
    max-width: 110px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 518, ../sass/_document-filter-component.scss */
  .doc-repo-filter .document-filter-right .document-boxes .box .doc-repo-thumb img {
    max-width: 100%;
    max-height: 200px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 513, ../sass/_document-filter-component.scss */
  .doc-repo-filter .document-filter-right .document-boxes .box .doc-repo-thumb {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* line 540, ../sass/_document-filter-component.scss */
.events-webinar-filter .ew-grey, .events-webinar_filter .ew-grey {
  color: #a8aca1;
  text-transform: uppercase;
}
/* line 544, ../sass/_document-filter-component.scss */
.events-webinar-filter .filter-box:first-child, .events-webinar_filter .filter-box:first-child {
  margin-bottom: 0;
}
/* line 546, ../sass/_document-filter-component.scss */
.events-webinar-filter .filter-box:first-child h2, .events-webinar_filter .filter-box:first-child h2 {
  margin-top: 20px;
}
/* line 550, ../sass/_document-filter-component.scss */
.events-webinar-filter .filter-box:nth-child(2), .events-webinar_filter .filter-box:nth-child(2) {
  margin-bottom: 0;
}
/* line 556, ../sass/_document-filter-component.scss */
.events-webinar-filter .document-filter-right .document-boxes .box-image img, .events-webinar_filter .document-filter-right .document-boxes .box-image img {
  /*max-width: 180px;*/
}

/* line 564, ../sass/_document-filter-component.scss */
.events-external-youtube {
  height: 100%;
}
/* line 566, ../sass/_document-filter-component.scss */
.events-external-youtube .video-area {
  height: 50%;
}

/* line 572, ../sass/_document-filter-component.scss */
.events-external-video video {
  width: 90%;
  min-height: 70%;
  min-width: 80%;
  top: 10%;
}
@media only screen and (max-width: 999px) {
  /* line 572, ../sass/_document-filter-component.scss */
  .events-external-video video {
    top: 25%;
  }
}
@media screen and (max-width: 480px) {
  /* line 572, ../sass/_document-filter-component.scss */
  .events-external-video video {
    top: 40%;
  }
}
/* line 584, ../sass/_document-filter-component.scss */
.events-external-video .title {
  text-align: center;
}

/* line 590, ../sass/_document-filter-component.scss */
.document-filter .pagination {
  background: #415464;
  height: 90px;
  text-align: center;
  position: relative;
  display: none;
}
@media screen and (max-width: 1272px) {
  /* line 590, ../sass/_document-filter-component.scss */
  .document-filter .pagination {
    height: 50px;
  }
}
@media screen and (max-width: 567px) {
  /* line 602, ../sass/_document-filter-component.scss */
  .document-filter .pagination.mobile {
    display: block !important;
  }
}
/* line 607, ../sass/_document-filter-component.scss */
.document-filter .pagination.mobile {
  display: none;
}
/* line 610, ../sass/_document-filter-component.scss */
.document-filter .pagination .dots {
  font-size: 36px;
  font-weight: bold;
  color: white;
  display: inline;
  line-height: 90px;
}
/* line 617, ../sass/_document-filter-component.scss */
.document-filter .pagination .dots.hidden {
  display: inline-block;
  visibility: hidden;
  width: 10px;
}
@media screen and (max-width: 1272px) {
  /* line 610, ../sass/_document-filter-component.scss */
  .document-filter .pagination .dots {
    font-size: 22px;
    display: inline;
    line-height: 50px;
  }
}
/* line 629, ../sass/_document-filter-component.scss */
.document-filter .pagination .back, .document-filter .pagination .next {
  font-size: 36px;
  line-height: 90px;
  color: white;
  width: 88px;
  position: absolute;
  top: 0;
}
/* line 637, ../sass/_document-filter-component.scss */
.document-filter .pagination .back:hover, .document-filter .pagination .next:hover {
  text-decoration: none;
}
/* line 640, ../sass/_document-filter-component.scss */
.document-filter .pagination .back:after, .document-filter .pagination .next:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  width: 1px;
  background: #b1b1b1;
}
@media screen and (max-width: 1272px) {
  /* line 629, ../sass/_document-filter-component.scss */
  .document-filter .pagination .back, .document-filter .pagination .next {
    width: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 567px) {
  /* line 629, ../sass/_document-filter-component.scss */
  .document-filter .pagination .back, .document-filter .pagination .next {
    display: none !important;
  }
}
/* line 657, ../sass/_document-filter-component.scss */
.document-filter .pagination .back {
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAeCAMAAAD95QUdAAAAY1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+aRQ2gAAAAIHRSTlMA+5cUAd2IHNPKDwP38aVO5Na4n41rWUMsJOuDeFY7N3ICDNoAAAB8SURBVCjPpdI3DoAwDAXQhN57r77/KYmHiPzAgvBkPcmSm4BIGtkhxESZDeTYUKQ3uAytCRGXeL8g9N8gEF9gtkHUNoicSI4gg1RUApVMO1KmaAAamXqgIycipJNpA5oWRStSxZ16Js2V3ghO3KZAtb4O7rbgDE4mn59wAUfQDfD3bAuMAAAAAElFTkSuQmCC) center center no-repeat;
}
@media screen and (max-width: 1272px) {
  /* line 657, ../sass/_document-filter-component.scss */
  .document-filter .pagination .back {
    background-size: 10px;
  }
}
/* line 665, ../sass/_document-filter-component.scss */
.document-filter .pagination .back:after {
  left: 88px;
}
@media screen and (max-width: 1272px) {
  /* line 665, ../sass/_document-filter-component.scss */
  .document-filter .pagination .back:after {
    left: 50px;
  }
}
/* line 672, ../sass/_document-filter-component.scss */
.document-filter .pagination .next {
  right: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAeCAMAAAD95QUdAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMA+5cUAd2IHNPKDwP38eelTta4n41rWUMsJIN4Vjs3DkK9GAAAAHlJREFUKM+d0jcSwCAMBEDAOeeAk/7/S0sdB5WtcgvN6HRq1mOpYDRREYF0RJQDVUJDBjQxJUCxYWotUCq0w/ojpJOpeYAWoRtJE9Ub0CrUA11MGqkXWoE2pgYklRN9SKwP2ReITQiS7R/A5AsXOgH3rcYHVfsQNuEFuH8NlEvd/7QAAAAASUVORK5CYII=) center center no-repeat;
}
@media screen and (max-width: 1272px) {
  /* line 672, ../sass/_document-filter-component.scss */
  .document-filter .pagination .next {
    background-size: 10px;
  }
}
/* line 680, ../sass/_document-filter-component.scss */
.document-filter .pagination .next:after {
  right: 88px;
}
@media screen and (max-width: 1272px) {
  /* line 680, ../sass/_document-filter-component.scss */
  .document-filter .pagination .next:after {
    right: 50px;
  }
}
/* line 687, ../sass/_document-filter-component.scss */
.document-filter .pagination.centered {
  text-align: center;
}
/* line 690, ../sass/_document-filter-component.scss */
.document-filter .pagination.centered .middle {
  text-align: center;
  width: 100%;
  padding: 0;
}
/* line 695, ../sass/_document-filter-component.scss */
.document-filter .pagination.centered .page {
  display: inline-block;
  min-width: 70px !important;
}
@media screen and (max-width: 1272px) {
  /* line 695, ../sass/_document-filter-component.scss */
  .document-filter .pagination.centered .page {
    min-width: 50px !important;
  }
}
@media screen and (max-width: 567px) {
  /* line 695, ../sass/_document-filter-component.scss */
  .document-filter .pagination.centered .page {
    min-width: 30px !important;
  }
}
/* line 706, ../sass/_document-filter-component.scss */
.document-filter .pagination.centered .back,
.document-filter .pagination.centered .next {
  display: none;
}
/* line 711, ../sass/_document-filter-component.scss */
.document-filter .pagination .page {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  min-width: 60px;
  color: white !important;
  text-decoration: none;
  font-size: 20px;
  height: 90px;
  line-height: 90px;
}
@media screen and (max-width: 1272px) {
  /* line 711, ../sass/_document-filter-component.scss */
  .document-filter .pagination .page {
    font-size: 14px;
    min-width: 30px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 567px) {
  /* line 711, ../sass/_document-filter-component.scss */
  .document-filter .pagination .page {
    pointer-events: none;
  }
}
/* line 731, ../sass/_document-filter-component.scss */
.document-filter .pagination .page.disabled {
  pointer-events: none;
  opacity: 0.6;
}
/* line 735, ../sass/_document-filter-component.scss */
.document-filter .pagination .page span {
  vertical-align: middle;
}
/* line 739, ../sass/_document-filter-component.scss */
.document-filter .pagination .page:hover {
  text-decoration: none;
}
/* line 742, ../sass/_document-filter-component.scss */
.document-filter .pagination .page.current {
  position: relative;
  pointer-events: none;
}
/* line 746, ../sass/_document-filter-component.scss */
.document-filter .pagination .page.current:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -23px;
  margin-top: -23px;
}
@media screen and (max-width: 1272px) {
  /* line 746, ../sass/_document-filter-component.scss */
  .document-filter .pagination .page.current:after {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
  }
}
/* line 767, ../sass/_document-filter-component.scss */
.document-filter .pagination .middle {
  display: table;
  text-align: justify;
  width: 100%;
  padding: 0 128px;
  overflow: hidden;
  color: white !important;
  text-decoration: none;
}
/* line 776, ../sass/_document-filter-component.scss */
.document-filter .pagination .middle:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 1272px) {
  /* line 767, ../sass/_document-filter-component.scss */
  .document-filter .pagination .middle {
    padding: 0 70px;
  }
}
@media screen and (max-width: 567px) {
  /* line 767, ../sass/_document-filter-component.scss */
  .document-filter .pagination .middle {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 567px) {
  /* line 790, ../sass/_document-filter-component.scss */
  .document-filter .pagination .middle.mobile-centered {
    text-align: center;
  }
}
/* line 795, ../sass/_document-filter-component.scss */
.document-filter .pagination #mobile-pagination {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
}
@media screen and (max-width: 567px) {
  /* line 795, ../sass/_document-filter-component.scss */
  .document-filter .pagination #mobile-pagination {
    display: block;
  }
}

/* Course Schedule Component css -----------------------------------------------  */
/* line 5, ../sass/_course-schedule-component.scss */
.course-schedule-component .carousel-component .slider-image .slide {
  min-height: 250px;
  height: 250px;
}
/* line 9, ../sass/_course-schedule-component.scss */
.course-schedule-component .carousel-component .slider-image .content-section {
  text-align: center;
  padding: 50px 0 50px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 9, ../sass/_course-schedule-component.scss */
  .course-schedule-component .carousel-component .slider-image .content-section {
    max-width: 70%;
  }
}
/* line 16, ../sass/_course-schedule-component.scss */
.course-schedule-component .carousel-component .slider-image .content-section h2 {
  font-weight: bold;
}
/* line 18, ../sass/_course-schedule-component.scss */
.course-schedule-component .carousel-component .slider-image .content-section h2 img {
  width: 46px;
  vertical-align: bottom;
  margin-right: 10px;
  display: initial;
}
@media only screen and (max-width: 999px) {
  /* line 18, ../sass/_course-schedule-component.scss */
  .course-schedule-component .carousel-component .slider-image .content-section h2 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
/* line 29, ../sass/_course-schedule-component.scss */
.course-schedule-component .carousel-component .slider-image .content-section h2 .course-schedule-cta:after {
  content: "\f061";
  font: normal normal normal 14px/17px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  top: 0;
  margin-left: 10px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 5px;
  vertical-align: middle;
  color: #ffffff;
  text-decoration: none;
}
/* line 44, ../sass/_course-schedule-component.scss */
.course-schedule-component .carousel-component .slider-image .content-section h2 a:hover {
  text-decoration: none;
  color: #ffb81d;
}
/* line 48, ../sass/_course-schedule-component.scss */
.course-schedule-component .carousel-component .slider-image .content-section h2 .rvb-text-dark:hover {
  color: #ffb81d !important;
}
@media only screen and (max-width: 767px) {
  /* line 16, ../sass/_course-schedule-component.scss */
  .course-schedule-component .carousel-component .slider-image .content-section h2 {
    font-size: 22px;
  }
}
/* line 56, ../sass/_course-schedule-component.scss */
.course-schedule-component .carousel-component .slider-image .rvb-text-dark {
  color: #415464 !important;
}

/*quotes-sctn section css here -----------------------------------------------  */
/* line 2, ../sass/_quotes-slider-component.scss */
.quotes-slider-component {
  text-align: center;
}
/* line 4, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .component-pad {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  /* line 4, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .component-pad {
    padding: 0 20px;
  }
}
/* line 10, ../sass/_quotes-slider-component.scss */
.quotes-slider-component h2 {
  color: #415464;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  margin: 0 0 30px;
}
/* line 17, ../sass/_quotes-slider-component.scss */
.quotes-slider-component p {
  color: #fff;
}
/* line 20, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .item {
  background: #eee;
}
/* line 23, ../sass/_quotes-slider-component.scss */
.quotes-slider-component blockquote {
  max-width: 1000px;
  margin: 80px auto;
  color: #415464;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 300;
}
/* line 30, ../sass/_quotes-slider-component.scss */
.quotes-slider-component blockquote > p {
  color: #415464;
}
/* line 35, ../sass/_quotes-slider-component.scss */
.quotes-slider-component blockquote:before, .quotes-slider-component blockquote:after {
  display: inline-block;
  color: #5fb4e5;
  position: relative;
  top: 16px;
  font-size: 48px;
  line-height: 24px;
  height: 24px;
  font-weight: bold;
}
/* line 45, ../sass/_quotes-slider-component.scss */
.quotes-slider-component blockquote:before {
  content: '\201C';
  margin-right: 6px;
  top: 10px;
}
/* line 50, ../sass/_quotes-slider-component.scss */
.quotes-slider-component blockquote:after {
  content: '\201D';
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  /* line 55, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component blockquote:before, .quotes-slider-component blockquote:after {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    top: 0;
  }
}
/* line 62, ../sass/_quotes-slider-component.scss */
.quotes-slider-component p.qt-author {
  color: #a8aca1;
  font-size: 15px;
  margin: 0 0 40px;
  display: block;
  text-transform: uppercase;
}
/* line 69, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-overlay {
  height: 100px;
  position: relative;
}
/* line 72, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-overlay:after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjk0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjc2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjM0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMC4wMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(238, 238, 238, 0.94) 0%, rgba(238, 238, 238, 0.76) 22%, rgba(238, 238, 238, 0.34) 60%, rgba(238, 238, 238, 0.13) 82%, rgba(238, 238, 238, 0.01) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(238, 238, 238, 0.94)), color-stop(22%, rgba(238, 238, 238, 0.76)), color-stop(60%, rgba(238, 238, 238, 0.34)), color-stop(82%, rgba(238, 238, 238, 0.13)), color-stop(100%, rgba(238, 238, 238, 0.01)));
  background: -webkit-linear-gradient(left, rgba(238, 238, 238, 0.94) 0%, rgba(238, 238, 238, 0.76) 22%, rgba(238, 238, 238, 0.34) 60%, rgba(238, 238, 238, 0.13) 82%, rgba(238, 238, 238, 0.01) 100%);
  background: -o-linear-gradient(left, rgba(238, 238, 238, 0.94) 0%, rgba(238, 238, 238, 0.76) 22%, rgba(238, 238, 238, 0.34) 60%, rgba(238, 238, 238, 0.13) 82%, rgba(238, 238, 238, 0.01) 100%);
  background: -ms-linear-gradient(left, rgba(238, 238, 238, 0.94) 0%, rgba(238, 238, 238, 0.76) 22%, rgba(238, 238, 238, 0.34) 60%, rgba(238, 238, 238, 0.13) 82%, rgba(238, 238, 238, 0.01) 100%);
  background: linear-gradient(to right, rgba(238, 238, 238, 0.94) 0%, rgba(238, 238, 238, 0.76) 22%, rgba(238, 238, 238, 0.34) 60%, rgba(238, 238, 238, 0.13) 82%, rgba(238, 238, 238, 0.01) 100%);
}
/* line 88, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-overlay:before {
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjAuMjgiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjAuNzIiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjAuOTgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, rgba(238, 238, 238, 0.02) 0%, rgba(238, 238, 238, 0.1) 12%, rgba(238, 238, 238, 0.28) 30%, rgba(238, 238, 238, 0.72) 70%, rgba(238, 238, 238, 0.9) 88%, rgba(238, 238, 238, 0.98) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(238, 238, 238, 0.02)), color-stop(12%, rgba(238, 238, 238, 0.1)), color-stop(30%, rgba(238, 238, 238, 0.28)), color-stop(70%, rgba(238, 238, 238, 0.72)), color-stop(88%, rgba(238, 238, 238, 0.9)), color-stop(100%, rgba(238, 238, 238, 0.98)));
  background: -webkit-linear-gradient(left, rgba(238, 238, 238, 0.02) 0%, rgba(238, 238, 238, 0.1) 12%, rgba(238, 238, 238, 0.28) 30%, rgba(238, 238, 238, 0.72) 70%, rgba(238, 238, 238, 0.9) 88%, rgba(238, 238, 238, 0.98) 100%);
  background: -o-linear-gradient(left, rgba(238, 238, 238, 0.02) 0%, rgba(238, 238, 238, 0.1) 12%, rgba(238, 238, 238, 0.28) 30%, rgba(238, 238, 238, 0.72) 70%, rgba(238, 238, 238, 0.9) 88%, rgba(238, 238, 238, 0.98) 100%);
  background: -ms-linear-gradient(left, rgba(238, 238, 238, 0.02) 0%, rgba(238, 238, 238, 0.1) 12%, rgba(238, 238, 238, 0.28) 30%, rgba(238, 238, 238, 0.72) 70%, rgba(238, 238, 238, 0.9) 88%, rgba(238, 238, 238, 0.98) 100%);
  background: linear-gradient(to right, rgba(238, 238, 238, 0.02) 0%, rgba(238, 238, 238, 0.1) 12%, rgba(238, 238, 238, 0.28) 30%, rgba(238, 238, 238, 0.72) 70%, rgba(238, 238, 238, 0.9) 88%, rgba(238, 238, 238, 0.98) 100%);
}
/* line 105, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: static;
  letter-spacing: -4px;
  white-space: nowrap;
}
/* line 112, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav .slick-list {
  overflow: visible;
}
/* line 115, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav .slide {
  cursor: pointer;
  letter-spacing: normal;
  float: none;
  display: inline-block;
  vertical-align: middle;
  float: none;
  position: relative;
  height: auto !important;
}
/* line 124, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav .slide canvas {
  width: auto !important;
  height: auto !important;
  position: absolute !important;
  left: 0;
}
/* line 130, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav .slide img {
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  -ms-transform: scale(0.625);
  -webkit-transform: scale(0.625);
  transform: scale(0.625);
  margin: 0 auto;
}
/* line 137, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav .slide.slick-center img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 142, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav .slide .color-image {
  position: absolute;
  top: 0;
  opacity: 0;
}
/* line 147, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav .slide canvas {
  -ms-transform: scale(0.625);
  -webkit-transform: scale(0.625);
  transform: scale(0.625);
}
/* line 152, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav .slide.slick-center {
  position: relative;
}
/* line 154, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav .slide.slick-center canvas {
  position: static !important;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 160, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav .slide.slick-center .color-image {
  opacity: 1;
  position: static;
}
/* line 164, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav .slide.slick-center .grayscale-wrapper {
  position: absolute !important;
  top: 0;
  opacity: 0;
}
/* line 170, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav .slide .grayscale-wrapper {
  display: inline-block !important;
  vertical-align: middle !important;
}
/* line 175, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav .slick-prev,
.quotes-slider-component .slider-nav .slick-next {
  position: absolute;
  z-index: 10;
  bottom: 0;
  top: auto;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  width: 30px !important;
  height: 60px !important;
  padding: 0;
  margin: 0;
  outline: none;
  margin-bottom: -170px;
}
/* line 191, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav .slick-prev {
  background: url(clientlibs_desktop/images/sprite.png) no-repeat;
  background-size: 194px auto;
  left: 150px;
}
/* line 196, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-nav .slick-next {
  background: url(clientlibs_desktop/images/sprite.png) no-repeat -35px 0;
  background-size: 194px auto;
  right: 150px;
}
/* line 202, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-for {
  position: relative;
  margin: 0 150px;
}
/* line 205, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-for:after {
  content: '';
  position: absolute;
  z-index: 2000;
  top: -11px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 11px solid #d7d7d7;
  margin-left: -15px;
}
/* line 218, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-for:before {
  content: '';
  position: absolute;
  z-index: 2001;
  top: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 11px solid #eee;
  margin-left: -14px;
}
/* line 231, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-for .item {
  position: relative;
  padding: 0 50px;
}
/* line 235, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-for .item:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  right: 0px;
  border-top: 1px solid #d7d7d7;
}
/* line 244, ../sass/_quotes-slider-component.scss */
.quotes-slider-component .slider-quotes {
  overflow: hidden;
  padding: 20px 0 0;
}
@media only screen and (max-width: 1399px) {
  /* line 258, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .slider-for {
    margin: 0 50px;
  }
  /* line 261, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .slider-nav .slick-prev {
    left: 30px;
    margin-bottom: -190px;
  }
  /* line 265, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .slider-nav .slick-next {
    right: 30px;
    margin-bottom: -190px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 271, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .slider-quotes {
    margin: 0;
  }
  /* line 274, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .slider-nav {
    max-width: 350px;
  }
  /* line 277, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component blockquote {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 282, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component h2 {
    font-size: 27px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  /* line 287, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .slider-nav {
    max-width: 330px;
  }
  /* line 290, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .slider-nav .slide img {
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  /* line 295, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .slider-nav .slide.slick-center img {
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  /* line 300, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .slider-nav .slide canvas {
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  /* line 306, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .slider-nav .slide.slick-center canvas {
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  /* line 314, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component blockquote {
    margin: 30px auto 15px;
    font-size: 22px;
    line-height: 25px;
  }
  /* line 319, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component p.qt-author {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 15px;
  }
  /* line 325, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .rounded-plus-btn, .quotes-slider-component div.rounded-plus-wht-btn, .quotes-slider-component div.rounded-more-wht-btn, .quotes-slider-component div.rounded-more-btn, .quotes-slider-component div.rounded-download-btn, .quotes-slider-component div.rounded-video-wht-btn, .quotes-slider-component div.rounded-more-blue-btn, .quotes-slider-component div.rounded-clear-blue-btn, .quotes-slider-component div.rounded-arrow-btn {
    margin: 20px auto;
  }
  /* line 328, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .slider-nav .slick-prev,
  .quotes-slider-component .slider-nav .slick-next {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  /* line 334, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .slider-nav {
    max-width: 100%;
  }
  /* line 337, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .slider-for {
    margin: 0;
  }
  /* line 339, ../sass/_quotes-slider-component.scss */
  .quotes-slider-component .slider-for .item {
    padding: 0 25px;
  }
}

/* line 2, ../sass/_feed-component.scss */
.feed-component p {
  color: #415464;
  margin: 0 0 15px;
}
/* line 5, ../sass/_feed-component.scss */
.feed-component p a {
  color: #ff681d;
  word-wrap: break-word;
}
@media only screen and (max-width: 1299px) {
  /* line 2, ../sass/_feed-component.scss */
  .feed-component p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 2, ../sass/_feed-component.scss */
  .feed-component p {
    font-size: 18px;
  }
}
/* line 17, ../sass/_feed-component.scss */
.feed-component .socialfeedcontent a.more, .feed-component .feedcontainer a.more {
  display: inline-block;
  vertical-align: top;
  color: #ff681d;
}
/* line 21, ../sass/_feed-component.scss */
.feed-component .socialfeedcontent a.more:hover, .feed-component .feedcontainer a.more:hover {
  text-decoration: underline;
}
/* line 27, ../sass/_feed-component.scss */
.feed-component h2 {
  color: #415464;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
}
/* line 34, ../sass/_feed-component.scss */
.feed-component .holder {
  border: 1px solid #d7d7d7;
  padding: 42px 37px;
  overflow: hidden;
}
@media only screen and (max-width: 1299px) {
  /* line 34, ../sass/_feed-component.scss */
  .feed-component .holder {
    padding: 30px 20px;
  }
}
/* line 43, ../sass/_feed-component.scss */
.feed-component .heading {
  background: #415464;
  color: #fff;
  margin: -43px -38px 43px;
  padding: 35px 15px 10px 40px;
  font-size: 36px;
  line-height: 38px;
  min-height: 105px;
}
@media only screen and (max-width: 1299px) {
  /* line 43, ../sass/_feed-component.scss */
  .feed-component .heading {
    margin: -31px -21px 30px;
    padding: 20px 10px 10px 20px;
    font-size: 24px;
    line-height: 26px;
    min-height: 65px;
  }
}
/* line 60, ../sass/_feed-component.scss */
.feed-component .heading a {
  color: #fff;
  display: inline;
  vertical-align: top;
  padding: 0 50px 0 0;
  position: relative;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
}
@media only screen and (max-width: 1299px) {
  /* line 60, ../sass/_feed-component.scss */
  .feed-component .heading a {
    padding: 0 40px 0 0;
    width: 100%;
  }
}
/* line 75, ../sass/_feed-component.scss */
.feed-component .heading a:after {
  content: url(clientlibs_desktop/css/Icons/icon_white_round_arrow_30.png);
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
/* line 84, ../sass/_feed-component.scss */
.feed-component .heading a:before {
  		/*content: "\f061";
  		font: normal normal normal 16px/1 FontAwesome;
    		text-rendering: auto;
    		-webkit-font-smoothing: antialiased;
    		position: absolute;
  		right: 9px !important;
  		top: 50%;
  		margin-top: -9px !important;
  		*/
  /* this targets ie10/11 */
  /*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  	right: 8px !important;
  	margin-top: -8px !important;
  }*/
}
/* line 100, ../sass/_feed-component.scss */
.feed-component .heading a:hover {
  text-decoration: none;
  color: #ff681d;
}
/* line 103, ../sass/_feed-component.scss */
.feed-component .heading a:hover:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_arrow_30.png);
}
/* line 110, ../sass/_feed-component.scss */
.feed-component .feed-one-third-box {
  min-height: 340px;
}
@media only screen and (max-width: 767px) {
  /* line 110, ../sass/_feed-component.scss */
  .feed-component .feed-one-third-box {
    width: 100%;
    padding: 0 0 40px;
    min-height: 0;
  }
  /* line 117, ../sass/_feed-component.scss */
  .feed-component .feed-one-third-box .holder {
    height: auto !important;
  }
}
@media only screen and (max-width: 479px) {
  /* line 110, ../sass/_feed-component.scss */
  .feed-component .feed-one-third-box {
    padding: 0 0 20px;
  }
}
/* line 125, ../sass/_feed-component.scss */
.feed-component .feed-one-third-box h2 {
  font-size: 16px;
  color: #a8aca1;
  line-height: 22px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 20px;
}
/* line 133, ../sass/_feed-component.scss */
.feed-component .feed-one-third-box h2:after {
  content: '';
  display: block;
  height: 2px;
  width: 45px;
  margin: 7px 0 0;
  background: #a8aca1;
}
/* line 141, ../sass/_feed-component.scss */
.feed-component .feed-one-third-box h2 a {
  color: #ff681d;
}

/* line 149, ../sass/_feed-component.scss */
.recent-stories .twitter-social-media {
  height: 0px;
  overflow: hidden;
  display: none;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
/* line 7, ../sass/_slider.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 16, ../sass/_slider.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 22, ../sass/_slider.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 27, ../sass/_slider.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 32, ../sass/_slider.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 40, ../sass/_slider.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 43, ../sass/_slider.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 47, ../sass/_slider.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/* line 57, ../sass/_slider.scss */
.grabbing {
  cursor: url(clientlibs_desktop/css/grabbing.png) 8 8, move;
}

/* fix */
/* line 62, ../sass/_slider.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 1, ../sass/_tools.scss */
#tools {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  min-width: 60px;
  padding: 58px 17px 0 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 9, ../sass/_tools.scss */
#tools .tab-links {
  position: relative;
  z-index: 11;
  margin: -8px 0 0;
  padding: 0;
  list-style: none;
}
/* line 15, ../sass/_tools.scss */
#tools .tab-links:after {
  content: '';
  display: block;
  clear: both;
}
/* line 20, ../sass/_tools.scss */
#tools .tab-links > li {
  margin: -7px 0 18px 5px;
  position: relative;
  float: right;
  vertical-align: top;
}
/* line 25, ../sass/_tools.scss */
#tools .tab-links > li .opener {
  opacity: 0;
  cursor: default;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 31, ../sass/_tools.scss */
#tools .tab-links > li.share {
  clear: right;
}
/* line 34, ../sass/_tools.scss */
#tools .tab-links > li > a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 45, ../sass/_tools.scss */
#tools .tab-links > li > a:hover {
  text-decoration: none;
}
/* line 50, ../sass/_tools.scss */
#tools .tab-links .link {
  float: none;
  position: absolute;
  right: 50px;
  border-right: 1px solid #fff;
  text-transform: uppercase;
  padding: 0 21px;
  white-space: nowrap;
  min-width: 80px;
  text-align: right;
  margin: 0;
}
/* line 61, ../sass/_tools.scss */
#tools .tab-links .link a {
  color: #fff;
  display: block;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 26px;
  background: transparent !important;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* line 71, ../sass/_tools.scss */
#tools .tab-links .link.hidden {
  display: none;
}
/* line 75, ../sass/_tools.scss */
#tools .tab-links .breadcrumbs {
  float: left;
}
/* line 78, ../sass/_tools.scss */
#tools .tab-links.dark-theme * {
  color: #415464;
}
/* line 82, ../sass/_tools.scss */
#tools .share-links {
  overflow: hidden;
  float: right;
  display: none;
  background: #ccc;
  border-radius: 20px;
  clear: both;
  height: 40px;
}
/* line 91, ../sass/_tools.scss */
#tools .tab-container {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 9;
  opacity: 0;
  border-right: 72px solid black;
  /*ie8fix*/
  border-right: 72px solid rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 101, ../sass/_tools.scss */
#tools .tab-container .tab {
  height: 100%;
  /*ie8fix*/
  min-height: 100%;
  background: #475464;
  overflow-y: auto;
}
/* line 106, ../sass/_tools.scss */
#tools .tab-container .tab .jcf-scrollable-wrapper {
  width: 100% !important;
}
/* line 109, ../sass/_tools.scss */
#tools .tab-container .tab .container {
  height: 100vh !important;
  padding: 42px 25px 20px;
  width: 100% !important;
}
/* line 115, ../sass/_tools.scss */
#tools .tab-container .tab .gsc-control-cse .container {
  padding: 0 70px 0 0;
  height: auto !important;
}
/* line 119, ../sass/_tools.scss */
#tools .tab-container .tab .gsc-control-cse .jcf-scrollbar-vertical {
  top: 0;
  right: 44px;
  background: none;
}
/* line 124, ../sass/_tools.scss */
#tools .tab-container .tab .gsc-control-cse .jcf-scrollbar-handle {
  width: 8px;
  background-color: #6C6E71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* line 133, ../sass/_tools.scss */
#tools .tab-container #quick-link {
  width: 482px;
}
/* line 135, ../sass/_tools.scss */
#tools .tab-container #quick-link ul {
  padding: 19px 0 0;
  margin: 0;
  list-style: none;
  font-size: 20px;
  line-height: 22px;
}
/* line 142, ../sass/_tools.scss */
#tools .tab-container #quick-link li {
  margin: 0 0 14px;
}
/* line 145, ../sass/_tools.scss */
#tools .tab-container #quick-link a {
  color: #fff;
}
/* line 147, ../sass/_tools.scss */
#tools .tab-container #quick-link a:hover {
  color: #fc6719;
  text-decoration: none;
}
/* line 153, ../sass/_tools.scss */
#tools .tab-container #search-box {
  width: 100%;
}
/* line 157, ../sass/_tools.scss */
#tools .tab-container #share-box {
  text-align: center;
  width: 105px;
}
/* line 160, ../sass/_tools.scss */
#tools .tab-container #share-box .container {
  padding: 42px 15px 20px;
}
/* line 165, ../sass/_tools.scss */
#tools .search-form {
  border-bottom: 2px solid #fc6719;
  height: 44px;
}
/* line 168, ../sass/_tools.scss */
#tools .search-form:after {
  display: block;
  clear: both;
  content: '';
  height: 1%;
}
/* line 174, ../sass/_tools.scss */
#tools .search-form .btn-send {
  float: right;
  margin: 4px 0 0 15px;
  background: none;
  border: none;
  font-weight: bold;
  color: #fff;
  font-size: 0;
  line-height: 0;
  padding: 0;
  height: 28px;
  width: 24px;
  outline: none;
  position: relative;
}
/* line 188, ../sass/_tools.scss */
#tools .search-form .btn-send:before {
  position: absolute;
  content: "\f002";
  font: normal normal normal 24px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  left: 0;
  top: 2px;
  color: #fff;
}
/* line 199, ../sass/_tools.scss */
#tools .search-form .input-holder {
  overflow: hidden;
  padding: 0 0 2px;
}
/* line 203, ../sass/_tools.scss */
#tools .search-form .search-field {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  padding: 0;
  background: none;
  color: #fff;
  line-height: 40px;
  height: 40px;
  font-size: 26px;
}
/* line 216, ../sass/_tools.scss */
#tools .search-form .search-field::-webkit-input-placeholder {
  color: #b1b7bc;
}
/* line 219, ../sass/_tools.scss */
#tools .search-form .search-field:-moz-placeholder {
  color: #b1b7bc;
}
/* line 222, ../sass/_tools.scss */
#tools .search-form .search-field::-moz-placeholder {
  color: #b1b7bc;
  opacity: 1;
}
/* line 226, ../sass/_tools.scss */
#tools .search-form .search-field:-ms-input-placeholder {
  color: #b1b7bc;
}
/* line 231, ../sass/_tools.scss */
#tools .title {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  padding: 6px 0 24px;
  position: relative;
}
/* line 238, ../sass/_tools.scss */
#tools .title:after {
  content: '';
  position: absolute;
  bottom: 10px;
  border-bottom: 2px solid #fc6719;
  left: 0;
  width: 50px;
}
/* line 248, ../sass/_tools.scss */
#tools #share-box .title:after {
  left: 50%;
  margin-left: -25px;
}
/* line 252, ../sass/_tools.scss */
#tools #share-box .social-networks {
  padding: 44px 0 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  font-size: 18px;
  line-height: 38px;
  text-align: left;
  white-space: nowrap;
}
/* line 261, ../sass/_tools.scss */
#tools #share-box .social-networks li {
  display: block;
  margin: 0  0 11px;
}
/* line 265, ../sass/_tools.scss */
#tools #share-box .social-networks a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 276, ../sass/_tools.scss */
#tools #share-box .social-networks a:hover {
  color: #fc6719;
  border-color: #fc6719;
}
/* line 283, ../sass/_tools.scss */
#tools ul.breadcrumbs {
  margin: 8px 0 0;
  padding: 0 10px 0 0;
  list-style: none;
  border-right: 1px solid #fff;
}
/* line 288, ../sass/_tools.scss */
#tools ul.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  padding: 3px 15px 3px 0;
  color: #fff;
  margin: 0 -4px 0 0;
}
/* line 294, ../sass/_tools.scss */
#tools ul.breadcrumbs li + li:before {
  content: '/';
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
}
/* line 300, ../sass/_tools.scss */
#tools ul.breadcrumbs li span {
  font-size: 14px;
}
/* line 304, ../sass/_tools.scss */
#tools ul.breadcrumbs a {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
/* line 310, ../sass/_tools.scss */
#tools .dark-theme ul.breadcrumbs {
  border-right: 1px solid #415464;
}

/*.fixed-tools {
	#tools {
		position: fixed;
		width: 60px;
		.tab-links li .opener {
			pointer-events: auto ;
			cursor: pointer;
			opacity: 1;
		}
		.tab-links a {
			background:rgba(0, 0, 0, 0.37);
		}
		.tab-links .link {
			width: 0;
			overflow: hidden;
			height: 0;
			padding: 0;
			border:none;
		}
		.dark-theme *{
			color: #fff;
		}
	}
}*/
/* line 338, ../sass/_tools.scss */
.tools-active #tools {
  position: fixed;
  padding: 58px 17px 0 0;
  width: 62px;
}
/* line 342, ../sass/_tools.scss */
.tools-active #tools .tab-container {
  right: 0;
  opacity: 1;
}
/* line 347, ../sass/_tools.scss */
.tools-active #tools .tab-links li {
  float: right;
  clear: right;
}
/* line 351, ../sass/_tools.scss */
.tools-active #tools .tab-links li .opener {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
}
/* line 356, ../sass/_tools.scss */
.tools-active #tools .tab-links a {
  background: #415464;
  position: relative;
}
/* line 360, ../sass/_tools.scss */
.tools-active #tools .tab-links li.active:after {
  content: '';
  position: absolute;
  right: -17px;
  top: 0;
  background: #ff681d;
  width: 7px;
  height: 40px;
}
/* line 370, ../sass/_tools.scss */
.tools-active #tools .tab-links li.active a i {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 374, ../sass/_tools.scss */
.tools-active #tools .tab-links li.active a:after {
  content: "\f00d";
  font: normal normal normal 24px/38px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiase;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 3px #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 1.4;
  background: #000;
  /*ie8fix*/
  background: rgba(0, 0, 0, 0.4);
}
/* line 394, ../sass/_tools.scss */
.tools-active #tools .tab-links li.active a:hover:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 400, ../sass/_tools.scss */
.tools-active #tools .tab-links.dark-theme * {
  color: #fff !important;
}
/* line 403, ../sass/_tools.scss */
.tools-active #tools .tab-links .link {
  right: -300px;
  display: block;
}

/* line 411, ../sass/_tools.scss */
.tools-active .breadcrumbs,
.fixed-tools .breadcrumbs {
  display: none;
}

/* line 415, ../sass/_tools.scss */
.tools-active.quick-links-active #tools .tab-links li {
  width: 0;
  overflow: hidden;
  height: 0;
  padding: 0;
  border: none;
  margin: 0;
}
/* line 423, ../sass/_tools.scss */
.tools-active.quick-links-active #tools .tab-links li.link {
  width: 40px;
  overflow: hidden;
  height: 40px;
  padding: 0;
  border: none;
  min-width: 0;
  position: relative;
  right: 0;
}
/* line 432, ../sass/_tools.scss */
.tools-active.quick-links-active #tools .tab-links li.link a {
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 0;
  line-height: 0;
  background: #415464 !important;
}

/* line 443, ../sass/_tools.scss */
div.gsc-control-cse {
  background-color: #475464 !important;
  border-color: #475464 !important;
  position: relative;
  padding: 47px 25px 20px 234px;
}
/* line 449, ../sass/_tools.scss */
div.gsc-control-cse * {
  font-family: source-sans-pro, Arial, Helvetica, sans-serif !important;
}
/* line 452, ../sass/_tools.scss */
div.gsc-control-cse .gsc-input-box {
  border: 0 none !important;
  border-bottom: 2px solid #fc6719 !important;
  height: 44px !important;
  background-color: #475464 !important;
}
/* line 458, ../sass/_tools.scss */
div.gsc-control-cse .gsc-input-box > table {
  height: 100%;
}
/* line 461, ../sass/_tools.scss */
div.gsc-control-cse .gsc-input-box > table .gsib_a {
  padding: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
/* line 467, ../sass/_tools.scss */
div.gsc-control-cse .gsc-input-box.gsc-input-box-focus, div.gsc-control-cse .gsc-input-box.gsc-input-box-hover {
  -webkit-box-shadow: inset 0 0 0 transparent !important;
  box-shadow: inset 0 0 0 transparent !important;
}
/* line 473, ../sass/_tools.scss */
div.gsc-control-cse .gsst_b {
  margin-right: 30px;
}
/* line 476, ../sass/_tools.scss */
div.gsc-control-cse .gsst_b .gscb_a {
  color: white !important;
  margin-top: 2px;
}
/* line 481, ../sass/_tools.scss */
div.gsc-control-cse .gsc-search-button {
  cursor: pointer;
}
/* line 489, ../sass/_tools.scss */
div.gsc-control-cse .gsc-search-button:before {
  position: absolute;
  content: "\f002";
  font: normal normal normal 24px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  left: 0;
  top: 2px;
  color: #fff;
}
/* line 499, ../sass/_tools.scss */
div.gsc-control-cse .gsc-search-button input {
  display: none;
}
/* line 503, ../sass/_tools.scss */
div.gsc-control-cse input.gsc-input {
  line-height: 40px;
  height: 42px !important;
  font-size: 26px;
  color: white !important;
  background-color: transparent !important;
}
/* line 510, ../sass/_tools.scss */
div.gsc-control-cse td.gsc-input {
  padding-right: 0 !important;
}
/* line 513, ../sass/_tools.scss */
div.gsc-control-cse .gsc-result-info {
  padding-left: 0 !important;
  color: white !important;
}
/* line 517, ../sass/_tools.scss */
div.gsc-control-cse .gsc-orderby-label {
  color: white !important;
}
/* line 520, ../sass/_tools.scss */
div.gsc-control-cse .gsc-webResult.gsc-result,
div.gsc-control-cse .gsc-results .gsc-imageResult {
  background-color: #475464 !important;
  border-color: #475464 !important;
}
/* line 525, ../sass/_tools.scss */
div.gsc-control-cse .gsc-cursor-page {
  background-color: #475464 !important;
  color: white !important;
}
/* line 529, ../sass/_tools.scss */
div.gsc-control-cse .gsc-cursor-page.gsc-cursor-current-page {
  border-color: white !important;
}
/* line 533, ../sass/_tools.scss */
div.gsc-control-cse .gcsc-branding * {
  color: white !important;
}
/* line 536, ../sass/_tools.scss */
div.gsc-control-cse .gs-title,
div.gsc-control-cse .gs-snippet {
  color: white;
}
/* line 540, ../sass/_tools.scss */
div.gsc-control-cse .gs-snippet {
  word-break: break-all;
}
/* line 543, ../sass/_tools.scss */
div.gsc-control-cse .gs-webResult.gs-result a.gs-title:link,
div.gsc-control-cse .gs-webResult.gs-result a.gs-title:link b,
div.gsc-control-cse .gs-imageResult a.gs-title:link,
div.gsc-control-cse .gs-imageResult a.gs-title:link b {
  color: white !important;
  font-weight: bold;
}
/* line 550, ../sass/_tools.scss */
div.gsc-control-cse .gs-webResult.gs-result a.gs-title:visited,
div.gsc-control-cse .gs-webResult.gs-result a.gs-title:visited b,
div.gsc-control-cse .gs-imageResult a.gs-title:visited,
div.gsc-control-cse .gs-imageResult a.gs-title:visited b {
  color: #DDDDDD !important;
}
/* line 556, ../sass/_tools.scss */
div.gsc-control-cse .gs-webResult.gs-result a.gs-title:hover,
div.gsc-control-cse .gs-webResult.gs-result a.gs-title:hover b,
div.gsc-control-cse .gs-imageResult a.gs-title:hover,
div.gsc-control-cse .gs-imageResult a.gs-title:hover b,
div.gsc-control-cse .gs-visibleUrl {
  color: gray !important;
}
/* line 563, ../sass/_tools.scss */
div.gsc-control-cse .gs-result > * {
  padding-left: 0 !important;
}
/* line 566, ../sass/_tools.scss */
div.gsc-control-cse .gsc-selected-option-container {
  min-width: 75px;
}

/* line 570, ../sass/_tools.scss */
.tools-active #nav-overlay {
  display: block !important;
  opacity: 1 !important;
  left: 0;
  right: 72px;
  width: auto;
}

@media only screen and (max-width: 999px) {
  /* line 578, ../sass/_tools.scss */
  #tools {
    right: 58px;
  }

  /* line 582, ../sass/_tools.scss */
  .tools-active #tools {
    right: 0;
  }

  /* line 586, ../sass/_tools.scss */
  .fixed-tools #tools {
    right: 0;
    top: 105px;
    padding: 0 30px 0 0;
  }

  /* line 591, ../sass/_tools.scss */
  .tools-active.fixed-tools #tools {
    padding: 0 17px 0 0;
  }

  /* line 594, ../sass/_tools.scss */
  .tools-active.quick-links-active #tools {
    top: 0;
    padding: 58px 17px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 601, ../sass/_tools.scss */
  #tools .breadcrumbs {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  /* line 605, ../sass/_tools.scss */
  #tools {
    padding: 22px 15px 0 0;
    right: 58px;
    width: 180px;
  }
  /* line 609, ../sass/_tools.scss */
  #tools .link-box {
    padding: 0 10px;
  }
  /* line 612, ../sass/_tools.scss */
  #tools .title {
    font-size: 20px;
    line-height: 22px;
  }
  /* line 617, ../sass/_tools.scss */
  #tools .tab-container .tab .container {
    padding: 15px 10px;
  }
  /* line 620, ../sass/_tools.scss */
  #tools .tab-container #quick-link {
    width: 260px;
  }
  /* line 622, ../sass/_tools.scss */
  #tools .tab-container #quick-link ul {
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 18px;
  }
  /* line 627, ../sass/_tools.scss */
  #tools .tab-container #quick-link li {
    margin: 0 0 10px;
  }
  /* line 634, ../sass/_tools.scss */
  #tools .tab-container #share-box {
    width: 105px;
  }
  /* line 636, ../sass/_tools.scss */
  #tools .tab-container #share-box .container {
    padding: 15px 10px;
  }
  /* line 639, ../sass/_tools.scss */
  #tools .tab-container #share-box .social-networks {
    padding: 10px 0 0;
  }

  /* line 648, ../sass/_tools.scss */
  .tools-active #tools {
    padding: 22px 17px 0 0;
  }

  /* line 651, ../sass/_tools.scss */
  .fixed-tools #tools {
    right: 0;
    top: 67px;
    padding: 0 18px 0 0;
  }

  /* line 656, ../sass/_tools.scss */
  .tools-active.quick-links-active #tools {
    padding: 16px 17px 0 0;
  }

  /* line 659, ../sass/_tools.scss */
  .search-active #tools .search-form {
    width: 100%;
  }
}
@media only screen and (max-width: 340px) {
  /* line 665, ../sass/_tools.scss */
  #tools .tab-container {
    width: 0 !important;
  }

  /* line 670, ../sass/_tools.scss */
  .tools-active #tools .tab-container {
    width: 100% !important;
  }
  /* line 673, ../sass/_tools.scss */
  .tools-active #tools .gsc-control-cse {
    width: 100%;
  }
}
/* line 690, ../sass/_tools.scss */
.search-active.tools-active #tools .tab-container {
  width: 100%;
  border-right: none;
}
/* line 695, ../sass/_tools.scss */
.search-active.tools-active #tools .search .tab-link:after {
  background-color: transparent;
}
/* line 698, ../sass/_tools.scss */
.search-active.tools-active #tools .search:after {
  display: none;
}
/* line 703, ../sass/_tools.scss */
.search-active #menu .menu-box {
  background: linear-gradient(to right, #000000 0%, #2b2b2b 100%);
}
@media only screen and (max-width: 999px) {
  /* line 707, ../sass/_tools.scss */
  .search-active .gsc-control-cse {
    padding-left: 25px;
  }
}

/* line 1, ../sass/_filter-heading.scss */
.filter-heading {
  background: #fff;
  position: relative;
  /* custom select styles */
}
/* line 4, ../sass/_filter-heading.scss */
.filter-heading:before {
  content: '';
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  /*border-bottom: 5px solid #5fb4e5;*/
}
/* line 13, ../sass/_filter-heading.scss */
.filter-heading .component-pad {
  padding: 0 50px;
}
@media only screen and (max-width: 999px) {
  /* line 13, ../sass/_filter-heading.scss */
  .filter-heading .component-pad {
    padding: 0 40px;
  }
}
/* line 19, ../sass/_filter-heading.scss */
.filter-heading h1 {
  font-size: 48px;
  line-height: 1.4;
  margin: 0 0 20px;
  color: #415464;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 27, ../sass/_filter-heading.scss */
.filter-heading .content {
  max-width: 670px;
}
/* line 29, ../sass/_filter-heading.scss */
.filter-heading .content p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
  color: #415464;
}
/* line 36, ../sass/_filter-heading.scss */
.filter-heading .sub-title {
  display: inline-block;
  vertical-align: top;
  margin: 0 -25px 0 0;
  padding: 0 7px 0 0;
  border-bottom: 2px solid #cac9c9;
}
/* line 43, ../sass/_filter-heading.scss */
.filter-heading .filter-form-wrapper {
  position: relative;
  max-width: 1400px;
  /*margin: 50px auto 0;*/
  margin: 0 auto;
}
/* line 48, ../sass/_filter-heading.scss */
.filter-heading .filter-form-wrapper:after {
  display: block;
  clear: both;
  content: '';
}
/* line 55, ../sass/_filter-heading.scss */
.filter-heading .filter-form:after {
  display: block;
  clear: both;
  content: '';
}
/* line 61, ../sass/_filter-heading.scss */
.filter-heading .select-box {
  float: right;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  color: #415464;
  white-space: nowrap;
  max-width: 600px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 70, ../sass/_filter-heading.scss */
.filter-heading .select-box.activated {
  max-width: 550px;
}
/* line 75, ../sass/_filter-heading.scss */
.filter-heading .jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 0 20px;
  min-width: 100px;
  max-width: 300px;
  text-align: left;
  height: 32px;
  border-bottom: 2px solid #cac9c9;
}
/* line 86, ../sass/_filter-heading.scss */
.filter-heading .jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
/* line 91, ../sass/_filter-heading.scss */
.filter-heading .jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  font-size: 26px;
  line-height: 30px;
  margin: 0 32px 0 0;
  color: #ff681d;
}
/* line 102, ../sass/_filter-heading.scss */
.filter-heading .jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: url(clientlibs_desktop/images/sprite.png) no-repeat -219px -83px;
  background-size: 300px auto;
  width: 13px;
  bottom: 0;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  /* line 102, ../sass/_filter-heading.scss */
  .filter-heading .jcf-select .jcf-select-opener {
    background-position: -219px -90px;
  }
}
/* line 116, ../sass/_filter-heading.scss */
.filter-heading .jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
/* line 124, ../sass/_filter-heading.scss */
.filter-heading .jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
@media only screen and (max-width: 767px) {
  /* line 129, ../sass/_filter-heading.scss */
  .filter-heading h1 {
    font-size: 36px;
    font-weight: 700;
  }
  /* line 133, ../sass/_filter-heading.scss */
  .filter-heading .filter-form-wrapper {
    margin: 0 auto 0 auto;
  }
  /* line 136, ../sass/_filter-heading.scss */
  .filter-heading .filter-form {
    position: static;
  }
  /* line 139, ../sass/_filter-heading.scss */
  .filter-heading .select-box {
    font-size: 20px;
    line-height: 22px;
    margin: 0 -20px 0 0;
  }
  /* line 143, ../sass/_filter-heading.scss */
  .filter-heading .select-box.activated {
    max-width: 400px;
  }
  /* line 147, ../sass/_filter-heading.scss */
  .filter-heading .jcf-select .jcf-select-text {
    font-size: 20px;
    line-height: 22px;
  }
  /* line 151, ../sass/_filter-heading.scss */
  .filter-heading .jcf-select {
    height: 24px;
    margin: 0 20px 10px 0;
  }
  /* line 155, ../sass/_filter-heading.scss */
  .filter-heading .sub-title {
    margin: 0 -5px  10px 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 160, ../sass/_filter-heading.scss */
  .filter-heading .select-box {
    white-space: normal;
    float: none;
    max-width: 500px;
  }
  /* line 165, ../sass/_filter-heading.scss */
  .filter-heading h1 {
    font-size: 28px;
    font-weight: 700;
  }
}
/* line 172, ../sass/_filter-heading.scss */
.filter-heading.phase-two .select-box {
  max-width: inherit;
}
/* line 176, ../sass/_filter-heading.scss */
.filter-heading.phase-two .jcf-select .jcf-select-opener {
  bottom: inherit;
  height: 20px;
}
/* line 180, ../sass/_filter-heading.scss */
.filter-heading.phase-two .jcf-select .jcf-select-text {
  min-width: 130px;
}
@media only screen and (max-width: 767px) {
  /* line 185, ../sass/_filter-heading.scss */
  .filter-heading.phase-two .sub-title {
    position: absolute;
  }
  /* line 188, ../sass/_filter-heading.scss */
  .filter-heading.phase-two .select-box {
    margin: 0;
  }
  /* line 191, ../sass/_filter-heading.scss */
  .filter-heading.phase-two .jcf-select {
    margin-top: 15px;
    width: 100%;
  }
  /* line 195, ../sass/_filter-heading.scss */
  .filter-heading.phase-two .sub-title + * > .jcf-hidden:first-child + .jcf-select {
    margin-top: 0;
    padding-left: 60px;
  }
}

/* line 202, ../sass/_filter-heading.scss */
body > .jcf-select-drop {
  position: absolute;
  margin: 0;
  z-index: 9999;
}

/* line 207, ../sass/_filter-heading.scss */
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

/* select options styles */
/* line 211, ../sass/_filter-heading.scss */
.jcf-list {
  display: block;
  position: relative;
  background: #fff;
  line-height: 22px;
  font-size: 18px;
  width: 100%;
  min-width: 150px;
  float: right;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 479px) {
  /* line 211, ../sass/_filter-heading.scss */
  .jcf-list {
    float: none;
  }
}

/* line 225, ../sass/_filter-heading.scss */
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

/* line 231, ../sass/_filter-heading.scss */
.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 236, ../sass/_filter-heading.scss */
.jcf-list ul li {
  overflow: hidden;
  display: block;
}

/* line 240, ../sass/_filter-heading.scss */
.jcf-list .jcf-overflow {
  overflow: auto;
}

/* line 243, ../sass/_filter-heading.scss */
.jcf-list .jcf-option {
  cursor: pointer;
  display: block;
  padding: 5px;
  color: #415464;
  height: 1%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
  margin: 2px 0;
}

/* line 254, ../sass/_filter-heading.scss */
.jcf-list .jcf-disabled {
  color: #aaa !important;
}

/* line 257, ../sass/_filter-heading.scss */
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  color: #ff681d;
}

/* line 261, ../sass/_filter-heading.scss */
.jcf-list .jcf-optgroup-caption {
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #ff681d;
}

/* line 268, ../sass/_filter-heading.scss */
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* line 271, ../sass/_filter-heading.scss */
.common-wrapper .filter-heading {
  position: static;
}

/* line 275, ../sass/_filter-heading.scss */
.filter-flyout {
  background-color: #415464;
  position: absolute;
  top: -10px;
  z-index: 150;
  width: 100%;
  display: none;
  left: 2px;
}
@media only screen and (max-width: 767px) {
  /* line 275, ../sass/_filter-heading.scss */
  .filter-flyout {
    top: -20px;
  }
}
/* line 297, ../sass/_filter-heading.scss */
.filter-flyout:before, .filter-flyout:after {
  display: block;
  content: '';
  clear: both;
}
/* line 303, ../sass/_filter-heading.scss */
.filter-flyout ul {
  -moz-column-gap: 20px;
  -moz-column-count: 3;
  -webkit-column-gap: 0px;
  -webkit-column-count: 3;
  column-gap: 20px;
  column-count: 3;
  margin: 10px 0 10px 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  /* line 303, ../sass/_filter-heading.scss */
  .filter-flyout ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/* line 317, ../sass/_filter-heading.scss */
.filter-flyout ul li {
  list-style: none;
  padding: 15px 0 15px 20px;
  border-right: 1px solid #3a4a59;
}
@media only screen and (max-width: 767px) {
  /* line 317, ../sass/_filter-heading.scss */
  .filter-flyout ul li {
    padding-botton: 20px;
  }
}
/* line 324, ../sass/_filter-heading.scss */
.filter-flyout ul li label {
  color: #fff;
  margin-left: 20px;
}
/* line 328, ../sass/_filter-heading.scss */
.filter-flyout ul li:hover {
  cursor: pointer;
}
/* line 331, ../sass/_filter-heading.scss */
.filter-flyout ul li:hover label {
  color: #ff681d;
}
/* line 334, ../sass/_filter-heading.scss */
.filter-flyout ul li input[type="radio"]:checked + label {
  color: #ff681d;
}
/* line 337, ../sass/_filter-heading.scss */
.filter-flyout ul li:hover input[type='radio'] {
  background: #ff681d;
}
/* line 340, ../sass/_filter-heading.scss */
.filter-flyout ul li:hover input[type='radio']:before, .filter-flyout ul li input[type='radio']:checked:before {
  background: #ff681d;
}
/* line 343, ../sass/_filter-heading.scss */
.filter-flyout ul li input[type='radio']:before {
  content: '';
  display: block;
  width: 65%;
  height: 65%;
  margin: 12%;
  border-radius: 50%;
}

/* line 354, ../sass/_filter-heading.scss */
.filter-box {
  position: relative;
  background: #fff;
  padding: 25px 0 15px 40px;
  margin-bottom: 10px;
}
/* line 360, ../sass/_filter-heading.scss */
.filter-box:before, .filter-box:after {
  display: block;
  content: '';
  clear: both;
}
/* line 367, ../sass/_filter-heading.scss */
.filter-box .sub-title {
  float: left;
  padding: 10px 25px 6px 0;
  margin: 0 25px 0 0;
  border-right: 1px solid #cac9c9;
  color: #415464;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
/* line 377, ../sass/_filter-heading.scss */
.filter-box .filter-title {
  float: left;
  cursor: pointer;
  padding: 10px;
  color: #ff681d;
}
/* line 382, ../sass/_filter-heading.scss */
.filter-box .filter-title:hover {
  color: #ff681d;
}
/* line 385, ../sass/_filter-heading.scss */
.filter-box .filter-title .select-opener {
  background: url(clientlibs_desktop/images/sprite.png) no-repeat -219px -90px;
  background-size: 300px auto;
  width: 13px;
  height: 19px;
  float: right;
  margin: 0 0 0 20px;
}
/* line 397, ../sass/_filter-heading.scss */
.filter-box .jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  min-width: 150px;
  max-width: 200px;
  height: 32px;
  padding: 0 0 6px;
}
/* line 407, ../sass/_filter-heading.scss */
.filter-box .jcf-select .jcf-list {
  left: 40px;
}
/* line 411, ../sass/_filter-heading.scss */
.filter-box .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin: 0 32px 0 0;
  color: #ff681d;
}
/* line 422, ../sass/_filter-heading.scss */
.filter-box .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: url(clientlibs_desktop/images/sprite.png) no-repeat -219px -88px;
  background-size: 300px auto;
  width: 13px;
  bottom: 0;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  /* line 422, ../sass/_filter-heading.scss */
  .filter-box .jcf-select-opener {
    background-position: -219px -88px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 354, ../sass/_filter-heading.scss */
  .filter-box {
    position: static;
    display: block;
    margin: 0 0 20px;
  }
}

/* line 442, ../sass/_filter-heading.scss */
.filter-categories .container {
  position: relative;
}

/* line 1, ../sass/_slider-theme.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
/* line 17, ../sass/_slider-theme.scss */
.slick-slider:hover .slick-slider .slick-prev, .slick-slider:hover .slick-slider .slick-next {
  opacity: 1 !important;
}
/* line 22, ../sass/_slider-theme.scss */
.slick-slider .slick-prev, .slick-slider .slick-next {
  background: url("clientlibs_desktop/images/sprite.png") no-repeat 0 -270px;
  width: 29px !important;
  height: 52px !important;
  z-index: 4 !important;
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  padding: 0;
  margin-top: -26px;
  outline: none;
}
@media only screen and (max-width: 767px) {
  /* line 22, ../sass/_slider-theme.scss */
  .slick-slider .slick-prev, .slick-slider .slick-next {
    height: 52px !important;
    margin-top: -26px;
  }
}
/* line 42, ../sass/_slider-theme.scss */
.slick-slider .slick-prev {
  left: 0;
}
/* line 46, ../sass/_slider-theme.scss */
.slick-slider .slick-next {
  background-position: -30px -270px;
  right: 0;
}

/* line 52, ../sass/_slider-theme.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 59, ../sass/_slider-theme.scss */
.slick-list:focus {
  outline: none;
}
/* line 63, ../sass/_slider-theme.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 69, ../sass/_slider-theme.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 78, ../sass/_slider-theme.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 84, ../sass/_slider-theme.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 90, ../sass/_slider-theme.scss */
.slick-track:after {
  clear: both;
}
/* line 94, ../sass/_slider-theme.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 99, ../sass/_slider-theme.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 103, ../sass/_slider-theme.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 106, ../sass/_slider-theme.scss */
.slick-slide img {
  display: block;
}
/* line 109, ../sass/_slider-theme.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 115, ../sass/_slider-theme.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 119, ../sass/_slider-theme.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 123, ../sass/_slider-theme.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 127, ../sass/_slider-theme.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 1, ../sass/_infographic-component.scss */
.infographic .infographic-image-container {
  cursor: pointer;
  position: relative;
}

/* line 6, ../sass/_infographic-component.scss */
.infographic-area img {
  width: 100%;
}

/* line 10, ../sass/_infographic-component.scss */
.infographic span.infographic-title {
  line-height: 48px;
  color: #ff681d;
  font-weight: bolder;
  font-size: 18px;
}

/* line 17, ../sass/_infographic-component.scss */
.infographic a:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.37);
  border-radius: 50%;
  height: 42px;
  width: 42px;
  top: 12px;
  right: 12px;
}

/* line 28, ../sass/_infographic-component.scss */
.infographic a:after {
  position: absolute;
  content: "\f00e";
  font: normal normal normal 20px/0px FontAwesome;
  color: #fff;
  top: 31.5px;
  right: 23px;
}

/* line 37, ../sass/_infographic-component.scss */
.infographic-section {
  color: #fff;
  z-index: 100001 !important;
  position: fixed;
  left: -99999px;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  min-width: 320px;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 50, ../sass/_infographic-component.scss */
.infographic-section .infographic-container {
  position: fixed;
  top: 50%;
  left: -9999px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
/* line 60, ../sass/_infographic-component.scss */
.infographic-section .infographic-container .sub-title {
  font-size: 18px;
  border-bottom: 2px solid #fff;
  padding: 0 0 10px 0;
}
/* line 65, ../sass/_infographic-component.scss */
.infographic-section .infographic-container .title {
  font-size: 30px;
  margin: 30px 0 20px 0;
}
/* line 69, ../sass/_infographic-component.scss */
.infographic-section .infographic-container .close {
  position: absolute;
  right: 40px;
}
/* line 73, ../sass/_infographic-component.scss */
.infographic-section .infographic-container .close a:after {
  content: "\f00d";
  font: normal normal normal 24px/38px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiase;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50px;
  border: solid 3px #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 1.4;
  background: #000;
  /*ie8fix*/
  background: rgba(0, 0, 0, 0.4);
}
/* line 98, ../sass/_infographic-component.scss */
.infographic-section .infographic-section-active {
  opacity: 1;
  left: 0;
}
/* line 102, ../sass/_infographic-component.scss */
.infographic-section .infographic-section-active .infographic-container {
  left: 50%;
}
@media only screen and (max-width: 675px) {
  /* line 108, ../sass/_infographic-component.scss */
  .infographic-section .infographic-container .close a:after {
    top: -50px;
    left: 0px;
  }
}

/* line 115, ../sass/_infographic-component.scss */
.infographic-section-active {
  opacity: 1;
  left: 0;
}
/* line 119, ../sass/_infographic-component.scss */
.infographic-section-active .infographic-container {
  left: 50%;
}

@media only screen and (max-device-width: 414px) and (max-width: 414px) and (max-device-height: 736px) and (orientation: portrait) {
  /* line 129, ../sass/_infographic-component.scss */
  .infographic-area {
    width: 302px !important;
    height: 171px !important;
  }
}
@media only screen and (max-device-width: 736px) and (max-device-height: 414px) and (min-width: 415px) and (min-device-width: 540px) and (min-device-height: 330px) and (orientation: landscape) {
  /* line 142, ../sass/_infographic-component.scss */
  .infographic-area {
    width: 485px !important;
    height: 273px !important;
  }

  /* line 147, ../sass/_infographic-component.scss */
  .infographic-section .infographic-container .sub-title {
    font-size: 12px;
    border-bottom: 1px solid #fff;
    padding: 0 0px 0 0;
  }

  /* line 153, ../sass/_infographic-component.scss */
  .infographic-section .infographic-container .title {
    font-size: 18px;
    margin: -2px 0px -3px 0;
  }

  /* line 158, ../sass/_infographic-component.scss */
  .infographic-section .infographic-container .close a:after {
    top: 0px;
    left: 42px;
    font: normal normal normal 13px/38px FontAwesome;
    border: solid 2px #FFF;
    width: 21px;
    height: 21px;
    line-height: 1.4;
  }
}
/* line 2, ../sass/_carousel-component.scss */
.carousel-component blockquote {
  text-align: center;
  color: #5b7e96;
}
/* line 5, ../sass/_carousel-component.scss */
.carousel-component blockquote q {
  font-size: 24px;
  line-height: 1.3;
}
/* line 10, ../sass/_carousel-component.scss */
.carousel-component .slider-image {
  color: #fff;
}
/* line 12, ../sass/_carousel-component.scss */
.carousel-component .slider-image .slide {
  overflow: hidden;
  position: relative;
  min-height: 520px;
  /* move the links to the top of the z index stack to allow clicking them */
}
/* line 18, ../sass/_carousel-component.scss */
.carousel-component .slider-image .slide:after {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0.7;
  	/*
  	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQzIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  	background: -moz-linear-gradient(left,  rgba(0,0,0,0.56) 0%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.43) 56%, rgba(0,0,0,0.1) 87%, rgba(0,0,0,0.02) 100%);
  	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.56)), color-stop(40%,rgba(0,0,0,0.55)), color-stop(56%,rgba(0,0,0,0.43)), color-stop(87%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.02)));
  	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
  	background: -o-linear-gradient(left,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
  	background: -ms-linear-gradient(left,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
  	background: linear-gradient(to right,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f000000', endColorstr='#05000000',GradientType=1 );
  */
}
/* line 35, ../sass/_carousel-component.scss */
.carousel-component .slider-image .slide a {
  z-index: 2;
}
/* line 39, ../sass/_carousel-component.scss */
.carousel-component .slider-image .bg-stretch {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
/* line 42, ../sass/_carousel-component.scss */
.carousel-component .slider-image .bg-stretch img {
  width: 100%;
  height: auto;
}
/* line 47, ../sass/_carousel-component.scss */
.carousel-component .slider-image .content-section {
  position: relative;
  z-index: 2;
  width: 50%;
  max-width: 500px;
  top: 0;
  left: 0;
  padding: 95px 0 10px 80px;
}
/* line 56, ../sass/_carousel-component.scss */
.carousel-component .slider-image .img-section {
  position: absolute;
  z-index: 2;
  width: 45%;
  max-width: 680px;
  top: 0;
  right: 0;
  padding: 80px 25px 0 10px;
  text-align: center;
}
/* line 65, ../sass/_carousel-component.scss */
.carousel-component .slider-image .img-section img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
/* line 71, ../sass/_carousel-component.scss */
.carousel-component .slider-image h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 24px;
}
/* line 76, ../sass/_carousel-component.scss */
.carousel-component .slider-image h4 span {
  display: inline-block;
  position: relative;
}
/* line 79, ../sass/_carousel-component.scss */
.carousel-component .slider-image h4 span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  bottom: -6px;
  border-bottom: 2px solid #fff;
}
/* line 89, ../sass/_carousel-component.scss */
.carousel-component .slider-image h2 {
  font-weight: 500;
  font-size: 36px;
  margin: 0 0 12px;
  line-height: 1.2;
}
/* line 95, ../sass/_carousel-component.scss */
.carousel-component .slider-image p {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 30px 0;
  color: #fff;
}
/* line 101, ../sass/_carousel-component.scss */
.carousel-component .slider-image .rounded-more-wht-btn {
  margin: 30px auto 0;
}
/* line 104, ../sass/_carousel-component.scss */
.carousel-component .slider-image .rounded-more-blue-btn {
  font-size: 8px;
  margin-top: -3px;
  right: 7px !important;
}
/* line 111, ../sass/_carousel-component.scss */
.carousel-component .slider-image .rounded-more-wht-btn.play a:after {
  content: url(clientlibs_desktop/css/Icons/icon_white_round_video_22.png);
}
/* line 114, ../sass/_carousel-component.scss */
.carousel-component .slider-image .rounded-more-wht-btn.play a:hover:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_video_22.png);
}
/* line 120, ../sass/_carousel-component.scss */
.carousel-component .slider-image .rounded-video-wht-btn a:after {
  /*right: 6px !important;*/
}
/* line 124, ../sass/_carousel-component.scss */
.carousel-component .slider-image .heading-component {
  text-align: center;
  position: relative;
  z-index: 3;
}
/* line 128, ../sass/_carousel-component.scss */
.carousel-component .slider-image .heading-component p {
  font-size: 24px;
  line-height: 1.3;
  max-width: 900px;
  margin: -7px auto 60px;
  color: #5b7e96;
}
@media only screen and (max-width: 767px) {
  /* line 124, ../sass/_carousel-component.scss */
  .carousel-component .slider-image .heading-component {
    padding: 0 40px;
  }
  /* line 137, ../sass/_carousel-component.scss */
  .carousel-component .slider-image .heading-component p {
    margin: -10px auto 40px;
  }
}
/* line 141, ../sass/_carousel-component.scss */
.carousel-component .slider-image .heading-component .rounded-more-btn {
  text-align: center;
  margin: -40px auto 40px;
}
/* line 146, ../sass/_carousel-component.scss */
.carousel-component .slider-image .slick-prev {
  left: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 151, ../sass/_carousel-component.scss */
.carousel-component .slider-image .slick-next {
  right: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 157, ../sass/_carousel-component.scss */
.carousel-component .slider-image:hover .slick-prev,
.carousel-component .slider-image:hover .slick-next {
  opacity: 1 !important;
}
@media only screen and (max-width: 999px) {
  /* line 165, ../sass/_carousel-component.scss */
  .carousel-component .slider-image .content-section {
    width: 100%;
    max-width: 400px;
    padding: 65px 60px 10px;
  }
  /* line 170, ../sass/_carousel-component.scss */
  .carousel-component .slider-image .slick-prev {
    left: 10px;
  }
  /* line 173, ../sass/_carousel-component.scss */
  .carousel-component .slider-image .slick-next {
    right: 10px;
  }
  /* line 176, ../sass/_carousel-component.scss */
  .carousel-component .slider-image .img-section {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 183, ../sass/_carousel-component.scss */
  .carousel-component .slider-image .image {
    position: static;
  }
  /* line 185, ../sass/_carousel-component.scss */
  .carousel-component .slider-image .image img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  /* line 191, ../sass/_carousel-component.scss */
  .carousel-component .slider-image .slide {
    height: auto !important;
  }
  /* line 194, ../sass/_carousel-component.scss */
  .carousel-component .slider-image .content-section {
    padding: 65px 40px 40px;
    position: relative;
    max-width: 100%;
  }
  /* line 199, ../sass/_carousel-component.scss */
  .carousel-component .slider-image .img-section {
    display: none !important;
  }
  /* line 200, ../sass/_carousel-component.scss */
  .carousel-component .slider-image h2 {
    line-height: 1;
    font-size: 27px;
    margin: 0 0 22px;
  }
  /* line 205, ../sass/_carousel-component.scss */
  .carousel-component .slider-image .slick-prev {
    left: 5px;
  }
  /* line 208, ../sass/_carousel-component.scss */
  .carousel-component .slider-image .slick-next {
    right: 5px;
  }
  /* line 212, ../sass/_carousel-component.scss */
  .carousel-component .slider-image .rounded-more-wht-btn {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/_carousel-component.scss */
  .carousel-component {
    margin: 0 -40px;
  }
}
/* line 220, ../sass/_carousel-component.scss */
.carousel-component .text-wrap {
  color: #415464;
}
/* line 222, ../sass/_carousel-component.scss */
.carousel-component .text-wrap p {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
  color: #415464;
}
/* line 228, ../sass/_carousel-component.scss */
.carousel-component .text-wrap h3 {
  color: #5b7e96;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
/* line 235, ../sass/_carousel-component.scss */
.carousel-component .slide-table {
  display: table;
  position: relative;
  z-index: 3;
  color: #415464;
  font-size: 14px;
  line-height: 19px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 235, ../sass/_carousel-component.scss */
  .carousel-component .slide-table {
    margin: 0;
    display: block;
    padding: 0 40px;
  }
}
/* line 248, ../sass/_carousel-component.scss */
.carousel-component .slide-table p {
  color: #415464;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}
/* line 254, ../sass/_carousel-component.scss */
.carousel-component .slide-table h3 {
  margin: 0 0 10px;
  color: #5b7e96;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
/* line 260, ../sass/_carousel-component.scss */
.carousel-component .slide-table h3 span {
  font-weight: normal;
}
/* line 264, ../sass/_carousel-component.scss */
.carousel-component .slide-table h3.spcl-cse {
  line-height: 24px;
  font-weight: normal;
}
/* line 268, ../sass/_carousel-component.scss */
.carousel-component .slide-table ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 272, ../sass/_carousel-component.scss */
.carousel-component .slide-table ul li {
  margin: 0 0 15px;
}
/* line 276, ../sass/_carousel-component.scss */
.carousel-component .slide-table .text-left {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  text-align: right;
  padding-left: 80px;
}
@media only screen and (max-width: 767px) {
  /* line 276, ../sass/_carousel-component.scss */
  .carousel-component .slide-table .text-left {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* line 287, ../sass/_carousel-component.scss */
.carousel-component .slide-table .text-left h3 {
  line-height: 1.4;
  font-weight: normal;
}
/* line 292, ../sass/_carousel-component.scss */
.carousel-component .slide-table .image-center {
  display: table-cell;
  vertical-align: top;
  width: 40%;
  padding: 0 10px;
  text-align: center;
}
/* line 298, ../sass/_carousel-component.scss */
.carousel-component .slide-table .image-center img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  /* line 292, ../sass/_carousel-component.scss */
  .carousel-component .slide-table .image-center {
    display: block;
    padding: 15px 0;
    width: 100%;
  }
}
/* line 309, ../sass/_carousel-component.scss */
.carousel-component .slide-table .text-right {
  text-align: left;
  display: table-cell;
  vertical-align: top;
  width: 30%;
  padding-right: 80px;
}
@media only screen and (max-width: 767px) {
  /* line 309, ../sass/_carousel-component.scss */
  .carousel-component .slide-table .text-right {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* line 320, ../sass/_carousel-component.scss */
.carousel-component .slide-table .text-right h3 {
  line-height: 1.4;
  font-weight: normal;
}
/* line 327, ../sass/_carousel-component.scss */
.carousel-component.phase-two {
  margin-bottom: 40px;
}
/* line 331, ../sass/_carousel-component.scss */
.carousel-component.phase-two .slider-image .content-section {
  max-width: inherit;
  padding: 95px 80px 10px 80px;
  width: auto;
}
/* line 336, ../sass/_carousel-component.scss */
.carousel-component.phase-two .slider-image .content-section .rounded-more-wht-btn {
  font-size: 14px;
}
/* line 340, ../sass/_carousel-component.scss */
.carousel-component.phase-two .slider-image .slide {
  min-height: 475px;
}
@media only screen and (max-width: 767px) {
  /* line 344, ../sass/_carousel-component.scss */
  .carousel-component.phase-two .slider-image .content-section {
    padding: 65px 40px 10px;
  }
  /* line 347, ../sass/_carousel-component.scss */
  .carousel-component.phase-two .slider-image h4 {
    margin-bottom: 35px;
  }
  /* line 350, ../sass/_carousel-component.scss */
  .carousel-component.phase-two .slider-image h2 {
    margin-bottom: 25px;
  }
  /* line 353, ../sass/_carousel-component.scss */
  .carousel-component.phase-two .slider-image .rounded-more-wht-btn {
    margin: 0 auto;
  }
}

/* line 363, ../sass/_carousel-component.scss */
.carousel .intro-inner .home-text-right {
  text-align: right;
}
/* line 365, ../sass/_carousel-component.scss */
.carousel .intro-inner .home-text-right div {
  text-align: right !important;
}
/* line 369, ../sass/_carousel-component.scss */
.carousel .intro-inner .home-text-center {
  text-align: center;
}
/* line 371, ../sass/_carousel-component.scss */
.carousel .intro-inner .home-text-center div {
  text-align: center !important;
}
/* line 375, ../sass/_carousel-component.scss */
.carousel .intro-inner .home-text-left {
  text-align: left;
}
/* line 378, ../sass/_carousel-component.scss */
.carousel .intro-inner .home-text-top {
  bottom: initial !important;
}
/* line 381, ../sass/_carousel-component.scss */
.carousel .intro-inner .home-text-bottom {
  bottom: 12%;
}
/* line 384, ../sass/_carousel-component.scss */
.carousel .intro-inner .rvb-text-dark {
  color: #415464;
}
/* line 387, ../sass/_carousel-component.scss */
.carousel .intro-inner .rvb-text-light {
  color: #ffffff;
}
/* line 390, ../sass/_carousel-component.scss */
.carousel .intro-inner .home-rvb-orange {
  color: #ff671b;
}
/* line 393, ../sass/_carousel-component.scss */
.carousel .intro-inner .home-rvb-marigold {
  color: #ffb022;
}
/* line 396, ../sass/_carousel-component.scss */
.carousel .intro-inner .home-rvb-marine-blue {
  color: #6bb5e4;
}
/* line 399, ../sass/_carousel-component.scss */
.carousel .intro-inner .home-rvb-stone {
  color: #5b7f95;
}
/* line 402, ../sass/_carousel-component.scss */
.carousel .intro-inner .home-rvb-pantone {
  color: #435464;
}
/* line 405, ../sass/_carousel-component.scss */
.carousel .intro-inner .home-rvb-titanium {
  color: #a7aca2;
}

/* Carousel Enhancement */
/* line 414, ../sass/_carousel-component.scss */
.carousel-enhancement .slide h2 {
  margin-top: 20px;
}
/* line 418, ../sass/_carousel-component.scss */
.carousel-enhancement .content-section {
  max-width: initial !important;
}
/* line 421, ../sass/_carousel-component.scss */
.carousel-enhancement p {
  margin-bottom: 20px !important;
}
/* line 424, ../sass/_carousel-component.scss */
.carousel-enhancement p.rvb-text-dark {
  color: #415464 !important;
}
@media only screen and (max-width: 767px) {
  /* line 428, ../sass/_carousel-component.scss */
  .carousel-enhancement .container.fluid .row {
    margin: 0;
  }
}
/* line 434, ../sass/_carousel-component.scss */
.carousel-enhancement .slick-prev, .carousel-enhancement .slick-next {
  opacity: 1 !important;
}

/* Two Pane Carousel */
/* line 442, ../sass/_carousel-component.scss */
.two-pane-carousel .slick-slider .slick-list.draggable {
  height: auto !important;
}
/* line 445, ../sass/_carousel-component.scss */
.two-pane-carousel .slick-slider .slick-prev {
  left: 15px;
}
/* line 448, ../sass/_carousel-component.scss */
.two-pane-carousel .slick-slider .slick-next {
  right: 15px;
}
/* line 452, ../sass/_carousel-component.scss */
.two-pane-carousel .single-box {
  background-image: none;
}

/* line 1, ../sass/_view-more-component.scss */
#view-more-section {
  position: absolute;
  z-index: 102;
  left: -9999px;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #415464;
  min-width: 320px;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 12, ../sass/_view-more-component.scss */
#view-more-section .common-wrapper {
  padding: 0 0 0 250px;
  position: static;
}
/* line 16, ../sass/_view-more-component.scss */
#view-more-section .container {
  overflow-y: auto;
  max-width: 100%;
  margin: 0;
  height: calc(100vh - 132px);
}
/* line 22, ../sass/_view-more-component.scss */
#view-more-section .links-box {
  overflow: hidden;
  padding: 8px 0 0 25px;
  letter-spacing: -4px;
}
/* line 27, ../sass/_view-more-component.scss */
#view-more-section .col {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  min-width: 225px;
  max-width: 318px;
  letter-spacing: normal;
  padding: 40px 30px 0 0;
}
/* line 35, ../sass/_view-more-component.scss */
#view-more-section .col h2 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: normal;
  margin: 0 0 5px;
}
/* line 41, ../sass/_view-more-component.scss */
#view-more-section .col h2 a {
  color: #fff;
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0 35px 0 0;
}
/* line 48, ../sass/_view-more-component.scss */
#view-more-section .col h2 a:after {
  content: '';
  border-bottom: 2px solid #ff681d;
  width: 45px;
  height: 4px;
  display: block;
  margin: 4px 0;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 57, ../sass/_view-more-component.scss */
#view-more-section .col h2 a:hover {
  color: #ff681d;
  text-decoration: none;
}
/* line 60, ../sass/_view-more-component.scss */
#view-more-section .col h2 a:hover:after {
  content: '';
  width: 100%;
}
/* line 66, ../sass/_view-more-component.scss */
#view-more-section .col h2.no-underline a:after {
  display: none;
}
/* line 70, ../sass/_view-more-component.scss */
#view-more-section .col p.columnhead {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: normal;
  margin: 0 0 5px;
}
/* line 76, ../sass/_view-more-component.scss */
#view-more-section .col p.columnhead a {
  color: #fff;
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0 35px 0 0;
}
/* line 83, ../sass/_view-more-component.scss */
#view-more-section .col p.columnhead a:after {
  content: '';
  border-bottom: 2px solid #ff681d;
  width: 45px;
  height: 4px;
  display: block;
  margin: 4px 0;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 92, ../sass/_view-more-component.scss */
#view-more-section .col p.columnhead a:hover {
  color: #ff681d;
  text-decoration: none;
}
/* line 95, ../sass/_view-more-component.scss */
#view-more-section .col p.columnhead a:hover:after {
  content: '';
  width: 100%;
}
/* line 101, ../sass/_view-more-component.scss */
#view-more-section .col p.columnhead.no-underline a:after {
  display: none;
}
/* line 105, ../sass/_view-more-component.scss */
#view-more-section .col ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  line-height: 18px;
}
/* line 111, ../sass/_view-more-component.scss */
#view-more-section .col ul li {
  position: relative;
  padding: 0 0 10px 0px;
}
/* line 115, ../sass/_view-more-component.scss */
#view-more-section .col ul li a {
  color: #fff;
}
/* line 118, ../sass/_view-more-component.scss */
#view-more-section .col ul li a:hover {
  color: #ff681d;
  text-decoration: none;
}
/* line 128, ../sass/_view-more-component.scss */
#view-more-section .col.vm-noftr h2 a:after {
  display: none;
}
/* line 135, ../sass/_view-more-component.scss */
#view-more-section .col.vm-noftr p.columnhead a:after {
  display: none;
}
/* line 140, ../sass/_view-more-component.scss */
#view-more-section .bottom-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 20px 0 20px 275px;
  text-align: center;
  background: #32404d;
}
/* line 149, ../sass/_view-more-component.scss */
#view-more-section .bottom-block a {
  color: #fff;
  font-size: 18px;
}
/* line 152, ../sass/_view-more-component.scss */
#view-more-section .bottom-block a .fa {
  color: #A8ACA1;
  font-size: 25px;
  margin-left: 7px;
  margin-top: -2px;
  vertical-align: middle;
}
/* line 160, ../sass/_view-more-component.scss */
#view-more-section .bottom-block > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 40px;
  margin: 0 7% 0 0;
}
/* line 167, ../sass/_view-more-component.scss */
#view-more-section .bottom-block .social-networks {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
/* line 176, ../sass/_view-more-component.scss */
#view-more-section .bottom-block .social-networks li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px 0 0;
}
/* line 180, ../sass/_view-more-component.scss */
#view-more-section .bottom-block .social-networks li:last-child {
  margin: 0;
}
/* line 184, ../sass/_view-more-component.scss */
#view-more-section .bottom-block .social-networks a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 193, ../sass/_view-more-component.scss */
#view-more-section .bottom-block .social-networks a:hover {
  color: #fc6719;
  border-color: #fc6719;
}
/* line 198, ../sass/_view-more-component.scss */
#view-more-section .bottom-block .social-networks .icon-bebo {
  display: block;
  height: 20px;
  width: 20px;
  background: url(clientlibs_desktop/images/sprite.png) no-repeat -380px 0;
  background-size: 400px auto;
  margin: 8px;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
/* line 209, ../sass/_view-more-component.scss */
#view-more-section .bottom-block .social-networks a.bb-lnk:hover .icon-bebo {
  background: url(clientlibs_desktop/images/sprite.png) no-repeat -380px -27px;
  background-size: 400px auto;
}
/* line 217, ../sass/_view-more-component.scss */
#view-more-section .close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 20px;
  line-height: 0;
  border: 4px solid #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 231, ../sass/_view-more-component.scss */
#view-more-section .close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 234, ../sass/_view-more-component.scss */
#view-more-section .close i {
  line-height: 32px;
}

/* line 239, ../sass/_view-more-component.scss */
.view-more-active #view-more-section {
  position: fixed;
  left: 0;
  opacity: 1;
}

@media only screen and (max-width: 999px) {
  /* line 246, ../sass/_view-more-component.scss */
  #view-more-section .common-wrapper {
    padding: 0;
  }
  /* line 249, ../sass/_view-more-component.scss */
  #view-more-section .close {
    right: 20px;
    top: 20px;
  }
  /* line 253, ../sass/_view-more-component.scss */
  #view-more-section .bottom-block {
    padding: 40px 0 20px 25px;
  }
  /* line 256, ../sass/_view-more-component.scss */
  #view-more-section .col {
    width: 33.33% !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 263, ../sass/_view-more-component.scss */
  #view-more-section .container {
    overflow-y: auto;
    height: calc(100vh - 46px);
  }
  /* line 267, ../sass/_view-more-component.scss */
  #view-more-section .links-box {
    padding: 8px 0 0 15px;
  }
  /* line 270, ../sass/_view-more-component.scss */
  #view-more-section .col {
    width: 50%;
    min-width: 200px;
    padding: 10px 15px 0 0;
  }
  /* line 274, ../sass/_view-more-component.scss */
  #view-more-section .col h2 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 15px;
  }
  /* line 279, ../sass/_view-more-component.scss */
  #view-more-section .col h2 a:after {
    top: 0;
  }
  /* line 282, ../sass/_view-more-component.scss */
  #view-more-section .col h2 a:before {
    top: 6px;
  }
  /* line 287, ../sass/_view-more-component.scss */
  #view-more-section .col p.columnhead {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 15px;
  }
  /* line 292, ../sass/_view-more-component.scss */
  #view-more-section .col p.columnhead a:after {
    top: 0;
  }
  /* line 295, ../sass/_view-more-component.scss */
  #view-more-section .col p.columnhead a:before {
    top: 6px;
  }
  /* line 300, ../sass/_view-more-component.scss */
  #view-more-section .col ul {
    font-size: 14px;
    line-height: 16px;
  }
  /* line 303, ../sass/_view-more-component.scss */
  #view-more-section .col ul li {
    position: relative;
    padding: 0 0 10px 0;
  }
  /* line 307, ../sass/_view-more-component.scss */
  #view-more-section .col ul li a:hover {
    color: #ff681d;
    text-decoration: none;
  }
  /* line 314, ../sass/_view-more-component.scss */
  #view-more-section .bottom-block {
    padding: 10px;
  }
  /* line 316, ../sass/_view-more-component.scss */
  #view-more-section .bottom-block > span {
    font-size: 14px;
    line-height: 14px;
    margin: 0 10px 0 0;
  }
  /* line 321, ../sass/_view-more-component.scss */
  #view-more-section .bottom-block .social-networks {
    font-size: 12px;
    line-height: 25px;
  }
  /* line 324, ../sass/_view-more-component.scss */
  #view-more-section .bottom-block .social-networks li {
    margin: 0 5px 0 0;
  }
  /* line 327, ../sass/_view-more-component.scss */
  #view-more-section .bottom-block .social-networks a {
    width: 28px;
    height: 28px;
  }
  /* line 331, ../sass/_view-more-component.scss */
  #view-more-section .bottom-block .social-networks .icon-bebo {
    width: 25px;
    height: 25px;
    background: url(clientlibs_desktop/images/sprite.png) no-repeat -280px 4px;
    background-size: 300px auto;
    margin: 0;
  }
  /* line 340, ../sass/_view-more-component.scss */
  #view-more-section .bottom-block .social-networks a.bb-lnk:hover .icon-bebo {
    background: url(clientlibs_desktop/images/sprite.png) no-repeat -280px -17px;
    background-size: 300px auto;
    margin: 0;
  }
  /* line 349, ../sass/_view-more-component.scss */
  #view-more-section .close {
    right: 10px;
    top: 10px;
  }
}
/* line 1, ../sass/_hq-map-component.scss */
.hq-map {
  padding-left: 200px;
}
/* line 3, ../sass/_hq-map-component.scss */
.hq-map .google-map {
  height: 330px;
}
@media only screen and (max-width: 999px) {
  /* line 1, ../sass/_hq-map-component.scss */
  .hq-map {
    padding-left: 0;
  }
}

/* line 1, ../sass/_quick-links-component.scss */
#quick-links-section {
  background: #e7ebee;
  position: absolute;
  z-index: 102;
  left: -9999px;
  width: 100%;
  opacity: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  min-width: 320px;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 13, ../sass/_quick-links-component.scss */
#quick-links-section .container {
  overflow-y: auto;
  height: 100vh;
}
/* line 17, ../sass/_quick-links-component.scss */
#quick-links-section .holder {
  padding: 23vh 50px 20px 25px;
}
/* line 20, ../sass/_quick-links-component.scss */
#quick-links-section h2 {
  margin: 0 0 42px;
  color: #000;
  font-size: 36px;
  line-height: 40px;
  font-weight: normal;
}
/* line 27, ../sass/_quick-links-component.scss */
#quick-links-section ul {
  max-width: 764px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  letter-spacing: -4px;
}
/* line 34, ../sass/_quick-links-component.scss */
#quick-links-section ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 25%;
  padding: 0 15px 30px;
}
/* line 41, ../sass/_quick-links-component.scss */
#quick-links-section ul img {
  vertical-align: top;
}
/* line 44, ../sass/_quick-links-component.scss */
#quick-links-section ul a {
  display: block;
  border: 2px solid #5b7e96;
  border-radius: 5px;
  height: 161px;
  color: #5b7e96;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 10px 10px;
}
/* line 54, ../sass/_quick-links-component.scss */
#quick-links-section ul a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* line 59, ../sass/_quick-links-component.scss */
#quick-links-section ul .icon {
  display: table;
  width: 100%;
  height: 84px;
  margin: 0 0 9px;
}
/* line 64, ../sass/_quick-links-component.scss */
#quick-links-section ul .icon .centred {
  display: table-cell;
  vertical-align: middle;
}
/* line 69, ../sass/_quick-links-component.scss */
#quick-links-section ul span {
  display: block;
}
/* line 73, ../sass/_quick-links-component.scss */
#quick-links-section .close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 42px;
  height: 42px;
  color: #5b7e96;
  font-size: 20px;
  line-height: 36px;
  border: 4px solid #5b7e96;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 87, ../sass/_quick-links-component.scss */
#quick-links-section .close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 93, ../sass/_quick-links-component.scss */
.quick-link-active #quick-links-section {
  position: fixed;
  left: 0;
  opacity: 1;
}

@media only screen and (max-width: 999px) {
  /* line 101, ../sass/_quick-links-component.scss */
  #quick-links-section .common-wrapper {
    padding: 0;
  }
  /* line 104, ../sass/_quick-links-component.scss */
  #quick-links-section .holder {
    padding: 20vh 25px 20px;
  }
  /* line 107, ../sass/_quick-links-component.scss */
  #quick-links-section .close {
    right: 20px;
    top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 115, ../sass/_quick-links-component.scss */
  #quick-links-section .common-wrapper {
    padding: 0;
  }
  /* line 118, ../sass/_quick-links-component.scss */
  #quick-links-section .holder {
    padding: 50px 10px 20px;
  }
  /* line 121, ../sass/_quick-links-component.scss */
  #quick-links-section .close {
    right: 10px;
    top: 10px;
  }
  /* line 126, ../sass/_quick-links-component.scss */
  #quick-links-section ul li {
    width: 33.33%;
    padding: 0 10px 20px;
  }
  /* line 130, ../sass/_quick-links-component.scss */
  #quick-links-section ul a {
    padding: 10px 5px 7px;
    height: 110px;
    font-size: 14px;
    line-height: 16px;
  }
  /* line 136, ../sass/_quick-links-component.scss */
  #quick-links-section ul .icon {
    height: 55px;
  }
  /* line 139, ../sass/_quick-links-component.scss */
  #quick-links-section ul img {
    max-height: 50px;
    width: auto;
  }
  /* line 144, ../sass/_quick-links-component.scss */
  #quick-links-section h2 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 154, ../sass/_quick-links-component.scss */
  #quick-links-section ul li {
    width: 50%;
    padding: 0 10px 20px;
  }
}
/* line 3, ../sass/_solutions-page-component.scss */
.solutions-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #415464;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  /* line 3, ../sass/_solutions-page-component.scss */
  .solutions-page {
    margin: 0 0 4px;
  }
}
/* line 11, ../sass/_solutions-page-component.scss */
.solutions-page a {
  display: block;
  color: #fff;
  padding: 25px 40px;
  margin-bottom: 4px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* line 20, ../sass/_solutions-page-component.scss */
.solutions-page a:hover {
  color: #ff681d;
}
/* line 22, ../sass/_solutions-page-component.scss */
.solutions-page a:hover * {
  color: #ff681d;
}
@media only screen and (max-width: 1299px) {
  /* line 11, ../sass/_solutions-page-component.scss */
  .solutions-page a {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 11, ../sass/_solutions-page-component.scss */
  .solutions-page a {
    margin-bottom: 0;
    margin-top: 8px;
  }
}
/* line 33, ../sass/_solutions-page-component.scss */
.solutions-page h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0 50px 0 0;
  font-weight: normal;
}
@media only screen and (max-width: 999px) {
  /* line 33, ../sass/_solutions-page-component.scss */
  .solutions-page h2 {
    display: block;
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 33, ../sass/_solutions-page-component.scss */
  .solutions-page h2 {
    display: inherit;
  }
}
/* line 50, ../sass/_solutions-page-component.scss */
.solutions-page h2 span {
  display: block;
  font-size: 20px;
}
/* line 54, ../sass/_solutions-page-component.scss */
.solutions-page h2:before {
  content: "\f061";
  font: normal normal normal 16px/1 FontAwesome;
  border: 3px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 32px;
  margin-top: -16px;
  padding-top: 5px;
  position: absolute;
  right: 8px;
  text-align: center;
  text-rendering: auto;
  top: 50%;
  width: 32px;
  -webkit-font-smoothing: antialiased;
}

/* line 2, ../sass/_action-component.scss */
.action-component .holder {
  overflow: hidden;
  height: 300px;
  position: relative;
  background: #fff;
  margin: 0 0 10px;
  border: 1px solid #b1b1b1;
  padding: 33px 35px 19px 39px;
}
/* line 10, ../sass/_action-component.scss */
.action-component .holder .text-box {
  overflow: hidden;
}
/* line 13, ../sass/_action-component.scss */
.action-component .holder h2 {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 38px;
  line-height: 24px;
  text-align: left;
  color: #a8aca1;
  padding: 0;
  position: relative;
}
/* line 22, ../sass/_action-component.scss */
.action-component .holder h2:after {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  bottom: -6px;
  border-bottom: 2px solid #a8aca1;
}
/* line 31, ../sass/_action-component.scss */
.action-component .holder h2 a,
.action-component .holder h2 span {
  text-transform: uppercase;
  color: #000;
}
/* line 35, ../sass/_action-component.scss */
.action-component .holder h2 a:hover,
.action-component .holder h2 span:hover {
  text-decoration: none;
  cursor: default;
}
/* line 46, ../sass/_action-component.scss */
.action-component .holder p {
  font-size: 24px;
  line-height: 30px;
  color: #415464;
  margin: 0 0 10px;
}
/* line 51, ../sass/_action-component.scss */
.action-component .holder p a {
  color: #ff681d;
}
/* line 55, ../sass/_action-component.scss */
.action-component .holder .more {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  color: #ff681d;
  font-size: 16px;
  line-height: 18px;
}
/* line 62, ../sass/_action-component.scss */
.action-component .holder .more:hover {
  text-decoration: underline;
}
/* line 66, ../sass/_action-component.scss */
.action-component .holder.twitter h2 a {
  color: #5fb4e5;
}
/* line 70, ../sass/_action-component.scss */
.action-component .holder.news h2 a, .action-component .holder.news h2 span {
  color: #ffb81d;
}
/* line 75, ../sass/_action-component.scss */
.action-component .holder.data {
  color: #fff;
  border: 1px solid #ff681d;
  background: #ff681d;
}
/* line 79, ../sass/_action-component.scss */
.action-component .holder.data .more {
  color: #fff;
}
/* line 82, ../sass/_action-component.scss */
.action-component .holder.data h2 {
  color: #fff;
}
/* line 84, ../sass/_action-component.scss */
.action-component .holder.data h2:after {
  border-bottom: 2px solid #fff;
}
/* line 87, ../sass/_action-component.scss */
.action-component .holder.data h2 span {
  color: #fff;
}
/* line 91, ../sass/_action-component.scss */
.action-component .holder.data p {
  color: #fff;
}
/* line 94, ../sass/_action-component.scss */
.action-component .holder.data .description {
  color: #fff;
}
/* line 98, ../sass/_action-component.scss */
.action-component .holder .image-box {
  float: right;
  margin: 0 0 -19px 20px;
  max-height: 265px;
  overflow: hidden;
}
/* line 103, ../sass/_action-component.scss */
.action-component .holder .image-box img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
/* line 110, ../sass/_action-component.scss */
.action-component .video-box {
  overflow: hidden;
  height: 300px;
  position: relative;
  z-index: 2;
  padding: 34px 40px 20px;
  color: #fff;
  margin: 0 0 10px;
  background-color: #D4D4D4;
}
/* line 119, ../sass/_action-component.scss */
.action-component .video-box h4 {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 27px;
  line-height: 24px;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
}
/* line 127, ../sass/_action-component.scss */
.action-component .video-box h4 span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
/* line 131, ../sass/_action-component.scss */
.action-component .video-box h4 span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  bottom: -6px;
  border-bottom: 2px solid #fff;
}
/* line 140, ../sass/_action-component.scss */
.action-component .video-box h4 a, .action-component .video-box h4 span {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
/* line 146, ../sass/_action-component.scss */
.action-component .video-box h2 {
  margin: 0 0 34px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-align: left;
  padding: 0;
  font-weight: normal;
}
/* line 155, ../sass/_action-component.scss */
.action-component .video-box .rounded-video-wht-btn {
  margin: 30px 0 0;
}
/* line 158, ../sass/_action-component.scss */
.action-component .video-box:hover .bg-stretch img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/* line 161, ../sass/_action-component.scss */
.action-component .video-box p {
  color: #fff;
}
/* line 165, ../sass/_action-component.scss */
.action-component .bg-stretch {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
/* line 168, ../sass/_action-component.scss */
.action-component .bg-stretch:after {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
/* line 173, ../sass/_action-component.scss */
.action-component .bg-stretch img {
  width: 100%;
  height: auto;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 179, ../sass/_action-component.scss */
.action-component .show-resource .generate-box .large {
  width: 100%;
}
@media only screen and (max-width: 1299px) {
  /* line 183, ../sass/_action-component.scss */
  .action-component .holder {
    padding: 28px 30px 19px;
  }
  /* line 185, ../sass/_action-component.scss */
  .action-component .holder h2 {
    margin: 0 0 18px;
  }
  /* line 188, ../sass/_action-component.scss */
  .action-component .holder p {
    font-size: 20px;
    line-height: 26px;
  }
  /* line 192, ../sass/_action-component.scss */
  .action-component .holder .image-box {
    max-width: 30%;
    margin: 0 0 -19px 10px;
  }
  /* line 197, ../sass/_action-component.scss */
  .action-component .video-box {
    padding: 29px 30px 20px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 202, ../sass/_action-component.scss */
  .action-component .holder {
    padding: 28px 20px 19px;
    margin: 0 0 20px;
  }
  /* line 206, ../sass/_action-component.scss */
  .action-component .video-box {
    padding: 29px 20px 20px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 212, ../sass/_action-component.scss */
  .action-component .holder .image-box,
  .action-component .holder .image-box {
    display: none;
  }
}
/* line 217, ../sass/_action-component.scss */
.action-component .rounded-plus-btn, .action-component div.rounded-plus-wht-btn, .action-component div.rounded-more-wht-btn, .action-component div.rounded-more-btn, .action-component div.rounded-download-btn, .action-component div.rounded-video-wht-btn, .action-component div.rounded-more-blue-btn, .action-component div.rounded-clear-blue-btn, .action-component div.rounded-arrow-btn {
  text-align: left;
}
/* line 220, ../sass/_action-component.scss */
.action-component .description {
  font-size: 24px;
  line-height: 30px;
  color: #415464;
}

/* line 226, ../sass/_action-component.scss */
.action-component div.rounded-more-wht-btn a:hover:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_arrow_22.png);
}

/* line 230, ../sass/_action-component.scss */
.common-wrapper .action-component {
  padding: 0 0 0 5px;
}
@media only screen and (max-width: 767px) {
  /* line 230, ../sass/_action-component.scss */
  .common-wrapper .action-component {
    padding: 0;
  }
}

/* line 236, ../sass/_action-component.scss */
.common-wrapper div[class^="col"]:nth-of-type(3n+1) .action-component {
  padding: 0;
}

/* line 1, ../sass/_services-component.scss */
.services-component {
  text-align: center;
}
/* line 4, ../sass/_services-component.scss */
.services-component .component-pad {
  max-width: 900px;
  margin: 0 auto;
}
/* line 9, ../sass/_services-component.scss */
.services-component p {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  color: #415464;
  max-width: 600px;
  margin: 0 auto;
}
/* line 18, ../sass/_services-component.scss */
.services-component h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  /* line 18, ../sass/_services-component.scss */
  .services-component h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
/* line 28, ../sass/_services-component.scss */
.services-component .services {
  display: inline-block;
  vertical-align: top;
  padding: 0 51px 0 0;
  position: relative;
}
/* line 33, ../sass/_services-component.scss */
.services-component .services:before {
  content: "\f061";
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #ff681d;
  right: 8px;
  top: 50%;
  margin-top: -8px;
}
/* line 44, ../sass/_services-component.scss */
.services-component .services:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  border: 3px solid #ff681d;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  margin-top: -15px;
}
/* line 55, ../sass/_services-component.scss */
.services-component .services:hover {
  color: #ff681d;
  text-decoration: none;
}
/* line 58, ../sass/_services-component.scss */
.services-component .services:hover:after {
  border-color: #ff681d;
}

/* line 1, ../sass/_search-form-component.scss */
.search-form-component {
  position: relative;
}
/* line 3, ../sass/_search-form-component.scss */
.search-form-component:before {
  content: '';
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid #d7d7d7;
}
@media only screen and (max-width: 767px) {
  /* line 13, ../sass/_search-form-component.scss */
  .search-form-component:before {
    display: none;
  }
}

/* line 20, ../sass/_search-form-component.scss */
.find-form h4 {
  position: relative;
  margin: 0 0 35px;
  text-transform: uppercase;
  color: #415464;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
/* line 28, ../sass/_search-form-component.scss */
.find-form h4:after {
  content: '';
  position: absolute;
  left: 0;
  border-bottom: 2px solid #a8aca1;
  width: 45px;
  bottom: -10px;
}
@media only screen and (max-width: 767px) {
  /* line 19, ../sass/_search-form-component.scss */
  .find-form {
    margin: 30px 0 0;
  }
  /* line 39, ../sass/_search-form-component.scss */
  .find-form h4 {
    margin: 0 0 25px;
  }
}
/* line 43, ../sass/_search-form-component.scss */
.find-form .component-pad {
  padding: 0 0 0 50px;
}
@media only screen and (max-width: 999px) {
  /* line 43, ../sass/_search-form-component.scss */
  .find-form .component-pad {
    padding: 0 0 0 40px;
  }
}
/* line 53, ../sass/_search-form-component.scss */
.find-form .inpt-box {
  width: 50%;
  margin: 0 -2px;
  padding: 0 50px 0 0;
}
/* line 61, ../sass/_search-form-component.scss */
.find-form .inpt-box.full-lenght {
  width: 100%;
}
@media only screen and (max-width: 1299px) {
  /* line 53, ../sass/_search-form-component.scss */
  .find-form .inpt-box {
    width: 100%;
  }
  /* line 67, ../sass/_search-form-component.scss */
  .find-form .inpt-box input {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 999px) {
  /* line 53, ../sass/_search-form-component.scss */
  .find-form .inpt-box {
    padding: 0 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 53, ../sass/_search-form-component.scss */
  .find-form .inpt-box {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 53, ../sass/_search-form-component.scss */
  .find-form .inpt-box {
    width: 100%;
  }
}

/* line 85, ../sass/_search-form-component.scss */
.resultdiv {
  padding-top: 25px;
  border-bottom: 1px solid #2f3d49;
  padding-bottom: 25px;
}

/* line 90, ../sass/_search-form-component.scss */
.titleclass {
  color: #fff;
  word-wrap: break-word;
  margin-bottom: 15px;
}
/* line 94, ../sass/_search-form-component.scss */
.titleclass a {
  color: #fff;
  word-wrap: break-word;
  text-decoration: underline;
  font-size: 18px;
}

/* line 101, ../sass/_search-form-component.scss */
.descclass {
  color: #fff;
  word-wrap: break-word;
}

/* line 105, ../sass/_search-form-component.scss */
.linkclass {
  color: #FE671C;
  word-wrap: break-word;
  margin-bottom: 15px;
}
/* line 109, ../sass/_search-form-component.scss */
.linkclass a {
  color: #fc6719;
  text-decoration: none;
}
/* line 112, ../sass/_search-form-component.scss */
.linkclass a:hover {
  text-decoration: underline;
}

/* line 117, ../sass/_search-form-component.scss */
#morelink {
  display: none;
}

/* line 120, ../sass/_search-form-component.scss */
#totalresults {
  padding-top: 50px;
  color: #fff;
  padding-bottom: 22px;
  border-bottom: 1px solid #2f3d49;
  display: none;
  width: 100%;
}

/* line 128, ../sass/_search-form-component.scss */
#resultwrap {
  width: 100%;
}

/* line 131, ../sass/_search-form-component.scss */
#loaderdiv {
  text-align: center;
  padding: 25px;
}
/* line 134, ../sass/_search-form-component.scss */
#loaderdiv img {
  width: 25px;
}

/* line 1, ../sass/_contact-bar-component.scss */
.contact-bar-component {
  background: #fff;
  position: relative;
  z-index: 20;
  text-align: center;
}
/* line 6, ../sass/_contact-bar-component.scss */
.contact-bar-component .services-bar {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 1299px) {
  /* line 6, ../sass/_contact-bar-component.scss */
  .contact-bar-component .services-bar {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* line 18, ../sass/_contact-bar-component.scss */
.contact-bar-component .services-bar li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  color: #5b7e96;
  padding: 10px 45px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) {
  /* line 18, ../sass/_contact-bar-component.scss */
  .contact-bar-component .services-bar li {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1299px) {
  /* line 18, ../sass/_contact-bar-component.scss */
  .contact-bar-component .services-bar li {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 18, ../sass/_contact-bar-component.scss */
  .contact-bar-component .services-bar li {
    display: block;
    width: 100%;
  }
}
/* line 35, ../sass/_contact-bar-component.scss */
.contact-bar-component .services-bar li + li {
  border-left: 1px solid;
}
@media only screen and (max-width: 767px) {
  /* line 35, ../sass/_contact-bar-component.scss */
  .contact-bar-component .services-bar li + li {
    border-left: 0;
  }
}
/* line 41, ../sass/_contact-bar-component.scss */
.contact-bar-component .services-bar li a {
  color: #5b7e96;
  vertical-align: middle;
}
/* line 45, ../sass/_contact-bar-component.scss */
.contact-bar-component .services-bar li a:hover {
  text-decoration: none;
}
/* line 48, ../sass/_contact-bar-component.scss */
.contact-bar-component .services-bar h2 {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
@media only screen and (max-width: 1299px) {
  /* line 48, ../sass/_contact-bar-component.scss */
  .contact-bar-component .services-bar h2 {
    font-size: 16px;
  }
}
/* line 56, ../sass/_contact-bar-component.scss */
.contact-bar-component .services-bar img {
  width: 100%;
  max-width: 50px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
/* line 63, ../sass/_contact-bar-component.scss */
.contact-bar-component .services-bar span {
  display: inline-block;
  vertical-align: middle;
}
/* line 68, ../sass/_contact-bar-component.scss */
.contact-bar-component .phone-number-desktop {
  display: block;
}
/* line 71, ../sass/_contact-bar-component.scss */
.contact-bar-component .contact-trigger-phone-number {
  display: none;
}
@media (max-width: 999px) {
  /* line 75, ../sass/_contact-bar-component.scss */
  .contact-bar-component .phone-number-desktop {
    display: none;
  }
  /* line 78, ../sass/_contact-bar-component.scss */
  .contact-bar-component .contact-trigger-phone-number {
    display: block;
  }
}
/* line 82, ../sass/_contact-bar-component.scss */
.contact-bar-component .rounded-more-blue-btn, .contact-bar-component .rounded-clear-blue-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  width: auto;
  letter-spacing: normal;
}
@media only screen and (max-width: 1299px) {
  /* line 82, ../sass/_contact-bar-component.scss */
  .contact-bar-component .rounded-more-blue-btn, .contact-bar-component .rounded-clear-blue-btn {
    display: block;
    margin: 20px  0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  /* line 82, ../sass/_contact-bar-component.scss */
  .contact-bar-component .rounded-more-blue-btn, .contact-bar-component .rounded-clear-blue-btn {
    font-size: 18px;
  }
}
/* line 98, ../sass/_contact-bar-component.scss */
.contact-bar-component .rounded-more-blue-btn a, .contact-bar-component .rounded-clear-blue-btn a {
  padding: 15px 65px 15px 30px;
  border-radius: 40px;
  color: #415464;
  border: 1px solid #5b7e96;
}
/* line 103, ../sass/_contact-bar-component.scss */
.contact-bar-component .rounded-more-blue-btn a:after, .contact-bar-component .rounded-clear-blue-btn a:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_arrow_30.png);
  font-size: 18px;
  color: #ffb81d;
  right: 21px !important;
  /*top: 34% !important;*/
  margin-top: -15px;
}
/* line 111, ../sass/_contact-bar-component.scss */
.contact-bar-component .rounded-more-blue-btn a:before, .contact-bar-component .rounded-clear-blue-btn a:before {
  border-color: #ffb81d;
  width: 30px;
  height: 30px;
  right: 16px;
  margin-top: -15px;
}

/* line 1, ../sass/_download-component.scss */
.download-gray-image-bg {
  background: #405262 url(clientlibs_desktop/css/clientlibs_desktop/images/bg_download.jpg) no-repeat 100px 100%;
}

/* line 4, ../sass/_download-component.scss */
.download-component {
  position: relative;
  z-index: 40;
  text-align: center;
}
/* line 9, ../sass/_download-component.scss */
.download-component.customer h2 {
  margin: 0 0 12px;
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  padding: 0 0 0 50px;
  position: relative;
}
/* line 18, ../sass/_download-component.scss */
.download-component.customer h2:after {
  content: '';
  position: absolute;
  left: -2%;
  top: 50%;
  width: 40px;
  height: 40px;
  background: url("clientlibs_desktop/images/sprite.png") no-repeat -304px -127px;
  background-size: 340px auto;
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  /* line 18, ../sass/_download-component.scss */
  .download-component.customer h2:after {
    width: 30px;
    height: 32px;
    background: url("clientlibs_desktop/images/sprite.png") no-repeat -233px -99px;
    background-size: 260px auto;
    margin-top: -16px;
  }
}
/* line 38, ../sass/_download-component.scss */
.download-component h2 {
  margin: 0 0 12px;
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  padding: 0 0 0 50px;
  position: relative;
}
/* line 47, ../sass/_download-component.scss */
.download-component h2:after {
  content: '';
  position: absolute;
  left: -2%;
  top: 42%;
  width: 40px;
  height: 40px;
  background: url(clientlibs_desktop/images/sprite.png) no-repeat -259px 0;
  background-size: 340px auto;
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  /* line 47, ../sass/_download-component.scss */
  .download-component h2:after {
    width: 30px;
    height: 32px;
    background: url(clientlibs_desktop/images/sprite.png) no-repeat -198px 0;
    background-size: 260px auto;
    margin-top: -16px;
  }
}
/* line 65, ../sass/_download-component.scss */
.download-component h2 .text-bubble:after {
  background: url("clientlibs_desktop/images/sprite.png") no-repeat -304px -127px;
  background-size: 340px auto;
}
@media only screen and (max-width: 767px) {
  /* line 65, ../sass/_download-component.scss */
  .download-component h2 .text-bubble:after {
    background: url("clientlibs_desktop/images/sprite.png") no-repeat -233px -99px;
    background-size: 260px auto;
  }
}
/* line 74, ../sass/_download-component.scss */
.download-component .download {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 0 51px 0 0;
  position: relative;
}
/* line 80, ../sass/_download-component.scss */
.download-component .download:before {
  content: "\f061";
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 8px;
  top: 11px;
}
/* line 89, ../sass/_download-component.scss */
.download-component .download:after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 31px;
  height: 31px;
}
/* line 99, ../sass/_download-component.scss */
.download-component .download:hover {
  color: #ff681d;
  text-decoration: none;
}
/* line 102, ../sass/_download-component.scss */
.download-component .download:hover:after {
  border-color: #ff681d;
}
/* line 107, ../sass/_download-component.scss */
.download-component p {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 114, ../sass/_download-component.scss */
  .download-component h2 {
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 0 40px;
  }
  /* line 119, ../sass/_download-component.scss */
  .download-component .download {
    padding: 0 40px 0 0;
  }
  /* line 121, ../sass/_download-component.scss */
  .download-component .download:after {
    top: -3px;
  }
  /* line 124, ../sass/_download-component.scss */
  .download-component .download:before {
    top: 4px;
  }
}

/* line 1, ../sass/_contact-component.scss */
.contact-component {
  text-align: center;
  color: #fff;
}
/* line 4, ../sass/_contact-component.scss */
.contact-component h4 {
  margin: 0 0 38px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  position: relative;
}
/* line 11, ../sass/_contact-component.scss */
.contact-component h4:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -23px;
  width: 46px;
  border-bottom: 2px solid #fff;
}
/* line 21, ../sass/_contact-component.scss */
.contact-component .holder {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
}
/* line 28, ../sass/_contact-component.scss */
.contact-component .holder a {
  display: block;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
@media only screen and (max-width: 999px) {
  /* line 28, ../sass/_contact-component.scss */
  .contact-component .holder a {
    pointer-events: auto;
  }
}
/* line 38, ../sass/_contact-component.scss */
.contact-component div {
  text-align: center;
}

/* line 1, ../sass/_intro-text-component.scss */
.intro-text-component {
  text-align: center;
  color: #5b7e96;
  font-size: 32px;
  line-height: 40px;
}
/* line 6, ../sass/_intro-text-component.scss */
.intro-text-component .component-pad {
  max-width: 1000px;
  margin: 0 auto;
}
/* line 10, ../sass/_intro-text-component.scss */
.intro-text-component h2 {
  margin: 0;
  font-size: 32px;
  color: #5b7e96;
  font-weight: normal;
  letter-spacing: -.8px;
  line-height: 1.3;
}
/* line 18, ../sass/_intro-text-component.scss */
.intro-text-component p {
  margin: 0;
  font-size: 32px;
}
/* line 22, ../sass/_intro-text-component.scss */
.intro-text-component a {
  color: #ff681d;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/_intro-text-component.scss */
  .intro-text-component {
    font-size: 27px;
    line-height: 34px;
  }
  /* line 28, ../sass/_intro-text-component.scss */
  .intro-text-component h2 {
    font-size: 27px;
  }
  /* line 31, ../sass/_intro-text-component.scss */
  .intro-text-component p {
    font-size: 27px;
  }
}

/* line 1, ../sass/_items-grid-component.scss */
.items-grid-component {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
@media only screen and (max-width: 1299px) {
  /* line 1, ../sass/_items-grid-component.scss */
  .items-grid-component {
    font-size: 26px;
    line-height: 30px;
    min-height: 300px;
  }
}
/* line 10, ../sass/_items-grid-component.scss */
.items-grid-component .heading {
  position: relative;
  padding: 40px 30px;
  color: #fff;
  background: #ff681d;
  height: 100%;
}
/* line 16, ../sass/_items-grid-component.scss */
.items-grid-component .heading p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 10px;
}
/* line 23, ../sass/_items-grid-component.scss */
.items-grid-component h2 {
  margin: 0 0 5px;
  line-height: 38px;
}
@media only screen and (max-width: 1299px) {
  /* line 23, ../sass/_items-grid-component.scss */
  .items-grid-component h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
/* line 31, ../sass/_items-grid-component.scss */
.items-grid-component .img-area {
  position: relative;
}
/* line 33, ../sass/_items-grid-component.scss */
.items-grid-component .img-area:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  transition: opacity 0.5s ease-in-out;
}
/* line 44, ../sass/_items-grid-component.scss */
.items-grid-component .img-area img {
  display: block;
  width: 100%;
  height: auto;
  z-index: -1;
  margin-top: 0 !important;
}
/* line 52, ../sass/_items-grid-component.scss */
.items-grid-component .bg-stretch {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
/* line 58, ../sass/_items-grid-component.scss */
.items-grid-component:hover .img-area:after {
  opacity: .3;
}
/* line 61, ../sass/_items-grid-component.scss */
.items-grid-component .caption {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 180px;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
  padding: 40px 30px 30px;
}
/* line 70, ../sass/_items-grid-component.scss */
.items-grid-component .caption h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 45px;
  position: relative;
}
/* line 76, ../sass/_items-grid-component.scss */
.items-grid-component .caption h3:after {
  content: "";
  position: absolute;
  width: 88px;
  border-bottom: 2px solid #fff;
  bottom: -15px;
  left: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 85, ../sass/_items-grid-component.scss */
.items-grid-component .caption h3 a {
  display: inline-block;
  vertical-align: top;
  padding: 0 51px 0 0;
  position: relative;
  color: #fff;
}
/* line 91, ../sass/_items-grid-component.scss */
.items-grid-component .caption h3 a:before {
  content: "\f061";
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  right: 8px;
  top: 13px;
}
@media only screen and (max-width: 767px) {
  /* line 91, ../sass/_items-grid-component.scss */
  .items-grid-component .caption h3 a:before {
    top: 10px;
  }
}
/* line 104, ../sass/_items-grid-component.scss */
.items-grid-component .caption h3 a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 6px;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 31px;
  height: 31px;
}
@media only screen and (max-width: 767px) {
  /* line 104, ../sass/_items-grid-component.scss */
  .items-grid-component .caption h3 a:after {
    top: 3px;
  }
}
/* line 117, ../sass/_items-grid-component.scss */
.items-grid-component .caption h3 a:hover {
  text-decoration: none;
}
/* line 120, ../sass/_items-grid-component.scss */
.items-grid-component .caption h3:hover:after {
  width: 100%;
}
/* line 125, ../sass/_items-grid-component.scss */
.items-grid-component .caption p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
}

/* line 1, ../sass/_products-grid-component.scss */
.filter-bar {
  position: relative;
  margin-bottom: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
}
/* line 5, ../sass/_products-grid-component.scss */
.filter-bar .products-grid-component, .filter-bar .location-component {
  width: calc(33.33% - 4px);
  margin: 0 2px 4px;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  float: left;
  min-height: 350px;
  max-height: 400px;
}
@media only screen and (max-width: 999px) {
  /* line 5, ../sass/_products-grid-component.scss */
  .filter-bar .products-grid-component, .filter-bar .location-component {
    width: calc(50% - 4px);
  }
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/_products-grid-component.scss */
  .filter-bar .products-grid-component, .filter-bar .location-component {
    width: 100%;
    margin: 0 0 0px;
    max-height: none !important;
    height: auto !important;
  }
}

/* line 35, ../sass/_products-grid-component.scss */
.products-grid-component, .location-component {
  position: relative;
  z-index: 40;
  margin: 0 0 4px;
  border-top: 5px solid #5fb4e5;
  background: #fff;
  padding: 40px 35px 80px 35px;
}
/* line 42, ../sass/_products-grid-component.scss */
.products-grid-component h2, .location-component h2 {
  line-height: .8;
  margin: 0 0 14px;
  font-weight: 500;
}
/* line 46, ../sass/_products-grid-component.scss */
.products-grid-component h2 a, .location-component h2 a {
  color: #5fb4e5;
  font-size: 30px;
}
/* line 50, ../sass/_products-grid-component.scss */
.products-grid-component h2 a:hover, .location-component h2 a:hover {
  color: #ff681d;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  /* line 42, ../sass/_products-grid-component.scss */
  .products-grid-component h2, .location-component h2 {
    font-size: 24px;
    line-height: 1;
  }
}
/* line 60, ../sass/_products-grid-component.scss */
.products-grid-component p, .location-component p {
  font-size: 18px;
  line-height: 1.3;
  color: #415464;
  margin: 0 0 25px;
}
/* line 66, ../sass/_products-grid-component.scss */
.products-grid-component .rounded-plus-btn, .location-component .rounded-plus-btn, .products-grid-component div.rounded-plus-wht-btn, .location-component div.rounded-plus-wht-btn, .products-grid-component div.rounded-more-wht-btn, .location-component div.rounded-more-wht-btn, .products-grid-component div.rounded-more-btn, .location-component div.rounded-more-btn, .products-grid-component div.rounded-download-btn, .location-component div.rounded-download-btn, .products-grid-component div.rounded-video-wht-btn, .location-component div.rounded-video-wht-btn, .products-grid-component div.rounded-more-blue-btn, .location-component div.rounded-more-blue-btn, .products-grid-component div.rounded-clear-blue-btn, .location-component div.rounded-clear-blue-btn, .products-grid-component div.rounded-arrow-btn, .location-component div.rounded-arrow-btn {
  margin: 0 !important;
  text-align: left;
}
/* line 71, ../sass/_products-grid-component.scss */
.products-grid-component .rounded-plus-btn a:after, .location-component .rounded-plus-btn a:after, .products-grid-component div.rounded-plus-wht-btn a:after, .location-component div.rounded-plus-wht-btn a:after, .products-grid-component div.rounded-more-wht-btn a:after, .location-component div.rounded-more-wht-btn a:after, .products-grid-component div.rounded-more-btn a:after, .location-component div.rounded-more-btn a:after, .products-grid-component div.rounded-download-btn a:after, .location-component div.rounded-download-btn a:after, .products-grid-component div.rounded-video-wht-btn a:after, .location-component div.rounded-video-wht-btn a:after, .products-grid-component div.rounded-more-blue-btn a:after, .location-component div.rounded-more-blue-btn a:after, .products-grid-component div.rounded-clear-blue-btn a:after, .location-component div.rounded-clear-blue-btn a:after, .products-grid-component div.rounded-arrow-btn a:after, .location-component div.rounded-arrow-btn a:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_arrow_22.png);
}
/* line 77, ../sass/_products-grid-component.scss */
.products-grid-component .product-item, .location-component .product-item {
  border-top: 5px solid #5fb4e5;
  padding: 40px 35px;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 77, ../sass/_products-grid-component.scss */
  .products-grid-component .product-item, .location-component .product-item {
    padding: 20px;
  }
}
/* line 85, ../sass/_products-grid-component.scss */
.products-grid-component .product-item .caption, .location-component .product-item .caption {
  margin: 0 auto;
  max-width: 900px;
}
/* line 89, ../sass/_products-grid-component.scss */
.products-grid-component .product-item h2, .location-component .product-item h2 {
  font-size: 30px;
  line-height: 39px;
  margin: 0 0 10px;
  color: #5fb4e5;
}
@media only screen and (max-width: 767px) {
  /* line 89, ../sass/_products-grid-component.scss */
  .products-grid-component .product-item h2, .location-component .product-item h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
/* line 99, ../sass/_products-grid-component.scss */
.products-grid-component .product-item p, .location-component .product-item p {
  font-size: 18px;
  line-height: 24px;
  color: #a8aca1;
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  /* line 99, ../sass/_products-grid-component.scss */
  .products-grid-component .product-item p, .location-component .product-item p {
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 112, ../sass/_products-grid-component.scss */
.related-products .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
}

/* line 122, ../sass/_products-grid-component.scss */
.related-products .row .col-lg-4 {
  width: 32%;
  margin: 2px;
  background-color: #fff;
  -webkit-animation-name: fadeInUpLess;
  animation-name: fadeInUpLess;
  visibility: visible;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  padding: 0;
}

/* line 136, ../sass/_products-grid-component.scss */
.related-products .row .col-lg-4 .products-grid-component, .related-products .row .col-lg-4 .location-component {
  animation-name: initial !important;
  -webkit-animation-name: initial !important;
  visibility: initial !important;
  animation-duration: initial !important;
  animation-delay: initial !important;
}

@media only screen and (max-width: 767px) {
  /* line 145, ../sass/_products-grid-component.scss */
  .related-products .row {
    width: auto;
    border-spacing: 5px;
    display: table;
    margin: 0 auto;
  }

  /* line 152, ../sass/_products-grid-component.scss */
  .related-products .row .col-lg-4 {
    animation-name: initial;
    -webkit-animation-name: initial;
    visibility: initial !important;
    animation-duration: initial;
    animation-delay: initial;
    -webkit-animation-duration: initial;
    -webkit-animation-delay: initial;
    width: 100%;
    background-color: transparent;
  }

  /* line 164, ../sass/_products-grid-component.scss */
  .related-products .row .col-lg-4 .products-grid-component, .related-products .row .col-lg-4 .location-component {
    visibility: visible;
    animation-duration: 2s !important;
    animation-delay: 0.61s !important;
    animation-name: fadeInUpLess !important;
    -webkit-animation-name: fadeInUpLess !important;
  }
}
/* line 173, ../sass/_products-grid-component.scss */
.downloads-bar {
  margin: 10px 0 0;
  position: relative;
  padding: 0 275px 0 0;
  background: #fff;
  width: 100%;
}
/* line 179, ../sass/_products-grid-component.scss */
.downloads-bar:after {
  content: '';
  background: #3d4f5f;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 120px;
}
/* line 188, ../sass/_products-grid-component.scss */
.downloads-bar:first-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 173, ../sass/_products-grid-component.scss */
  .downloads-bar {
    padding: 0 0 45px;
  }
  /* line 193, ../sass/_products-grid-component.scss */
  .downloads-bar:after {
    width: 100%;
    bottom: 0;
    left: 0;
    top: auto;
    height: 45px;
  }
}
/* line 201, ../sass/_products-grid-component.scss */
.downloads-bar h2 {
  font-size: 30px;
  color: #5fb4e5;
  line-height: 1;
  margin: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  /* line 201, ../sass/_products-grid-component.scss */
  .downloads-bar h2 {
    font-size: 24px;
  }
}
/* line 210, ../sass/_products-grid-component.scss */
.downloads-bar h2 a {
  color: #5fb4e5;
}
/* line 212, ../sass/_products-grid-component.scss */
.downloads-bar h2 a:hover {
  color: #ff681d;
  text-decoration: none;
}
/* line 218, ../sass/_products-grid-component.scss */
.downloads-bar p {
  margin: 13px 0 0;
  color: #a8aca1;
  font-size: 18px;
  line-height: 1.2;
}
/* line 223, ../sass/_products-grid-component.scss */
.downloads-bar p a {
  color: #ff681d;
}
/* line 227, ../sass/_products-grid-component.scss */
.downloads-bar .state {
  text-align: right;
  font-size: 16px;
  line-height: 1;
  color: #a9a9a9;
  position: absolute;
  top: 50%;
  right: 151px;
  margin-top: -8px;
  max-width: 100px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  /* line 227, ../sass/_products-grid-component.scss */
  .downloads-bar .state {
    position: static;
    display: block;
    text-align: left;
    margin: 0;
    max-width: 100%;
    padding: 0 10px 8px 15px;
  }
}
/* line 247, ../sass/_products-grid-component.scss */
.downloads-bar .box {
  display: table;
  width: 100%;
  height: 120px;
}
/* line 251, ../sass/_products-grid-component.scss */
.downloads-bar .box .holder {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 10px 8px 29px;
}
@media only screen and (max-width: 767px) {
  /* line 247, ../sass/_products-grid-component.scss */
  .downloads-bar .box {
    display: block;
    height: auto;
  }
  /* line 259, ../sass/_products-grid-component.scss */
  .downloads-bar .box .holder {
    display: block;
    padding: 8px 10px 8px 15px;
  }
}
/* line 265, ../sass/_products-grid-component.scss */
.downloads-bar .download-icon {
  width: 35px;
  height: 42px;
  position: absolute;
  z-index: 2;
  right: 43px;
  top: 50%;
  margin-top: -21px;
  background: url(clientlibs_desktop/images/sprite.png) no-repeat -261px 0;
  background-size: 340px auto;
}
@media only screen and (max-width: 767px) {
  /* line 265, ../sass/_products-grid-component.scss */
  .downloads-bar .download-icon {
    right: 50%;
    margin: 0 -12px 0 0;
    width: 25px;
    height: 29px;
    background-position: -189px 0;
    background-size: 246px auto;
    top: auto;
    bottom: 8px;
  }
}

/* line 1, ../sass/_get-started-component.scss */
.get-started-component {
  position: relative;
  z-index: 40;
  padding: 110px 40px 80px 250px;
  text-align: center;
  background: url("clientlibs_desktop/images/bg-orange.jpg") no-repeat;
  background-color: #ED6100;
  background-size: cover;
  color: #fff;
}
@media only screen and (max-width: 999px) {
  /* line 1, ../sass/_get-started-component.scss */
  .get-started-component {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/_get-started-component.scss */
  .get-started-component {
    padding: 60px 40px 20px 40px;
  }
}
/* line 16, ../sass/_get-started-component.scss */
.get-started-component .container {
  margin: 0 auto;
  max-width: 830px;
}
/* line 20, ../sass/_get-started-component.scss */
.get-started-component h2 {
  margin: 0 0 30px;
  font-weight: 500;
  letter-spacing: -.6px;
}
@media only screen and (max-width: 767px) {
  /* line 20, ../sass/_get-started-component.scss */
  .get-started-component h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
/* line 29, ../sass/_get-started-component.scss */
.get-started-component p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
/* line 34, ../sass/_get-started-component.scss */
.get-started-component p .tel {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 13px;
  position: relative;
}
/* line 41, ../sass/_get-started-component.scss */
.get-started-component p .tel:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 4px;
  border: 1px solid #fff;
  bottom: 4px;
}
/* line 49, ../sass/_get-started-component.scss */
.get-started-component p .tel:first-of-type:before {
  display: none;
}
/* line 54, ../sass/_get-started-component.scss */
.get-started-component .rounded-more-wht-btn {
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 999px) {
  /* line 54, ../sass/_get-started-component.scss */
  .get-started-component .rounded-more-wht-btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 54, ../sass/_get-started-component.scss */
  .get-started-component .rounded-more-wht-btn {
    font-size: 16px;
  }
}
/* line 63, ../sass/_get-started-component.scss */
.get-started-component .rounded-more-wht-btn a {
  padding: 15px 65px 15px 30px;
  border-radius: 40px;
}
/* line 67, ../sass/_get-started-component.scss */
.get-started-component .rounded-more-wht-btn a:before {
  width: 30px;
  height: 30px;
  top: 22px !important;
  right: 14px;
  border: solid 3px #fff;
}
@media only screen and (max-width: 999px) {
  /* line 67, ../sass/_get-started-component.scss */
  .get-started-component .rounded-more-wht-btn a:before {
    top: 19px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 67, ../sass/_get-started-component.scss */
  .get-started-component .rounded-more-wht-btn a:before {
    margin-top: -10px;
    width: 27px;
    height: 27px;
  }
}
/* line 76, ../sass/_get-started-component.scss */
.get-started-component .rounded-more-wht-btn a:after {
  right: 21px !important;
  content: url(clientlibs_desktop/css/Icons/icon_white_round_arrow_30.png);
  margin-top: -15px;
  /* Targets only ie 10-11 */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 76, ../sass/_get-started-component.scss */
  .get-started-component .rounded-more-wht-btn a:after {
    top: 50% !important;
    right: 15px !important;
  }
}
@media only screen and (max-width: 999px) {
  /* line 76, ../sass/_get-started-component.scss */
  .get-started-component .rounded-more-wht-btn a:after {
    right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 76, ../sass/_get-started-component.scss */
  .get-started-component .rounded-more-wht-btn a:after {
    font-size: 14px;
    right: 12px !important;
    margin-top: -8px;
  }
}
/* line 90, ../sass/_get-started-component.scss */
.get-started-component .rounded-more-wht-btn a:hover:before {
  /*border: solid 3px #ffb81d;*/
}
/* line 93, ../sass/_get-started-component.scss */
.get-started-component .rounded-more-wht-btn a:hover:after {
  content: url(clientlibs_desktop/css/Icons/icon_orange_round_arrow_30.png);
}
/* line 99, ../sass/_get-started-component.scss */
.get-started-component .services-bar {
  margin: 48px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  /* line 99, ../sass/_get-started-component.scss */
  .get-started-component .services-bar {
    display: block;
  }
}
/* line 110, ../sass/_get-started-component.scss */
.get-started-component .services-bar li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  /* line 110, ../sass/_get-started-component.scss */
  .get-started-component .services-bar li {
    display: block;
    width: 100%;
  }
}
/* line 120, ../sass/_get-started-component.scss */
.get-started-component .services-bar a {
  color: #fff;
}
/* line 122, ../sass/_get-started-component.scss */
.get-started-component .services-bar a:hover {
  text-decoration: none;
}
/* line 126, ../sass/_get-started-component.scss */
.get-started-component .services-bar .phone-number-desktop {
  color: #fff;
  font-weight: 600;
}
/* line 130, ../sass/_get-started-component.scss */
.get-started-component .services-bar h2 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  position: relative;
  margin: 0 0 30px;
}
/* line 137, ../sass/_get-started-component.scss */
.get-started-component .services-bar h2 img {
  display: block;
  text-align: center;
  width: 50px;
  margin: 0 auto 10px auto;
}
/* line 145, ../sass/_get-started-component.scss */
.get-started-component .phone-number-desktop {
  display: block;
}
/* line 148, ../sass/_get-started-component.scss */
.get-started-component .contact-trigger-phone-number {
  display: none;
  font-weight: 600;
}
/* line 152, ../sass/_get-started-component.scss */
.get-started-component .contact-trigger {
  font-weight: 600;
}
@media (max-width: 999px) {
  /* line 156, ../sass/_get-started-component.scss */
  .get-started-component .phone-number-desktop {
    display: none;
  }
  /* line 159, ../sass/_get-started-component.scss */
  .get-started-component .contact-trigger-phone-number {
    display: block;
  }
}

/* line 166, ../sass/_get-started-component.scss */
.get-started-component.four-icons .services-bar li {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  /* line 166, ../sass/_get-started-component.scss */
  .get-started-component.four-icons .services-bar li {
    display: block;
    width: 100%;
  }
}

/* line 176, ../sass/_get-started-component.scss */
.get-started-component.five-icons .container {
  max-width: 960px;
}
/* line 179, ../sass/_get-started-component.scss */
.get-started-component.five-icons .services-bar li {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  /* line 179, ../sass/_get-started-component.scss */
  .get-started-component.five-icons .services-bar li {
    display: block;
    width: 100%;
  }
}

/* line 3, ../sass/_solutions-component.scss */
.solutions-component {
  background: #fff;
  border: 1px solid #d7d7d7;
  position: relative;
  box-sizing: border-box;
  padding: 45px 40px;
  color: #415464;
  margin: 0 0 4px;
}
@media only screen and (max-width: 1299px) {
  /* line 3, ../sass/_solutions-component.scss */
  .solutions-component {
    padding: 30px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1180px) {
  /* line 3, ../sass/_solutions-component.scss */
  .solutions-component {
    padding: 20px;
  }
}
/* line 15, ../sass/_solutions-component.scss */
.solutions-component:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 5px solid #5b7e96;
  height: 5px;
}
@media only screen and (max-width: 767px) {
  /* line 3, ../sass/_solutions-component.scss */
  .solutions-component {
    height: auto !important;
  }
}
/* line 28, ../sass/_solutions-component.scss */
.solutions-component header {
  position: relative;
  padding: 0 0 20px;
}
/* line 31, ../sass/_solutions-component.scss */
.solutions-component header:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 88px;
  border-bottom: 2px solid #a8aca1;
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 41, ../sass/_solutions-component.scss */
.solutions-component header a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 6px;
  border: 3px solid #ff681d;
  border-radius: 50%;
  width: 31px;
  height: 31px;
}
@media only screen and (max-width: 767px) {
  /* line 41, ../sass/_solutions-component.scss */
  .solutions-component header a:after {
    top: 3px;
  }
}
/* line 54, ../sass/_solutions-component.scss */
.solutions-component header a:before {
  content: "\f061";
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #ff681d;
  right: 8px;
  top: 13px;
}
@media only screen and (max-width: 767px) {
  /* line 54, ../sass/_solutions-component.scss */
  .solutions-component header a:before {
    top: 10px;
  }
}
/* line 69, ../sass/_solutions-component.scss */
.solutions-component h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
}
@media only screen and (min-width: 1000px) and (max-width: 1180px) {
  /* line 69, ../sass/_solutions-component.scss */
  .solutions-component h2 {
    font-size: 19px;
  }
}
/* line 77, ../sass/_solutions-component.scss */
.solutions-component a {
  display: block;
  padding: 0 51px 0 0;
  position: relative;
  line-height: 1.2;
  letter-spacing: -.5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-height: 32px;
}
/* line 86, ../sass/_solutions-component.scss */
.solutions-component a:hover {
  text-decoration: none;
  color: #ff681d;
}
/* line 91, ../sass/_solutions-component.scss */
.solutions-component p {
  font-size: 18px;
  line-height: 22px;
  margin: 14px 0 10px;
  color: #415464;
}
@media only screen and (min-width: 1000px) and (max-width: 1180px) {
  /* line 91, ../sass/_solutions-component.scss */
  .solutions-component p {
    font-size: 16px;
    line-height: 21px;
  }
}
/* line 102, ../sass/_solutions-component.scss */
.solutions-component .richtext a {
  color: #ff681d;
}
/* line 104, ../sass/_solutions-component.scss */
.solutions-component .richtext a:hover {
  text-decoration: underline;
}

/* solution filter */
@media only screen and (max-width: 767px) {
  /* line 112, ../sass/_solutions-component.scss */
  .solution-filter {
    background: #eee;
  }
}
@media only screen and (max-width: 767px) {
  /* line 117, ../sass/_solutions-component.scss */
  .solution-filter .filter-heading h1 {
    text-align: center;
    padding: 50px 10px 50px 0;
    margin-bottom: 50px;
  }
}
/* line 125, ../sass/_solutions-component.scss */
.solution-filter .tabset {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  table-layout: fixed;
  margin-bottom: 50px;
}
/* line 135, ../sass/_solutions-component.scss */
.solution-filter .tabset li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  /* line 135, ../sass/_solutions-component.scss */
  .solution-filter .tabset li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
/* line 145, ../sass/_solutions-component.scss */
.solution-filter .tabset li a {
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  /* line 145, ../sass/_solutions-component.scss */
  .solution-filter .tabset li a {
    padding: 20px 10px;
    margin-left: -20px;
    margin-right: -20px;
    background: #ffffff;
  }
}
/* line 155, ../sass/_solutions-component.scss */
.solution-filter .tabset a {
  display: block;
  padding: 35px 10px;
  position: relative;
  -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 163, ../sass/_solutions-component.scss */
.solution-filter .tabset li.active a, .solution-filter .tabset a:hover {
  text-decoration: none;
  background: #415464;
  color: #fff;
}
/* line 168, ../sass/_solutions-component.scss */
.solution-filter .tabset a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px 16px;
  margin-left: -16px;
  -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 183, ../sass/_solutions-component.scss */
.solution-filter .tabset li.active a:after, .solution-filter .tabset a:hover:after {
  border-color: rgba(65, 84, 100, 0);
  border-top-color: #415464;
}
@media only screen and (max-width: 767px) {
  /* line 183, ../sass/_solutions-component.scss */
  .solution-filter .tabset li.active a:after, .solution-filter .tabset a:hover:after {
    border: none;
  }
}
/* line 191, ../sass/_solutions-component.scss */
.solution-filter .col-lg-4 {
  min-height: 0px;
}
/* line 194, ../sass/_solutions-component.scss */
.solution-filter .application {
  display: none;
}

/* line 2, ../sass/_customer-component.scss */
.customer-component .slider-image {
  position: relative;
  overflow: hidden;
  color: #fff;
}
/* line 6, ../sass/_customer-component.scss */
.customer-component .slider-image .slide {
  overflow: hidden;
  position: relative;
}
/* line 9, ../sass/_customer-component.scss */
.customer-component .slider-image .slide > img {
  float: left;
  max-width: 100%;
  height: auto;
  margin: 5px 30px 30px 0;
}
/* line 15, ../sass/_customer-component.scss */
.customer-component .slider-image .slide:after {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(85%, rgba(0, 0, 0, 0.3)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
}
/* line 28, ../sass/_customer-component.scss */
.customer-component .slider-image .bg-stretch {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
/* line 31, ../sass/_customer-component.scss */
.customer-component .slider-image .bg-stretch img {
  width: 100%;
  height: auto;
}
/* line 36, ../sass/_customer-component.scss */
.customer-component .slider-image .content-section {
  padding: 70px 80px 70px;
  min-height: 350px;
  position: relative;
  z-index: 2;
}
/* line 43, ../sass/_customer-component.scss */
.customer-component .slider-image .content-section .rounded-more-wht-btn a:after {
  /* Targets only ie 10-11 */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 43, ../sass/_customer-component.scss */
  .customer-component .slider-image .content-section .rounded-more-wht-btn a:after {
    top: 50% !important;
  }
}
/* line 51, ../sass/_customer-component.scss */
.customer-component .slider-image h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
}
/* line 56, ../sass/_customer-component.scss */
.customer-component .slider-image h4 span {
  display: inline-block;
  position: relative;
}
/* line 59, ../sass/_customer-component.scss */
.customer-component .slider-image h4 span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  bottom: -6px;
  border-bottom: 2px solid #fff;
}
/* line 69, ../sass/_customer-component.scss */
.customer-component .slider-image h2 {
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 24px;
}
/* line 74, ../sass/_customer-component.scss */
.customer-component .slider-image p {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  color: #fff;
  overflow: hidden;
}
/* line 80, ../sass/_customer-component.scss */
.customer-component .slider-image p a {
  color: #ff681d;
  text-decoration: underline;
}
/* line 83, ../sass/_customer-component.scss */
.customer-component .slider-image p a:hover {
  color: #ff681d;
}
/* line 88, ../sass/_customer-component.scss */
.customer-component .slider-image .rounded-more-wht-btn {
  margin: 20px auto 0;
  clear: both;
}
/* line 93, ../sass/_customer-component.scss */
.customer-component .slider-image .slick-prev {
  left: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 98, ../sass/_customer-component.scss */
.customer-component .slider-image .slick-next {
  right: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 104, ../sass/_customer-component.scss */
.customer-component .slider-image:hover .slick-prev,
.customer-component .slider-image:hover .slick-next {
  opacity: 1;
}
@media only screen and (max-width: 1299px) {
  /* line 112, ../sass/_customer-component.scss */
  .customer-component .slider-image .content-section {
    padding: 45px 60px 30px;
  }
  /* line 114, ../sass/_customer-component.scss */
  .customer-component .slider-image .content-section img {
    float: none;
    display: block;
    margin: 0 30px 10px 0;
  }
  /* line 120, ../sass/_customer-component.scss */
  .customer-component .slider-image .slick-prev {
    left: 15px;
  }
  /* line 123, ../sass/_customer-component.scss */
  .customer-component .slider-image .slick-next {
    right: 15px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 130, ../sass/_customer-component.scss */
  .customer-component .slider-image .content-section {
    padding: 45px 50px 30px;
  }
  /* line 133, ../sass/_customer-component.scss */
  .customer-component .slider-image .slick-prev {
    left: 10px;
  }
  /* line 136, ../sass/_customer-component.scss */
  .customer-component .slider-image .slick-next {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 143, ../sass/_customer-component.scss */
  .customer-component .slider-image .slide {
    height: auto;
  }
  /* line 146, ../sass/_customer-component.scss */
  .customer-component .slider-image .content-section {
    padding: 45px 40px 40px;
    position: relative;
  }
  /* line 150, ../sass/_customer-component.scss */
  .customer-component .slider-image h2 {
    line-height: 1;
    font-size: 27px;
    margin: 0 0 22px;
  }
  /* line 155, ../sass/_customer-component.scss */
  .customer-component .slider-image .slick-prev {
    left: 5px;
    margin-top: -26px;
  }
  /* line 159, ../sass/_customer-component.scss */
  .customer-component .slider-image .slick-next {
    right: 5px;
    margin-top: -26px;
  }
  /* line 163, ../sass/_customer-component.scss */
  .customer-component .slider-image .rounded-more-wht-btn {
    margin: 30px auto 15px;
  }
}

/* line 169, ../sass/_customer-component.scss */
.single-box {
  min-height: 350px;
  color: #fff;
  background: #53a8d9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzYThkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzQzOTljYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzFjNzRhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzY0OTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #53a8d9 0%, #4399ca 25%, #1c74a6 75%, #0c6496 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53a8d9), color-stop(25%, #4399ca), color-stop(75%, #1c74a6), color-stop(100%, #0c6496));
  background: -webkit-linear-gradient(top, #53a8d9 0%, #4399ca 25%, #1c74a6 75%, #0c6496 100%);
  background: -o-linear-gradient(top, #53a8d9 0%, #4399ca 25%, #1c74a6 75%, #0c6496 100%);
  background: -ms-linear-gradient(top, #53a8d9 0%, #4399ca 25%, #1c74a6 75%, #0c6496 100%);
  background: linear-gradient(to bottom, #53a8d9 0%, #4399ca 25%, #1c74a6 75%, #0c6496 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a8d9', endColorstr='#0c6496',GradientType=0 );
}
/* line 181, ../sass/_customer-component.scss */
.single-box .component-pad {
  padding: 45px 35px 30px 50px;
}
/* line 184, ../sass/_customer-component.scss */
.single-box img {
  vertical-align: top;
  display: block;
  margin: 0 0 10px;
  max-width: 100%;
  height: auto;
}
/* line 191, ../sass/_customer-component.scss */
.single-box h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
}
/* line 196, ../sass/_customer-component.scss */
.single-box h4 span {
  display: inline-block;
  position: relative;
}
/* line 199, ../sass/_customer-component.scss */
.single-box h4 span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  bottom: -6px;
  border-bottom: 2px solid #fff;
}
/* line 209, ../sass/_customer-component.scss */
.single-box h2 {
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 24px;
}
/* line 214, ../sass/_customer-component.scss */
.single-box p {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  color: #fff;
  overflow: hidden;
  letter-spacing: -.8px;
}
/* line 222, ../sass/_customer-component.scss */
.single-box .rounded-more-wht-btn {
  margin: 30px auto 0;
  clear: both;
}
/* line 230, ../sass/_customer-component.scss */
.single-box .content-section .rounded-more-wht-btn a:after {
  /* Targets only ie 10-11 */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 230, ../sass/_customer-component.scss */
  .single-box .content-section .rounded-more-wht-btn a:after {
    top: 50% !important;
  }
}

/* line 1, ../sass/_visual-component.scss */
.visual-component {
  min-height: 400px;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1299px) {
  /* line 1, ../sass/_visual-component.scss */
  .visual-component {
    height: auto;
  }
}
/* line 8, ../sass/_visual-component.scss */
.visual-component .component-pad {
  display: table-cell;
  padding: 40px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  vertical-align: middle;
}
/* line 17, ../sass/_visual-component.scss */
.visual-component .component-pad .caption {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  white-space: normal;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 17, ../sass/_visual-component.scss */
  .visual-component .component-pad .caption {
    display: block;
  }
}
/* line 29, ../sass/_visual-component.scss */
.visual-component .component-pad .text-area {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 65%;
}
@media only screen and (max-width: 999px) {
  /* line 29, ../sass/_visual-component.scss */
  .visual-component .component-pad .text-area {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 29, ../sass/_visual-component.scss */
  .visual-component .component-pad .text-area {
    width: 100%;
    display: block;
  }
}
/* line 39, ../sass/_visual-component.scss */
.visual-component .component-pad .text-area header {
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  /* line 39, ../sass/_visual-component.scss */
  .visual-component .component-pad .text-area header {
    margin: 0 0 20px;
  }
}
/* line 45, ../sass/_visual-component.scss */
.visual-component .component-pad .text-area h1 {
  font-size: 48px;
  line-height: 1.1;
  margin: 0;
}
@media only screen and (max-width: 999px) {
  /* line 45, ../sass/_visual-component.scss */
  .visual-component .component-pad .text-area h1 {
    font-size: 34px;
  }
}
/* line 53, ../sass/_visual-component.scss */
.visual-component .component-pad .text-area h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (max-width: 999px) {
  /* line 53, ../sass/_visual-component.scss */
  .visual-component .component-pad .text-area h2 {
    font-size: 30px;
  }
}
/* line 62, ../sass/_visual-component.scss */
.visual-component .component-pad .text-area p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.4;
}
/* line 69, ../sass/_visual-component.scss */
.visual-component .component-pad .no-trial-link {
  width: 100%;
}
/* line 72, ../sass/_visual-component.scss */
.visual-component .component-pad .trial-area {
  position: absolute;
  top: 50px;
  right: 70px;
  width: 225px;
  height: 225px;
  border: 1px solid;
  color: #fff;
  border-radius: 50%;
  padding: 30px;
  margin-top: 30px;
  box-sizing: border-box;
  text-align: center;
  display: table;
}
/* line 88, ../sass/_visual-component.scss */
.visual-component .component-pad .trial-area:hover {
  background-color: #4D92BB;
}
/* line 92, ../sass/_visual-component.scss */
.visual-component .component-pad .trial-area .trial-content {
  display: table-cell;
  vertical-align: middle;
}
/* line 97, ../sass/_visual-component.scss */
.visual-component .component-pad .trial-area a {
  color: #fff;
}
/* line 99, ../sass/_visual-component.scss */
.visual-component .component-pad .trial-area a:hover {
  color: #fff;
  text-decoration: none;
}
/* line 104, ../sass/_visual-component.scss */
.visual-component .component-pad .trial-area h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -1.5px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (max-width: 1299px) {
  /* line 104, ../sass/_visual-component.scss */
  .visual-component .component-pad .trial-area h2 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 104, ../sass/_visual-component.scss */
  .visual-component .component-pad .trial-area h2 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
    margin: 4px 0;
  }
}
/* line 123, ../sass/_visual-component.scss */
.visual-component .component-pad .trial-area img {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  /* line 123, ../sass/_visual-component.scss */
  .visual-component .component-pad .trial-area img {
    width: 34px;
    height: auto;
  }
}
@media only screen and (max-width: 1299px) {
  /* line 72, ../sass/_visual-component.scss */
  .visual-component .component-pad .trial-area {
    font-size: 34px;
    line-height: 34px;
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 72, ../sass/_visual-component.scss */
  .visual-component .component-pad .trial-area {
    position: static;
    width: 120px;
    height: 120px;
    padding: 15px;
  }
}
/* line 145, ../sass/_visual-component.scss */
.visual-component .bg-stretch {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 153, ../sass/_visual-component.scss */
.visual-component .bg-stretch img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1, ../sass/_tabs-component.scss */
.tabs-component {
  position: relative;
  z-index: 20;
  background: #fff;
}
/* line 5, ../sass/_tabs-component.scss */
.tabs-component .tabset {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/_tabs-component.scss */
  .tabs-component .tabset {
    display: none;
  }
}
/* line 19, ../sass/_tabs-component.scss */
.tabs-component .tabset li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 21px;
  width: 20%;
  height: 100%;
}
/* line 26, ../sass/_tabs-component.scss */
.tabs-component .tabset li + li {
  border-left: 1px solid #eee;
}
@media only screen and (max-width: 1299px) {
  /* line 19, ../sass/_tabs-component.scss */
  .tabs-component .tabset li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 19, ../sass/_tabs-component.scss */
  .tabs-component .tabset li {
    display: block;
    border: 0 !important;
  }
}
/* line 37, ../sass/_tabs-component.scss */
.tabs-component .tabset a {
  display: block;
  padding: 35px 10px;
  position: relative;
  -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  height: 100%;
}
@media only screen and (max-width: 999px) {
  /* line 37, ../sass/_tabs-component.scss */
  .tabs-component .tabset a {
    padding: 20px 10px;
  }
}
/* line 46, ../sass/_tabs-component.scss */
.tabs-component .tabset a:after {
  /*display: none;*/
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px 16px;
  margin-left: -16px;
  -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 61, ../sass/_tabs-component.scss */
.tabs-component .tabset li.active a, .tabs-component .tabset a:hover {
  text-decoration: none;
  background: #415464;
  color: #fff;
}
/* line 66, ../sass/_tabs-component.scss */
.tabs-component .tabset li.active a:after, .tabs-component .tabset a:hover:after {
  border-color: rgba(65, 84, 100, 0);
  border-top-color: #415464;
}
/* line 72, ../sass/_tabs-component.scss */
.tabs-component a.opener {
  position: relative;
  display: none;
  padding: 20px 10px;
  text-align: center;
}
/* line 77, ../sass/_tabs-component.scss */
.tabs-component a.opener:after {
  display: none;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(65, 84, 100, 0);
  border-top-color: #415464;
  border-width: 10px 16px;
  margin-left: -16px;
}
@media only screen and (max-width: 767px) {
  /* line 72, ../sass/_tabs-component.scss */
  .tabs-component a.opener {
    display: block;
  }
}
/* line 96, ../sass/_tabs-component.scss */
.tabs-component .active a.opener,
.tabs-component a.opener:hover {
  text-decoration: none;
  background: #415464;
  color: #fff;
}
/* line 101, ../sass/_tabs-component.scss */
.tabs-component .active a.opener:after,
.tabs-component a.opener:hover:after {
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 105, ../sass/_tabs-component.scss */
  .tabs-component .single-tab {
    padding: 15px 0;
  }
}
/* line 110, ../sass/_tabs-component.scss */
.tabs-component .tab-content {
  padding: 70px 0 0;
}
@media only screen and (max-width: 999px) {
  /* line 110, ../sass/_tabs-component.scss */
  .tabs-component .tab-content {
    padding: 40px 0 0 0;
  }
}
/* line 115, ../sass/_tabs-component.scss */
.tabs-component .tab-content .two-columns {
  overflow: hidden;
}
/* line 117, ../sass/_tabs-component.scss */
.tabs-component .tab-content .two-columns > .blockquote {
  width: 33%;
}
@media only screen and (max-width: 999px) {
  /* line 117, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .two-columns > .blockquote {
    width: 100%;
  }
}
/* line 123, ../sass/_tabs-component.scss */
.tabs-component .tab-content .two-columns .text-wrap {
  width: 60%;
  float: left;
}
@media only screen and (max-width: 999px) {
  /* line 123, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .two-columns .text-wrap {
    width: 100%;
  }
}
/* line 131, ../sass/_tabs-component.scss */
.tabs-component .tab-content h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #415464;
  margin: 0 0 20px;
}
@media only screen and (max-width: 999px) {
  /* line 131, ../sass/_tabs-component.scss */
  .tabs-component .tab-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}
/* line 143, ../sass/_tabs-component.scss */
.tabs-component .tab-content p {
  color: #415464;
  margin: 0 0 10px;
  font-size: 18px;
}
@media only screen and (max-width: 999px) {
  /* line 143, ../sass/_tabs-component.scss */
  .tabs-component .tab-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
/* line 152, ../sass/_tabs-component.scss */
.tabs-component .tab-content .blockquote {
  float: right;
  width: 370px;
}
@media only screen and (max-width: 1299px) {
  /* line 152, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .blockquote {
    width: 270px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 152, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .blockquote {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
/* line 163, ../sass/_tabs-component.scss */
.tabs-component .tab-content .blockquote blockquote {
  margin: 0;
  font-style: normal;
}
/* line 167, ../sass/_tabs-component.scss */
.tabs-component .tab-content .blockquote q {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  color: #415464;
  margin: 0 0 40px;
}
/* line 175, ../sass/_tabs-component.scss */
.tabs-component .tab-content .blockquote q:before, .tabs-component .tab-content .blockquote q:after {
  content: "\201C";
  display: inline-block;
  vertical-align: top;
  font-size: 46px;
  color: #ff681d;
  width: 20px;
}
/* line 184, ../sass/_tabs-component.scss */
.tabs-component .tab-content .blockquote q:after {
  content: "\201D";
}
@media only screen and (max-width: 1299px) {
  /* line 167, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .blockquote q {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 167, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .blockquote q {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}
/* line 197, ../sass/_tabs-component.scss */
.tabs-component .tab-content .blockquote cite {
  display: block;
  color: #a8aca1;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  /* line 207, ../sass/_tabs-component.scss */
  .tabs-component .tab-content > div .panel {
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 214, ../sass/_tabs-component.scss */
  .tabs-component .tab-content > div {
    width: auto !important;
    display: block !important;
  }
  /* line 218, ../sass/_tabs-component.scss */
  .tabs-component .tab-content > div .opener {
    clear: both !important;
  }
  /* line 222, ../sass/_tabs-component.scss */
  .tabs-component .tab-content > div .panel {
    height: 0;
    width: 100%;
    overflow: hidden;
  }
  /* line 229, ../sass/_tabs-component.scss */
  .tabs-component .tab-content > div.open .panel {
    display: block;
    height: auto;
    margin-bottom: 0;
    border: 0;
  }
}
/* line 239, ../sass/_tabs-component.scss */
.tabs-component .tab-content .overview-list {
  overflow: hidden;
  margin: 0;
  padding: 50px 90px 0 0;
  list-style: none;
  color: #415464;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 1299px) {
  /* line 239, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .overview-list {
    padding: 50px 0 0 0;
  }
}
/* line 250, ../sass/_tabs-component.scss */
.tabs-component .tab-content .overview-list li {
  padding: 0 0 50px;
}
@media only screen and (max-width: 999px) {
  /* line 250, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .overview-list li {
    padding: 0 0 20px;
  }
}
/* line 255, ../sass/_tabs-component.scss */
.tabs-component .tab-content .overview-list li.nomargin {
  padding-bottom: 10px;
}
/* line 259, ../sass/_tabs-component.scss */
.tabs-component .tab-content .overview-list h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #415464;
  margin: 0 0 20px;
}
@media only screen and (max-width: 999px) {
  /* line 259, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .overview-list h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}
/* line 271, ../sass/_tabs-component.scss */
.tabs-component .tab-content .overview-list p {
  color: #415464;
  margin: 0 0 10px;
  font-size: 18px;
}
@media only screen and (max-width: 999px) {
  /* line 271, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .overview-list p {
    font-size: 14px;
    line-height: 20px;
  }
}
/* line 280, ../sass/_tabs-component.scss */
.tabs-component .tab-content .overview-list .text-wrap {
  padding-right: 0;
}
/* line 283, ../sass/_tabs-component.scss */
.tabs-component .tab-content .overview-list .list {
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
}
/* line 287, ../sass/_tabs-component.scss */
.tabs-component .tab-content .overview-list .list li {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
}
/* line 294, ../sass/_tabs-component.scss */
.tabs-component .tab-content .overview-list .list li.image-and-title {
  margin-left: -30px;
  padding-left: 0;
}
/* line 298, ../sass/_tabs-component.scss */
.tabs-component .tab-content .overview-list .list li.image-and-title:before {
  display: none;
}
@media only screen and (max-width: 999px) {
  /* line 301, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .overview-list .list li.image-and-title > img {
    display: block;
    float: none;
    width: 100%;
  }
}
/* line 309, ../sass/_tabs-component.scss */
.tabs-component .tab-content .overview-list .list li:before {
  background: #415464;
  border-radius: 50%;
  content: '';
  float: left;
  height: 4px;
  left: 0;
  margin-left: -15px;
  position: relative;
  top: 7px;
  width: 4px;
}
/* line 328, ../sass/_tabs-component.scss */
.tabs-component .tab-content .textimage-wrap.image-left .overview-list .list li.image-and-title > div {
  display: table;
}
/* line 331, ../sass/_tabs-component.scss */
.tabs-component .tab-content .textimage-wrap.image-left .overview-list .list li.image-and-title > div > h2 {
  display: inherit;
}
@media only screen and (min-width: 1000px) {
  /* line 331, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .textimage-wrap.image-left .overview-list .list li.image-and-title > div > h2 {
    margin-left: -45px;
  }
}
/* line 343, ../sass/_tabs-component.scss */
.tabs-component .accordion-item {
  line-height: 30px;
}
/* line 346, ../sass/_tabs-component.scss */
.tabs-component .tabset {
  margin-bottom: 20px;
}
/* line 349, ../sass/_tabs-component.scss */
.tabs-component .tab-content {
  padding: 0;
}
/* line 356, ../sass/_tabs-component.scss */
.tabs-component .tab-content .text-wrap h2, .tabs-component .tab-content .text-wrap h3, .tabs-component .tab-content .text-wrap h4 {
  color: #415464;
  font-weight: normal;
}
/* line 360, ../sass/_tabs-component.scss */
.tabs-component .tab-content .text-wrap h3 {
  font-size: 1.5em;
}
/* line 363, ../sass/_tabs-component.scss */
.tabs-component .tab-content .text-wrap h4 {
  font-size: 1.3em;
}
/* line 366, ../sass/_tabs-component.scss */
.tabs-component .tab-content .text-wrap p {
  line-height: 30px;
}
/* line 369, ../sass/_tabs-component.scss */
.tabs-component .tab-content .text-wrap a {
  color: #ff681d;
}
@media only screen and (max-width: 1299px) {
  /* line 355, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .text-wrap {
    width: 63%;
    padding: 0 30px 0 0;
  }
  /* line 375, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .text-wrap:first-child {
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  /* line 380, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .text-wrap:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 999px) {
  /* line 355, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .text-wrap {
    width: 100%;
  }
}
/* line 389, ../sass/_tabs-component.scss */
.tabs-component .tab-content .text-wrap > h2 {
  padding-top: 50px;
}
/* line 392, ../sass/_tabs-component.scss */
.tabs-component .tab-content .text-wrap .overview-list > li:after {
  display: none;
}
/* line 395, ../sass/_tabs-component.scss */
.tabs-component .tab-content .text-wrap li {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
  color: #415464;
  list-style: none;
}
/* line 403, ../sass/_tabs-component.scss */
.tabs-component .tab-content .text-wrap li:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #415464;
}
/* line 415, ../sass/_tabs-component.scss */
.tabs-component .tab-content .blockquote {
  padding-top: 50px;
  margin-left: 30px;
}
@media only screen and (max-width: 999px) {
  /* line 415, ../sass/_tabs-component.scss */
  .tabs-component .tab-content .blockquote {
    margin-left: 0px;
  }
}

/* line 6, ../sass/_press-release-page.scss */
.press-releases .tabs-component .tab-content .text-wrap b {
  display: inline-table;
  padding-top: 12px;
}
/* line 13, ../sass/_press-release-page.scss */
.press-releases .resultdiv {
  padding-bottom: 0px;
  border-bottom: 0px solid #2f3d49;
}
/* line 17, ../sass/_press-release-page.scss */
.press-releases .common-wrapper {
  padding: 30px 50px 60px 250px;
}
/* line 20, ../sass/_press-release-page.scss */
.press-releases .btm-padding {
  border-bottom: 1px solid #2f3d49;
  padding-bottom: 20px;
}
/* line 25, ../sass/_press-release-page.scss */
.press-releases .visual-component .component-pad {
  padding: 40px 40px 0px 40px;
}
/* line 30, ../sass/_press-release-page.scss */
.press-releases .parbase .module-reference {
  padding-top: 35px;
}

/* line 36, ../sass/_press-release-page.scss */
.spotlight-8col {
  padding: 2px;
}

/* line 1, ../sass/_contact-form-component.scss */
.contact-form-component {
  position: relative;
  z-index: 100;
  opacity: 1;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 2, ../sass/_contact-form-component.scss */
.contact-form-component textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
/* line 6, ../sass/_contact-form-component.scss */
.contact-form-component textarea:focus:-moz-placeholder {
  color: transparent;
}
/* line 10, ../sass/_contact-form-component.scss */
.contact-form-component textarea:focus::-moz-placeholder {
  color: transparent;
}
/* line 14, ../sass/_contact-form-component.scss */
.contact-form-component textarea:focus:-ms-input-placeholder {
  color: transparent;
}
/* line 22, ../sass/_contact-form-component.scss */
.contact-form-component.collapsed {
  height: 0;
  position: static;
  z-index: 0;
  opacity: 0;
}
/* line 29, ../sass/_contact-form-component.scss */
.contact-form-component.generic .form_row {
  margin-bottom: 10px;
}
/* line 32, ../sass/_contact-form-component.scss */
.contact-form-component.generic .common-wrapper {
  padding: 110px 25% 10px 35%;
}
/* line 35, ../sass/_contact-form-component.scss */
.contact-form-component.generic .title.section h1 {
  font-size: 36px;
  color: #415464;
  font-weight: 500;
  letter-spacing: -.8px;
  margin: 0 0 30px;
  line-height: 1.4;
}
/* line 43, ../sass/_contact-form-component.scss */
.contact-form-component.generic .parbase.richtext.section.text {
  width: 100%;
}
/* line 46, ../sass/_contact-form-component.scss */
.contact-form-component.generic .richtext .common-wrapper {
  padding: 50px 0 0 0;
}
/* line 49, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.dropdown {
  width: 100%;
  padding: 0px 15px 0px 0;
  margin: 0 0% 10px 0%;
}
/* line 54, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.text {
  width: 50%;
  padding: 0px 15px 0px 0;
  margin: 0 0% 10px 0%;
}
/* line 59, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.text.textarea {
  width: 100% !important;
}
/* line 61, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.text.textarea .form_leftcol {
  display: none;
}
/* line 65, ../sass/_contact-form-component.scss */
.contact-form-component.generic .g-recaptcha div div {
  margin: 0 auto;
}
/* line 68, ../sass/_contact-form-component.scss */
.contact-form-component.generic .captcha.section.reCAPTCHA {
  float: none;
  width: 100%;
}
/* line 71, ../sass/_contact-form-component.scss */
.contact-form-component.generic .captcha.section.reCAPTCHA .form_row {
  margin-bottom: 0;
}
/* line 75, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.radio {
  width: 100%;
  padding: 10px 0;
}
/* line 78, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.radio label {
  float: left;
  margin: 2px 0 0 0;
}
/* line 81, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.radio label:nth-child(1) {
  font-weight: 700;
}
/* line 85, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.radio .form_row {
  margin-bottom: 0;
}
/* line 87, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.radio .form_row:nth-child(1n+2) {
  margin: 0px 0px 0px 50px;
}
/* line 91, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.radio .form_leftcol {
  position: relative;
  margin-top: 0;
}
/* line 95, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.radio .form_rightcol {
  float: left;
  width: initial;
  margin: 0 20px 0 0;
}
/* line 99, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.radio .form_rightcol input {
  width: initial;
  margin: 2px;
  height: auto !important;
}
/* line 106, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.checkbox {
  width: 100%;
  padding: 0;
  margin: -20px 0 20px 0;
  height: 60px;
  padding-top: 12px;
}
/* line 112, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.checkbox label {
  float: left;
  margin: 1px 10px 0px 0;
}
/* line 115, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.checkbox label:nth-child(1) {
  font-weight: 700;
}
/* line 119, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.checkbox .form_row {
  margin-bottom: 0;
}
/* line 121, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.checkbox .form_row:nth-child(1n+2) {
  margin: 0px 0px 0px 50px;
}
/* line 125, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.checkbox .form_leftcol {
  margin-left: 0px;
  position: relative;
  margin-top: 0;
}
/* line 130, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.checkbox .form_rightcol {
  float: left;
  width: initial;
  margin: 0 20px 0 0;
}
/* line 134, ../sass/_contact-form-component.scss */
.contact-form-component.generic .section.checkbox .form_rightcol input {
  width: initial;
}
/* line 140, ../sass/_contact-form-component.scss */
.contact-form-component .common-wrapper {
  padding: 110px 40px 110px 250px;
  background: #f8f8f8;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  /* line 140, ../sass/_contact-form-component.scss */
  .contact-form-component .common-wrapper {
    padding: 80px 40px 60px 40px !important;
  }
}
/* line 149, ../sass/_contact-form-component.scss */
.contact-form-component .common-wrapper h2 {
  font-size: 36px;
  color: #415464;
  font-weight: 500;
  letter-spacing: -.8px;
  margin: 0 0 30px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  /* line 149, ../sass/_contact-form-component.scss */
  .contact-form-component .common-wrapper h2 {
    font-size: 28px;
  }
}
/* line 161, ../sass/_contact-form-component.scss */
.contact-form-component .common-wrapper p {
  font-size: 20px;
  font-weight: 300;
  color: #676767;
  max-width: 820px;
  margin: -20px auto 30px;
}
/* line 168, ../sass/_contact-form-component.scss */
.contact-form-component .common-wrapper form.contact-form {
  max-width: 1400px;
  margin: 0 auto;
}
/* line 172, ../sass/_contact-form-component.scss */
.contact-form-component .common-wrapper form.contact-form .inpt-box {
  width: 22.5%;
  margin: 0 1% 10px 1%;
}
/* line 178, ../sass/_contact-form-component.scss */
.contact-form-component .common-wrapper form.contact-form .inpt-box.full-lenght {
  width: 97% !important;
}
@media only screen and (max-width: 1299px) {
  /* line 172, ../sass/_contact-form-component.scss */
  .contact-form-component .common-wrapper form.contact-form .inpt-box {
    width: 22%;
  }
  /* line 184, ../sass/_contact-form-component.scss */
  .contact-form-component .common-wrapper form.contact-form .inpt-box input {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 999px) {
  /* line 172, ../sass/_contact-form-component.scss */
  .contact-form-component .common-wrapper form.contact-form .inpt-box {
    width: 47%;
    margin: 0 1%;
  }
}
@media only screen and (max-width: 520px) {
  /* line 172, ../sass/_contact-form-component.scss */
  .contact-form-component .common-wrapper form.contact-form .inpt-box {
    width: 100%;
  }
  /* line 195, ../sass/_contact-form-component.scss */
  .contact-form-component .common-wrapper form.contact-form .inpt-box.full-lenght {
    width: 100% !important;
  }
}
/* line 200, ../sass/_contact-form-component.scss */
.contact-form-component .common-wrapper form.contact-form .inpt-box .jcf-select {
  cursor: pointer;
}
/* line 208, ../sass/_contact-form-component.scss */
.contact-form-component .common-wrapper .close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 42px;
  height: 42px;
  color: #d7d7d7;
  font-size: 20px;
  line-height: 0;
  border: 4px solid #d7d7d7;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 222, ../sass/_contact-form-component.scss */
.contact-form-component .common-wrapper .close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 225, ../sass/_contact-form-component.scss */
.contact-form-component .common-wrapper .close i {
  line-height: 32px;
}

/* line 234, ../sass/_contact-form-component.scss */
.contact-form-component.htb-page {
  z-index: 40;
}

/* line 2, ../sass/_generic-form-component.scss */
.gated-form-right .hidden, .gated-form-bottom .hidden {
  display: block !important;
}
/* line 6, ../sass/_generic-form-component.scss */
.gated-form-right .section.reCAPTCHA, .gated-form-bottom .section.reCAPTCHA {
  text-align: -webkit-center;
}
@media only screen and (max-width: 999px) {
  /* line 6, ../sass/_generic-form-component.scss */
  .gated-form-right .section.reCAPTCHA, .gated-form-bottom .section.reCAPTCHA {
    text-align: none;
  }
}
/* line 12, ../sass/_generic-form-component.scss */
.gated-form-right .section.reCAPTCHA .grecaptcha-warning, .gated-form-bottom .section.reCAPTCHA .grecaptcha-warning {
  color: #ff0000;
}
/* line 17, ../sass/_generic-form-component.scss */
.gated-form-right .section.end .form_row_description, .gated-form-bottom .section.end .form_row_description {
  display: block !important;
}
/* line 22, ../sass/_generic-form-component.scss */
.gated-form-right .recaptchatable #recaptcha_response_field, .gated-form-bottom .recaptchatable #recaptcha_response_field {
  height: 20px !important;
  font-size: 15px !important;
}
/* line 27, ../sass/_generic-form-component.scss */
.gated-form-right .common-wrapper, .gated-form-bottom .common-wrapper {
  background: #fff !important;
}
@media only screen and (max-width: 767px) {
  /* line 27, ../sass/_generic-form-component.scss */
  .gated-form-right .common-wrapper, .gated-form-bottom .common-wrapper {
    text-align: left;
  }
}
/* line 33, ../sass/_generic-form-component.scss */
.gated-form-right form, .gated-form-bottom form {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: initial;
}
/* line 35, ../sass/_generic-form-component.scss */
.gated-form-right form .col-lg-12, .gated-form-bottom form .col-lg-12 {
  width: 100% !important;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 35, ../sass/_generic-form-component.scss */
  .gated-form-right form .col-lg-12, .gated-form-bottom form .col-lg-12 {
    padding: 0;
  }
}
/* line 42, ../sass/_generic-form-component.scss */
.gated-form-right form .col-lg-6, .gated-form-bottom form .col-lg-6 {
  width: 50% !important;
  margin: 0 !important;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  /* line 42, ../sass/_generic-form-component.scss */
  .gated-form-right form .col-lg-6, .gated-form-bottom form .col-lg-6 {
    width: 100% !important;
    padding: 0;
  }
}
/* line 52, ../sass/_generic-form-component.scss */
.gated-form-right form .form_row, .gated-form-bottom form .form_row {
  margin-bottom: 40px;
}
/* line 56, ../sass/_generic-form-component.scss */
.gated-form-right form .form_leftcol, .gated-form-bottom form .form_leftcol {
  position: absolute;
  margin-top: 45px;
}
/* line 59, ../sass/_generic-form-component.scss */
.gated-form-right form .form_leftcol .form_leftcollabel, .gated-form-bottom form .form_leftcol .form_leftcollabel {
  float: left;
}
/* line 62, ../sass/_generic-form-component.scss */
.gated-form-right form .form_leftcol .form_leftcolmark, .gated-form-bottom form .form_leftcol .form_leftcolmark {
  float: left;
  margin-left: 2px;
  line-height: 25px;
  color: #ED6100;
  font-size: 18px;
}
/* line 71, ../sass/_generic-form-component.scss */
.gated-form-right form label, .gated-form-bottom form label {
  float: left;
  margin: 2px 0 0 0;
  color: #415464;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  max-width: 100%;
  margin-right: 10px;
}
/* line 80, ../sass/_generic-form-component.scss */
.gated-form-right form label span, .gated-form-bottom form label span {
  color: #ff681d;
}
/* line 84, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol, .gated-form-bottom form .form_rightcol {
  width: 100%;
  margin: 0 0% 10px 0%;
  display: inline-block;
  vertical-align: top;
  color: #415564;
}
/* line 90, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol:after, .gated-form-bottom form .form_rightcol:after {
  display: block;
  clear: both;
  content: '';
  height: 0;
  visibility: hidden;
}
/* line 97, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol.full-lenght, .gated-form-bottom form .form_rightcol.full-lenght {
  width: 97% !important;
}
@media only screen and (max-width: 1299px) {
  /* line 102, ../sass/_generic-form-component.scss */
  .gated-form-right form .form_rightcol input, .gated-form-bottom form .form_rightcol input {
    font-size: 20px !important;
  }
}
/* line 107, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol input, .gated-form-bottom form .form_rightcol input {
  background: none;
  border: none;
  border-bottom: solid 1px #ccc;
  width: 100%;
  font-size: 28px;
  padding: 10px 0;
  height: 60px;
  border-radius: 0;
  color: #415464;
  font-weight: 300;
}
/* line 119, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol input:focus, .gated-form-bottom form .form_rightcol input:focus {
  outline: none;
}
/* line 122, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol input::-webkit-input-placeholder, .gated-form-bottom form .form_rightcol input::-webkit-input-placeholder {
  color: #cccccc;
}
/* line 125, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol input:-moz-placeholder, .gated-form-bottom form .form_rightcol input:-moz-placeholder {
  color: #cccccc;
}
/* line 128, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol input::-moz-placeholder, .gated-form-bottom form .form_rightcol input::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
/* line 132, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol input:-ms-input-placeholder, .gated-form-bottom form .form_rightcol input:-ms-input-placeholder {
  color: #cccccc;
}
/* line 136, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol .submit, .gated-form-right form .form_rightcol .form_button_submit, .gated-form-bottom form .form_rightcol .submit, .gated-form-bottom form .form_rightcol .form_button_submit {
  font-size: 14px !important;
  font-weight: 400;
  color: #415464;
  text-transform: uppercase;
  border: solid 1px #ccc;
  border-radius: 30px;
  position: relative;
  margin: 20px auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 45px !important;
  width: 130px !important;
  padding: 1px 32px 0 0 !important;
}
/* line 153, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol .jcf-select, .gated-form-bottom form .form_rightcol .jcf-select {
  font-weight: 300;
  font-size: 28px !important;
  color: #cccccc;
  margin: 0;
  width: 100%;
  padding: 10px 40px 4px 0;
  height: 60px;
  display: block;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  cursor: pointer;
}
/* line 170, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol .jcf-select .jcf-select-text, .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-text {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 176, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol .jcf-select .jcf-select-opener, .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-opener {
  border: solid transparent;
  border-color: rgba(65, 84, 100, 0);
  border-top-color: #415464;
  box-sizing: border-box;
  border-width: 7px 7px;
  top: 25px;
  width: 13px;
  position: absolute;
  right: 10px;
}
@media only screen and (max-width: 1299px) {
  /* line 176, ../sass/_generic-form-component.scss */
  .gated-form-right form .form_rightcol .jcf-select .jcf-select-opener, .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-opener {
    background-position: -219px -74px;
  }
}
/* line 190, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol .jcf-select .jcf-select-opener:before, .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-opener:before {
  content: " ";
  display: block;
  border: solid;
  border-color: #ffffff transparent transparent transparent;
  z-index: 2;
  width: 6px;
  height: 10px;
  position: absolute;
  top: -8px;
  left: -6px;
  border-width: 6px 6px;
}
@media only screen and (max-width: 1299px) {
  /* line 153, ../sass/_generic-form-component.scss */
  .gated-form-right form .form_rightcol .jcf-select, .gated-form-bottom form .form_rightcol .jcf-select {
    font-size: 22px !important;
    padding: 10px 22px 0 0;
  }
}
/* line 209, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol .jcf-hidden, .gated-form-bottom form .form_rightcol .jcf-hidden {
  position: absolute;
  left: -9999px;
  height: 1px;
  width: 1px;
  margin: 0px;
  border-width: 0px;
}
/* line 219, ../sass/_generic-form-component.scss */
.gated-form-right form .close, .gated-form-bottom form .close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 42px;
  height: 42px;
  color: #d7d7d7;
  font-size: 20px;
  line-height: 0;
  border: 4px solid #d7d7d7;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 233, ../sass/_generic-form-component.scss */
.gated-form-right form .close:hover, .gated-form-bottom form .close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 236, ../sass/_generic-form-component.scss */
.gated-form-right form .close i, .gated-form-bottom form .close i {
  line-height: 32px;
}
/* line 240, ../sass/_generic-form-component.scss */
.gated-form-right form textarea, .gated-form-bottom form textarea {
  width: 100%;
  padding: 10px;
  min-height: 100px;
  margin-top: 20px;
  border: 1px solid #cccccc;
}
/* line 246, ../sass/_generic-form-component.scss */
.gated-form-right form textarea.required::-webkit-input-placeholder:after, .gated-form-bottom form textarea.required::-webkit-input-placeholder:after {
  content: " *";
  color: #ED6100;
}
/* line 250, ../sass/_generic-form-component.scss */
.gated-form-right form textarea.required:-moz-placeholder:after, .gated-form-bottom form textarea.required:-moz-placeholder:after {
  content: " *";
  color: #ED6100;
}
/* line 254, ../sass/_generic-form-component.scss */
.gated-form-right form textarea.required::-moz-placeholder:after, .gated-form-bottom form textarea.required::-moz-placeholder:after {
  content: " *";
  color: #ED6100;
}
/* line 258, ../sass/_generic-form-component.scss */
.gated-form-right form textarea.required:-ms-input-placeholder:after, .gated-form-bottom form textarea.required:-ms-input-placeholder:after {
  content: " *";
  color: #ED6100;
}
/* line 263, ../sass/_generic-form-component.scss */
.gated-form-right form input, .gated-form-bottom form input {
  height: 45px !important;
  padding: 10px 0 0 0 !important;
  line-height: 29px !important;
}
/* line 269, ../sass/_generic-form-component.scss */
.gated-form-right form input:-webkit-autofill, .gated-form-bottom form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* line 272, ../sass/_generic-form-component.scss */
.gated-form-right form .jcf-select, .gated-form-bottom form .jcf-select {
  height: 45px !important;
}
/* line 274, ../sass/_generic-form-component.scss */
.gated-form-right form .jcf-select .jcf-select-text, .gated-form-bottom form .jcf-select .jcf-select-text {
  font-size: 28px;
  font-weight: 100;
}
@media only screen and (max-width: 1299px) {
  /* line 274, ../sass/_generic-form-component.scss */
  .gated-form-right form .jcf-select .jcf-select-text, .gated-form-bottom form .jcf-select .jcf-select-text {
    font-size: 20px !important;
  }
}
/* line 283, ../sass/_generic-form-component.scss */
.gated-form-right form .checkboxes, .gated-form-bottom form .checkboxes {
  text-align: left;
  padding-left: 8px;
  font-size: 15px;
  color: #415464;
  height: 35px;
}
@media only screen and (max-width: 767px) {
  /* line 283, ../sass/_generic-form-component.scss */
  .gated-form-right form .checkboxes, .gated-form-bottom form .checkboxes {
    height: 80px;
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    padding: 0;
  }
}
/* line 296, ../sass/_generic-form-component.scss */
.gated-form-right form .checkboxes .checkboxttl, .gated-form-bottom form .checkboxes .checkboxttl {
  font-weight: bold;
  float: left;
  margin-top: 21px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 302, ../sass/_generic-form-component.scss */
  .gated-form-right form .checkboxes span, .gated-form-bottom form .checkboxes span {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 308, ../sass/_generic-form-component.scss */
  .gated-form-right form .checkboxes label, .gated-form-bottom form .checkboxes label {
    width: 100%;
    display: block;
    height: 20px;
  }
}
/* line 316, ../sass/_generic-form-component.scss */
.gated-form-right form label.requiredlbl:after, .gated-form-bottom form label.requiredlbl:after {
  content: " *" !important;
  color: #ED6100;
}
/* line 320, ../sass/_generic-form-component.scss */
.gated-form-right form .form_row_description, .gated-form-bottom form .form_row_description {
  display: none;
}
/* line 323, ../sass/_generic-form-component.scss */
.gated-form-right form .g-recaptcha-container, .gated-form-bottom form .g-recaptcha-container {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 323, ../sass/_generic-form-component.scss */
  .gated-form-right form .g-recaptcha-container, .gated-form-bottom form .g-recaptcha-container {
    max-height: 74px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 329, ../sass/_generic-form-component.scss */
  .gated-form-right form .g-recaptcha-container .g-recaptcha div, .gated-form-bottom form .g-recaptcha-container .g-recaptcha div {
    max-height: 90px !important;
    overflow: hidden;
  }
}
/* line 334, ../sass/_generic-form-component.scss */
.gated-form-right form .g-recaptcha-container .g-recaptcha div div, .gated-form-bottom form .g-recaptcha-container .g-recaptcha div div {
  margin: 0 auto;
}
/* line 340, ../sass/_generic-form-component.scss */
.gated-form-right form .err-msg, .gated-form-bottom form .err-msg {
  color: #ff0000;
  margin-top: 10px;
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 340, ../sass/_generic-form-component.scss */
  .gated-form-right form .err-msg, .gated-form-bottom form .err-msg {
    margin-top: 30px;
  }
}
/* line 348, ../sass/_generic-form-component.scss */
.gated-form-right form .err-icon, .gated-form-bottom form .err-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  margin-top: 16px;
  margin-left: -20px;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 22px;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 348, ../sass/_generic-form-component.scss */
  .gated-form-right form .err-icon, .gated-form-bottom form .err-icon {
    margin-top: 0;
  }
}
/* line 367, ../sass/_generic-form-component.scss */
.gated-form-right form .end .form_row, .gated-form-bottom form .end .form_row {
  margin: 0 0 0 0;
}
/* line 369, ../sass/_generic-form-component.scss */
.gated-form-right form .end .form_row .form_rightcol, .gated-form-bottom form .end .form_row .form_rightcol {
  margin: 0 0 0 0;
}
/* line 373, ../sass/_generic-form-component.scss */
.gated-form-right form .end .form-error, .gated-form-bottom form .end .form-error {
  color: red;
}
/* line 383, ../sass/_generic-form-component.scss */
.gated-form-right form .section, .gated-form-bottom form .section {
  width: 33%;
  float: left;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  /* line 383, ../sass/_generic-form-component.scss */
  .gated-form-right form .section, .gated-form-bottom form .section {
    padding: 0;
  }
}
/* line 392, ../sass/_generic-form-component.scss */
.gated-form-right form .section.checkbox .form_row, .gated-form-bottom form .section.checkbox .form_row {
  margin-bottom: 20px;
  margin-top: 13px;
}
/* line 396, ../sass/_generic-form-component.scss */
.gated-form-right form .section.checkbox .form_leftcol, .gated-form-bottom form .section.checkbox .form_leftcol {
  margin-left: 20px;
  margin-top: 1px;
}
/* line 400, ../sass/_generic-form-component.scss */
.gated-form-right form .section.checkbox input[type="checkbox"], .gated-form-bottom form .section.checkbox input[type="checkbox"] {
  height: auto !important;
  margin: 0px;
  width: auto;
}
/* line 407, ../sass/_generic-form-component.scss */
.gated-form-right form .form_error, .gated-form-bottom form .form_error {
  color: #ff0000;
}
/* line 410, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol, .gated-form-bottom form .form_rightcol {
  text-align: center;
}
/* line 413, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol .required-label, .gated-form-bottom form .form_rightcol .required-label {
  height: 0;
  line-height: 0px;
  padding-top: 30px;
  position: relative;
}
/* line 419, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol .required-label:after, .gated-form-bottom form .form_rightcol .required-label:after {
  color: #ffb81d;
  content: "\f061";
  font: normal normal normal 12px/1 FontAwesome;
  left: 100px;
  position: absolute;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  top: 66px !important;
}
/* line 429, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol .required-label:before, .gated-form-bottom form .form_rightcol .required-label:before {
  border: 2px solid #ffb81d;
  border-radius: 50%;
  content: '';
  height: 21px;
  left: 94px;
  position: absolute;
  top: 62px !important;
  width: 21px;
}
/* line 440, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol .required-label .form_leftcolmark, .gated-form-bottom form .form_rightcol .required-label .form_leftcolmark {
  display: inline-block;
  color: #ED6100;
  font-size: 15px;
}
/* line 445, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol .required-label .required, .gated-form-bottom form .form_rightcol .required-label .required {
  display: inline-block;
  color: #ED6100;
}
/* line 452, ../sass/_generic-form-component.scss */
.gated-form-right form .end, .gated-form-bottom form .end {
  width: 100%;
  float: none;
}
/* line 457, ../sass/_generic-form-component.scss */
.gated-form-right .thankyou, .gated-form-bottom .thankyou {
  max-width: 600px;
  margin: 0 auto;
}
/* line 460, ../sass/_generic-form-component.scss */
.gated-form-right .thankyou h2, .gated-form-bottom .thankyou h2 {
  font-size: 22px;
}
/* line 463, ../sass/_generic-form-component.scss */
.gated-form-right .thankyou p, .gated-form-bottom .thankyou p {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 20px;
}
/* line 468, ../sass/_generic-form-component.scss */
.gated-form-right .thankyou .buttons, .gated-form-bottom .thankyou .buttons {
  overflow: hidden;
}
/* line 470, ../sass/_generic-form-component.scss */
.gated-form-right .thankyou .buttons div, .gated-form-bottom .thankyou .buttons div {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
/* line 474, ../sass/_generic-form-component.scss */
.gated-form-right .thankyou .buttons div a, .gated-form-bottom .thankyou .buttons div a {
  color: #415464 !important;
  border: solid 1px #ccc !important;
}
/* line 478, ../sass/_generic-form-component.scss */
.gated-form-right .thankyou .buttons div a:before, .gated-form-bottom .thankyou .buttons div a:before {
  border-color: #ffb81d;
}
/* line 481, ../sass/_generic-form-component.scss */
.gated-form-right .thankyou .buttons div a:after, .gated-form-bottom .thankyou .buttons div a:after {
  color: #ffb81d;
}
/* line 486, ../sass/_generic-form-component.scss */
.gated-form-right .thankyou .back, .gated-form-bottom .thankyou .back {
  margin-top: 20px;
}
/* line 488, ../sass/_generic-form-component.scss */
.gated-form-right .thankyou .back a, .gated-form-bottom .thankyou .back a {
  font-size: 14px;
  color: #ff681d;
}

/* line 500, ../sass/_generic-form-component.scss */
.gated-form-bottom form .form_rightcol .required-label {
  text-align: center;
}
/* line 503, ../sass/_generic-form-component.scss */
.gated-form-bottom form .form_rightcol .required-label:after {
  left: auto;
  right: auto;
  width: 21px;
  margin-left: -2px;
  top: 66px !important;
}
/* line 510, ../sass/_generic-form-component.scss */
.gated-form-bottom form .form_rightcol .required-label:before {
  left: auto;
  right: auto;
  margin-left: 65px;
  /* this targets ie10/11 */
  top: 62px !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 510, ../sass/_generic-form-component.scss */
  .gated-form-bottom form .form_rightcol .required-label:before {
    margin-left: 291px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 529, ../sass/_generic-form-component.scss */
  .gated-form-right div, .gated-form-right form {
    overflow: visible;
  }
  /* line 530, ../sass/_generic-form-component.scss */
  .gated-form-right #rcaptcha {
    margin-left: -40px;
    margin-right: -40px;
  }
  /* line 534, ../sass/_generic-form-component.scss */
  .gated-form-right #rcaptcha > div > div {
    margin: 0 auto;
  }
}
/* line 538, ../sass/_generic-form-component.scss */
.gated-form-right form .section {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  /* line 538, ../sass/_generic-form-component.scss */
  .gated-form-right form .section {
    border-left: #E4E4E4 1px solid;
    margin-left: 20px;
    padding-left: 40px;
  }
}
/* line 545, ../sass/_generic-form-component.scss */
.gated-form-right form .section h2 {
  font-size: 30px;
}
/* line 549, ../sass/_generic-form-component.scss */
.gated-form-right form .form_rightcol, .gated-form-right form .form_button_reset {
  text-align: left;
}
/* line 553, ../sass/_generic-form-component.scss */
.gated-form-right .g-recaptcha {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.89);
  -webkit-transform: scale(0.89);
}
@media only screen and (max-width: 1299px) {
  /* line 553, ../sass/_generic-form-component.scss */
  .gated-form-right .g-recaptcha {
    transform: scale(0.58);
    -webkit-transform: scale(0.58);
  }
}
@media only screen and (max-width: 999px) {
  /* line 553, ../sass/_generic-form-component.scss */
  .gated-form-right .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
  }
}
@media only screen and (max-width: 767px) {
  /* line 553, ../sass/_generic-form-component.scss */
  .gated-form-right .g-recaptcha {
    transform: scale(0.52);
    -webkit-transform: scale(0.52);
  }
}

/* line 573, ../sass/_generic-form-component.scss */
.forms-two-columns {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 573, ../sass/_generic-form-component.scss */
  .forms-two-columns {
    overflow: visible;
  }
}
/* line 578, ../sass/_generic-form-component.scss */
.forms-two-columns .left-column {
  width: 66%;
  float: left;
}
@media only screen and (max-width: 999px) {
  /* line 578, ../sass/_generic-form-component.scss */
  .forms-two-columns .left-column {
    width: 100%;
    float: none;
  }
}
/* line 586, ../sass/_generic-form-component.scss */
.forms-two-columns .right-column {
  width: 33%;
  float: right;
}
@media only screen and (max-width: 999px) {
  /* line 586, ../sass/_generic-form-component.scss */
  .forms-two-columns .right-column {
    width: 100%;
    float: none;
  }
}

/* line 597, ../sass/_generic-form-component.scss */
.generic-form-component .common-wrapper {
  background: #fff;
}
/* line 601, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou .rounded-clear-blue-btn a {
  background: #fff;
  margin-bottom: 20px;
}
/* line 606, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou .cta-links a {
  color: #ff681d;
  text-decoration: none;
}
/* line 610, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou .cta-links a:last-child {
  border-left: #667D94 solid 1px;
  margin-left: 5px;
  padding-left: 10px;
}
/* line 615, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou .cta-links a:first-child {
  border: none !important;
}
/* line 618, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou .cta-links a:hover {
  text-decoration: none;
}
/* line 622, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou p {
  color: #A8AAA0;
  margin-bottom: 20px;
}
/* line 627, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou-gated {
  text-align: left;
}
/* line 629, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou-gated h2 {
  font-size: 32px;
}
/* line 632, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou-gated p {
  margin: 0;
  color: #415464;
  font-size: 18px;
  margin-top: 10px;
  font-weight: normal;
  max-width: 890px;
}
/* line 640, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou-gated .thankyou-gated-top {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 75px;
  margin-bottom: 75px;
}
/* line 644, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou-gated .thankyou-gated-top .thankyou-gated-ttl {
  color: #A8ACA1;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 649, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou-gated .thankyou-gated-top .thankyou-gated-subttl {
  margin-bottom: 25px;
}
/* line 654, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou-gated .thankyou-gated-btm h2 {
  margin-bottom: 0;
  line-height: 28px;
}
/* line 658, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou-gated .thankyou-gated-btm p {
  margin-bottom: 80px;
}
/* line 664, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou-gated-video .video-link-play {
  position: relative;
  display: inline-block;
}
/* line 668, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou-gated-video .video-link-play:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: url(clientlibs_desktop/images/play.png) center center no-repeat;
  content: " ";
}
/* line 675, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou-gated-video .rte-video-link-play {
  position: relative;
  display: inline-block;
}
/* line 679, ../sass/_generic-form-component.scss */
.generic-form-component .thankyou-gated-video .rte-video-link-play:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: url(clientlibs_desktop/images/play.png) center center no-repeat;
  content: " ";
}

/* line 689, ../sass/_generic-form-component.scss */
.gated-form-bottom .title.section, .forms-two-columns .title.section {
  color: #a8aca1;
  font-size: 16px;
}
/* line 693, ../sass/_generic-form-component.scss */
.gated-form-bottom .title.section h1, .forms-two-columns .title.section h1 {
  margin-bottom: 5px;
}
/* line 698, ../sass/_generic-form-component.scss */
.gated-form-bottom .parbase.richtext.section.text .common-wrapper:after, .forms-two-columns .parbase.richtext.section.text .common-wrapper:after {
  clear: none;
  display: inline;
}
/* line 703, ../sass/_generic-form-component.scss */
.gated-form-bottom ul, .forms-two-columns ul {
  overflow: hidden;
  padding-left: 20px;
  margin-bottom: 0;
}
/* line 705, ../sass/_generic-form-component.scss */
.gated-form-bottom ul li, .forms-two-columns ul li {
  font-size: 18px;
  margin: 18px 0;
}
/* line 710, ../sass/_generic-form-component.scss */
.gated-form-bottom h4, .gated-form-bottom p, .forms-two-columns h4, .forms-two-columns p {
  color: #415464;
}
/* line 713, ../sass/_generic-form-component.scss */
.gated-form-bottom h4, .forms-two-columns h4 {
  font-size: 32px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 20px;
}
/* line 720, ../sass/_generic-form-component.scss */
.gated-form-bottom p, .forms-two-columns p {
  font-size: 18px;
}
/* line 723, ../sass/_generic-form-component.scss */
.gated-form-bottom p sub, .forms-two-columns p sub {
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
}
/* line 728, ../sass/_generic-form-component.scss */
.gated-form-bottom .image.section div img, .forms-two-columns .image.section div img {
  float: left;
  position: relative;
  margin: 10px 30px 10px 0;
  z-index: 50;
}

/* line 2, ../sass/_generic-form-component-forms.scss */
.forms .bar-orange-gradient {
  height: 7px;
}
/* line 6, ../sass/_generic-form-component-forms.scss */
.forms a {
  text-decoration: none !important;
  outline: none;
}
/* line 19, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .hidden, .forms .gated-form-bottom .hidden {
  display: block !important;
}
/* line 22, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .background-wrapper, .forms .gated-form-bottom .background-wrapper {
  background: none;
}
/* line 26, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .section.reCAPTCHA, .forms .gated-form-bottom .section.reCAPTCHA {
  text-align: -webkit-center;
}
@media only screen and (max-width: 999px) {
  /* line 26, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right .section.reCAPTCHA, .forms .gated-form-bottom .section.reCAPTCHA {
    text-align: none;
  }
}
/* line 32, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .section.reCAPTCHA .grecaptcha-warning, .forms .gated-form-bottom .section.reCAPTCHA .grecaptcha-warning {
  color: #ff0000;
}
/* line 37, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .section.end .form_row_description, .forms .gated-form-bottom .section.end .form_row_description {
  display: block !important;
}
/* line 42, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .recaptchatable #recaptcha_response_field, .forms .gated-form-bottom .recaptchatable #recaptcha_response_field {
  height: 20px !important;
  font-size: 15px !important;
}
/* line 47, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .common-wrapper, .forms .gated-form-bottom .common-wrapper {
  background: none !important;
}
@media only screen and (max-width: 767px) {
  /* line 47, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right .common-wrapper, .forms .gated-form-bottom .common-wrapper {
    text-align: left;
  }
}
/* line 53, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form, .forms .gated-form-bottom form {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: initial;
}
/* line 55, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .col-lg-12, .forms .gated-form-bottom form .col-lg-12 {
  width: 100% !important;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 55, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right form .col-lg-12, .forms .gated-form-bottom form .col-lg-12 {
    padding: 0;
  }
}
/* line 62, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .col-lg-6, .forms .gated-form-bottom form .col-lg-6 {
  width: 50% !important;
  margin: 0 !important;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  /* line 62, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right form .col-lg-6, .forms .gated-form-bottom form .col-lg-6 {
    width: 100% !important;
    padding: 0;
  }
}
/* line 72, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_row, .forms .gated-form-bottom form .form_row {
  margin-bottom: 0px;
}
/* line 76, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_leftcol, .forms .gated-form-bottom form .form_leftcol {
  position: absolute;
  margin-top: 1px;
  display: none;
}
/* line 80, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_leftcol .form_leftcollabel, .forms .gated-form-bottom form .form_leftcol .form_leftcollabel {
  float: left;
}
/* line 83, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_leftcol .form_leftcolmark, .forms .gated-form-bottom form .form_leftcol .form_leftcolmark {
  float: left;
  margin-left: 2px;
  line-height: 25px;
  color: #ED6100;
  font-size: 18px;
}
/* line 92, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form label, .forms .gated-form-bottom form label {
  float: left;
  margin: 0px 0 0 0;
  color: #000;
  font-weight: 400;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  max-width: 100%;
  margin-right: 1px;
}
/* line 104, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form label span, .forms .gated-form-bottom form label span {
  color: #ff681d;
}
/* line 108, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol, .forms .gated-form-bottom form .form_rightcol {
  width: 100%;
  margin: 0 0% 10px 0%;
  display: inline-block;
  vertical-align: top;
  color: #415564;
}
/* line 114, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol:after, .forms .gated-form-bottom form .form_rightcol:after {
  display: block;
  clear: both;
  content: '';
  height: 0;
  visibility: hidden;
}
/* line 121, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol.full-lenght, .forms .gated-form-bottom form .form_rightcol.full-lenght {
  width: 97% !important;
}
@media only screen and (max-width: 1299px) {
  /* line 126, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right form .form_rightcol input, .forms .gated-form-bottom form .form_rightcol input {
    font-size: 20px !important;
  }
}
/* line 131, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol input, .forms .gated-form-bottom form .form_rightcol input {
  background: #fff;
  border: none;
  border-bottom: none;
  width: 100%;
  font-size: 19px;
  padding: 10px 0;
  height: 60px;
  border-radius: 0;
  color: #415464;
  font-weight: 300;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
/* line 145, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol input:focus, .forms .gated-form-bottom form .form_rightcol input:focus {
  outline: none;
}
/* line 148, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol input::-webkit-input-placeholder, .forms .gated-form-bottom form .form_rightcol input::-webkit-input-placeholder {
  color: #415464;
}
/* line 151, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol input:-moz-placeholder, .forms .gated-form-bottom form .form_rightcol input:-moz-placeholder {
  color: #415464;
}
/* line 154, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol input::-moz-placeholder, .forms .gated-form-bottom form .form_rightcol input::-moz-placeholder {
  color: #415464;
  opacity: 1;
}
/* line 158, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol input:-ms-input-placeholder, .forms .gated-form-bottom form .form_rightcol input:-ms-input-placeholder {
  color: #415464;
}
/* line 162, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol .submit, .forms .gated-form-right form .form_rightcol .form_button_submit, .forms .gated-form-bottom form .form_rightcol .submit, .forms .gated-form-bottom form .form_rightcol .form_button_submit {
  font-style: normal;
  font-weight: 600;
  font-size: 34px !important;
  color: #fff;
  text-transform: uppercase;
  border: solid 1px #ccc;
  border-radius: 50px;
  position: relative;
  margin: 20px auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 100px !important;
  width: 100% !important;
  padding: 1px 32px 0 0 !important;
  margin-bottom: 40px;
  background-color: #ff681d !important;
  background: url(../../../content/dam/riverbed-www/en_US/Microsites/images/arrowicon.png) no-repeat right;
  background-size: 44px 43px;
  background-position: 95% 50%;
  cursor: pointer;
}
/* line 187, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol .jcf-select, .forms .gated-form-bottom form .form_rightcol .jcf-select {
  font-weight: 300;
  font-size: 28px !important;
  color: #415464;
  margin: 0;
  width: 100%;
  padding: 11px 40px 4px 3px;
  height: 60px;
  display: block;
  border-bottom: none;
  border-radius: 0;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  cursor: pointer;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
}
/* line 208, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol .jcf-select .jcf-select-text, .forms .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-text {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* line 214, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol .jcf-select .jcf-select-opener, .forms .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-opener {
  border: solid transparent;
  border-color: rgba(65, 84, 100, 0);
  border-top-color: #415464;
  box-sizing: border-box;
  border-width: 7px 7px;
  top: 20px;
  width: 13px;
  position: absolute;
  right: 10px;
}
@media only screen and (max-width: 1299px) {
  /* line 214, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right form .form_rightcol .jcf-select .jcf-select-opener, .forms .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-opener {
    background-position: -219px -74px;
  }
}
/* line 228, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol .jcf-select .jcf-select-opener:before, .forms .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-opener:before {
  content: " ";
  display: block;
  border: solid;
  border-color: #ffffff transparent transparent transparent;
  z-index: 2;
  width: 6px;
  height: 10px;
  position: absolute;
  top: -8px;
  left: -6px;
  border-width: 6px 6px;
}
@media only screen and (max-width: 1299px) {
  /* line 187, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right form .form_rightcol .jcf-select, .forms .gated-form-bottom form .form_rightcol .jcf-select {
    font-size: 22px !important;
    padding: 10px 22px 0 0;
  }
}
/* line 247, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol .jcf-hidden, .forms .gated-form-bottom form .form_rightcol .jcf-hidden {
  position: absolute;
  left: -9999px;
  height: 1px;
  width: 1px;
  margin: 0px;
  border-width: 0px;
}
/* line 257, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .close, .forms .gated-form-bottom form .close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 42px;
  height: 42px;
  color: #d7d7d7;
  font-size: 20px;
  line-height: 0;
  border: 4px solid #d7d7d7;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 271, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .close:hover, .forms .gated-form-bottom form .close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 274, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .close i, .forms .gated-form-bottom form .close i {
  line-height: 32px;
}
/* line 278, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form textarea, .forms .gated-form-bottom form textarea {
  width: 100%;
  padding: 10px;
  min-height: 100px;
  margin-top: 20px;
  border: 1px solid #cccccc;
}
/* line 284, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form textarea.required::-webkit-input-placeholder:after, .forms .gated-form-bottom form textarea.required::-webkit-input-placeholder:after {
  content: " *";
  color: #ED6100;
}
/* line 288, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form textarea.required:-moz-placeholder:after, .forms .gated-form-bottom form textarea.required:-moz-placeholder:after {
  content: " *";
  color: #ED6100;
}
/* line 292, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form textarea.required::-moz-placeholder:after, .forms .gated-form-bottom form textarea.required::-moz-placeholder:after {
  content: " *";
  color: #ED6100;
}
/* line 296, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form textarea.required:-ms-input-placeholder:after, .forms .gated-form-bottom form textarea.required:-ms-input-placeholder:after {
  content: " *";
  color: #ED6100;
}
/* line 301, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form input, .forms .gated-form-bottom form input {
  height: 45px !important;
  padding: 1px 0 0 3px !important;
  line-height: 29px !important;
}
/* line 307, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form input:-webkit-autofill, .forms .gated-form-bottom form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* line 310, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .jcf-select, .forms .gated-form-bottom form .jcf-select {
  height: 45px !important;
}
/* line 312, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .jcf-select .jcf-select-text, .forms .gated-form-bottom form .jcf-select .jcf-select-text {
  font-size: 20px;
  font-weight: 100;
}
@media only screen and (max-width: 1299px) {
  /* line 312, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right form .jcf-select .jcf-select-text, .forms .gated-form-bottom form .jcf-select .jcf-select-text {
    font-size: 20px !important;
  }
}
/* line 321, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .checkboxes, .forms .gated-form-bottom form .checkboxes {
  text-align: left;
  padding-left: 8px;
  font-size: 15px;
  color: #415464;
  height: 35px;
}
@media only screen and (max-width: 767px) {
  /* line 321, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right form .checkboxes, .forms .gated-form-bottom form .checkboxes {
    height: 80px;
    clear: both;
    overflow: hidden;
    margin-top: 10px;
    padding: 0;
  }
}
/* line 334, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .checkboxes .checkboxttl, .forms .gated-form-bottom form .checkboxes .checkboxttl {
  font-weight: bold;
  float: left;
  margin-top: 21px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 340, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right form .checkboxes span, .forms .gated-form-bottom form .checkboxes span {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 346, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right form .checkboxes label, .forms .gated-form-bottom form .checkboxes label {
    width: 100%;
    display: block;
    height: 20px;
  }
}
/* line 354, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form label.requiredlbl:after, .forms .gated-form-bottom form label.requiredlbl:after {
  content: " *" !important;
  color: #ED6100;
}
/* line 358, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_row_description, .forms .gated-form-bottom form .form_row_description {
  display: none;
}
/* line 361, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .g-recaptcha-container, .forms .gated-form-bottom form .g-recaptcha-container {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 361, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right form .g-recaptcha-container, .forms .gated-form-bottom form .g-recaptcha-container {
    max-height: 74px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 367, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right form .g-recaptcha-container .g-recaptcha div, .forms .gated-form-bottom form .g-recaptcha-container .g-recaptcha div {
    max-height: 90px !important;
    overflow: hidden;
  }
}
/* line 372, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .g-recaptcha-container .g-recaptcha div div, .forms .gated-form-bottom form .g-recaptcha-container .g-recaptcha div div {
  margin: 0 auto;
}
/* line 378, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .err-msg, .forms .gated-form-bottom form .err-msg {
  color: #ff0000;
  margin-top: 10px;
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 378, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right form .err-msg, .forms .gated-form-bottom form .err-msg {
    margin-top: 30px;
  }
}
/* line 386, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .err-icon, .forms .gated-form-bottom form .err-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  margin-top: 16px;
  margin-left: -20px;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 22px;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 386, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right form .err-icon, .forms .gated-form-bottom form .err-icon {
    margin-top: 0;
  }
}
/* line 405, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .end .form_row, .forms .gated-form-bottom form .end .form_row {
  margin: 0 0 0 0;
}
/* line 407, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .end .form_row .form_rightcol, .forms .gated-form-bottom form .end .form_row .form_rightcol {
  margin: 0 0 0 0;
}
/* line 411, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .end .form-error, .forms .gated-form-bottom form .end .form-error {
  color: red;
}
/* line 421, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .section, .forms .gated-form-bottom form .section {
  width: 33%;
  float: left;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  /* line 421, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right form .section, .forms .gated-form-bottom form .section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 431, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .section.checkbox .form_row, .forms .gated-form-bottom form .section.checkbox .form_row {
  margin-bottom: 20px;
  margin-top: 13px;
}
/* line 435, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .section.checkbox .form_leftcol, .forms .gated-form-bottom form .section.checkbox .form_leftcol {
  margin-left: 20px;
  margin-top: 1px;
}
/* line 439, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .section.checkbox input[type="checkbox"], .forms .gated-form-bottom form .section.checkbox input[type="checkbox"] {
  height: auto !important;
  margin: 0px;
  width: auto;
}
/* line 446, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_error, .forms .gated-form-bottom form .form_error {
  color: #ff0000;
}
/* line 449, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol, .forms .gated-form-bottom form .form_rightcol {
  text-align: center;
}
/* line 452, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol .required-label, .forms .gated-form-bottom form .form_rightcol .required-label {
  height: 0;
  line-height: 0px;
  padding-top: 6px;
  position: relative;
  text-align: right;
  color: #415464;
  padding-bottom: 14px;
}
/* line 461, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol .required-label:after, .forms .gated-form-bottom form .form_rightcol .required-label:after {
  color: #ffb81d;
  content: "\f061";
  font: normal normal normal 12px/1 FontAwesome;
  left: 100px;
  position: absolute;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  top: 66px !important;
}
/* line 471, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol .required-label:before, .forms .gated-form-bottom form .form_rightcol .required-label:before {
  border: 2px solid #ffb81d;
  border-radius: 50%;
  content: '';
  height: 21px;
  left: 94px;
  position: absolute;
  top: 62px !important;
  width: 21px;
}
/* line 482, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol .required-label .form_leftcolmark, .forms .gated-form-bottom form .form_rightcol .required-label .form_leftcolmark {
  display: inline-block;
  color: #415464;
  font-size: 12px;
}
/* line 487, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol .required-label .required, .forms .gated-form-bottom form .form_rightcol .required-label .required {
  display: inline-block;
  color: #415464;
  font-size: 12px;
}
/* line 495, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .end, .forms .gated-form-bottom form .end {
  width: 100%;
  float: none;
}
/* line 500, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .thankyou, .forms .gated-form-bottom .thankyou {
  max-width: 600px;
  margin: 0 auto;
}
/* line 503, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .thankyou h2, .forms .gated-form-bottom .thankyou h2 {
  font-size: 22px;
}
/* line 506, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .thankyou p, .forms .gated-form-bottom .thankyou p {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 20px;
}
/* line 511, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .thankyou .buttons, .forms .gated-form-bottom .thankyou .buttons {
  overflow: hidden;
}
/* line 513, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .thankyou .buttons div, .forms .gated-form-bottom .thankyou .buttons div {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
/* line 517, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .thankyou .buttons div a, .forms .gated-form-bottom .thankyou .buttons div a {
  color: #415464 !important;
  border: solid 1px #ccc !important;
}
/* line 521, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .thankyou .buttons div a:before, .forms .gated-form-bottom .thankyou .buttons div a:before {
  border-color: #ffb81d;
}
/* line 524, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .thankyou .buttons div a:after, .forms .gated-form-bottom .thankyou .buttons div a:after {
  color: #ffb81d;
}
/* line 529, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .thankyou .back, .forms .gated-form-bottom .thankyou .back {
  margin-top: 20px;
}
/* line 531, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .thankyou .back a, .forms .gated-form-bottom .thankyou .back a {
  font-size: 14px;
  color: #ff681d;
}
/* line 543, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-bottom form .form_rightcol .required-label {
  text-align: center;
}
/* line 546, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-bottom form .form_rightcol .required-label:after {
  left: auto;
  right: auto;
  width: 21px;
  margin-left: -2px;
  top: 66px !important;
}
/* line 553, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-bottom form .form_rightcol .required-label:before {
  left: auto;
  right: auto;
  margin-left: 65px;
  /* this targets ie10/11 */
  top: 62px !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 553, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-bottom form .form_rightcol .required-label:before {
    margin-left: 291px;
  }
}
/* line 570, ../sass/_generic-form-component-forms.scss */
.forms .formnote {
  font-size: 16px !important;
  float: right;
}
/* line 578, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .section {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  /* line 578, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right .section {
    border-left: none;
    margin-left: 0px;
    padding-left: 42px;
    padding-right: 42px;
  }
}
/* line 586, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .section h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  color: #415464;
}
@media only screen and (max-width: 767px) {
  /* line 596, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right div, .forms .gated-form-right form {
    overflow: visible;
  }
  /* line 597, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right #rcaptcha {
    margin-left: -40px;
    margin-right: -40px;
  }
  /* line 601, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right #rcaptcha > div > div {
    margin: 0 auto;
  }
}
/* line 605, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .section {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  /* line 605, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right form .section {
    border-left: none;
    margin-left: 0px;
    padding-left: 42px;
    padding-right: 42px;
  }
}
/* line 613, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .section h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
/* line 620, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right form .form_rightcol, .forms .gated-form-right form .form_button_reset {
  text-align: left;
}
/* line 624, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-right .g-recaptcha {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.89);
  -webkit-transform: scale(0.89);
}
@media only screen and (max-width: 1299px) {
  /* line 624, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right .g-recaptcha {
    transform: scale(0.58);
    -webkit-transform: scale(0.58);
  }
}
@media only screen and (max-width: 999px) {
  /* line 624, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
  }
}
@media only screen and (max-width: 767px) {
  /* line 624, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-right .g-recaptcha {
    transform: scale(0.52);
    -webkit-transform: scale(0.52);
  }
}
/* line 645, ../sass/_generic-form-component-forms.scss */
.forms .forms-two-columns {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 645, ../sass/_generic-form-component-forms.scss */
  .forms .forms-two-columns {
    overflow: visible;
  }
}
/* line 650, ../sass/_generic-form-component-forms.scss */
.forms .forms-two-columns .left-column {
  width: 66%;
  float: left;
  padding-top: 20px;
  padding-right: 45px;
}
@media only screen and (max-width: 999px) {
  /* line 650, ../sass/_generic-form-component-forms.scss */
  .forms .forms-two-columns .left-column {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}
/* line 661, ../sass/_generic-form-component-forms.scss */
.forms .forms-two-columns .right-column {
  width: 33%;
  float: right;
}
@media only screen and (max-width: 999px) {
  /* line 661, ../sass/_generic-form-component-forms.scss */
  .forms .forms-two-columns .right-column {
    width: 100%;
    float: none;
  }
}
/* line 670, ../sass/_generic-form-component-forms.scss */
.forms .forms-two-columns {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 670, ../sass/_generic-form-component-forms.scss */
  .forms .forms-two-columns {
    overflow: visible;
  }
}
/* line 675, ../sass/_generic-form-component-forms.scss */
.forms .forms-two-columns .left-column {
  width: 60%;
  float: left;
  padding-top: 30px;
}
@media only screen and (max-width: 999px) {
  /* line 675, ../sass/_generic-form-component-forms.scss */
  .forms .forms-two-columns .left-column {
    width: 100%;
    float: none;
  }
}
/* line 684, ../sass/_generic-form-component-forms.scss */
.forms .forms-two-columns .right-column {
  width: 40%;
  float: right;
  background: #e7ebee;
  padding-top: 40px;
}
@media only screen and (max-width: 999px) {
  /* line 684, ../sass/_generic-form-component-forms.scss */
  .forms .forms-two-columns .right-column {
    width: 100%;
    float: none;
  }
}
/* line 696, ../sass/_generic-form-component-forms.scss */
.forms div.rounded-clear-blue-btn a:after {
  content: url(clientlibs_desktop/css/Icons/download.png);
  width: 68px;
  color: #fff;
  margin-top: -20px;
}
/* line 704, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .common-wrapper {
  background: none;
}
/* line 708, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou .rounded-clear-blue-btn a {
  background: #fff;
  margin-bottom: 20px;
}
/* line 713, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou .cta-links a {
  color: #ff681d;
  text-decoration: none;
}
/* line 717, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou .cta-links a:last-child {
  border-left: #667D94 solid 1px;
  margin-left: 5px;
  padding-left: 10px;
}
/* line 722, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou .cta-links a:first-child {
  border: none !important;
}
/* line 725, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou .cta-links a:hover {
  text-decoration: none;
}
/* line 729, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou p {
  color: #415464;
  margin-bottom: 20px;
  font-size: 34px !important;
  font-weight: 300 !important;
}
/* line 736, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou-gated {
  text-align: left;
}
/* line 738, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou-gated h2 {
  font-size: 32px;
}
/* line 741, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou-gated p {
  margin: 0;
  color: #415464;
  font-size: 18px;
  margin-top: 10px;
  font-weight: normal;
  max-width: 890px;
}
/* line 749, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou-gated .thankyou-gated-top {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 75px;
  margin-bottom: 75px;
}
/* line 753, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou-gated .thankyou-gated-top .thankyou-gated-ttl {
  color: #A8ACA1;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 758, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou-gated .thankyou-gated-top .thankyou-gated-subttl {
  margin-bottom: 25px;
}
/* line 763, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou-gated .thankyou-gated-btm h2 {
  margin-bottom: 0;
  line-height: 28px;
}
/* line 767, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou-gated .thankyou-gated-btm p {
  margin-bottom: 80px;
}
/* line 773, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou-gated-video .video-link-play {
  position: relative;
  display: inline-block;
}
/* line 777, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou-gated-video .video-link-play:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: url(clientlibs_desktop/images/play.png) center center no-repeat;
  content: " ";
}
/* line 784, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou-gated-video .rte-video-link-play {
  position: relative;
  display: inline-block;
}
/* line 788, ../sass/_generic-form-component-forms.scss */
.forms .generic-form-component .thankyou-gated-video .rte-video-link-play:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: url(clientlibs_desktop/images/play.png) center center no-repeat;
  content: " ";
}
/* line 796, ../sass/_generic-form-component-forms.scss */
.forms .bluebar {
  height: 10px;
  width: 100%;
  background: #5b7e96;
}
/* line 801, ../sass/_generic-form-component-forms.scss */
.forms .quote {
  border: 3px solid #e8ecef;
  width: 100%;
  padding: 25px;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 30px !important;
  display: inline-block;
}
/* line 810, ../sass/_generic-form-component-forms.scss */
.forms .quote span.OrangeText {
  color: #FF671B;
  font-weight: 400;
  font-size: 30px;
}
/* line 815, ../sass/_generic-form-component-forms.scss */
.forms .quote p {
  width: 100%;
  padding: 0px;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 30px !important;
  display: inline-block;
  margin: 0px;
}
/* line 825, ../sass/_generic-form-component-forms.scss */
.forms .quote .logosection {
  margin-top: 30px;
}
/* line 827, ../sass/_generic-form-component-forms.scss */
.forms .quote .logosection .imgsection {
  width: 49%;
  margin: 0 auto;
  float: left;
  padding: 30px;
  text-align: right;
}
@media only screen and (max-width: 650px) {
  /* line 827, ../sass/_generic-form-component-forms.scss */
  .forms .quote .logosection .imgsection {
    width: 100%;
    margin: 0 auto;
    float: left;
    padding: 10px;
    text-align: left;
  }
}
/* line 841, ../sass/_generic-form-component-forms.scss */
.forms .quote .logosection .noborderpad {
  border-left: none !important;
  padding-left: 0px !important;
}
/* line 846, ../sass/_generic-form-component-forms.scss */
.forms .quote .logosection .logoinfo {
  width: 51%;
  margin: 0 auto;
  float: left;
  padding: 30px;
  text-align: left;
  border-left: 2px solid #303030;
}
@media only screen and (max-width: 650px) {
  /* line 846, ../sass/_generic-form-component-forms.scss */
  .forms .quote .logosection .logoinfo {
    width: 100%;
    margin: 0 auto;
    float: left;
    padding: 10px;
    text-align: left;
    border-left: none;
  }
}
/* line 862, ../sass/_generic-form-component-forms.scss */
.forms .quote .logosection .logoinfo div {
  color: #415464;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
/* line 869, ../sass/_generic-form-component-forms.scss */
.forms .quote .logosection .logoinfo .semi {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
/* line 877, ../sass/_generic-form-component-forms.scss */
.forms .quotesignStart {
  color: #ff681d;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  vertical-align: top;
}
/* line 886, ../sass/_generic-form-component-forms.scss */
.forms .quotesign {
  color: #ff681d;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}
/* line 892, ../sass/_generic-form-component-forms.scss */
.forms .linkedin {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 6px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  /* line 901, ../sass/_generic-form-component-forms.scss */
  .forms .text-wrap {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 907, ../sass/_generic-form-component-forms.scss */
  .forms .partnerstrip {
    padding-left: 20px;
    background: #eee;
  }
}
/* line 913, ../sass/_generic-form-component-forms.scss */
.forms .partnerstrip h2 {
  color: #415464;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  margin: 0 0 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  padding-top: 50px;
}
/* line 925, ../sass/_generic-form-component-forms.scss */
.forms .partnerstrip .imgclass {
  width: 25%;
  float: left;
  padding-top: 25px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  /* line 925, ../sass/_generic-form-component-forms.scss */
  .forms .partnerstrip .imgclass {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 925, ../sass/_generic-form-component-forms.scss */
  .forms .partnerstrip .imgclass {
    width: 100%;
    text-align: center;
  }
}
/* line 940, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-bottom .title.section, .forms .forms-two-columns .title.section {
  color: #415464;
  font-size: 16px;
}
/* line 944, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-bottom .title.section h1, .forms .forms-two-columns .title.section h1 {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 944, ../sass/_generic-form-component-forms.scss */
  .forms .gated-form-bottom .title.section h1, .forms .forms-two-columns .title.section h1 {
    margin: 0 20px;
    margin-bottom: 5px;
  }
}
/* line 955, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-bottom .parbase.richtext.section.text .common-wrapper:after, .forms .forms-two-columns .parbase.richtext.section.text .common-wrapper:after {
  clear: none;
  display: inline;
}
/* line 960, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-bottom ul, .forms .forms-two-columns ul {
  overflow: hidden;
  padding-left: 25px;
  margin-bottom: 0;
}
/* line 962, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-bottom ul li, .forms .forms-two-columns ul li {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin: 18px 0;
  color: #415464;
}
/* line 971, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-bottom h4, .forms .gated-form-bottom p, .forms .forms-two-columns h4, .forms .forms-two-columns p {
  color: #415464;
}
/* line 974, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-bottom h4, .forms .forms-two-columns h4 {
  font-size: 32px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 20px;
}
/* line 980, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-bottom h3, .forms .forms-two-columns h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700 !important;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 990, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-bottom p, .forms .forms-two-columns p {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
}
/* line 996, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-bottom p sub, .forms .forms-two-columns p sub {
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
}
/* line 997, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-bottom p b, .forms .forms-two-columns p b {
  font-style: normal;
  font-weight: 600;
}
/* line 1004, ../sass/_generic-form-component-forms.scss */
.forms .gated-form-bottom .image.section div img, .forms .forms-two-columns .image.section div img {
  float: left;
  position: relative;
  margin: 10px 30px 10px 0;
  z-index: 50;
}
/* line 1014, ../sass/_generic-form-component-forms.scss */
.forms .letsconnect {
  background: #e7ebee !important;
}
/* line 1016, ../sass/_generic-form-component-forms.scss */
.forms .letsconnect h3 {
  background: #e7ebee !important;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
  font-weight: normal;
  vertical-align: middle;
  padding-top: 12px;
}
/* line 1028, ../sass/_generic-form-component-forms.scss */
.forms .ltdata {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 1032, ../sass/_generic-form-component-forms.scss */
.forms .ltdata div {
  float: left;
}
/* line 1035, ../sass/_generic-form-component-forms.scss */
.forms .ltdata img {
  padding-left: 44px;
}
@media only screen and (max-width: 999px) {
  /* line 1039, ../sass/_generic-form-component-forms.scss */
  .forms .ltdata div:first-child {
    width: 100%;
  }
  /* line 1042, ../sass/_generic-form-component-forms.scss */
  .forms .ltdata div h3 {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1028, ../sass/_generic-form-component-forms.scss */
  .forms .ltdata {
    margin: 0 20px;
  }
  /* line 1048, ../sass/_generic-form-component-forms.scss */
  .forms .ltdata div h3 {
    text-align: center;
  }
}
/* line 1055, ../sass/_generic-form-component-forms.scss */
.forms .explorervbd .bldtxt {
  margin-bottom: 0px;
}
/* line 1058, ../sass/_generic-form-component-forms.scss */
.forms .explorervbd p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-top: 12px;
}
/* line 1068, ../sass/_generic-form-component-forms.scss */
.forms .usecase {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}
@media only screen and (min-width: 1300px) {
  /* line 1076, ../sass/_generic-form-component-forms.scss */
  .forms .usecase .col-lg-4 {
    width: 30%;
    margin-right: 4%;
  }
  /* line 1079, ../sass/_generic-form-component-forms.scss */
  .forms .usecase .col-lg-4:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1085, ../sass/_generic-form-component-forms.scss */
  .forms .usecase .col-lg-4 {
    width: 50%;
    margin-right: 1%;
    padding-bottom: 15px;
  }
  /* line 1089, ../sass/_generic-form-component-forms.scss */
  .forms .usecase .col-lg-4:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 676px) {
  /* line 1095, ../sass/_generic-form-component-forms.scss */
  .forms .usecase .col-lg-4 {
    width: 100%;
    margin-right: 4%;
  }
  /* line 1098, ../sass/_generic-form-component-forms.scss */
  .forms .usecase .col-lg-4:last-child {
    margin-right: 0%;
  }
}
/* line 1103, ../sass/_generic-form-component-forms.scss */
.forms .usecase h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #415464;
}
/* line 1109, ../sass/_generic-form-component-forms.scss */
.forms .usecase h2 a {
  color: #415464;
}
/* line 1113, ../sass/_generic-form-component-forms.scss */
.forms .usecase p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
/* line 1122, ../sass/_generic-form-component-forms.scss */
.forms .usecase .heading-component h2 {
  font-style: normal !important;
  color: #000 !important;
  font-size: 34px !important;
  font-weight: 600 !important;
  text-align: left !important;
  margin-bottom: 76px !important;
}
/* line 1131, ../sass/_generic-form-component-forms.scss */
.forms .usecase .heading-component p {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  text-align: left !important;
  padding: 0px !important;
  margin: 0px !important;
  color: #415464 !important;
  margin-top: 12px !important;
  max-width: 90% !important;
}
/* line 1145, ../sass/_generic-form-component-forms.scss */
.forms .solutions-component {
  border: 4px solid #5b7e96;
}
/* line 1147, ../sass/_generic-form-component-forms.scss */
.forms .solutions-component:after {
  border-top: 15px solid #5b7e96;
}
/* line 1152, ../sass/_generic-form-component-forms.scss */
.forms .thankyou {
  background: #fff;
  padding-top: 30px;
}
/* line 1156, ../sass/_generic-form-component-forms.scss */
.forms .thankyou h2 {
  font-size: 34px !important;
  font-style: normal;
  font-weight: 600;
  color: #415464;
}
/* line 1162, ../sass/_generic-form-component-forms.scss */
.forms .thankyou h2 b {
  font-size: 34px !important;
  font-style: normal;
  font-weight: 600;
}
/* line 1168, ../sass/_generic-form-component-forms.scss */
.forms .thankyou .common-wrapper {
  padding-left: 40px !important;
  padding-bottom: 20px !important;
}
/* line 1172, ../sass/_generic-form-component-forms.scss */
.forms .thankyou .rounded-clear-blue-btn a {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  border: solid 1px #ccc;
  border-radius: 50px;
  position: relative;
  margin: 20px auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 100px;
  width: 60%;
  padding: 30px 32px 0 0 !important;
  margin-bottom: 40px;
  background-color: #ff681d !important;
  background: url("../../../content/dam/riverbed-www/en_US/Microsites/images/download.png") no-repeat right;
  background-size: 44px 43px;
  background-position: 85% 50%;
}
@media only screen and (max-width: 999px) {
  /* line 1172, ../sass/_generic-form-component-forms.scss */
  .forms .thankyou .rounded-clear-blue-btn a {
    right: 25px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 1200, ../sass/_generic-form-component-forms.scss */
  .forms .thankyou .rounded-clear-blue-btn a {
    font-style: normal;
    font-weight: 700;
    font-size: 22px !important;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #ccc;
    border-radius: 50px;
    position: relative;
    margin: 20px auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 75px !important;
    width: 340px !important;
    padding: 27px 32px 0 0 !important;
    margin-top: 55px;
    margin-bottom: 40px;
    background-color: #ff681d !important;
    background: url("../../../content/dam/riverbed-www/en_US/Microsites/images/arrowicon.png") no-repeat right;
    background-size: 40px 40px !important;
    background-position: 97% 50% !important;
  }
}
/* line 1225, ../sass/_generic-form-component-forms.scss */
.forms .at-icon-wrapper {
  line-height: 32px;
  height: 70px !important;
  width: 70px !important;
  border-radius: 60px !important;
  background-color: #e7ebee !important;
}
/* line 1233, ../sass/_generic-form-component-forms.scss */
.forms .at-share-btn {
  border: 2px solid #415464 !important;
}
/* line 1236, ../sass/_generic-form-component-forms.scss */
.forms .at-icon {
  width: 55px !important;
  height: 55px  !important;
  fill: #666666 !important;
}
/* line 1241, ../sass/_generic-form-component-forms.scss */
.forms .at-style-responsive .at-share-btn {
  padding: 5px !important;
}
/* line 1244, ../sass/_generic-form-component-forms.scss */
.forms .at-resp-share-element .at-share-btn {
  margin: 0 15px 5px !important;
}
/* line 1247, ../sass/_generic-form-component-forms.scss */
.forms .addthis_inline_share_toolbox {
  clear: inherit !important;
}
/* line 1250, ../sass/_generic-form-component-forms.scss */
.forms .lcsection {
  height: 100%;
  background: #e7ebee !important;
}
/* line 1255, ../sass/_generic-form-component-forms.scss */
.forms .common-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 40;
  padding: 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  /* line 1255, ../sass/_generic-form-component-forms.scss */
  .forms .common-wrapper {
    margin: 0 50px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1255, ../sass/_generic-form-component-forms.scss */
  .forms .common-wrapper {
    margin: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1255, ../sass/_generic-form-component-forms.scss */
  .forms .common-wrapper {
    margin: 0px;
  }
}
/* line 1271, ../sass/_generic-form-component-forms.scss */
.forms .common-wrapper .common-wrapper {
  margin: 0px;
}
/* line 1277, ../sass/_generic-form-component-forms.scss */
.forms #intro {
  width: 100%;
  height: 1000px;
  position: relative;
}
/* line 1281, ../sass/_generic-form-component-forms.scss */
.forms #intro.not-full-height, .forms #intro.sm-height {
  height: 470px !important;
  position: fixed;
}
/* line 1284, ../sass/_generic-form-component-forms.scss */
.forms #intro.not-full-height .intro-inner, .forms #intro.sm-height .intro-inner {
  height: 470px !important;
  padding: 90px 29px 90px 250px;
  white-space: nowrap;
}
/* line 1288, ../sass/_generic-form-component-forms.scss */
.forms #intro.not-full-height .intro-inner:after, .forms #intro.sm-height .intro-inner:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle;
}
/* line 1297, ../sass/_generic-form-component-forms.scss */
.forms #intro.not-full-height .intro-inner .text-box, .forms #intro.sm-height .intro-inner .text-box {
  position: static;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
/* line 1305, ../sass/_generic-form-component-forms.scss */
.forms #intro.sm-height {
  height: 405px !important;
}
/* line 1309, ../sass/_generic-form-component-forms.scss */
.forms #intro.sm-height .intro-inner {
  height: 405px !important;
  padding: 130px 29px 90px 250px;
}
/* line 1314, ../sass/_generic-form-component-forms.scss */
.forms #intro.auto-height {
  height: 98px !important;
  background: #eee;
}
/* line 1319, ../sass/_generic-form-component-forms.scss */
.forms #intro .intro-header .header-logo {
  padding: 30px 0;
  position: relative;
  z-index: 5;
  margin: 0 auto;
  max-width: 1200px;
}
/* line 1325, ../sass/_generic-form-component-forms.scss */
.forms #intro .intro-header .header-logo .logo {
  float: left;
  max-width: 150px;
}
/* line 1329, ../sass/_generic-form-component-forms.scss */
.forms #intro .intro-header .header-logo img {
  width: 100%;
  height: auto;
}
/* line 1333, ../sass/_generic-form-component-forms.scss */
.forms #intro .intro-header .header-logo:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 1300px) {
  /* line 1319, ../sass/_generic-form-component-forms.scss */
  .forms #intro .intro-header .header-logo {
    margin: 0 50px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1319, ../sass/_generic-form-component-forms.scss */
  .forms #intro .intro-header .header-logo {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1319, ../sass/_generic-form-component-forms.scss */
  .forms #intro .intro-header .header-logo {
    margin: 0 20px;
  }
}
/* line 1350, ../sass/_generic-form-component-forms.scss */
.forms #intro .intro-inner {
  padding: 40px 29px 0 250px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
/* line 1355, ../sass/_generic-form-component-forms.scss */
.forms #intro .intro-inner .text-box {
  position: absolute;
  bottom: 12%;
  left: 250px;
  right: 29px;
}
/* line 1361, ../sass/_generic-form-component-forms.scss */
.forms #intro .intro-inner h1 {
  font-size: 65px;
  margin: 0;
  line-height: 1;
}
/* line 1367, ../sass/_generic-form-component-forms.scss */
.forms #intro .intro-inner h2 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 0;
}
/* line 1375, ../sass/_generic-form-component-forms.scss */
.forms #intro .intro-inner .rounded-more-btn a:after, .forms #intro .intro-inner .rounded-more-wht-btn a:after {
  right: 9px !important;
}
/* line 1380, ../sass/_generic-form-component-forms.scss */
.forms #intro .intro-inner.overvid {
  position: static;
}
/* line 1383, ../sass/_generic-form-component-forms.scss */
.forms #intro .slick-slider .slick-next,
.forms #intro .slick-slider .slick-prev {
  display: none;
  height: 0;
  opacity: 0;
  width: 0;
  z-index: -2;
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  /* line 1393, ../sass/_generic-form-component-forms.scss */
  .forms #intro .intro-inner {
    padding: 40px 29px 0;
  }
  /* line 1395, ../sass/_generic-form-component-forms.scss */
  .forms #intro .intro-inner .text-box {
    left: 29px;
  }
  /* line 1398, ../sass/_generic-form-component-forms.scss */
  .forms #intro .intro-inner h1 {
    font-size: 45px;
    text-transform: uppercase;
    margin: 0;
  }
  /* line 1403, ../sass/_generic-form-component-forms.scss */
  .forms #intro .intro-inner h2 {
    font-size: 35px;
    margin: 0;
  }
  /* line 1408, ../sass/_generic-form-component-forms.scss */
  .forms #intro.not-full-height, .forms #intro.sm-height {
    height: 470px !important;
    position: static;
  }
  /* line 1411, ../sass/_generic-form-component-forms.scss */
  .forms #intro.not-full-height .intro-inner, .forms #intro.sm-height .intro-inner {
    height: 470px !important;
    padding: 40px 29px 40px;
  }
  /* line 1416, ../sass/_generic-form-component-forms.scss */
  .forms #intro.sm-height {
    height: 400px !important;
    position: static;
  }
  /* line 1419, ../sass/_generic-form-component-forms.scss */
  .forms #intro.sm-height .intro-inner {
    height: 440px !important;
    padding: 40px 29px 40px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 1427, ../sass/_generic-form-component-forms.scss */
  .forms #intro .intro-inner {
    padding: 70px 15px 0;
  }
  /* line 1429, ../sass/_generic-form-component-forms.scss */
  .forms #intro .intro-inner h1 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
  }
  /* line 1434, ../sass/_generic-form-component-forms.scss */
  .forms #intro .intro-inner h2 {
    font-size: 27px;
    letter-spacing: -.6px;
  }
  /* line 1439, ../sass/_generic-form-component-forms.scss */
  .forms #intro.not-full-height, .forms #intro.sm-height {
    height: 300px !important;
  }
  /* line 1441, ../sass/_generic-form-component-forms.scss */
  .forms #intro.not-full-height .intro-inner, .forms #intro.sm-height .intro-inner {
    height: 300px !important;
    padding: 60px 29px 20px;
  }
}
/* line 1447, ../sass/_generic-form-component-forms.scss */
.forms #intro .anchor-btn {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 62px;
  width: 34px;
  height: 34px;
  margin-left: 83px;
  color: #fff;
  text-align: center;
  -webkit-animation: fadeInDownLess 3s infinite;
  animation: fadeInDownLess 3s infinite;
}
/* line 1459, ../sass/_generic-form-component-forms.scss */
.forms #intro .anchor-btn:after {
  content: "\f063";
  font: normal normal normal 16px/36px FontAwesome;
}
/* line 1463, ../sass/_generic-form-component-forms.scss */
.forms #intro .anchor-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border: 4px solid #fff;
  border-radius: 50%;
}
/* line 1473, ../sass/_generic-form-component-forms.scss */
.forms #intro .anchor-btn:hover {
  text-decoration: none;
  -webkit-animation: none;
  animation: none;
}
@media only screen and (max-width: 999px) {
  /* line 1447, ../sass/_generic-form-component-forms.scss */
  .forms #intro .anchor-btn {
    margin-left: -17px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 1447, ../sass/_generic-form-component-forms.scss */
  .forms #intro .anchor-btn {
    display: none;
  }
}
/* line 1485, ../sass/_generic-form-component-forms.scss */
.forms #intro #slider-banner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  /* line 1488, ../sass/_generic-form-component-forms.scss */
  .forms #intro #slider-banner .owl-item {
    background: #000;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1493, ../sass/_generic-form-component-forms.scss */
  .forms #intro #slider-banner .owl-item .bg-stretch {
    opacity: .6;
  }
}
/* line 1499, ../sass/_generic-form-component-forms.scss */
.forms #intro #slider-banner .bg-stretch {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
/* line 1503, ../sass/_generic-form-component-forms.scss */
.forms #intro #slider-banner .bg-stretch div[data-picture] {
  height: 100%;
}
/* line 1506, ../sass/_generic-form-component-forms.scss */
.forms #intro #slider-banner .bg-stretch img {
  height: 100%;
  margin-left: auto !important;
  position: absolute;
  width: 100%;
  /* this is to help fix 1971, as it produces an ugly effect of changing the image size after the browser finishes
   * loading it... really ugly */
  visibility: hidden;
}
@media only screen and (max-width: 1299px) {
  /* line 1506, ../sass/_generic-form-component-forms.scss */
  .forms #intro #slider-banner .bg-stretch img {
    width: 117%;
    right: -17%;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1506, ../sass/_generic-form-component-forms.scss */
  .forms #intro #slider-banner .bg-stretch img {
    width: 125%;
    right: -25%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1506, ../sass/_generic-form-component-forms.scss */
  .forms #intro #slider-banner .bg-stretch img {
    width: 135%;
    right: -35%;
  }
}
/* line 1529, ../sass/_generic-form-component-forms.scss */
.forms #intro #slider-banner .slick-dots {
  position: absolute;
  right: 72px;
  bottom: 80px;
  z-index: 4;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
}
/* line 1540, ../sass/_generic-form-component-forms.scss */
.forms #intro #slider-banner .slick-dots:after {
  display: block;
  clear: both;
  content: '';
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 999px) {
  /* line 1529, ../sass/_generic-form-component-forms.scss */
  .forms #intro #slider-banner .slick-dots {
    right: 25px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1529, ../sass/_generic-form-component-forms.scss */
  .forms #intro #slider-banner .slick-dots {
    bottom: 40px;
  }
}
/* line 1554, ../sass/_generic-form-component-forms.scss */
.forms #intro #slider-banner .slick-dots li {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 5px;
}
/* line 1559, ../sass/_generic-form-component-forms.scss */
.forms #intro #slider-banner .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: none;
  opacity: 1;
  border: 1px solid #fff;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 1573, ../sass/_generic-form-component-forms.scss */
.forms #intro #slider-banner .slick-dots .slick-active button {
  height: 28px;
  border-color: #ff681d;
  background: #ff681d;
}
/* line 1580, ../sass/_generic-form-component-forms.scss */
.forms #intro .rounded-plus-btn, .forms #intro div.rounded-plus-wht-btn, .forms #intro div.rounded-more-wht-btn, .forms #intro div.rounded-more-btn, .forms #intro div.rounded-download-btn, .forms #intro div.rounded-video-wht-btn, .forms #intro div.rounded-more-blue-btn, .forms #intro div.rounded-clear-blue-btn, .forms #intro div.rounded-arrow-btn, .forms #intro .rounded-more-blue-btn {
  text-align: left;
}
/* line 1585, ../sass/_generic-form-component-forms.scss */
.forms footer {
  background: #415464;
  padding: 16px;
  color: #fff;
}
/* line 1590, ../sass/_generic-form-component-forms.scss */
.forms footer .common-wrapper {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
/* line 1595, ../sass/_generic-form-component-forms.scss */
.forms footer ul {
  display: inline-block;
  margin-left: -53px;
}
/* line 1599, ../sass/_generic-form-component-forms.scss */
.forms footer ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 24px 8px 32px;
  font-size: 20px;
}
/* line 1606, ../sass/_generic-form-component-forms.scss */
.forms footer a {
  color: #fff;
}
/* line 1609, ../sass/_generic-form-component-forms.scss */
.forms footer .ftr-left li {
  padding-left: 40px;
}
/* line 1612, ../sass/_generic-form-component-forms.scss */
.forms footer .ftr-right {
  text-align: right;
  float: right;
  margin: 24px 0;
}
/* line 1617, ../sass/_generic-form-component-forms.scss */
.forms footer .ftr-right li {
  padding: 0 20px;
}
/* line 1620, ../sass/_generic-form-component-forms.scss */
.forms footer .ftr-right:last-child {
  padding: 0 0 0 20px;
}
/* line 1624, ../sass/_generic-form-component-forms.scss */
.forms footer .ftr-right .brdr-rght {
  border-right: solid 1px #fff;
}
@media only screen and (max-width: 1000px) {
  /* line 1631, ../sass/_generic-form-component-forms.scss */
  .forms footer .main-wrapper {
    text-align: center;
  }
  /* line 1635, ../sass/_generic-form-component-forms.scss */
  .forms footer .ftr-right {
    float: none;
    margin: 30px auto 10px auto;
    text-align: left;
    width: 100%;
    display: block;
  }
  /* line 1641, ../sass/_generic-form-component-forms.scss */
  .forms footer .ftr-right li:first-child {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 999px) {
  /* line 1649, ../sass/_generic-form-component-forms.scss */
  .forms footer ul {
    text-align: center;
    margin: 0px;
    width: 100%;
    padding: 0 20%;
    list-style-type: none;
  }
  /* line 1657, ../sass/_generic-form-component-forms.scss */
  .forms footer .ftr-left li {
    padding: 14px 0 14px 0px;
    width: 100%;
    border-bottom: solid 1px #FF841D;
    box-sizing: border-box;
  }
  /* line 1664, ../sass/_generic-form-component-forms.scss */
  .forms footer .main-wrapper {
    text-align: left;
  }
  /* line 1668, ../sass/_generic-form-component-forms.scss */
  .forms footer .ftr-right {
    float: none;
    margin: 0px auto 10px auto;
    text-align: center;
    width: 100%;
    display: block;
  }
  /* line 1674, ../sass/_generic-form-component-forms.scss */
  .forms footer .ftr-right li:first-child {
    padding: 14px 0 14px 0px;
    width: 100%;
    border-bottom: solid 1px #FF841D;
    box-sizing: border-box;
    margin-left: 0px;
    border-right: none;
  }
  /* line 1682, ../sass/_generic-form-component-forms.scss */
  .forms footer .ftr-right li:last-child {
    padding: 14px 0 14px 0px;
    width: 100%;
    border-bottom: solid 1px #FF841D;
    box-sizing: border-box;
    margin-left: 0px;
    border-right: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 479px) {
  /* line 1695, ../sass/_generic-form-component-forms.scss */
  .forms footer footer .ftr-right {
    margin-left: -20px;
  }
}
/* line 1703, ../sass/_generic-form-component-forms.scss */
.forms .partner-detail-banner img.partner-logo {
  display: block;
  margin: 0 auto 0px;
  float: left;
  max-width: 210px;
  padding: 0px;
}
@media only screen and (max-width: 999px) {
  /* line 1703, ../sass/_generic-form-component-forms.scss */
  .forms .partner-detail-banner img.partner-logo {
    display: block;
    margin: 0 auto 0px;
    float: left;
    width: 100%;
  }
}
/* line 1718, ../sass/_generic-form-component-forms.scss */
.forms p.banner2.rvb-text-light {
  font-size: 34px !important;
  color: #fff !important;
  max-width: 950px !important;
  margin: 0px 0px 0px 0px !important;
  font-style: normal;
  font-weight: 400;
}
/* line 1727, ../sass/_generic-form-component-forms.scss */
.forms img.partner-logo {
  margin-bottom: 20px;
  max-height: 100%;
  background: none;
  padding: 10px;
  border-radius: 0px;
  max-width: 300px;
  min-width: 151px;
}
/* line 1737, ../sass/_generic-form-component-forms.scss */
.forms span.StoneText {
  color: #415464;
}
/* line 1741, ../sass/_generic-form-component-forms.scss */
.forms .caption.banner {
  margin-top: 0px;
  width: 100% !important;
}
/* line 1745, ../sass/_generic-form-component-forms.scss */
.forms .container.fluid .row {
  margin: 0;
}
/* line 1748, ../sass/_generic-form-component-forms.scss */
.forms .visual-component {
  min-height: 250px;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1299px) {
  /* line 1748, ../sass/_generic-form-component-forms.scss */
  .forms .visual-component {
    height: auto;
  }
}
/* line 1754, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad {
  display: table-cell;
  padding: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  vertical-align: middle;
}
/* line 1765, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad .caption {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  white-space: normal;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 1765, ../sass/_generic-form-component-forms.scss */
  .forms .visual-component .component-pad .caption {
    display: block;
  }
}
/* line 1777, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad .text-area {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 75%;
  text-align: left;
  padding-top: 4%;
}
@media only screen and (max-width: 999px) {
  /* line 1777, ../sass/_generic-form-component-forms.scss */
  .forms .visual-component .component-pad .text-area {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1777, ../sass/_generic-form-component-forms.scss */
  .forms .visual-component .component-pad .text-area {
    width: 100%;
    display: block;
    margin: 0 20px;
  }
}
/* line 1790, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad .text-area header {
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  /* line 1790, ../sass/_generic-form-component-forms.scss */
  .forms .visual-component .component-pad .text-area header {
    margin: 0 0 20px;
  }
}
/* line 1796, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad .text-area h1 {
  font-size: 38px;
  line-height: 1.1;
  margin: 0;
  font-style: normal;
  font-weight: 600;
}
@media only screen and (max-width: 999px) {
  /* line 1796, ../sass/_generic-form-component-forms.scss */
  .forms .visual-component .component-pad .text-area h1 {
    font-size: 34px;
  }
}
/* line 1807, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad .text-area h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (max-width: 999px) {
  /* line 1807, ../sass/_generic-form-component-forms.scss */
  .forms .visual-component .component-pad .text-area h2 {
    font-size: 30px;
  }
}
/* line 1816, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad .text-area p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.2;
  padding-top: 10px;
}
/* line 1824, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad .no-trial-link {
  width: 100%;
}
/* line 1827, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad .bannerimage {
  width: 25%;
  float: right;
  display: block;
}
@media only screen and (max-width: 999px) {
  /* line 1827, ../sass/_generic-form-component-forms.scss */
  .forms .visual-component .component-pad .bannerimage {
    float: right;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1827, ../sass/_generic-form-component-forms.scss */
  .forms .visual-component .component-pad .bannerimage {
    float: left;
    padding-top: 20px;
    margin: 0 20px;
  }
}
/* line 1842, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad .trial-area {
  position: absolute;
  top: 50px;
  right: 70px;
  width: 225px;
  height: 225px;
  border: 1px solid;
  color: #fff;
  border-radius: 50%;
  padding: 30px;
  margin-top: 30px;
  box-sizing: border-box;
  text-align: center;
  display: table;
}
/* line 1858, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad .trial-area:hover {
  background-color: #4D92BB;
}
/* line 1862, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad .trial-area .trial-content {
  display: table-cell;
  vertical-align: middle;
}
/* line 1867, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad .trial-area a {
  color: #fff;
}
/* line 1869, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad .trial-area a:hover {
  color: #fff;
  text-decoration: none;
}
/* line 1874, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad .trial-area h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -1.5px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (max-width: 1299px) {
  /* line 1874, ../sass/_generic-form-component-forms.scss */
  .forms .visual-component .component-pad .trial-area h2 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1874, ../sass/_generic-form-component-forms.scss */
  .forms .visual-component .component-pad .trial-area h2 {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
    margin: 4px 0;
  }
}
/* line 1893, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .component-pad .trial-area img {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  /* line 1893, ../sass/_generic-form-component-forms.scss */
  .forms .visual-component .component-pad .trial-area img {
    width: 34px;
    height: auto;
  }
}
@media only screen and (max-width: 1299px) {
  /* line 1842, ../sass/_generic-form-component-forms.scss */
  .forms .visual-component .component-pad .trial-area {
    font-size: 34px;
    line-height: 34px;
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1842, ../sass/_generic-form-component-forms.scss */
  .forms .visual-component .component-pad .trial-area {
    position: static;
    width: 120px;
    height: 120px;
    padding: 15px;
  }
}
/* line 1915, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .bg-stretch {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 1923, ../sass/_generic-form-component-forms.scss */
.forms .visual-component .bg-stretch img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 1931, ../sass/_generic-form-component-forms.scss */
.forms .letsconnect {
  background: #e7ebee !important;
}
/* line 1933, ../sass/_generic-form-component-forms.scss */
.forms .letsconnect h3 {
  background: #e7ebee !important;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
  font-weight: normal;
  vertical-align: middle;
  padding-top: 12px;
}
/* line 1947, ../sass/_generic-form-component-forms.scss */
.forms .imagequote .textcontent p {
  color: #415464 !important;
  font-size: 24px !important;
}
/* line 1951, ../sass/_generic-form-component-forms.scss */
.forms .imagequote .centerimg {
  margin: 0 auto;
  text-align: Center;
}
/* line 1957, ../sass/_generic-form-component-forms.scss */
.forms .fullquote {
  border: 0px !important;
}
/* line 1959, ../sass/_generic-form-component-forms.scss */
.forms .fullquote .logoinfo {
  border-left: 0px !important;
}
/* line 1963, ../sass/_generic-form-component-forms.scss */
.forms .fullquote .logosection .imgsection {
  width: 30% !important;
  margin: 0 auto !important;
  float: left !important;
  padding: 0% !important;
  text-align: left !important;
}
/* line 1969, ../sass/_generic-form-component-forms.scss */
.forms .fullquote .logosection .imgsection img {
  max-width: 300px !important;
  padding-top: 19px !important;
}
@media only screen and (max-width: 1200px) {
  /* line 1963, ../sass/_generic-form-component-forms.scss */
  .forms .fullquote .logosection .imgsection {
    width: 100% !important;
    margin: 0 auto !important;
    float: left !important;
    padding: 0% !important;
    text-align: left !important;
  }
}
/* line 1981, ../sass/_generic-form-component-forms.scss */
.forms .fullquote .logosection .logoinfo {
  width: 70% !important;
  margin: 0 auto !important;
  float: left !important;
  padding: 0% !important;
  text-align: left !important;
  border-left: 0px solid #303030 !important;
}
/* line 1988, ../sass/_generic-form-component-forms.scss */
.forms .fullquote .logosection .logoinfo div {
  color: #415464 !important;
  font-size: 30px !important;
  font-weight: 300 !important;
}
@media only screen and (max-width: 1200px) {
  /* line 1981, ../sass/_generic-form-component-forms.scss */
  .forms .fullquote .logosection .logoinfo {
    width: 100% !important;
    margin: 0 auto !important;
    float: left !important;
    padding: 0% !important;
    text-align: left !important;
    border-left: 0px solid #303030 !important;
  }
}
@media only screen and (max-width: 999px) {
  /* line 2008, ../sass/_generic-form-component-forms.scss */
  .forms .mobile-header .menu-opener {
    display: none;
  }
}
/* line 2014, ../sass/_generic-form-component-forms.scss */
.forms .tab-container {
  display: none;
}
/* line 2019, ../sass/_generic-form-component-forms.scss */
.forms ul ul {
  list-style-type: none;
  padding-left: 0px !important;
}
/* line 2022, ../sass/_generic-form-component-forms.scss */
.forms ul ul li {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 1, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn {
  position: relative;
  z-index: 40;
  width: 100%;
  background: #2c3843;
}
/* line 7, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .common-wrapper {
  padding: 80px 40px 80px 250px;
  min-height: 200px;
  overflow: hidden;
}
/* line 12, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .common-wrapper h2 {
  color: #415464;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
}
/* line 18, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .common-wrapper p {
  color: #fff;
}
@media only screen and (max-width: 999px) {
  /* line 7, ../sass/_btm-blue-sctn.scss */
  .btm-blue-sctn .common-wrapper {
    padding: 80px 40px;
  }
}
/* line 26, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .col {
  float: left;
  width: 33%;
  padding: 0  38px 0 0;
  font-size: 18px;
  line-height: 20px;
  min-width: 330px;
}
/* line 33, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .col .link {
  border-bottom: 2px solid #fff;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 38, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .col .link li {
  padding: 10px 0;
}
/* line 41, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .col .link a {
  color: #fff;
  display: block;
  padding: 0 26px 0 0;
  position: relative;
}
/* line 46, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .col .link a:after {
  content: '+';
  right: 0;
  font-size: 30px;
  top: 2px;
  position: absolute;
}
/* line 56, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .subscribe-form {
  border-bottom: 2px solid #ff681d;
  min-height: 42px;
}
/* line 59, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .subscribe-form .input-holder {
  overflow: hidden;
}
/* line 62, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .subscribe-form .email {
  border: none;
  background: none;
  padding: 10px 0 6px;
  margin: 0;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
/* line 71, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .subscribe-form .email:focus {
  outline: none;
}
/* line 74, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .subscribe-form .email::-webkit-input-placeholder {
  color: #6a7076;
}
/* line 77, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .subscribe-form .email:-moz-placeholder {
  color: #6a7076;
}
/* line 80, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .subscribe-form .email::-moz-placeholder {
  color: #6a7076;
  opacity: 1;
}
/* line 84, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .subscribe-form .email:-ms-input-placeholder {
  color: #6a7076;
}
/* line 88, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .subscribe-form .btn-send {
  float: right;
  background: none;
  border: none;
  font-weight: bold;
  color: #fff;
  font-size: 0;
  line-height: 0;
  margin: 8px 0 0 10px;
  padding: 0;
  height: 21px;
  width: 21px;
  outline: none;
  position: relative;
}
/* line 102, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .subscribe-form .btn-send:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
}
/* line 112, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .subscribe-form .btn-send:before {
  content: '';
  position: absolute;
  content: "\f061";
  font: normal normal normal 10px/17px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  right: 6px;
  top: 2px;
  color: #fff;
}
/* line 125, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .social-networks {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 1300px) {
  /* line 125, ../sass/_btm-blue-sctn.scss */
  .btm-blue-sctn .social-networks {
    margin-right: 40px;
  }
}
/* line 140, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .social-networks li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px 0 0;
}
/* line 144, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .social-networks li:last-child {
  margin: 0;
}
/* line 148, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .social-networks a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 157, ../sass/_btm-blue-sctn.scss */
.btm-blue-sctn .social-networks a:hover {
  color: #fc6719;
  border-color: #fc6719;
}
@media only screen and (max-width: 1299px) {
  /* line 164, ../sass/_btm-blue-sctn.scss */
  .btm-blue-sctn .col {
    padding: 0  320px 15px 0;
    width: 100%;
  }
  /* line 167, ../sass/_btm-blue-sctn.scss */
  .btm-blue-sctn .col .link {
    width: 330px;
  }
  /* line 170, ../sass/_btm-blue-sctn.scss */
  .btm-blue-sctn .col .subscribe-form {
    width: 330px;
  }
  /* line 174, ../sass/_btm-blue-sctn.scss */
  .btm-blue-sctn .social-networks {
    margin: -57px  0 0 -100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 179, ../sass/_btm-blue-sctn.scss */
  .btm-blue-sctn .col {
    float: none;
    padding: 0 15px 15px;
    min-width: 0;
  }
  /* line 183, ../sass/_btm-blue-sctn.scss */
  .btm-blue-sctn .col .link {
    width: 100%;
  }
  /* line 186, ../sass/_btm-blue-sctn.scss */
  .btm-blue-sctn .col .subscribe-form {
    width: 100%;
  }
  /* line 190, ../sass/_btm-blue-sctn.scss */
  .btm-blue-sctn .social-networks {
    margin: 20px 0 10px 0;
    float: none;
  }
  /* line 194, ../sass/_btm-blue-sctn.scss */
  .btm-blue-sctn .common-wrapper {
    padding: 40px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 199, ../sass/_btm-blue-sctn.scss */
  .btm-blue-sctn .common-wrapper {
    padding: 30px 10px;
  }
  /* line 202, ../sass/_btm-blue-sctn.scss */
  .btm-blue-sctn .col,
  .btm-blue-sctn .subscribe-form .email {
    font-size: 15px;
  }
}

/* line 209, ../sass/_btm-blue-sctn.scss */
a.tooltips {
  position: absolute;
  display: inline;
}
/* line 213, ../sass/_btm-blue-sctn.scss */
a.tooltips span {
  position: absolute;
  width: 200px;
  color: #2F2133;
  background: #FF671B;
  height: 65px;
  line-height: 5px;
  text-align: center;
  border-radius: 0px;
  opacity: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -101px;
  z-index: 999;
}
/* line 228, ../sass/_btm-blue-sctn.scss */
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #FF671B;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
/* line 242, ../sass/_btm-blue-sctn.scss */
a.tooltips p {
  font-weight: bold;
  font-size: large;
  color: #FF0000;
}
/* line 247, ../sass/_btm-blue-sctn.scss */
a.tooltips p.normal {
  font-weight: normal;
  font-size: large;
}

/* line 254, ../sass/_btm-blue-sctn.scss */
span#success-tooltip {
  display: none;
}

/* line 258, ../sass/_btm-blue-sctn.scss */
p#invalid-email {
  display: none;
  position: absolute;
  color: #FF0000;
}

/*footer here -----------------------------------------------  */
/* line 2, ../sass/_footer.scss */
footer {
  position: relative;
  z-index: 40;
  width: 100%;
  background: #32404d;
  border-top: solid 2px #fff;
}
/* line 9, ../sass/_footer.scss */
footer .common-wrapper {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
@media only screen and (max-width: 1299px) {
  /* line 9, ../sass/_footer.scss */
  footer .common-wrapper {
    text-align: center;
  }
}
/* line 16, ../sass/_footer.scss */
footer .common-wrapper h2 {
  color: #415464;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
}
/* line 22, ../sass/_footer.scss */
footer .common-wrapper > p {
  color: #8393a0;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0px 0px;
}
@media only screen and (max-width: 1299px) {
  /* line 22, ../sass/_footer.scss */
  footer .common-wrapper > p {
    display: block;
    margin: 20px 0px 17px;
  }
}
/* line 34, ../sass/_footer.scss */
footer .common-wrapper img {
  width: 100%;
  max-width: 90px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
@media only screen and (max-width: 1299px) {
  /* line 34, ../sass/_footer.scss */
  footer .common-wrapper img {
    display: block;
    margin: 10px auto;
  }
}
/* line 46, ../sass/_footer.scss */
footer .common-wrapper .ftr-link-box {
  display: inline;
  margin-left: 40px;
}
/* line 49, ../sass/_footer.scss */
footer .common-wrapper .ftr-link-box a {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  padding: 3px 5px 0;
}
/* line 57, ../sass/_footer.scss */
footer .common-wrapper .ftr-link-box a .fa {
  color: #A8ACA1;
  font-size: 25px;
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: middle;
}
@media only screen and (min-width: 1300px) {
  /* line 49, ../sass/_footer.scss */
  footer .common-wrapper .ftr-link-box a {
    border-left: #415464 1px solid;
  }
}
/* line 67, ../sass/_footer.scss */
footer .common-wrapper .ftr-link-box a#show-global-selector-footer {
  border-left: none;
}
@media only screen and (min-width: 1300px) {
  /* line 67, ../sass/_footer.scss */
  footer .common-wrapper .ftr-link-box a#show-global-selector-footer {
    margin-right: 25px;
  }
}
/* line 73, ../sass/_footer.scss */
footer .common-wrapper .ftr-link-box a:first-child {
  padding-left: 0;
  border-left: none;
}
/* line 77, ../sass/_footer.scss */
footer .common-wrapper .ftr-link-box a .fa-globe {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 7px;
}
@media only screen and (max-width: 1299px) {
  /* line 46, ../sass/_footer.scss */
  footer .common-wrapper .ftr-link-box {
    float: none;
    margin-left: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 1300px) {
  /* line 88, ../sass/_footer.scss */
  footer .common-wrapper .ftr-link-box .language {
    float: right;
  }
}
/* line 92, ../sass/_footer.scss */
footer .common-wrapper .ftr-link-box .language a {
  border-left: none;
  float: right;
  line-height: 21px;
}
@media only screen and (max-width: 1299px) {
  /* line 92, ../sass/_footer.scss */
  footer .common-wrapper .ftr-link-box .language a {
    float: none;
    display: block;
  }
}
/* line 100, ../sass/_footer.scss */
footer .common-wrapper .ftr-link-box .language a > img {
  display: inline;
  margin: 0 5px 0 0;
  vertical-align: top;
  width: inherit;
}
@media only screen and (max-width: 1299px) {
  /* line 88, ../sass/_footer.scss */
  footer .common-wrapper .ftr-link-box .language {
    background: #2c3843;
    display: block;
    padding: 30px 0;
    margin: 40px -40px -40px;
    text-align: center;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
/* line 9, ../sass/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 16, ../sass/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 21, ../sass/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 82, ../sass/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 110, ../sass/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 151, ../sass/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 230, ../sass/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 269, ../sass/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 328, ../sass/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 390, ../sass/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 471, ../sass/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 556, ../sass/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 631, ../sass/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 704, ../sass/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 777, ../sass/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 850, ../sass/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 893, ../sass/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 938, ../sass/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 971, ../sass/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1004, ../sass/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1047, ../sass/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1062, ../sass/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1095, ../sass/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownLess {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownLess {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1128, ../sass/_animate.scss */
.fadeInDownLess {
  -webkit-animation-name: fadeInDownLess;
  animation-name: fadeInDownLess;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1161, ../sass/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1194, ../sass/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1227, ../sass/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1260, ../sass/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1293, ../sass/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1326, ../sass/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpLess {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpLess {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1359, ../sass/_animate.scss */
.fadeInUpLess {
  -webkit-animation-name: fadeInUpLess;
  animation-name: fadeInUpLess;
}

@-webkit-keyframes fadeInUpMin {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpMin {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1392, ../sass/_animate.scss */
.fadeInUpMin {
  -webkit-animation-name: fadeInUpMin;
  animation-name: fadeInUpMin;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 1425, ../sass/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1440, ../sass/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 1469, ../sass/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 1498, ../sass/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 1527, ../sass/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1556, ../sass/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1585, ../sass/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1614, ../sass/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1643, ../sass/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1672, ../sass/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1751, ../sass/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1824, ../sass/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1897, ../sass/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 1942, ../sass/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 1989, ../sass/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2050, ../sass/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 2081, ../sass/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2124, ../sass/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2165, ../sass/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2206, ../sass/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2247, ../sass/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 2288, ../sass/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 2325, ../sass/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 2362, ../sass/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2399, ../sass/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 2436, ../sass/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 2473, ../sass/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 2546, ../sass/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 2581, ../sass/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 2612, ../sass/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 2641, ../sass/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2682, ../sass/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2723, ../sass/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2764, ../sass/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2805, ../sass/_animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
/* line 2842, ../sass/_animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2887, ../sass/_animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 2924, ../sass/_animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 2961, ../sass/_animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 3006, ../sass/_animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 3037, ../sass/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 3068, ../sass/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 3099, ../sass/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 3130, ../sass/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* line 3161, ../sass/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/* line 3192, ../sass/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* line 3223, ../sass/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
/* line 3254, ../sass/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 3259, ../sass/_animate.scss */
.wow {
  visibility: hidden;
}

/* line 1, ../sass/_addthis.scss */
.addthis_custom_sharing {
  float: right;
}
/* line 4, ../sass/_addthis.scss */
.addthis_custom_sharing .at-share-tbx-element .at-share-btn {
  max-width: 40px !important;
  max-height: 40px !important;
  float: left;
  color: #415464 !important;
  display: block !important;
  width: 40px;
  height: 18px;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: none !important;
  font: normal normal normal 18px/1 FontAwesome;
  margin: 0 0 12px 14px !important;
}
/* line 21, ../sass/_addthis.scss */
.addthis_custom_sharing .at-share-tbx-element .at-share-btn:hover {
  cursor: pointer;
  color: #fc6719 !important;
  border-color: #fc6719;
}
/* line 28, ../sass/_addthis.scss */
.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-facebook span {
  display: none;
}
/* line 29, ../sass/_addthis.scss */
.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-facebook:before {
  content: "\f09a";
}
/* line 34, ../sass/_addthis.scss */
.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-linkedin span {
  display: none;
}
/* line 35, ../sass/_addthis.scss */
.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-linkedin:before {
  content: "\f0e1";
}
/* line 40, ../sass/_addthis.scss */
.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-google_plusone_share span {
  display: none;
}
/* line 41, ../sass/_addthis.scss */
.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-google_plusone_share:before {
  content: "\f0d5";
  font-weight: bold;
}
/* line 47, ../sass/_addthis.scss */
.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-twitter span {
  display: none;
}
/* line 48, ../sass/_addthis.scss */
.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-twitter:before {
  content: "\f099";
}
/* line 53, ../sass/_addthis.scss */
.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-email span {
  display: none;
}
/* line 54, ../sass/_addthis.scss */
.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-email:before {
  content: "\f003";
  font-weight: bold;
}

/* line 66, ../sass/_addthis.scss */
.social-viewmore.addthis_custom_sharing .at-share-tbx-element .at-share-btn, .footer.addthis_custom_sharing .at-share-tbx-element .at-share-btn {
  margin: 11px 0 0 18px !important;
}
/* line 69, ../sass/_addthis.scss */
.social-viewmore.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-facebook, .footer.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-facebook {
  padding: 11px 0 0 14px !important;
}
/* line 72, ../sass/_addthis.scss */
.social-viewmore.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-linkedin, .footer.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-linkedin {
  padding: 10px 0 0 12px !important;
}
/* line 75, ../sass/_addthis.scss */
.social-viewmore.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-google_plusone_share, .footer.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-google_plusone_share {
  padding: 11px 0 0 12px !important;
}
/* line 78, ../sass/_addthis.scss */
.social-viewmore.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-twitter, .footer.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-twitter {
  padding: 10px 0 0 10px !important;
}

/* line 88, ../sass/_addthis.scss */
#share-box .addthis_custom_sharing .at-share-tbx-element .at-share-btn {
  margin: 11px 0 0 18px !important;
}
/* line 91, ../sass/_addthis.scss */
#share-box .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-facebook {
  padding: 11px 0 0 0 !important;
}
/* line 94, ../sass/_addthis.scss */
#share-box .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-linkedin {
  padding: 10px 0 0 2px !important;
}
/* line 97, ../sass/_addthis.scss */
#share-box .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-google_plusone_share {
  padding: 11px 0 0 4px !important;
}
/* line 100, ../sass/_addthis.scss */
#share-box .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-twitter {
  padding: 10px 0 0 0 !important;
}

/* line 109, ../sass/_addthis.scss */
.social-viewmore.addthis_custom_sharing {
  display: inline-block;
  vertical-align: middle;
  float: inherit;
}

/* line 116, ../sass/_addthis.scss */
.add-this div {
  display: inline-block;
}

/* line 120, ../sass/_addthis.scss */
.add-this {
  font-weight: bold;
}

/* line 42, ../sass/_addthis.scss */
/* line 125, ../sass/_addthis.scss */
.add-this .addthis_custom_sharing {
  float: none;
}

/* line 129, ../sass/_addthis.scss */
.add-this .addthis_custom_sharing .at-share-tbx-element .at-share-btn {
  max-width: 20px !important;
  max-height: 20px !important;
  margin: 0 0 -3px 14px !important;
}

/* line 134, ../sass/_addthis.scss */
.addthis.section {
  padding-left: 210px;
  padding-top: 7px;
}

/*************** SCROLLBAR BASE CSS ***************/
/* line 3, ../sass/_jquery-scrollbar.scss */
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

/* line 9, ../sass/_jquery-scrollbar.scss */
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

/* line 24, ../sass/_jquery-scrollbar.scss */
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/* line 29, ../sass/_jquery-scrollbar.scss */
.scroll-element {
  display: none;
}

/* line 32, ../sass/_jquery-scrollbar.scss */
.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

/* line 36, ../sass/_jquery-scrollbar.scss */
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

/* line 41, ../sass/_jquery-scrollbar.scss */
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

/* line 46, ../sass/_jquery-scrollbar.scss */
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

/* line 50, ../sass/_jquery-scrollbar.scss */
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

/* line 53, ../sass/_jquery-scrollbar.scss */
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

/* line 67, ../sass/_jquery-scrollbar.scss */
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
/* line 82, ../sass/_jquery-scrollbar.scss */
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 92, ../sass/_jquery-scrollbar.scss */
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 100, ../sass/_jquery-scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

/* line 107, ../sass/_jquery-scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

/* line 114, ../sass/_jquery-scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 118, ../sass/_jquery-scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 126, ../sass/_jquery-scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

/* line 133, ../sass/_jquery-scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

/* line 134, ../sass/_jquery-scrollbar.scss */
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

/* line 135, ../sass/_jquery-scrollbar.scss */
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

/* line 136, ../sass/_jquery-scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
/* line 141, ../sass/_jquery-scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

/* line 142, ../sass/_jquery-scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

/* line 145, ../sass/_jquery-scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

/* line 146, ../sass/_jquery-scrollbar.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
/* line 159, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 169, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

/* line 173, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 181, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

/* line 188, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

/* line 195, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

/* line 196, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

/* line 198, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

/* line 199, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

/* line 201, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 209, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

/* line 210, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

/* line 211, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
/* line 216, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

/* line 217, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

/* line 219, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

/* line 220, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 225, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

/* line 226, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

/* line 228, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

/* line 229, ../sass/_jquery-scrollbar.scss */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
/* line 242, ../sass/_jquery-scrollbar.scss */
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 253, ../sass/_jquery-scrollbar.scss */
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 261, ../sass/_jquery-scrollbar.scss */
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

/* line 262, ../sass/_jquery-scrollbar.scss */
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 280, ../sass/_jquery-scrollbar.scss */
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* line 288, ../sass/_jquery-scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

/* line 297, ../sass/_jquery-scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
/* line 306, ../sass/_jquery-scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

/* line 311, ../sass/_jquery-scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
  left: auto;
  right: 43px;
}

/* line 319, ../sass/_jquery-scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

/* line 320, ../sass/_jquery-scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 322, ../sass/_jquery-scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

/* line 323, ../sass/_jquery-scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 326, ../sass/_jquery-scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

/* line 327, ../sass/_jquery-scrollbar.scss */
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
/* line 340, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 350, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

/* line 354, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 362, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 368, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 383, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

/* line 391, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

/* line 399, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
/* line 417, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

/* line 418, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

/* line 420, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

/* line 421, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

/* line 423, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

/* line 424, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 426, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

/* line 427, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 431, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

/* line 432, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

/* line 434, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

/* line 435, ../sass/_jquery-scrollbar.scss */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
/* line 448, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 459, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

/* line 463, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 471, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 476, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 481, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

/* line 490, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

/* line 499, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* line 509, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
/* line 515, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

/* line 516, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

/* line 518, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

/* line 519, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

/* line 521, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

/* line 522, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

/* line 524, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

/* line 525, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 529, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

/* line 530, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

/* line 532, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

/* line 533, ../sass/_jquery-scrollbar.scss */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
/* line 546, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 557, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 565, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

/* line 573, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

/* line 581, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 588, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 603, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
/* line 613, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

/* line 619, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

/* line 626, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

/* line 638, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

/* line 650, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

/* line 651, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 656, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

/* line 657, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
/* line 662, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* line 670, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

/* line 674, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

/* line 684, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

/* line 689, ../sass/_jquery-scrollbar.scss */
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
/* line 706, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 717, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

/* line 721, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 731, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

/* line 736, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

/* line 744, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

/* line 752, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

/* line 762, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

/* line 767, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
/* line 774, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

/* line 775, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

/* line 777, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

/* line 778, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

/* line 780, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

/* line 781, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

/* line 782, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

/* line 784, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

/* line 785, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

/* line 786, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
/* line 790, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

/* line 791, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

/* line 793, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

/* line 794, ../sass/_jquery-scrollbar.scss */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*.rvb-bg-orange {
  background-color: #ff681d;
}
.rvb-bg-gray {
  background-color: #415464;
}
.rvb-bg-yellow {
  background-color: #f9b41c;
}
//Font colors, use for changing fonts through colors
.rvb-text-orange {
  color: #ff681d;
}
.rvb-text-gray {
  color: #415464;
}
.rvb-text-yellow {
  color: #f9b41c;
}
*/
/* line 23, ../sass/_global-aem-styles.scss */
.rvb-bg-orange {
  background-color: #ff681d !important;
}

/* line 26, ../sass/_global-aem-styles.scss */
.rvb-bg-gray {
  background-color: #415464 !important;
}

/* line 29, ../sass/_global-aem-styles.scss */
.rvb-bg-yellow {
  background-color: #f9b41c !important;
}

/* line 33, ../sass/_global-aem-styles.scss */
.rvb-text-orange {
  color: #ff681d !important;
}

/* line 36, ../sass/_global-aem-styles.scss */
.rvb-text-gray {
  color: #415464 !important;
}

/* line 39, ../sass/_global-aem-styles.scss */
.rvb-text-yellow {
  color: #f9b41c !important;
}

/* line 47, ../sass/_global-aem-styles.scss */
.rvb-blue-light {
  background-color: #5FB4E5;
}

/* line 50, ../sass/_global-aem-styles.scss */
.rvb-blue-dark {
  background-color: #00598C;
}

/* line 53, ../sass/_global-aem-styles.scss */
.rvb-orange-light {
  background-color: #FFB81D;
}

/* line 56, ../sass/_global-aem-styles.scss */
.rvb-orange-dark {
  background-color: #FF681D;
}

/* line 59, ../sass/_global-aem-styles.scss */
.rvb-gray-light {
  background-color: #eee;
}

/* line 67, ../sass/_global-aem-styles.scss */
.rvb-text-light {
  color: #fff;
}

/* line 70, ../sass/_global-aem-styles.scss */
.rvb-text-dark {
  color: #415464;
}

/* line 74, ../sass/_global-aem-styles.scss */
.rvb-text-blue {
  color: #5b7e96;
}

/* line 79, ../sass/_global-aem-styles.scss */
.rvb-orange {
  background-color: #FF671B;
}

/* line 82, ../sass/_global-aem-styles.scss */
.rvb-marigold {
  background-color: #FFB022;
}

/* line 85, ../sass/_global-aem-styles.scss */
.rvb-marine-blue {
  background-color: #6BB5E4;
}

/* line 88, ../sass/_global-aem-styles.scss */
.rvb-stone {
  background-color: #5B7F95;
}

/* line 91, ../sass/_global-aem-styles.scss */
.rvb-pantone {
  background-color: #435464;
}

/* line 94, ../sass/_global-aem-styles.scss */
.rvb-titanium {
  background-color: #A7ACA2;
}

/* line 98, ../sass/_global-aem-styles.scss */
.common-wrapper .common-wrapper {
  padding: 0;
}

/* line 104, ../sass/_global-aem-styles.scss */
.text-wrapper.default h2 {
  color: #415464;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 20px;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=771f1c1e02cb4959d152)
 * Config saved to config.json and https://gist.github.com/771f1c1e02cb4959d152
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
*/
/* line 68, ../sass/_bootstrap-custom.scss */
[role="button"] {
  cursor: pointer;
}

/* line 71, ../sass/_bootstrap-custom.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 77, ../sass/_bootstrap-custom.scss */
.fade.in {
  opacity: 1;
}

/* line 80, ../sass/_bootstrap-custom.scss */
.collapse {
  display: none;
}

/* line 83, ../sass/_bootstrap-custom.scss */
.collapse.in {
  display: block;
}

/* line 86, ../sass/_bootstrap-custom.scss */
tr.collapse.in {
  display: table-row;
}

/* line 89, ../sass/_bootstrap-custom.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 92, ../sass/_bootstrap-custom.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 106, ../sass/_bootstrap-custom.scss */
.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;
}

/* line 117, ../sass/_bootstrap-custom.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 121, ../sass/_bootstrap-custom.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 124, ../sass/_bootstrap-custom.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 146, ../sass/_bootstrap-custom.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 150, ../sass/_bootstrap-custom.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 156, ../sass/_bootstrap-custom.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

/* line 165, ../sass/_bootstrap-custom.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 171, ../sass/_bootstrap-custom.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 179, ../sass/_bootstrap-custom.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 184, ../sass/_bootstrap-custom.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 192, ../sass/_bootstrap-custom.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 195, ../sass/_bootstrap-custom.scss */
.open > a {
  outline: 0;
}

/* line 198, ../sass/_bootstrap-custom.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 202, ../sass/_bootstrap-custom.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 206, ../sass/_bootstrap-custom.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

/* line 214, ../sass/_bootstrap-custom.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 222, ../sass/_bootstrap-custom.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 226, ../sass/_bootstrap-custom.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 233, ../sass/_bootstrap-custom.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 240, ../sass/_bootstrap-custom.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 244, ../sass/_bootstrap-custom.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 249, ../sass/_bootstrap-custom.scss */
.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 257, ../sass/_bootstrap-custom.scss */
.panel-body {
  padding: 80px;
}

/* line 260, ../sass/_bootstrap-custom.scss */
.panel-heading {
  padding: 40px 30px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

/* line 266, ../sass/_bootstrap-custom.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 269, ../sass/_bootstrap-custom.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 275, ../sass/_bootstrap-custom.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 282, ../sass/_bootstrap-custom.scss */
.panel-footer {
  padding: 40px 30px;
  background-color: #f5f5f5;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

/* line 289, ../sass/_bootstrap-custom.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 293, ../sass/_bootstrap-custom.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 298, ../sass/_bootstrap-custom.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

/* line 304, ../sass/_bootstrap-custom.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

/* line 310, ../sass/_bootstrap-custom.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 314, ../sass/_bootstrap-custom.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 317, ../sass/_bootstrap-custom.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 320, ../sass/_bootstrap-custom.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 325, ../sass/_bootstrap-custom.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 80px;
  padding-right: 80px;
}

/* line 331, ../sass/_bootstrap-custom.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

/* line 336, ../sass/_bootstrap-custom.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

/* line 343, ../sass/_bootstrap-custom.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}

/* line 353, ../sass/_bootstrap-custom.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

/* line 363, ../sass/_bootstrap-custom.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

/* line 368, ../sass/_bootstrap-custom.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}

/* line 375, ../sass/_bootstrap-custom.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

/* line 385, ../sass/_bootstrap-custom.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

/* line 395, ../sass/_bootstrap-custom.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

/* line 401, ../sass/_bootstrap-custom.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 405, ../sass/_bootstrap-custom.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 409, ../sass/_bootstrap-custom.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 423, ../sass/_bootstrap-custom.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 437, ../sass/_bootstrap-custom.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 447, ../sass/_bootstrap-custom.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 457, ../sass/_bootstrap-custom.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 461, ../sass/_bootstrap-custom.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 464, ../sass/_bootstrap-custom.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

/* line 468, ../sass/_bootstrap-custom.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 471, ../sass/_bootstrap-custom.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 474, ../sass/_bootstrap-custom.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent;
}

/* line 478, ../sass/_bootstrap-custom.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 481, ../sass/_bootstrap-custom.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}

/* line 484, ../sass/_bootstrap-custom.scss */
.panel-default {
  border-color: transparent;
}

/* line 487, ../sass/_bootstrap-custom.scss */
.panel-default > .panel-heading {
  color: #415464;
  background-color: #ffffff;
  border-color: transparent;
}

/* line 492, ../sass/_bootstrap-custom.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

/* line 495, ../sass/_bootstrap-custom.scss */
.panel-default > .panel-heading .badge {
  color: #ffffff;
  background-color: #415464;
}

/* line 499, ../sass/_bootstrap-custom.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

/* line 502, ../sass/_bootstrap-custom.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 505, ../sass/_bootstrap-custom.scss */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 510, ../sass/_bootstrap-custom.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 513, ../sass/_bootstrap-custom.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}

/* line 517, ../sass/_bootstrap-custom.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 520, ../sass/_bootstrap-custom.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 523, ../sass/_bootstrap-custom.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 528, ../sass/_bootstrap-custom.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 531, ../sass/_bootstrap-custom.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 535, ../sass/_bootstrap-custom.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 538, ../sass/_bootstrap-custom.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 541, ../sass/_bootstrap-custom.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 546, ../sass/_bootstrap-custom.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 549, ../sass/_bootstrap-custom.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 553, ../sass/_bootstrap-custom.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 556, ../sass/_bootstrap-custom.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 559, ../sass/_bootstrap-custom.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 564, ../sass/_bootstrap-custom.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 567, ../sass/_bootstrap-custom.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 571, ../sass/_bootstrap-custom.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 574, ../sass/_bootstrap-custom.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 577, ../sass/_bootstrap-custom.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 582, ../sass/_bootstrap-custom.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 585, ../sass/_bootstrap-custom.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 589, ../sass/_bootstrap-custom.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 592, ../sass/_bootstrap-custom.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 599, ../sass/_bootstrap-custom.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 612, ../sass/_bootstrap-custom.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 615, ../sass/_bootstrap-custom.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 618, ../sass/_bootstrap-custom.scss */
.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

/* line 625, ../sass/_bootstrap-custom.scss */
.clearfix:after,
.panel-body:after {
  clear: both;
}

/* line 629, ../sass/_bootstrap-custom.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 634, ../sass/_bootstrap-custom.scss */
.pull-right {
  float: right !important;
}

/* line 637, ../sass/_bootstrap-custom.scss */
.pull-left {
  float: left !important;
}

/* line 640, ../sass/_bootstrap-custom.scss */
.hide {
  display: none !important;
}

/* line 643, ../sass/_bootstrap-custom.scss */
.show {
  display: block !important;
}

/* line 646, ../sass/_bootstrap-custom.scss */
.invisible {
  visibility: hidden;
}

/* line 649, ../sass/_bootstrap-custom.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 656, ../sass/_bootstrap-custom.scss */
.hidden {
  display: none !important;
}

/* line 659, ../sass/_bootstrap-custom.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 665, ../sass/_bootstrap-custom.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 671, ../sass/_bootstrap-custom.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 686, ../sass/_bootstrap-custom.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 689, ../sass/_bootstrap-custom.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 692, ../sass/_bootstrap-custom.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 695, ../sass/_bootstrap-custom.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 701, ../sass/_bootstrap-custom.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 706, ../sass/_bootstrap-custom.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 711, ../sass/_bootstrap-custom.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 716, ../sass/_bootstrap-custom.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 719, ../sass/_bootstrap-custom.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 722, ../sass/_bootstrap-custom.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 725, ../sass/_bootstrap-custom.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 731, ../sass/_bootstrap-custom.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 736, ../sass/_bootstrap-custom.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 741, ../sass/_bootstrap-custom.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  /* line 746, ../sass/_bootstrap-custom.scss */
  .visible-md {
    display: block !important;
  }

  /* line 749, ../sass/_bootstrap-custom.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 752, ../sass/_bootstrap-custom.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 755, ../sass/_bootstrap-custom.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  /* line 761, ../sass/_bootstrap-custom.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  /* line 766, ../sass/_bootstrap-custom.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  /* line 771, ../sass/_bootstrap-custom.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1300px) {
  /* line 776, ../sass/_bootstrap-custom.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 779, ../sass/_bootstrap-custom.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 782, ../sass/_bootstrap-custom.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 785, ../sass/_bootstrap-custom.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1300px) {
  /* line 791, ../sass/_bootstrap-custom.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  /* line 796, ../sass/_bootstrap-custom.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1300px) {
  /* line 801, ../sass/_bootstrap-custom.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 806, ../sass/_bootstrap-custom.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 811, ../sass/_bootstrap-custom.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  /* line 816, ../sass/_bootstrap-custom.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  /* line 821, ../sass/_bootstrap-custom.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 825, ../sass/_bootstrap-custom.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 829, ../sass/_bootstrap-custom.scss */
  .visible-print {
    display: block !important;
  }

  /* line 832, ../sass/_bootstrap-custom.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 835, ../sass/_bootstrap-custom.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 838, ../sass/_bootstrap-custom.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 843, ../sass/_bootstrap-custom.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 847, ../sass/_bootstrap-custom.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 851, ../sass/_bootstrap-custom.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 855, ../sass/_bootstrap-custom.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 859, ../sass/_bootstrap-custom.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 863, ../sass/_bootstrap-custom.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 868, ../sass/_bootstrap-custom.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 3, ../sass/_global-selector.scss */
.global-selector {
  display: none;
}
/* line 6, ../sass/_global-selector.scss */
.global-selector.main {
  height: 100%;
}
@media only screen and (max-width: 999px) {
  /* line 6, ../sass/_global-selector.scss */
  .global-selector.main {
    padding: 0px 30px;
  }
}
/* line 12, ../sass/_global-selector.scss */
.global-selector .background-wrapper {
  background: #415464;
}
/* line 15, ../sass/_global-selector.scss */
.global-selector h1 {
  color: #fff;
}
@media only screen and (min-width: 1000px) {
  /* line 15, ../sass/_global-selector.scss */
  .global-selector h1 {
    display: none;
  }
}
/* line 21, ../sass/_global-selector.scss */
.global-selector #global-map {
  max-height: 100%;
  max-width: 100%;
  padding: 128px 0px 0px;
  width: 100%;
}
@media only screen and (max-width: 1299px) {
  /* line 21, ../sass/_global-selector.scss */
  .global-selector #global-map {
    visibility: hidden;
  }
}
/* line 30, ../sass/_global-selector.scss */
.global-selector #selected-country {
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 30, ../sass/_global-selector.scss */
  .global-selector #selected-country {
    display: none;
  }
}
@media only screen and (min-width: 1300px) {
  /* line 30, ../sass/_global-selector.scss */
  .global-selector #selected-country {
    margin-top: -160px;
  }
}
/* line 38, ../sass/_global-selector.scss */
.global-selector #selected-country > div {
  display: inline-block;
  color: #fff;
}
/* line 41, ../sass/_global-selector.scss */
.global-selector #selected-country > div p {
  color: #fff;
  margin: 10px 0px;
}
/* line 45, ../sass/_global-selector.scss */
.global-selector #selected-country > div .title {
  font-size: 100%;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 3px;
  margin-bottom: 20px;
}
/* line 52, ../sass/_global-selector.scss */
.global-selector #selected-country > div #country-name {
  font-size: 200%;
  font-weight: bold;
}
/* line 59, ../sass/_global-selector.scss */
.global-selector #dropdown-selector {
  padding: 30px 0px;
}
@media only screen and (min-width: 1300px) {
  /* line 59, ../sass/_global-selector.scss */
  .global-selector #dropdown-selector {
    position: absolute;
  }
}
/* line 64, ../sass/_global-selector.scss */
.global-selector #dropdown-selector .dropdown {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 3px;
  box-sizing: content-box;
}
/* line 69, ../sass/_global-selector.scss */
.global-selector #dropdown-selector .dropdown .btn {
  background: #000;
  color: #fff;
  display: block;
  max-width: 100%;
  padding: 20px 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 260px;
}
@media only screen and (max-width: 767px) {
  /* line 64, ../sass/_global-selector.scss */
  .global-selector #dropdown-selector .dropdown {
    display: block;
  }
  /* line 82, ../sass/_global-selector.scss */
  .global-selector #dropdown-selector .dropdown .btn {
    width: 100%;
  }
}
/* line 86, ../sass/_global-selector.scss */
.global-selector #dropdown-selector .dropdown .dropdown-menu {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  padding: 20px 0;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  /* line 86, ../sass/_global-selector.scss */
  .global-selector #dropdown-selector .dropdown .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (max-width: 767px) {
  /* line 86, ../sass/_global-selector.scss */
  .global-selector #dropdown-selector .dropdown .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
/* line 101, ../sass/_global-selector.scss */
.global-selector #dropdown-selector .dropdown .dropdown-menu a {
  color: #fff;
  padding: 10px 30px;
  position: relative;
}
/* line 105, ../sass/_global-selector.scss */
.global-selector #dropdown-selector .dropdown .dropdown-menu a:hover, .global-selector #dropdown-selector .dropdown .dropdown-menu a:focus, .global-selector #dropdown-selector .dropdown .dropdown-menu a:active {
  background: none;
  color: #F26826;
}
@media only screen and (max-width: 767px) {
  /* line 86, ../sass/_global-selector.scss */
  .global-selector #dropdown-selector .dropdown .dropdown-menu {
    border: none;
    float: none;
    font-size: 18px;
    margin-bottom: 7px;
    margin-top: 0;
    position: relative;
  }
}
/* line 121, ../sass/_global-selector.scss */
.global-selector #dropdown-selector .dropdown .caret {
  border-top: 8px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  left: 120px;
  margin-left: 0;
  margin-top: -4px;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  /* line 121, ../sass/_global-selector.scss */
  .global-selector #dropdown-selector .dropdown .caret {
    left: auto;
    right: 30px;
  }
}
/* line 135, ../sass/_global-selector.scss */
.global-selector #dropdown-selector .dropdown.open .caret {
  border-bottom: 8px dashed;
  border-top: none;
}

@media only screen and (max-width: 767px) {
  /* line 2, ../sass/_related-posts-component.scss */
  .related-posts-component h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 7, ../sass/_related-posts-component.scss */
  .related-posts-component .common-wrapper {
    padding: 20px 20px 20px 10px;
  }
}
/* line 13, ../sass/_related-posts-component.scss */
.related-posts-component a {
  color: #FF681D;
  font-weight: bold;
}
/* line 17, ../sass/_related-posts-component.scss */
.related-posts-component a.read-more {
  display: inline-block;
  margin-top: 10px;
}
/* line 22, ../sass/_related-posts-component.scss */
.related-posts-component.auto-height .related-post {
  height: auto !important;
}
/* line 25, ../sass/_related-posts-component.scss */
.related-posts-component .related-post {
  animation-duration: 2s;
  animation-name: fadeInUpLess;
  background: #fff;
  border-left: 9px solid #eee;
  color: #415464;
  display: inline-block;
  margin: 0 0 4px;
  position: relative;
  vertical-align: top;
  visibility: visible;
  width: 33%;
}
@media only screen and (max-width: 767px) {
  /* line 25, ../sass/_related-posts-component.scss */
  .related-posts-component .related-post {
    margin-bottom: 30px;
    width: 100%;
  }
}
/* line 42, ../sass/_related-posts-component.scss */
.related-posts-component .related-post:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #d7d7d7;
  content: " ";
  z-index: 1;
}
/* line 48, ../sass/_related-posts-component.scss */
.related-posts-component .related-post > img {
  border-bottom: 1px solid #d7d7d7;
  display: block;
  height: auto;
  margin-bottom: -10px;
  width: 100%;
}
/* line 55, ../sass/_related-posts-component.scss */
.related-posts-component .related-post > div {
  padding: 30px 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1299px) {
  /* line 55, ../sass/_related-posts-component.scss */
  .related-posts-component .related-post > div {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 55, ../sass/_related-posts-component.scss */
  .related-posts-component .related-post > div {
    padding: 20px;
  }
}
/* line 68, ../sass/_related-posts-component.scss */
.related-posts-component .related-post > div .date {
  color: #A7ACA2;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0;
}
/* line 74, ../sass/_related-posts-component.scss */
.related-posts-component .related-post > div .date > span {
  position: relative;
}
/* line 76, ../sass/_related-posts-component.scss */
.related-posts-component .related-post > div .date > span:after {
  background: #A7ACA2;
  content: "";
  height: 2px;
  bottom: -5px;
  left: 0;
  position: absolute;
  width: 50px;
}
/* line 87, ../sass/_related-posts-component.scss */
.related-posts-component .related-post > div h2 {
  color: #415464;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
  margin: 30px 0 25px;
}
@media only screen and (max-width: 767px) {
  /* line 87, ../sass/_related-posts-component.scss */
  .related-posts-component .related-post > div h2 {
    margin: 15px 0 25px;
    font-size: 19px;
  }
}
/* line 98, ../sass/_related-posts-component.scss */
.related-posts-component .related-post > div .text {
  max-height: 198px;
  overflow: hidden;
}
/* line 102, ../sass/_related-posts-component.scss */
.related-posts-component .related-post > div p {
  color: #415464;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 102, ../sass/_related-posts-component.scss */
  .related-posts-component .related-post > div p {
    font-size: 16px;
  }
}
/* line 112, ../sass/_related-posts-component.scss */
.related-posts-component .related-post > div div[class*="-btn"] {
  text-align: left;
}
/* line 115, ../sass/_related-posts-component.scss */
.related-posts-component .related-post > div div[class*="-btn"] a {
  font-weight: normal;
  border: 0;
  text-transform: none;
  color: #FF681D;
  padding-left: 0;
}
/* line 121, ../sass/_related-posts-component.scss */
.related-posts-component .related-post > div div[class*="-btn"] a:after {
  content: '\0000BB';
  color: #FF681D;
  font-size: 18px;
  font-weight: bold;
  right: 18px !important;
  margin-top: -10px !important;
}
/* line 135, ../sass/_related-posts-component.scss */
.related-posts-component.blog-detail .related-post {
  width: 100%;
}

/* line 6, ../sass/_comments-component.scss */
.comments > .row {
  padding-top: 20px;
}
/* line 8, ../sass/_comments-component.scss */
.comments > .row:first-child {
  padding-top: 0;
}
/* line 10, ../sass/_comments-component.scss */
.comments h3 {
  margin: 0;
}
/* line 13, ../sass/_comments-component.scss */
.comments #rate-star {
  text-align: right;
}
/* line 15, ../sass/_comments-component.scss */
.comments #rate-star > i {
  color: #FDC000;
  font-size: 110%;
  vertical-align: middle;
}
/* line 20, ../sass/_comments-component.scss */
.comments #rate-star > span {
  background: #D4D8DC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-left: 8px;
  padding: 1px 8px;
  position: relative;
}
/* line 26, ../sass/_comments-component.scss */
.comments #rate-star > span:before {
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent #D4D8DC transparent transparent;
  content: " ";
  height: 0;
  left: -5px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}
/* line 40, ../sass/_comments-component.scss */
.comments .table > .table-cell:first-child {
  vertical-align: top;
  width: 60px;
}
/* line 44, ../sass/_comments-component.scss */
.comments .leave-message,
.comments .comment {
  padding-top: 20px;
}
/* line 48, ../sass/_comments-component.scss */
.comments .leave-message input[type="text"] {
  border: #D4D8DC 2px solid;
  color: #D4D8DC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 48px;
  line-height: 44px;
  padding: 0 15px !important;
  font-size: 120%;
  width: 100%;
}
/* line 58, ../sass/_comments-component.scss */
.comments ul {
  border-bottom: #EAEEF0 2px solid;
  font-size: 95%;
  font-weight: bold;
  list-style: none;
  margin-top: 0;
}
/* line 64, ../sass/_comments-component.scss */
.comments ul > li {
  float: left;
  padding-bottom: 10px;
}
/* line 67, ../sass/_comments-component.scss */
.comments ul > li > a {
  color: #a7adb2;
  padding: 0 8px;
}
/* line 71, ../sass/_comments-component.scss */
.comments ul > li.active {
  border-bottom: #000 2px solid;
  margin-bottom: -2px;
}
/* line 74, ../sass/_comments-component.scss */
.comments ul > li.active a {
  color: #000;
}
/* line 76, ../sass/_comments-component.scss */
.comments ul > li.active a:hover {
  text-decoration: none;
}
/* line 83, ../sass/_comments-component.scss */
.comments .comment {
  font-size: 90%;
  padding: 0px 0px 60px;
}
/* line 86, ../sass/_comments-component.scss */
.comments .comment > div > img {
  height: auto;
  max-width: 98%;
}
/* line 90, ../sass/_comments-component.scss */
.comments .comment .nickname {
  color: #000;
  font-weight: bold;
}
/* line 94, ../sass/_comments-component.scss */
.comments .comment .role {
  background: #bdc5c9;
  font-size: 80%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  margin-left: 4px;
  padding: 0 3px;
}
/* line 102, ../sass/_comments-component.scss */
.comments .comment .time {
  color: #a7adb2;
  margin-left: 20px;
  position: relative;
}
/* line 106, ../sass/_comments-component.scss */
.comments .comment .time:before {
  background: #a7adb2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: ' ';
  height: 2px;
  left: -10px;
  position: absolute;
  top: 50%;
  width: 2px;
}
/* line 117, ../sass/_comments-component.scss */
.comments .comment .actions {
  color: #a7adb2;
  font-size: 95%;
  font-weight: bold;
}
/* line 121, ../sass/_comments-component.scss */
.comments .comment .actions a {
  color: #a7adb2;
  padding: 0 8px;
}
/* line 124, ../sass/_comments-component.scss */
.comments .comment .actions a:first-child {
  padding-left: 0;
}
/* line 127, ../sass/_comments-component.scss */
.comments .comment .actions a:last-child > * {
  font-size: 50%;
  margin-left: 2px;
  vertical-align: middle;
}
/* line 132, ../sass/_comments-component.scss */
.comments .comment .actions a.strong {
  color: #989898;
}
/* line 136, ../sass/_comments-component.scss */
.comments .comment .actions .light {
  color: #edeeef;
}
/* line 141, ../sass/_comments-component.scss */
.comments .footer {
  border-top: #EAEEF0 2px solid;
  border-bottom: #EAEEF0 1px solid;
  color: #a7adb2;
  font-size: 95%;
  padding-bottom: 60px;
}
/* line 147, ../sass/_comments-component.scss */
.comments .footer a {
  color: #a7adb2;
  font-weight: bold;
  margin-right: 20px;
}
/* line 151, ../sass/_comments-component.scss */
.comments .footer a > img {
  margin-top: -2px;
  vertical-align: middle;
}
/* line 156, ../sass/_comments-component.scss */
.comments .footer > img {
  margin-top: 3px;
}

/* line 1, ../sass/_blog-detail.scss */
.blog-detail {
  color: #415464;
}
/* line 3, ../sass/_blog-detail.scss */
.blog-detail p {
  color: #415464;
}
/* line 6, ../sass/_blog-detail.scss */
.blog-detail h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 6, ../sass/_blog-detail.scss */
  .blog-detail h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
/* line 16, ../sass/_blog-detail.scss */
.blog-detail a {
  color: #FF681D;
  font-weight: bold;
}
/* line 20, ../sass/_blog-detail.scss */
.blog-detail .author {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
}
/* line 25, ../sass/_blog-detail.scss */
.blog-detail .author img {
  margin-right: 10px;
  vertical-align: middle;
}
/* line 29, ../sass/_blog-detail.scss */
.blog-detail .author ul {
  display: inline;
  list-style: none;
  padding: 0;
}
/* line 33, ../sass/_blog-detail.scss */
.blog-detail .author ul > li {
  display: inline;
}
@media only screen and (max-width: 767px) {
  /* line 38, ../sass/_blog-detail.scss */
  .blog-detail .author .image {
    border-right: #415464 1px solid;
    display: inline-block;
    float: left;
  }
  /* line 43, ../sass/_blog-detail.scss */
  .blog-detail .author ul {
    float: left;
    margin: 0 0 0 10px;
    text-transform: initial;
  }
  /* line 47, ../sass/_blog-detail.scss */
  .blog-detail .author ul > li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 54, ../sass/_blog-detail.scss */
  .blog-detail .add-this div.addthis_custom_sharing {
    display: block;
    margin-top: 10px;
  }
  /* line 57, ../sass/_blog-detail.scss */
  .blog-detail .add-this div.addthis_custom_sharing > div {
    display: flex !important;
    justify-content: space-between;
  }
  /* line 60, ../sass/_blog-detail.scss */
  .blog-detail .add-this div.addthis_custom_sharing > div .at-share-btn {
    display: inline-block !important;
    margin: 0 !important;
  }
}
/* line 67, ../sass/_blog-detail.scss */
.blog-detail .blog-text {
  border-bottom: #d7d7d7 1px solid;
  border-top: #d7d7d7 1px solid;
  font-size: 18px;
  line-height: 29px;
  margin: 35px 0;
  padding: 35px 0 !important;
}
/* line 74, ../sass/_blog-detail.scss */
.blog-detail .blog-text .main-image {
  float: right;
  margin: 0 0 10px 10px;
}
@media only screen and (max-width: 767px) {
  /* line 74, ../sass/_blog-detail.scss */
  .blog-detail .blog-text .main-image {
    height: auto;
    margin-left: 0;
    width: 100%;
  }
}
/* line 84, ../sass/_blog-detail.scss */
.blog-detail .blog-text > div p {
  font-size: 17px;
}
/* line 86, ../sass/_blog-detail.scss */
.blog-detail .blog-text > div p:first-child {
  margin-top: 0;
}
/* line 89, ../sass/_blog-detail.scss */
.blog-detail .blog-text > div p:last-child {
  margin-bottom: 0;
}
/* line 93, ../sass/_blog-detail.scss */
.blog-detail .blog-text > div ul {
  font-size: 95%;
  list-style: none;
  margin-top: -15px;
}
@media only screen and (max-width: 767px) {
  /* line 93, ../sass/_blog-detail.scss */
  .blog-detail .blog-text > div ul {
    padding-left: 0;
  }
}
/* line 100, ../sass/_blog-detail.scss */
.blog-detail .blog-text > div ul li {
  padding-left: 12px;
}
/* line 102, ../sass/_blog-detail.scss */
.blog-detail .blog-text > div ul li:before {
  content: '\2022';
  font-size: 15px;
  margin-left: -12px;
  padding-right: 7px;
  vertical-align: top;
}
/* line 113, ../sass/_blog-detail.scss */
.blog-detail .related-post-title {
  font-weight: normal;
  padding: 0px 0px 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 113, ../sass/_blog-detail.scss */
  .blog-detail .related-post-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
  }
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=771f1c1e02cb4959d152)
 * Config saved to config.json and https://gist.github.com/771f1c1e02cb4959d152
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
*/
/* line 68, ../sass/_bootstrap-custom.scss */
[role="button"] {
  cursor: pointer;
}

/* line 71, ../sass/_bootstrap-custom.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 77, ../sass/_bootstrap-custom.scss */
.fade.in {
  opacity: 1;
}

/* line 80, ../sass/_bootstrap-custom.scss */
.collapse {
  display: none;
}

/* line 83, ../sass/_bootstrap-custom.scss */
.collapse.in {
  display: block;
}

/* line 86, ../sass/_bootstrap-custom.scss */
tr.collapse.in {
  display: table-row;
}

/* line 89, ../sass/_bootstrap-custom.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 92, ../sass/_bootstrap-custom.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 106, ../sass/_bootstrap-custom.scss */
.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;
}

/* line 117, ../sass/_bootstrap-custom.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 121, ../sass/_bootstrap-custom.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 124, ../sass/_bootstrap-custom.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 146, ../sass/_bootstrap-custom.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 150, ../sass/_bootstrap-custom.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 156, ../sass/_bootstrap-custom.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

/* line 165, ../sass/_bootstrap-custom.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 171, ../sass/_bootstrap-custom.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 179, ../sass/_bootstrap-custom.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 184, ../sass/_bootstrap-custom.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 192, ../sass/_bootstrap-custom.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 195, ../sass/_bootstrap-custom.scss */
.open > a {
  outline: 0;
}

/* line 198, ../sass/_bootstrap-custom.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 202, ../sass/_bootstrap-custom.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 206, ../sass/_bootstrap-custom.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

/* line 214, ../sass/_bootstrap-custom.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 222, ../sass/_bootstrap-custom.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 226, ../sass/_bootstrap-custom.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 233, ../sass/_bootstrap-custom.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 240, ../sass/_bootstrap-custom.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 244, ../sass/_bootstrap-custom.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 249, ../sass/_bootstrap-custom.scss */
.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 257, ../sass/_bootstrap-custom.scss */
.panel-body {
  padding: 80px;
}

/* line 260, ../sass/_bootstrap-custom.scss */
.panel-heading {
  padding: 40px 30px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

/* line 266, ../sass/_bootstrap-custom.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 269, ../sass/_bootstrap-custom.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 275, ../sass/_bootstrap-custom.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 282, ../sass/_bootstrap-custom.scss */
.panel-footer {
  padding: 40px 30px;
  background-color: #f5f5f5;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

/* line 289, ../sass/_bootstrap-custom.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 293, ../sass/_bootstrap-custom.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 298, ../sass/_bootstrap-custom.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

/* line 304, ../sass/_bootstrap-custom.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

/* line 310, ../sass/_bootstrap-custom.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 314, ../sass/_bootstrap-custom.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 317, ../sass/_bootstrap-custom.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 320, ../sass/_bootstrap-custom.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 325, ../sass/_bootstrap-custom.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 80px;
  padding-right: 80px;
}

/* line 331, ../sass/_bootstrap-custom.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}

/* line 336, ../sass/_bootstrap-custom.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}

/* line 343, ../sass/_bootstrap-custom.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}

/* line 353, ../sass/_bootstrap-custom.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}

/* line 363, ../sass/_bootstrap-custom.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

/* line 368, ../sass/_bootstrap-custom.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}

/* line 375, ../sass/_bootstrap-custom.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}

/* line 385, ../sass/_bootstrap-custom.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}

/* line 395, ../sass/_bootstrap-custom.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

/* line 401, ../sass/_bootstrap-custom.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 405, ../sass/_bootstrap-custom.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 409, ../sass/_bootstrap-custom.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 423, ../sass/_bootstrap-custom.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 437, ../sass/_bootstrap-custom.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 447, ../sass/_bootstrap-custom.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 457, ../sass/_bootstrap-custom.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 461, ../sass/_bootstrap-custom.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 464, ../sass/_bootstrap-custom.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

/* line 468, ../sass/_bootstrap-custom.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 471, ../sass/_bootstrap-custom.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 474, ../sass/_bootstrap-custom.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent;
}

/* line 478, ../sass/_bootstrap-custom.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 481, ../sass/_bootstrap-custom.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}

/* line 484, ../sass/_bootstrap-custom.scss */
.panel-default {
  border-color: transparent;
}

/* line 487, ../sass/_bootstrap-custom.scss */
.panel-default > .panel-heading {
  color: #415464;
  background-color: #ffffff;
  border-color: transparent;
}

/* line 492, ../sass/_bootstrap-custom.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

/* line 495, ../sass/_bootstrap-custom.scss */
.panel-default > .panel-heading .badge {
  color: #ffffff;
  background-color: #415464;
}

/* line 499, ../sass/_bootstrap-custom.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

/* line 502, ../sass/_bootstrap-custom.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 505, ../sass/_bootstrap-custom.scss */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 510, ../sass/_bootstrap-custom.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 513, ../sass/_bootstrap-custom.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}

/* line 517, ../sass/_bootstrap-custom.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 520, ../sass/_bootstrap-custom.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 523, ../sass/_bootstrap-custom.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 528, ../sass/_bootstrap-custom.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 531, ../sass/_bootstrap-custom.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 535, ../sass/_bootstrap-custom.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 538, ../sass/_bootstrap-custom.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 541, ../sass/_bootstrap-custom.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 546, ../sass/_bootstrap-custom.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 549, ../sass/_bootstrap-custom.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 553, ../sass/_bootstrap-custom.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 556, ../sass/_bootstrap-custom.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 559, ../sass/_bootstrap-custom.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 564, ../sass/_bootstrap-custom.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 567, ../sass/_bootstrap-custom.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 571, ../sass/_bootstrap-custom.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 574, ../sass/_bootstrap-custom.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 577, ../sass/_bootstrap-custom.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 582, ../sass/_bootstrap-custom.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 585, ../sass/_bootstrap-custom.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 589, ../sass/_bootstrap-custom.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 592, ../sass/_bootstrap-custom.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 599, ../sass/_bootstrap-custom.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 612, ../sass/_bootstrap-custom.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 615, ../sass/_bootstrap-custom.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 618, ../sass/_bootstrap-custom.scss */
.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

/* line 625, ../sass/_bootstrap-custom.scss */
.clearfix:after,
.panel-body:after {
  clear: both;
}

/* line 629, ../sass/_bootstrap-custom.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 634, ../sass/_bootstrap-custom.scss */
.pull-right {
  float: right !important;
}

/* line 637, ../sass/_bootstrap-custom.scss */
.pull-left {
  float: left !important;
}

/* line 640, ../sass/_bootstrap-custom.scss */
.hide {
  display: none !important;
}

/* line 643, ../sass/_bootstrap-custom.scss */
.show {
  display: block !important;
}

/* line 646, ../sass/_bootstrap-custom.scss */
.invisible {
  visibility: hidden;
}

/* line 649, ../sass/_bootstrap-custom.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 656, ../sass/_bootstrap-custom.scss */
.hidden {
  display: none !important;
}

/* line 659, ../sass/_bootstrap-custom.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 665, ../sass/_bootstrap-custom.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 671, ../sass/_bootstrap-custom.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 686, ../sass/_bootstrap-custom.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 689, ../sass/_bootstrap-custom.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 692, ../sass/_bootstrap-custom.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 695, ../sass/_bootstrap-custom.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 701, ../sass/_bootstrap-custom.scss */
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 706, ../sass/_bootstrap-custom.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  /* line 711, ../sass/_bootstrap-custom.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 716, ../sass/_bootstrap-custom.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 719, ../sass/_bootstrap-custom.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 722, ../sass/_bootstrap-custom.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 725, ../sass/_bootstrap-custom.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 731, ../sass/_bootstrap-custom.scss */
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 736, ../sass/_bootstrap-custom.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 741, ../sass/_bootstrap-custom.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  /* line 746, ../sass/_bootstrap-custom.scss */
  .visible-md {
    display: block !important;
  }

  /* line 749, ../sass/_bootstrap-custom.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 752, ../sass/_bootstrap-custom.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 755, ../sass/_bootstrap-custom.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  /* line 761, ../sass/_bootstrap-custom.scss */
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  /* line 766, ../sass/_bootstrap-custom.scss */
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  /* line 771, ../sass/_bootstrap-custom.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1300px) {
  /* line 776, ../sass/_bootstrap-custom.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 779, ../sass/_bootstrap-custom.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 782, ../sass/_bootstrap-custom.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 785, ../sass/_bootstrap-custom.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1300px) {
  /* line 791, ../sass/_bootstrap-custom.scss */
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1300px) {
  /* line 796, ../sass/_bootstrap-custom.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1300px) {
  /* line 801, ../sass/_bootstrap-custom.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  /* line 806, ../sass/_bootstrap-custom.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  /* line 811, ../sass/_bootstrap-custom.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  /* line 816, ../sass/_bootstrap-custom.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  /* line 821, ../sass/_bootstrap-custom.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 825, ../sass/_bootstrap-custom.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 829, ../sass/_bootstrap-custom.scss */
  .visible-print {
    display: block !important;
  }

  /* line 832, ../sass/_bootstrap-custom.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 835, ../sass/_bootstrap-custom.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 838, ../sass/_bootstrap-custom.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 843, ../sass/_bootstrap-custom.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 847, ../sass/_bootstrap-custom.scss */
  .visible-print-block {
    display: block !important;
  }
}
/* line 851, ../sass/_bootstrap-custom.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 855, ../sass/_bootstrap-custom.scss */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 859, ../sass/_bootstrap-custom.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 863, ../sass/_bootstrap-custom.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 868, ../sass/_bootstrap-custom.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 4, ../sass/_accordion-component.scss */
.accordion .panel > a:hover {
  text-decoration: none;
}
/* line 7, ../sass/_accordion-component.scss */
.accordion .panel-heading {
  background: #fff;
  display: block;
  height: 120px;
  padding: 0 150px 0 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 7, ../sass/_accordion-component.scss */
  .accordion .panel-heading {
    height: auto;
    padding: 20px 110px 20px 20px;
  }
}
/* line 17, ../sass/_accordion-component.scss */
.accordion .panel-heading:before {
  background: #415464;
  content: ' ';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  /* line 17, ../sass/_accordion-component.scss */
  .accordion .panel-heading:before {
    width: 80px;
  }
}
/* line 29, ../sass/_accordion-component.scss */
.accordion .panel-heading .panel-title {
  color: #5FB4E5;
  font-size: 30px;
  height: 100%;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  /* line 29, ../sass/_accordion-component.scss */
  .accordion .panel-heading .panel-title {
    font-size: 20px;
    font-weight: normal;
  }
}
/* line 38, ../sass/_accordion-component.scss */
.accordion .panel-heading .panel-title:before, .accordion .panel-heading .panel-title:after {
  background: #fff;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  -ms-border-radius: 1.5px;
  border-radius: 1.5px;
  content: ' ';
  position: absolute;
}
/* line 45, ../sass/_accordion-component.scss */
.accordion .panel-heading .panel-title:before {
  height: 5px;
  right: 44px;
  top: 57px;
  width: 32px;
}
@media only screen and (max-width: 767px) {
  /* line 45, ../sass/_accordion-component.scss */
  .accordion .panel-heading .panel-title:before {
    height: 4px;
    margin-top: -2px;
    right: 30px;
    top: 50%;
    width: 20px;
  }
}
/* line 58, ../sass/_accordion-component.scss */
.accordion .panel-heading .panel-title > span {
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
  text-align: left;
  white-space: normal;
}
/* line 350, ../sass/_common.scss */
.accordion .panel-heading .panel-title > span:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
/* line 62, ../sass/_accordion-component.scss */
.accordion .panel-heading .panel-title > span:before {
  margin-right: 0;
}
/* line 65, ../sass/_accordion-component.scss */
.accordion .panel-heading .panel-title > span > span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
/* line 70, ../sass/_accordion-component.scss */
.accordion .panel-heading .panel-subtitle {
  color: #a8aca1;
  display: block;
  font-size: 18px;
  margin-top: -10px;
}
/* line 77, ../sass/_accordion-component.scss */
.accordion .collapsed .panel-heading .panel-title:after {
  height: 32px;
  right: 57px;
  top: 44px;
  width: 5px;
}
@media only screen and (max-width: 767px) {
  /* line 77, ../sass/_accordion-component.scss */
  .accordion .collapsed .panel-heading .panel-title:after {
    height: 20px;
    margin-top: -10px;
    right: 38px;
    top: 50%;
    width: 4px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 91, ../sass/_accordion-component.scss */
  .accordion .panel + .panel {
    margin-top: 10px;
  }
}
/* line 96, ../sass/_accordion-component.scss */
.accordion .panel-body {
  background: #fff;
  color: #415464;
  font-size: 18px;
  margin-top: 2px;
  padding-right: 25%;
}
@media only screen and (max-width: 767px) {
  /* line 96, ../sass/_accordion-component.scss */
  .accordion .panel-body {
    padding: 50px 30px;
  }
}
/* line 105, ../sass/_accordion-component.scss */
.accordion .panel-body ul {
  margin: 30px 0;
  padding-left: 18px;
}

/* line 1, ../sass/_benefits.scss */
a.expand-all,
a.collapse-all {
  color: #ff681d;
  font-size: 14px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  text-transform: uppercase;
}
/* line 9, ../sass/_benefits.scss */
a.expand-all:after,
a.collapse-all:after {
  content: "\f067";
  color: #acb0a6;
  font: normal normal normal 12px/1 FontAwesome;
  left: 4px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
}
/* line 18, ../sass/_benefits.scss */
a.expand-all:before,
a.collapse-all:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: ' ';
  height: 18px;
  border: 2px solid #acb0a6;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}

/* line 31, ../sass/_benefits.scss */
a.collapse-all:after {
  content: "\f068";
}

/* line 1, ../sass/_blog.scss */
.blog {
  color: #415464;
}
@media only screen and (min-width: 1300px) {
  /* line 4, ../sass/_blog.scss */
  .blog .back-to-blog, .blog .document-filter .back-to-div .back-to-link, .document-filter .back-to-div .blog .back-to-link {
    margin: 30px 30px;
  }
}
/* line 10, ../sass/_blog.scss */
.blog .button-with-border, .blog .rss, .blog .load-more, .blog .author .social-media a {
  border: #d7d7d7 1px solid;
  color: #415464;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 39px;
  padding: 0 20px;
  vertical-align: middle;
}
/* line 22, ../sass/_blog.scss */
.blog .common-header h1 {
  line-height: 1.4;
  margin-bottom: 0px;
}
/* line 28, ../sass/_blog.scss */
.blog .common-wrapper {
  padding: 12px 50px 13px 250px;
}
/* line 34, ../sass/_blog.scss */
.blog .rss > i {
  color: #ff681d;
  font-size: 20px;
  margin-right: 5px;
  margin-top: -3px;
  padding-top: 2px;
  vertical-align: middle;
}
/* line 43, ../sass/_blog.scss */
.blog .filter-heading {
  background: none;
  margin-bottom: 27px;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  /* line 49, ../sass/_blog.scss */
  .blog .reset-text-align-mobile {
    text-align: inherit;
  }
}
/* line 53, ../sass/_blog.scss */
.blog .load-more {
  padding: 0px 50px 0px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 60, ../sass/_blog.scss */
.blog .load-more:after {
  content: "\f067";
  color: #FFB81D;
  font: normal normal normal 13px/1 FontAwesome;
  margin-top: -5px;
  position: absolute;
  right: 16px;
  top: 50%;
}
/* line 69, ../sass/_blog.scss */
.blog .load-more:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: ' ';
  height: 22px;
  border: 2px solid #FFB81D;
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 22px;
}
/* line 80, ../sass/_blog.scss */
.blog .load-more:hover {
  background: #fff;
  color: #000;
}
@media only screen and (min-width: 1300px) {
  /* line 86, ../sass/_blog.scss */
  .blog .author {
    margin: 0 65px 60px 30px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 86, ../sass/_blog.scss */
  .blog .author {
    display: table;
    width: 100%;
  }
  /* line 94, ../sass/_blog.scss */
  .blog .author > div {
    display: table-cell;
    vertical-align: top;
  }
  /* line 382, ../sass/_common.scss */
  .blog .author > div.align-top {
    vertical-align: top;
  }
  /* line 385, ../sass/_common.scss */
  .blog .author > div.align-middle {
    vertical-align: middle;
  }
  /* line 388, ../sass/_common.scss */
  .blog .author > div.align-bottom {
    vertical-align: bottom;
  }
  /* line 98, ../sass/_blog.scss */
  .blog .author > div:first-child {
    padding-right: 50px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 105, ../sass/_blog.scss */
  .blog .author > div:first-child > img {
    height: auto;
    margin-bottom: 30px;
    width: 100%;
  }
}
/* line 111, ../sass/_blog.scss */
.blog .author h1 {
  line-height: 1;
  margin: 0;
}
/* line 115, ../sass/_blog.scss */
.blog .author .subtitle {
  color: #a8aca1;
  font-size: 30px;
  margin-bottom: 20px;
  padding-right: 0;
}
/* line 121, ../sass/_blog.scss */
.blog .author .social-media {
  display: inline;
  text-transform: uppercase;
}
/* line 124, ../sass/_blog.scss */
.blog .author .social-media a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 120%;
  font-weight: bold;
  line-height: 38px;
  margin-left: 10px;
  padding: 0;
  text-align: center;
  width: 40px;
}
/* line 135, ../sass/_blog.scss */
.blog .author .social-media a.link-splash {
  width: 76px;
  border-radius: 20px;
}
/* line 141, ../sass/_blog.scss */
.blog .author .description {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 35px;
}
/* line 147, ../sass/_blog.scss */
.blog .related-post-title {
  font-weight: normal;
  padding: 0 0 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 147, ../sass/_blog.scss */
  .blog .related-post-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
  }
}

/* line 2, ../sass/_social-media-component.scss */
.social-media-component .socialfeedcontent {
  overflow: auto;
  height: 330px;
  padding-top: 43px;
  padding: 42px 37px;
}
/* line 7, ../sass/_social-media-component.scss */
.social-media-component .socialfeedcontent img {
  max-width: 100%;
  margin-bottom: 15px;
}
/* line 11, ../sass/_social-media-component.scss */
.social-media-component .socialfeedcontent a:hover {
  text-decoration: none;
}
/* line 15, ../sass/_social-media-component.scss */
.social-media-component .heading {
  padding: 33px 37px;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 1299px) {
  /* line 15, ../sass/_social-media-component.scss */
  .social-media-component .heading {
    padding: 20px 10px 10px 10px;
  }
}
/* line 23, ../sass/_social-media-component.scss */
.social-media-component .heading > a {
  z-index: 9;
}
/* line 26, ../sass/_social-media-component.scss */
.social-media-component .heading .verticalBlock.stickToBorders {
  padding: 0 37px;
}
@media only screen and (max-width: 1299px) {
  /* line 26, ../sass/_social-media-component.scss */
  .social-media-component .heading .verticalBlock.stickToBorders {
    padding: 0 10px;
  }
}
/* line 33, ../sass/_social-media-component.scss */
.social-media-component .heading .verticalBlock.stickToBorders :before {
  margin-right: 0;
}
/* line 39, ../sass/_social-media-component.scss */
.social-media-component .feedcontainer {
  height: 450px !important;
  padding: 0;
  margin-top: 0;
}
/* line 45, ../sass/_social-media-component.scss */
.social-media-component .serverdown {
  background: #D7D7D7;
}
/* line 47, ../sass/_social-media-component.scss */
.social-media-component .serverdown .socialfeedcontent {
  padding-top: 80px;
  text-align: center;
}
/* line 51, ../sass/_social-media-component.scss */
.social-media-component .serverdown p {
  color: #A9A9A9;
  font-size: 20px;
  margin-top: 20px;
}
/* line 58, ../sass/_social-media-component.scss */
.social-media-component .share-buttons {
  margin-top: 20px;
}
/* line 61, ../sass/_social-media-component.scss */
.social-media-component .share-buttons a {
  color: #7f7f7f;
  float: left;
  font-size: 14px;
  margin-right: 8px;
}
/* line 67, ../sass/_social-media-component.scss */
.social-media-component .share-buttons a img {
  margin-bottom: 0;
}
/* line 75, ../sass/_social-media-component.scss */
.social-media-component.twitter .heading .twitter-follow-button {
  float: right;
}
/* line 82, ../sass/_social-media-component.scss */
.social-media-component.facebook .heading .fb-like {
  float: right;
}
/* line 85, ../sass/_social-media-component.scss */
.social-media-component.facebook .heading .fb-like > span {
  display: block !important;
}
/* line 90, ../sass/_social-media-component.scss */
.social-media-component.facebook .share-buttons {
  border-top: #e5e5e5 1px solid;
  padding-top: 5px;
}
/* line 94, ../sass/_social-media-component.scss */
.social-media-component.facebook .share-buttons a {
  font-weight: bold;
  margin-right: 30px;
}
/* line 98, ../sass/_social-media-component.scss */
.social-media-component.facebook .share-buttons a img {
  margin-right: 5px;
  vertical-align: -10%;
}
/* line 102, ../sass/_social-media-component.scss */
.social-media-component.facebook .share-buttons a:last-child {
  margin-right: 0;
}
/* line 108, ../sass/_social-media-component.scss */
.social-media-component.social-media-component-facebook {
  z-index: 50;
}
/* line 111, ../sass/_social-media-component.scss */
.social-media-component.social-media-component-facebook #fbFeedBox {
  overflow: visible;
}
/* line 117, ../sass/_social-media-component.scss */
.social-media-component.linkedin .heading .IN-widget {
  float: right;
}
/* line 122, ../sass/_social-media-component.scss */
.social-media-component.linkedin .share-buttons a {
  margin-right: 0;
}
/* line 125, ../sass/_social-media-component.scss */
.social-media-component.linkedin .share-buttons a:after {
  content: "\2022";
  margin: 0 10px;
}
/* line 129, ../sass/_social-media-component.scss */
.social-media-component.linkedin .share-buttons a:last-child:after {
  display: none;
}
/* line 135, ../sass/_social-media-component.scss */
.social-media-component .verticalCentered {
  line-height: 0;
  text-align: right;
  height: 20px;
}
/* line 139, ../sass/_social-media-component.scss */
.social-media-component .verticalCentered .IN-widget {
  line-height: 0 !important;
}

/* line 145, ../sass/_social-media-component.scss */
.social-media-cols > div {
  float: left;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 145, ../sass/_social-media-component.scss */
  .social-media-cols > div {
    width: 50%;
  }
}
@media only screen and (min-width: 1325px) {
  /* line 145, ../sass/_social-media-component.scss */
  .social-media-cols > div {
    width: 33.33333333%;
  }
}

/* line 161, ../sass/_social-media-component.scss */
.social-media .feed-errormsg {
  display: none;
}

/* line 2, ../sass/_social-blog-component.scss */
.social-blog-component .common-wrapper {
  padding-bottom: .1px;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/_social-blog-component.scss */
  .social-blog-component .common-wrapper {
    padding-left: 20px;
    padding-right: 40px;
  }
}
/* line 10, ../sass/_social-blog-component.scss */
.social-blog-component div .comments {
  display: none;
}
/* line 13, ../sass/_social-blog-component.scss */
.social-blog-component div .footer {
  display: none;
}
/* line 18, ../sass/_social-blog-component.scss */
.social-blog-component .blogentry ul, .social-blog-component .entrytitle ul {
  font-weight: bold;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  margin-top: 21px;
  display: inline;
}
@media only screen and (max-width: 767px) {
  /* line 18, ../sass/_social-blog-component.scss */
  .social-blog-component .blogentry ul, .social-blog-component .entrytitle ul {
    float: left;
    font-size: 12px;
    margin-top: 5px;
  }
}
/* line 33, ../sass/_social-blog-component.scss */
.social-blog-component .blogentry ul > li, .social-blog-component .entrytitle ul > li {
  display: inline;
}
@media only screen and (max-width: 767px) {
  /* line 33, ../sass/_social-blog-component.scss */
  .social-blog-component .blogentry ul > li, .social-blog-component .entrytitle ul > li {
    display: list-item;
  }
}
/* line 40, ../sass/_social-blog-component.scss */
.social-blog-component .blogentry ul a, .social-blog-component .entrytitle ul a {
  color: #ff681d;
}
/* line 45, ../sass/_social-blog-component.scss */
.social-blog-component .authorimage_wrap {
  margin-top: 20px;
}
/* line 47, ../sass/_social-blog-component.scss */
.social-blog-component .authorimage_wrap .image {
  margin-right: 10px;
}
/* line 50, ../sass/_social-blog-component.scss */
.social-blog-component .authorimage_wrap img {
  /* width: 10%; */
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 50, ../sass/_social-blog-component.scss */
  .social-blog-component .authorimage_wrap img {
    float: left;
    vertical-align: top;
    border-right: solid black 1px;
    margin-right: 10px;
  }
}
/* line 62, ../sass/_social-blog-component.scss */
.social-blog-component .add-this {
  color: #415464;
}
@media only screen and (max-width: 767px) {
  /* line 62, ../sass/_social-blog-component.scss */
  .social-blog-component .add-this {
    clear: both;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 70, ../sass/_social-blog-component.scss */
  .social-blog-component .add-this .addthis_custom_sharing {
    clear: both;
    display: block;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 79, ../sass/_social-blog-component.scss */
  .social-blog-component .add-this .addthis_custom_sharing #atstbx a:before, .social-blog-component .add-this .addthis_custom_sharing #atstbx2 a:before {
    font-size: 24px;
  }
  /* line 83, ../sass/_social-blog-component.scss */
  .social-blog-component .add-this .addthis_custom_sharing #atstbx a, .social-blog-component .add-this .addthis_custom_sharing #atstbx2 a {
    margin-right: 30px !important;
    margin-left: 0 !important;
    display: inline-block;
  }
  /* line 88, ../sass/_social-blog-component.scss */
  .social-blog-component .add-this .addthis_custom_sharing #atstbx a.at-custom-share-anchor.at-share-btn.at-svc-email, .social-blog-component .add-this .addthis_custom_sharing #atstbx2 a.at-custom-share-anchor.at-share-btn.at-svc-email {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 94, ../sass/_social-blog-component.scss */
  .social-blog-component .add-this .addthis_custom_sharing #atstbx2 {
    height: 30px;
  }
}
/* line 103, ../sass/_social-blog-component.scss */
.social-blog-component .navigation {
  margin: 10px 0 10px 0;
  font-weight: 600;
}
/* line 107, ../sass/_social-blog-component.scss */
.social-blog-component h1 {
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1;
}
/* line 114, ../sass/_social-blog-component.scss */
.social-blog-component h2 {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  /* line 114, ../sass/_social-blog-component.scss */
  .social-blog-component h2 {
    font-size: 24px;
    line-height: 1.3em;
  }
}
/* line 123, ../sass/_social-blog-component.scss */
.social-blog-component .entrytitle .addthis {
  margin-top: 15px;
}
/* line 127, ../sass/_social-blog-component.scss */
.social-blog-component .back-to-blog, .social-blog-component .document-filter .back-to-div .back-to-link, .document-filter .back-to-div .social-blog-component .back-to-link {
  font-size: 15px;
  padding: 0 0 0 25px;
  position: relative;
  color: #ff681d;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 127, ../sass/_social-blog-component.scss */
  .social-blog-component .back-to-blog, .social-blog-component .document-filter .back-to-div .back-to-link, .document-filter .back-to-div .social-blog-component .back-to-link {
    font-size: 24px;
    font-weight: 600;
    display: block;
    min-width: 340px;
    padding-left: 34px;
  }
}
/* line 144, ../sass/_social-blog-component.scss */
.social-blog-component .back-to-blog:after, .social-blog-component .document-filter .back-to-div .back-to-link:after, .document-filter .back-to-div .social-blog-component .back-to-link:after {
  content: url(clientlibs_desktop/css/Icons/icon_red_round_arrow_16.png);
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-top: -8px;
  /* this flips the image so we don't need several icons for each position of the arrow */
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
@media only screen and (max-width: 767px) {
  /* line 144, ../sass/_social-blog-component.scss */
  .social-blog-component .back-to-blog:after, .social-blog-component .document-filter .back-to-div .back-to-link:after, .document-filter .back-to-div .social-blog-component .back-to-link:after {
    content: url(clientlibs_desktop/css/Icons/icon_red_round_arrow_30.png);
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
}
/* line 170, ../sass/_social-blog-component.scss */
.social-blog-component .entry, .social-blog-component .entrytext {
  border-bottom: #d7d7d7 1px solid;
  border-top: #d7d7d7 1px solid;
  font-size: 18px;
  line-height: 29px;
  margin: 28px 0;
  padding: 10px 0 !important;
}
@media only screen and (max-width: 767px) {
  /* line 170, ../sass/_social-blog-component.scss */
  .social-blog-component .entry, .social-blog-component .entrytext {
    margin-top: 70px;
  }
}
/* line 182, ../sass/_social-blog-component.scss */
.social-blog-component .entry p, .social-blog-component .entrytext p {
  font-size: 17px;
  color: #415464;
}
@media only screen and (max-width: 767px) {
  /* line 182, ../sass/_social-blog-component.scss */
  .social-blog-component .entry p, .social-blog-component .entrytext p {
    font-size: 15px;
    line-height: 1.4em;
  }
}
/* line 190, ../sass/_social-blog-component.scss */
.social-blog-component .entry p img, .social-blog-component .entrytext p img {
  max-width: 100%;
  height: auto;
}
/* line 194, ../sass/_social-blog-component.scss */
.social-blog-component .entry p a, .social-blog-component .entrytext p a {
  color: #ff681d;
  font-weight: bold;
}
/* line 198, ../sass/_social-blog-component.scss */
.social-blog-component .entry p.image, .social-blog-component .entrytext p.image {
  float: right;
}
/* line 205, ../sass/_social-blog-component.scss */
.social-blog-component .entry img, .social-blog-component .entrytext img {
  max-width: 100%;
  height: auto;
}
/* line 210, ../sass/_social-blog-component.scss */
.social-blog-component .entry ul, .social-blog-component .entrytext ul {
  list-style: none;
  /* removing color and bold for riv-2085
  /*color: #ff681d;*/
  font-size: 16px;
  /*font-weight: bold;*/
}
@media only screen and (max-width: 767px) {
  /* line 210, ../sass/_social-blog-component.scss */
  .social-blog-component .entry ul, .social-blog-component .entrytext ul {
    font-size: 15px;
    line-height: 1.4em;
    padding-left: 17px;
  }
}
/* line 223, ../sass/_social-blog-component.scss */
.social-blog-component .entry ul li:before, .social-blog-component .entrytext ul li:before {
  content: '\2022';
  font-size: 15px;
  margin-left: -12px;
  padding-right: 11px;
  vertical-align: top;
  color: #000000;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 767px) {
  /* line 223, ../sass/_social-blog-component.scss */
  .social-blog-component .entry ul li:before, .social-blog-component .entrytext ul li:before {
    font-size: 25px;
    position: relative;
    top: -1px;
    left: -3px;
  }
}
/* line 240, ../sass/_social-blog-component.scss */
.social-blog-component .entry ul a, .social-blog-component .entrytext ul a {
  color: #ff681d;
}
/* line 245, ../sass/_social-blog-component.scss */
.social-blog-component .entry h2, .social-blog-component .entrytext h2 {
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
/* line 254, ../sass/_social-blog-component.scss */
.social-blog-component .entry .rte-video-link-play, .social-blog-component .entrytext .rte-video-link-play {
  position: relative;
  display: inline-block;
}
/* line 257, ../sass/_social-blog-component.scss */
.social-blog-component .entry .rte-video-link-play:after, .social-blog-component .entrytext .rte-video-link-play:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: url(clientlibs_desktop/images/play.png) center center no-repeat;
  content: " ";
}
/* line 268, ../sass/_social-blog-component.scss */
.social-blog-component p.postmetadata {
  font-size: 17px;
  color: #415464;
}
/* line 271, ../sass/_social-blog-component.scss */
.social-blog-component p.postmetadata a {
  color: #ff681d;
  font-weight: bold;
}

/* line 1, ../sass/_image-logo-component.scss */
.image-logo-component {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
/* line 7, ../sass/_image-logo-component.scss */
.image-logo-component .bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
/* line 16, ../sass/_image-logo-component.scss */
.image-logo-component .item-logo {
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: normal;
  text-align: center;
  position: relative;
  z-index: 3;
}
/* line 26, ../sass/_image-logo-component.scss */
.image-logo-component .item-logo a {
  display: block;
  height: 234px;
  position: relative;
  overflow: hidden;
}
/* line 32, ../sass/_image-logo-component.scss */
.image-logo-component .item-logo .logo {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  opacity: 1;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 44, ../sass/_image-logo-component.scss */
.image-logo-component .item-logo .logo img {
  max-width: 100%;
  height: auto;
}
/* line 48, ../sass/_image-logo-component.scss */
.image-logo-component .item-logo .logo:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle;
}
/* line 57, ../sass/_image-logo-component.scss */
.image-logo-component .item-logo .logo > span {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
/* line 65, ../sass/_image-logo-component.scss */
.image-logo-component .item-logo.active .logo, .image-logo-component .item-logo:hover .logo {
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  /* line 70, ../sass/_image-logo-component.scss */
  .image-logo-component .item-logo.active:after {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -51px;
    content: '';
    width: 0;
    height: 0;
    margin-left: -22px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 24px solid #d1d3cd;
  }
  /* line 83, ../sass/_image-logo-component.scss */
  .image-logo-component .item-logo.active:before {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -53px;
    content: '';
    width: 0;
    height: 0;
    margin-left: -22px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 24px solid #fff;
  }
}
/* line 98, ../sass/_image-logo-component.scss */
.image-logo-component .item-logo.last:before, .image-logo-component .item-logo.last:after {
  display: none;
}
/* line 102, ../sass/_image-logo-component.scss */
.image-logo-component .item-logo.last .logo {
  background: #ff681d;
  opacity: 1;
  padding: 10px 24px;
  text-align: left;
  color: #fff;
}
/* line 110, ../sass/_image-logo-component.scss */
.image-logo-component .item-logo .rounded-more-wht-btn {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 31px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: relative;
  margin: 0;
}
/* line 119, ../sass/_image-logo-component.scss */
.image-logo-component .item-logo .rounded-more-wht-btn:after {
  content: "\f061";
  color: #fff;
  right: 5px;
  top: 4px;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}
@media only screen and (max-width: 1299px) {
  /* line 132, ../sass/_image-logo-component.scss */
  .image-logo-component .item-logo {
    width: 25%;
    font-size: 30px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 139, ../sass/_image-logo-component.scss */
  .image-logo-component .item-logo {
    width: 33.33%;
    font-size: 24px;
    line-height: 27px;
  }
  /* line 143, ../sass/_image-logo-component.scss */
  .image-logo-component .item-logo a {
    height: 200px;
  }
  /* line 147, ../sass/_image-logo-component.scss */
  .image-logo-component .item-logo.last .logo {
    padding: 10px;
  }
  /* line 151, ../sass/_image-logo-component.scss */
  .image-logo-component .item-logo .rounded-more-wht-btn {
    width: 21px;
    height: 21px;
    border: 2px solid #fff;
  }
  /* line 155, ../sass/_image-logo-component.scss */
  .image-logo-component .item-logo .rounded-more-wht-btn:after {
    right: 4px;
    top: 3px;
    font: normal normal normal 10px/1 FontAwesome;
  }
  /* line 161, ../sass/_image-logo-component.scss */
  .image-logo-component .item-logo.active:after {
    bottom: -33px;
    margin-left: -18px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #d1d3cd;
  }
  /* line 168, ../sass/_image-logo-component.scss */
  .image-logo-component .item-logo.active:before {
    bottom: -35px;
    margin-left: -18px;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #fff;
  }
}
@media only screen and (max-width: 479px) {
  /* line 178, ../sass/_image-logo-component.scss */
  .image-logo-component .item-logo {
    width: 50%;
  }
}

/* line 183, ../sass/_image-logo-component.scss */
.item-logo-text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: normal;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1000px) {
  /* line 183, ../sass/_image-logo-component.scss */
  .item-logo-text {
    padding: 100px 40px 80px;
  }
  /* line 196, ../sass/_image-logo-component.scss */
  .item-logo-text:before {
    content: '';
    position: absolute;
    left: -999px;
    right: -999px;
    top: 51px;
    border-top: 1px solid #d1d3cd;
  }
}
/* line 205, ../sass/_image-logo-component.scss */
.item-logo-text .control-btn {
  float: right;
  overflow: hidden;
  margin: 0 0 15px;
  text-align: right;
}
@media only screen and (max-width: 999px) {
  /* line 205, ../sass/_image-logo-component.scss */
  .item-logo-text .control-btn {
    margin-top: 7px;
  }
}
/* line 214, ../sass/_image-logo-component.scss */
.item-logo-text .control-btn a {
  display: inline-block;
  vertical-align: top;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  color: #415464;
  text-align: center;
  margin-left: 9px;
}
/* line 223, ../sass/_image-logo-component.scss */
.item-logo-text .control-btn a:hover {
  text-decoration: none;
}
/* line 226, ../sass/_image-logo-component.scss */
.item-logo-text .control-btn a.prev {
  background: url(clientlibs_desktop/images/sprite.png) no-repeat -350px -190px;
}
@media only screen and (max-width: 999px) {
  /* line 226, ../sass/_image-logo-component.scss */
  .item-logo-text .control-btn a.prev {
    display: none;
  }
}
/* line 232, ../sass/_image-logo-component.scss */
.item-logo-text .control-btn a.next {
  background: url(clientlibs_desktop/images/sprite.png) no-repeat -313px -190px;
}
@media only screen and (max-width: 999px) {
  /* line 232, ../sass/_image-logo-component.scss */
  .item-logo-text .control-btn a.next {
    display: none;
  }
}
/* line 238, ../sass/_image-logo-component.scss */
.item-logo-text .control-btn a.close {
  background: url(clientlibs_desktop/images/sprite.png) no-repeat -276px -190px;
}
/* line 243, ../sass/_image-logo-component.scss */
.item-logo-text p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 23px;
}
/* line 248, ../sass/_image-logo-component.scss */
.item-logo-text .row {
  margin: 0 -40px !important;
}
/* line 250, ../sass/_image-logo-component.scss */
.item-logo-text .row [class^="col-"] {
  padding: 0 40px;
}
/* line 254, ../sass/_image-logo-component.scss */
.item-logo-text h2 {
  margin: 7px 0 36px;
  overflow: hidden;
}
/* line 257, ../sass/_image-logo-component.scss */
.item-logo-text h2 img {
  max-width: 100%;
  height: auto;
}
/* line 262, ../sass/_image-logo-component.scss */
.item-logo-text h3 {
  font-size: 36px;
  line-height: 30px;
  margin: 0 0 20px;
  color: #415464;
  font-weight: 600;
}
/* line 269, ../sass/_image-logo-component.scss */
.item-logo-text a {
  color: #ff681d;
}
/* line 272, ../sass/_image-logo-component.scss */
.item-logo-text [class^="rounded-"] {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 30px 0;
  width: auto;
}
/* line 280, ../sass/_image-logo-component.scss */
.item-logo-text [class^="rounded-"] a {
  color: #415464;
}
/* line 283, ../sass/_image-logo-component.scss */
.item-logo-text [class^="rounded-"]:hover {
  color: #000;
}
/* line 287, ../sass/_image-logo-component.scss */
.item-logo-text ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  font-size: 16px;
  line-height: 28px;
}
/* line 293, ../sass/_image-logo-component.scss */
.item-logo-text ul li {
  padding: 0 0 2px 45px;
  position: relative;
}
@media only screen and (max-width: 999px) {
  /* line 293, ../sass/_image-logo-component.scss */
  .item-logo-text ul li {
    padding: 0px 0px 10px 15px;
  }
}
/* line 300, ../sass/_image-logo-component.scss */
.item-logo-text ul li:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 35px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #415464;
}
@media only screen and (max-width: 999px) {
  /* line 300, ../sass/_image-logo-component.scss */
  .item-logo-text ul li:after {
    left: 0;
    top: 10px;
  }
}
/* line 316, ../sass/_image-logo-component.scss */
.item-logo-text blockquote {
  margin: 0 0 20px;
}
/* line 318, ../sass/_image-logo-component.scss */
.item-logo-text blockquote q {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 35px;
  margin: 0 0 22px;
}
/* line 324, ../sass/_image-logo-component.scss */
.item-logo-text blockquote q:before, .item-logo-text blockquote q:after {
  color: #5fb4e5;
  display: inline-block;
  font-size: 35px;
  font-weight: bold;
  vertical-align: middle;
}
/* line 331, ../sass/_image-logo-component.scss */
.item-logo-text blockquote q:before {
  content: '\201C';
  margin: 0 4px 0 0;
}
/* line 335, ../sass/_image-logo-component.scss */
.item-logo-text blockquote q:after {
  content: '\201D';
  margin: 0 0 0 4px;
}
/* line 339, ../sass/_image-logo-component.scss */
.item-logo-text blockquote q strong, .item-logo-text blockquote q b {
  color: #ff681d;
  font-weight: normal;
}
/* line 344, ../sass/_image-logo-component.scss */
.item-logo-text blockquote cite {
  color: #415464;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 183, ../sass/_image-logo-component.scss */
  .item-logo-text {
    font-size: 16px;
    line-height: 1.3;
    padding: 60px 40px 40px;
  }
  /* line 358, ../sass/_image-logo-component.scss */
  .item-logo-text:before {
    top: 33px;
  }
  /* line 361, ../sass/_image-logo-component.scss */
  .item-logo-text p {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 16px;
  }
  /* line 366, ../sass/_image-logo-component.scss */
  .item-logo-text h2 {
    margin: 0 0 24px;
  }
  /* line 369, ../sass/_image-logo-component.scss */
  .item-logo-text h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px;
  }
  /* line 374, ../sass/_image-logo-component.scss */
  .item-logo-text [class^="rounded-"] {
    display: block;
    margin: 0 0 20px;
    text-align: left;
  }
  /* line 379, ../sass/_image-logo-component.scss */
  .item-logo-text ul {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 24px;
  }
  /* line 384, ../sass/_image-logo-component.scss */
  .item-logo-text blockquote {
    margin: 0 0 15px;
  }
  /* line 386, ../sass/_image-logo-component.scss */
  .item-logo-text blockquote q {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 15px;
  }
  /* line 390, ../sass/_image-logo-component.scss */
  .item-logo-text blockquote q:before {
    font-size: 25px;
  }
  /* line 393, ../sass/_image-logo-component.scss */
  .item-logo-text blockquote q:after {
    font-size: 25px;
  }
  /* line 397, ../sass/_image-logo-component.scss */
  .item-logo-text blockquote cite {
    font-size: 13px;
    line-height: 16px;
  }
}

/* line 407, ../sass/_image-logo-component.scss */
.customer-stories-ticker blockquote cite {
  color: #a8aca1;
}

/* Add this code to the end of /sass/_nav.scss */
@media screen and (max-height: 810px) and (min-width: 768px) {
  /* line 4, ../sass/_adjustments.scss */
  #menu ul.main {
    padding-bottom: 260px;
  }
  /* line 7, ../sass/_adjustments.scss */
  #menu ul.main li a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  /* line 13, ../sass/_adjustments.scss */
  #menu .container-sub-menu2 ul li a {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  /* line 19, ../sass/_adjustments.scss */
  #menu .mp-level ul li a {
    padding: 14px 20px 14px 30px;
  }
  /* line 22, ../sass/_adjustments.scss */
  #menu .mp-level ul > li.activated > a,
  #menu .mp-level ul > li:hover > a {
    padding: 14px 20px 14px 23px;
  }
}
/* line 29, ../sass/_adjustments.scss */
.item-logo-text .ajax-content h2 {
  overflow: visible;
}

/* line 35, /sass/_view-more-component.scss */
/* line 34, ../sass/_adjustments.scss */
#view-more-section .col h2 {
  /* Change margin: 0 0 20px; to: */
  margin: 0 0 5px;
  /* Change font-size: 30px; to: */
  font-size: 28px;
  /* Change line-height: 34px; to: */
  line-height: 32px;
}

/* line 73, /sass/_view-more-component.scss */
/* line 44, ../sass/_adjustments.scss */
#view-more-section .col ul li {
  /* Change padding: 0 0 20px 0px; to: */
  padding: 0 0 10px 0px;
}

/* line 280, ../../sass/_nav.scss */
/* line 50, ../sass/_adjustments.scss */
.menu-box * > ul a {
  /* Delete this style:  padding: 14px 0 14px 30px !important; */
}

/* line 98, ../../sass/_intro.scss */
/* line 55, ../sass/_adjustments.scss */
#intro .intro-inner h2 {
  /* Change font-size: 45px; to: */
  font-size: 43px;
}
@media only screen and (max-width: 650px) {
  /* line 55, ../sass/_adjustments.scss */
  #intro .intro-inner h2 {
    font-size: 27px;
  }
}

/* line 63, ../sass/_adjustments.scss */
.ajax-content h2 {
  color: #415464;
}
@media only screen and (max-width: 650px) {
  /* line 63, ../sass/_adjustments.scss */
  .ajax-content h2 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 650px) {
  /* line 70, ../sass/_adjustments.scss */
  .get-started-component p .tel:before {
    display: none;
  }
}

/* line 62, ../sass/_quotes-slider-component.scss */
/* line 77, ../sass/_adjustments.scss */
.quotes-slider-component p.qt-author {
  /* Change color: #a8aca1; to: */
  color: #415464;
}

/* line 195, ../sass/_tabs-component.scss */
/* line 83, ../sass/_adjustments.scss */
.tabs-component .tab-content .blockquote cite {
  /* Change color: #a8aca1; to: */
  color: #415464;
}

/* line 15, ../sass/_customer-component.scss */
/* line 89, ../sass/_adjustments.scss */
.customer-component .slider-image .slide:after {
  /* Remove opacity: 0.7; */
  /* Remove all styles for background and replace with: */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(85%, rgba(0, 0, 0, 0.3)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
}

/* Mobile Adjustments for homepage */
/* line 102, ../sass/_adjustments.scss */
.ua-mobile .background-wrapper {
  background-attachment: scroll !important;
}

/*.ua-mobile #intro {
  background: url(http://riverbed-prod.adobecqms.net/image/fpo/demo_loop_hq.jpg) center center no-repeat;
  background-size: cover;
  min-height: 300px;
}*/
/* line 112, ../sass/_adjustments.scss */
.jcf-scrollable-wrapper,
.jcf-scrollable {
  max-width: 100%;
}

/* --------------------------------------------------------------------------------------------------------*/
/* Customer page Slider and Updates below -----------------------------------------------------------------*/
/* line 120, ../sass/_adjustments.scss */
.rounded-btn {
  border: solid 2px #fff;
  display: inline-block;
  border-radius: 35px;
  padding: 18px 26px 18px 26px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 134, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper .rounded-btn {
  background: url("clientlibs_desktop/images/bc-icon_play.png") no-repeat;
  background-size: 40px;
  background-position: 14px 10px;
  padding: 20px 26px 20px 66px;
}

/* line 141, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper .rounded-btn.orange {
  background: #ff681d;
  padding: 14px 26px 14px 26px;
  margin-top: 18px;
  cursor: pointer;
}

/* line 148, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper .rounded-btn.orange:hover {
  background: white;
  border-color: #ff681d;
  text-decoration: none;
  color: #ff681d;
}

/* line 155, ../sass/_adjustments.scss */
#customers-slider {
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
/* line 160, ../sass/_adjustments.scss */
#customers-slider .text-initial {
  opacity: 0;
}
/* line 163, ../sass/_adjustments.scss */
#customers-slider .slider-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 167, ../sass/_adjustments.scss */
#customers-slider .current,
#customers-slider .loaded {
  opacity: 1 !important;
}
/* line 172, ../sass/_adjustments.scss */
#customers-slider blockquote {
  margin: 0;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 100;
  color: #415464;
}
/* line 179, ../sass/_adjustments.scss */
#customers-slider blockquote span {
  color: #ff681d;
}
/* line 182, ../sass/_adjustments.scss */
#customers-slider blockquote:before, #customers-slider blockquote:after {
  display: inline-block;
  color: #5fb4e5;
  position: relative;
  top: 16px;
  font-size: 48px;
  line-height: 24px;
  height: 24px;
  font-weight: bold;
}
/* line 193, ../sass/_adjustments.scss */
#customers-slider blockquote:before {
  content: '\201C';
  margin-right: 6px;
}
/* line 194, ../sass/_adjustments.scss */
#customers-slider blockquote:after {
  content: '\201D';
  margin-left: 6px;
}
@media only screen and (min-width: 1300px) {
  /* line 172, ../sass/_adjustments.scss */
  #customers-slider blockquote {
    font-size: 40px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 172, ../sass/_adjustments.scss */
  #customers-slider blockquote {
    font-size: 32px;
  }
}
@media only screen and (max-width: 650px) {
  /* line 172, ../sass/_adjustments.scss */
  #customers-slider blockquote {
    font-size: 24px;
  }
}
/* line 207, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper {
  text-align: center;
  position: relative;
  z-index: 1;
  min-height: 200px;
}
/* line 213, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper > * {
  margin: 0;
}
/* line 216, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper h1 {
  color: #415464;
  font-size: 70px;
  font-weight: 300;
  z-index: 20;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  letter-spacing: -1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  opacity: 0;
}
/* line 235, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper h1 span {
  color: #ff681d;
}
/* line 239, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper h2 {
  color: #fff;
  font-weight: 300;
  margin: 16px auto 37px auto;
}
/* line 245, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper .rounded-btn {
  background: url("clientlibs_desktop/imgs/icon_play.png") no-repeat;
  background-size: 40px;
  background-position: 14px 10px;
  padding: 20px 26px 20px 66px;
}
/* line 251, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper .quote-one,
#customers-slider .intro-inner-wrapper .quote-two,
#customers-slider .intro-inner-wrapper .quote-three {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  padding-bottom: 30px;
}
/* line 267, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper .quote-one span,
#customers-slider .intro-inner-wrapper .quote-two span,
#customers-slider .intro-inner-wrapper .quote-three span {
  color: #ff681d;
}
/* line 270, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper .quote-one blockquote,
#customers-slider .intro-inner-wrapper .quote-two blockquote,
#customers-slider .intro-inner-wrapper .quote-three blockquote {
  color: #415464;
  font-size: 42px !important;
  line-height: 1.2 !important;
}
/* line 276, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper .quote-two blockquote:before,
#customers-slider .intro-inner-wrapper .quote-two blockquote:after {
  display: none;
}
/* line 280, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper .line {
  border-bottom: 1px solid #cccccc;
  width: 90%;
  /*margin: 0 auto;*/
  margin: 20px auto 40px auto;
}
/* line 286, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper .line:after {
  content: ' ';
  display: block;
  background: url("clientlibs_desktop/images/icon_down_arrw_two.jpg") no-repeat;
  background-size: 44px;
  width: 44px;
  height: 28px;
  margin-left: -22px;
  position: absolute;
  /*bottom: 4px;*/
  left: 50%;
}
/* line 298, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper .quote-one .line:after {
  left: 20%;
}
/* line 299, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper .quote-two .line:after {
  left: 47%;
}
/* line 300, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper .quote-three .line:after {
  left: 79%;
}
/* line 301, ../sass/_adjustments.scss */
#customers-slider .intro-inner-wrapper blockquote:before,
#customers-slider .intro-inner-wrapper blockquote:after {
  top: 6px;
}
/* line 306, ../sass/_adjustments.scss */
#customers-slider .dds-wrapper {
  /*position: absolute;
  bottom: 0;*/
  margin: 0;
  z-index: 10;
  width: 100%;
  font-size: 0;
  z-index: 0;
  opacity: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 319, ../sass/_adjustments.scss */
#customers-slider .dds-wrapper .dude-box {
  width: 30%;
  display: inline-block;
  opacity: .4;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 328, ../sass/_adjustments.scss */
#customers-slider .dds-wrapper .dude-box img {
  width: 100%;
  margin: 0 auto;
}
/* line 333, ../sass/_adjustments.scss */
#customers-slider .dds-wrapper .dude-box.current {
  width: 33%;
  display: inline-block;
  opacity: 1;
}
/* line 338, ../sass/_adjustments.scss */
#customers-slider .dds-wrapper .dude-box.current img {
  width: 100%;
}
/* line 342, ../sass/_adjustments.scss */
#customers-slider .dds-wrapper .dude-box {
  width: 33%;
}
/* line 346, ../sass/_adjustments.scss */
#customers-slider .slick-prev,
#customers-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 38px !important;
  height: 72px !important;
  margin-top: -50px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  overflow: hidden;
  background-size: auto 64px !important;
  opacity: .9 !important;
  z-index: 999999 !important;
}
@media only screen and (max-width: 1200px) {
  /* line 346, ../sass/_adjustments.scss */
  #customers-slider .slick-prev,
  #customers-slider .slick-next {
    width: 30px !important;
    background-size: auto 52px !important;
  }
}
/* line 371, ../sass/_adjustments.scss */
#customers-slider .slick-prev {
  left: 20px;
  background: url("clientlibs_desktop/images/icon_white_arrows.png") left no-repeat;
}
/* line 375, ../sass/_adjustments.scss */
#customers-slider .slick-next {
  right: 20px;
  background: url("clientlibs_desktop/images/icon_white_arrows.png") right no-repeat;
}

/* line 381, ../sass/_adjustments.scss */
.overlay {
  overflow: scroll;
  position: fixed;
  top: 0;
  bottom: 110%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 200ms linear, bottom 0s linear 200ms;
}

/* line 395, ../sass/_adjustments.scss */
.overlay-open {
  bottom: 0;
  opacity: 1;
  transition: opacity 200ms linear, bottom 0s linear;
}

/* line 401, ../sass/_adjustments.scss */
.overlay-view {
  overflow: hidden;
}

/* line 405, ../sass/_adjustments.scss */
.overlay-inner {
  background: #FFF;
  margin: 5rem auto;
  padding: 4rem;
  max-width: 800px;
  position: relative;
}
/* line 412, ../sass/_adjustments.scss */
.overlay-inner img {
  width: 100%;
}

/* line 417, ../sass/_adjustments.scss */
.frm-clsr {
  background: url("clientlibs_desktop/images/icon_close.png");
  background-size: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
/* line 428, ../sass/_adjustments.scss */
.frm-clsr:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 435, ../sass/_adjustments.scss */
.overlay-inner .frm-clsr {
  top: 20px;
  right: 20px;
}

/* line 4, ../sass/_customer-filter-component.scss */
.customer-filter .document-filter-right .document-boxes .box {
  margin-left: -7px;
  padding: 0 20px 0 50px;
  width: 67%;
}
@media only screen and (max-width: 767px) {
  /* line 4, ../sass/_customer-filter-component.scss */
  .customer-filter .document-filter-right .document-boxes .box {
    margin-left: 0;
    padding: 0 20px;
    width: auto;
  }
}
/* line 14, ../sass/_customer-filter-component.scss */
.customer-filter .document-filter-right .document-boxes .box h4 {
  color: #FFB81D;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 14, ../sass/_customer-filter-component.scss */
  .customer-filter .document-filter-right .document-boxes .box h4 {
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  /* line 23, ../sass/_customer-filter-component.scss */
  .customer-filter .document-filter-right .document-boxes .box h2 {
    line-height: 0.75;
  }
}
/* line 27, ../sass/_customer-filter-component.scss */
.customer-filter .document-filter-right .document-boxes .box h2 a {
  font-size: 24px;
}
/* line 31, ../sass/_customer-filter-component.scss */
.customer-filter .document-filter-right .document-boxes .box .document-date,
.customer-filter .document-filter-right .document-boxes .box .doc-repo-thumb,
.customer-filter .document-filter-right .document-boxes .box .document-desc {
  display: none;
}
/* line 37, ../sass/_customer-filter-component.scss */
.customer-filter .document-filter-right .document-boxes .boxloadresults {
  width: 100%;
}

/* line 2, ../sass/_contact-us.scss */
.contact-us .contact-info {
  color: #415464;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}
/* line 8, ../sass/_contact-us.scss */
.contact-us .contact-info .table-cell {
  padding: 10px;
}
@media only screen and (max-width: 999px) {
  /* line 8, ../sass/_contact-us.scss */
  .contact-us .contact-info .table-cell {
    display: block;
  }
}
/* line 15, ../sass/_contact-us.scss */
.contact-us .contact-info span p {
  font-size: 32px;
  margin-bottom: 0;
}
@media only screen and (max-width: 999px) {
  /* line 20, ../sass/_contact-us.scss */
  .contact-us .contact-info .table-cell + .table-cell {
    border-top: #eee 1px solid;
    padding-top: 30px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 20, ../sass/_contact-us.scss */
  .contact-us .contact-info .table-cell + .table-cell {
    border-left: #eee 1px solid;
    border-top: none;
    width: 50%;
  }
}
/* line 32, ../sass/_contact-us.scss */
.contact-us .contact-info .title {
  color: #5b7e96;
}
/* line 35, ../sass/_contact-us.scss */
.contact-us .contact-info a.location {
  text-decoration: none;
}
/* line 37, ../sass/_contact-us.scss */
.contact-us .contact-info a.location:hover {
  color: #ff681d;
}
/* line 41, ../sass/_contact-us.scss */
.contact-us .contact-info .tel-fax {
  display: inline-block;
  font-size: 20px;
}
/* line 44, ../sass/_contact-us.scss */
.contact-us .contact-info .tel-fax.first {
  margin-top: 10px;
}
/* line 48, ../sass/_contact-us.scss */
.contact-us .contact-info .tel-fax > span {
  color: #5b7e96;
}
@media only screen and (max-width: 999px) {
  /* line 41, ../sass/_contact-us.scss */
  .contact-us .contact-info .tel-fax {
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 56, ../sass/_contact-us.scss */
  .contact-us .contact-info .tel-fax + .tel-fax {
    border-left: #5b7e96 1px solid;
    line-height: 1.1;
    margin-left: 10px;
    padding-bottom: 1px;
    padding-left: 10px;
  }
}
/* line 64, ../sass/_contact-us.scss */
.contact-us .contact-info .tel-fax a {
  cursor: text;
  text-decoration: none;
}
/* line 69, ../sass/_contact-us.scss */
.contact-us .contact-info .contactus-btn {
  text-align: center !important;
  font-size: 18px;
}
/* line 75, ../sass/_contact-us.scss */
.contact-us .download-component h2 {
  padding: 0;
}
/* line 78, ../sass/_contact-us.scss */
.contact-us .download-component h2:after {
  display: none;
}
/* line 83, ../sass/_contact-us.scss */
.contact-us #map-center {
  /*bottom: 183px;
  position: absolute;*/
}

/* line 88, ../sass/_contact-us.scss */
.map-label {
  color: #8F1718;
  font-size: 12px;
  font-weight: bold;
  /* Simulate text stroke */
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=0);
  /* for IE9 or less */
}

/* line 101, ../sass/_contact-us.scss */
.map-and-directions #map {
  height: 366px;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  /* line 101, ../sass/_contact-us.scss */
  .map-and-directions #map {
    height: 500px;
  }
}
/* line 109, ../sass/_contact-us.scss */
.map-and-directions .tab-content .panel {
  margin-bottom: 0px;
}
/* line 114, ../sass/_contact-us.scss */
.map-and-directions .tabs-component .tabset {
  margin-bottom: 0;
}
/* line 116, ../sass/_contact-us.scss */
.map-and-directions .tabs-component .tabset li {
  float: left;
}
/* line 119, ../sass/_contact-us.scss */
.map-and-directions .tabs-component .tabset.tabs-3 li {
  width: 33.33%;
}
/* line 122, ../sass/_contact-us.scss */
.map-and-directions .tabs-component .tabset.tabs-2 li {
  width: 50%;
}
/* line 126, ../sass/_contact-us.scss */
.map-and-directions .tabs-component .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #415464;
  font-size: 100%;
  line-height: 1.4;
  margin-bottom: 0;
}
/* line 135, ../sass/_contact-us.scss */
.map-and-directions .tabs-component .panel div[class*="col-"] {
  width: 25% !important;
  padding: 4% 4% 4% 0;
}
@media only screen and (max-width: 767px) {
  /* line 135, ../sass/_contact-us.scss */
  .map-and-directions .tabs-component .panel div[class*="col-"] {
    width: 100% !important;
  }
}
/* line 141, ../sass/_contact-us.scss */
.map-and-directions .tabs-component .panel div[class*="col-"]:first-child {
  padding-left: 4%;
}
@media only screen and (max-width: 767px) {
  /* line 135, ../sass/_contact-us.scss */
  .map-and-directions .tabs-component .panel div[class*="col-"] {
    padding-left: 8% !important;
  }
}
/* line 148, ../sass/_contact-us.scss */
.map-and-directions .tabs-component .panel .title {
  font-weight: bold;
}
@media only screen and (max-width: 999px) {
  /* line 153, ../sass/_contact-us.scss */
  .map-and-directions .tabs-component .active a.opener:after,
  .map-and-directions .tabs-component a.opener:hover:after {
    display: none;
  }
  /* line 157, ../sass/_contact-us.scss */
  .map-and-directions .tabs-component .accordion-item {
    border: #eee 1px solid;
  }
}

/* line 2, ../sass/_news-events.scss */
.news-events .feedcontainer {
  background: #fff;
}

/* line 7, ../sass/_news-events.scss */
.news-events-component {
  color: #fff;
  float: left;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 999px) {
  /* line 7, ../sass/_news-events.scss */
  .news-events-component {
    width: 100% !important;
  }
}
/* line 19, ../sass/_news-events.scss */
.news-events-component .bg-stretch {
  overflow: hidden;
  z-index: -1;
}
/* line 24, ../sass/_news-events.scss */
.news-events-component > .content {
  padding: 100px 50px;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  /* line 24, ../sass/_news-events.scss */
  .news-events-component > .content {
    padding: 40px 20px;
  }
}
/* line 32, ../sass/_news-events.scss */
.news-events-component > .content a {
  padding: 0 40px 0 0;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  width: 100%;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  /* line 32, ../sass/_news-events.scss */
  .news-events-component > .content a {
    font-size: 30px;
  }
}
/* line 46, ../sass/_news-events.scss */
.news-events-component > .content a:hover {
  color: #415464;
  text-decoration: none;
}
/* line 50, ../sass/_news-events.scss */
.news-events-component > .content a.rvb-text-dark:hover {
  color: #fff;
}
/* line 53, ../sass/_news-events.scss */
.news-events-component > .content a:before {
  color: #fff;
  content: "";
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  margin-top: -7px;
  width: 28.98px;
}
@media only screen and (max-width: 767px) {
  /* line 53, ../sass/_news-events.scss */
  .news-events-component > .content a:before {
    width: 24.15px;
  }
}
/* line 70, ../sass/_news-events.scss */
.news-events-component > .content a:after {
  border: 3px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: none;
  height: 0.80em;
  margin-top: -12px;
  position: absolute;
  right: 1px;
  top: 50%;
  width: 0.80em;
  /* this targets ie10/11 */
}
@media only screen and (max-width: 767px) {
  /* line 70, ../sass/_news-events.scss */
  .news-events-component > .content a:after {
    margin-top: -10px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 70, ../sass/_news-events.scss */
  .news-events-component > .content a:after {
    margin-top: -13px;
  }
}
/* line 92, ../sass/_news-events.scss */
.news-events-component > .content a.rounded-plus-btn:before {
  content: "\f067";
  color: #415464;
}
/* line 96, ../sass/_news-events.scss */
.news-events-component > .content a.rounded-plus-btn:after {
  border-color: #415464;
  display: inherit;
}
/* line 101, ../sass/_news-events.scss */
.news-events-component > .content a.rounded-plus-wht-btn:before {
  content: "\f067";
}
/* line 104, ../sass/_news-events.scss */
.news-events-component > .content a.rounded-plus-wht-btn:after {
  display: inherit;
  border-color: #fff;
}
/* line 109, ../sass/_news-events.scss */
.news-events-component > .content a.rounded-more-btn:before {
  content: "\f061";
  width: 27.972px;
}
@media only screen and (max-width: 767px) {
  /* line 109, ../sass/_news-events.scss */
  .news-events-component > .content a.rounded-more-btn:before {
    width: 23.31px;
  }
}
/* line 116, ../sass/_news-events.scss */
.news-events-component > .content a.rounded-more-btn:after {
  display: inherit;
  border-color: #fff;
}
/* line 121, ../sass/_news-events.scss */
.news-events-component > .content a.rounded-more-blue-btn:before {
  content: "\f061";
  color: #415464;
}
/* line 126, ../sass/_news-events.scss */
.news-events-component > .content a.rounded-more-blue-btn:after {
  border-color: #415464;
  display: inherit;
}

/* line 135, ../sass/_news-events.scss */
.news-events-pr .feed-errormsg {
  display: none;
}
/* line 138, ../sass/_news-events.scss */
.news-events-pr .serverdown {
  background: #D7D7D7;
}
/* line 140, ../sass/_news-events.scss */
.news-events-pr .serverdown .socialfeedcontent {
  text-align: center;
}

/* line 1, ../sass/_location-component.scss */
.location-component {
  border-top: none;
  padding: 40px 35px 45px;
}
/* line 7, ../sass/_location-component.scss */
.location-component h2 {
  color: #5fb4e5 !important;
  font-size: 30px !important;
  margin-bottom: 24px;
}

/*.filter-bar .location-component{
	min-height: inherit;
}*/
/* line 16, ../sass/_location-component.scss */
.global-location .header {
  padding-bottom: 30px;
}
/* line 20, ../sass/_location-component.scss */
.global-location .header .filter-heading h1 {
  margin-bottom: 0;
}
/* line 23, ../sass/_location-component.scss */
.global-location .header .filter-heading .select-box {
  max-width: none;
}

/* line 1, ../sass/_careers-video-component.scss */
.careers-video-component {
  color: #fff;
  float: left;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 999px) {
  /* line 1, ../sass/_careers-video-component.scss */
  .careers-video-component {
    width: 100% !important;
  }
}
/* line 13, ../sass/_careers-video-component.scss */
.careers-video-component .bg-stretch {
  overflow: hidden;
  z-index: -1;
}
/* line 18, ../sass/_careers-video-component.scss */
.careers-video-component h1 {
  line-height: 1.1;
  margin: 0 0 15px;
}
/* line 22, ../sass/_careers-video-component.scss */
.careers-video-component p {
  color: #fff;
  font-size: 18px;
}
/* line 27, ../sass/_careers-video-component.scss */
.careers-video-component > .content {
  padding: 80px;
  white-space: normal;
}
/* line 31, ../sass/_careers-video-component.scss */
.careers-video-component > .content .big-description {
  font-size: 28px;
}
/* line 34, ../sass/_careers-video-component.scss */
.careers-video-component > .content a {
  font-size: 14px;
}

/* line 40, ../sass/_careers-video-component.scss */
.careers-collage-component > div, .careers-collage-component > div:last-child > div {
  float: left;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  /* line 49, ../sass/_careers-video-component.scss */
  .careers-collage-component > div {
    padding-bottom: 100%;
    width: 100%;
  }
}

/* line 3, ../sass/_customer-story-partner-promo.scss */
.customer-story-partner-promo .single-box .component-pad {
  height: 100%;
}
@media only screen and (min-width: 1300px) {
  /* line 3, ../sass/_customer-story-partner-promo.scss */
  .customer-story-partner-promo .single-box .component-pad {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 13, ../sass/_customer-story-partner-promo.scss */
  .customer-story-partner-promo .customer-component .slick-slide .content-section {
    border-right: #fff 4px solid;
  }
}
/* line 17, ../sass/_customer-story-partner-promo.scss */
.customer-story-partner-promo .customer-component .slick-slide .content-section img {
  display: inline-block;
  padding-right: 25px;
  vertical-align: top;
}
/* line 22, ../sass/_customer-story-partner-promo.scss */
.customer-story-partner-promo .customer-component .slick-slide .content-section p {
  display: inline-block;
  max-width: 50%;
}
@media only screen and (min-width: 1300px) {
  /* line 22, ../sass/_customer-story-partner-promo.scss */
  .customer-story-partner-promo .customer-component .slick-slide .content-section p {
    max-width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 22, ../sass/_customer-story-partner-promo.scss */
  .customer-story-partner-promo .customer-component .slick-slide .content-section p {
    max-width: 100%;
  }
}

/* line 4, ../sass/_info-component.scss */
.info-component .content .img-section img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/* I commented this code because the reference in style.scss to this file had been removed by Marcos in revision 537

.info-component{
	position: relative;
	z-index: 3;
	background: #fff;
	h2 {
		color: #415464;
		font-weight: normal;
		margin: 0 0 30px;
		max-width: 60%;
		@include breakpoint($mobile){
			max-width: 100%;
		}
	}
	.content {
		padding: 0 0 40px;
		.img-section {
			width: 40%;
			float: right;
			margin: -50px 0 0 30px;
			text-align: center;
			img {
				vertical-align: top;
				max-width: 100%;
				height: auto;
			}
			@include breakpoint($tablet){
				margin: -50px 0 0 15px;
				width: 35%;
			}
			@include breakpoint($mobile){
				float: none;
				margin: 0 0 30px;
				width: 100%;
			}
		}
		.text-section {
			overflow: hidden;
		}
		p {
			margin: 0 0 20px;
			font-size: 20px;
			line-height: 30px;
			color: #415464;
		}
		&:after {
			display: block;
			clear: both;
			content:'';
		}
	}
}
.infographic-component {
	background: #eee;
	padding: 80px 62px 80px 51px;
	overflow: hidden;
	@include breakpoint($tablet){
		padding: 60px 25px 40px;
	}
	@include breakpoint($mobile){
		padding: 25px 15px;
	}
	.img-section {
		float: left;
		width: 50%;
		padding: 0 20px 0 0;
		img {
			max-width: 100%;
			height: auto;
			vertical-align: top;
		}
		@include breakpoint($tablet){
			width: 40%;
		}
		@include breakpoint($mobile){
			float: none;
			width: 100%;
			padding: 0 0 40px;
			text-align: center;
		}
	}
	ul {
		padding: 2px 0 0;
		margin: 0;
		list-style:none;
		overflow: hidden;
		li {
			padding: 0 0 48px 37px;
			position: relative;
			@include breakpoint($tablet){
				padding: 0 0 20px 37px;
			}
			&.checkbox:after {
				content:'';
				position: absolute;
				left: 0;
				top: 3px;
				width: 25px;
				height: 24px;
				background: url(clientlibs_desktop/images/sprite.png) no-repeat 0 -45px;
				background-size: 138px auto;
			}
			h2 {
				display: block;
				font-weight: bold;
				color: #5b7e96;
				margin: 0 0 8px;
				font-size: 24px;
				line-height: 28px;
			}
			p {
				margin: 0;
				color: #415464;
				font-size: 16px;
				line-height: 24px;
			}
		}
	}
}
*/
/* line 1, ../sass/_event-component.scss */
.event-title {
  font-size: 23px;
  margin-bottom: 5px;
}

/* line 6, ../sass/_event-component.scss */
.event-subtitle {
  font-size: 32px;
}

/* line 10, ../sass/_event-component.scss */
.event-title {
  font-size: 28px;
  font-weight: 600;
  color: #bcbcbc;
  text-shadow: 0 0 0 #919191;
  margin-top: 10px;
}

/* line 18, ../sass/_event-component.scss */
.event-dates {
  margin-top: 10px;
  font-weight: 600;
}

/* line 23, ../sass/_event-component.scss */
.event-dates span {
  color: #bcbcbc;
}

/* line 27, ../sass/_event-component.scss */
.event-abstract,
.event-abstract p {
  font-size: 18px;
}

/* line 33, ../sass/_event-component.scss */
.event-details-page .event-external-form {
  padding-top: 40px;
  margin: 0 290px 40px 243px;
}
@media only screen and (max-width: 999px) {
  /* line 33, ../sass/_event-component.scss */
  .event-details-page .event-external-form {
    margin: 0 40px 40px 40px;
  }
}
/* line 42, ../sass/_event-component.scss */
.event-details-page .back-to-link {
  color: #FF681D;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 0 28px;
  position: relative;
}
/* line 50, ../sass/_event-component.scss */
.event-details-page .back-to-link:after {
  /* new circled icons use images, css method was inconsistent and problematic across browsers */
  /*border: 2px solid $rvb-orange-dark;*/
  content: url(clientlibs_desktop/css/Icons/icon_red_round_arrow_22.png);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  border-radius: 50%;
  height: 18px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 18px;
}

/* line 3, ../sass/_icons-extra.scss */
.fa.fa-splash:before {
  content: url(clientlibs_desktop/css/Icons/icon-splash.png);
  position: relative;
  bottom: -3px;
  left: -1px;
}

/* line 2, ../sass/_events-webinar-filter.scss */
.events-webinar_filter .filter-box:nth-child(2) > .filter-box-title {
  display: none;
}

/* line 1, ../sass/_blog-commons.scss */
.back-to-blog, .document-filter .back-to-div .back-to-link {
  color: #FF681D;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 0 28px;
  position: relative;
}
/* line 9, ../sass/_blog-commons.scss */
.back-to-blog:before, .document-filter .back-to-div .back-to-link:before {
  color: #FF681D;
  /* new circled icons use images */
  /*content: "\f060";*/
  font: normal normal normal 9px/17px FontAwesome;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
/* line 19, ../sass/_blog-commons.scss */
.back-to-blog:after, .document-filter .back-to-div .back-to-link:after {
  /* new circled icons use images, css method was inconsistent and problematic across browsers */
  /*border: 2px solid $rvb-orange-dark;*/
  content: url(clientlibs_desktop/css/Icons/icon_red_round_arrow_22.png);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  border-radius: 50%;
  height: 18px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 18px;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/_blog-commons.scss */
  .back-to-blog, .document-filter .back-to-div .back-to-link {
    font-size: 24px;
    margin-bottom: 30px;
    padding-left: 35px;
  }
  /* line 43, ../sass/_blog-commons.scss */
  .back-to-blog:before, .document-filter .back-to-div .back-to-link:before {
    font-size: 15px;
    left: 8px;
    margin-top: -8px;
  }
  /* line 48, ../sass/_blog-commons.scss */
  .back-to-blog:after, .document-filter .back-to-div .back-to-link:after {
    width: 30px;
    height: 30px;
    border-width: 3px;
    margin-top: -15px;
  }
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../../content/dam/riverbed-www/en_US/framework/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../../../content/dam/riverbed-www/en_US/framework/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../../../content/dam/riverbed-www/en_US/framework/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../../../content/dam/riverbed-www/en_US/framework/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../../../content/dam/riverbed-www/en_US/framework/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../../../content/dam/riverbed-www/en_US/framework/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
