@keyframes effect {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.subscribe .SecondModal {
  background-color: #808080;
  opacity: 1;
}
.subscribe .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.subscribe .vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}
.subscribe .modal-body {
  overflow: auto;
  max-height: calc(40vh);
}
.subscribe .secondModalBody {
  text-align: center;
  margin: 10% 5%;
}
.subscribe .pdd0 {
  padding: 0px;
}
.subscribe .stepDiv {
  margin-top: 28px;
}
.subscribe .StepsCount {
  border-radius: 100px;
  background-color: #ffffff;
  border: solid 1px #bebebe;
  display: inline-block;
  margin-right: 12px;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #bebebe;
}
.subscribe .StepActive {
  color: #000000;
  border: solid 1px #000000;
}
.subscribe button {
  outline: none;
}
.subscribe label {
  font-size: 13px;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #000000;
  font-weight: 300;
}
.subscribe #MultiStepSubscForm input[type="text"] {
  height: 30px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #000000;
  background-color: #ffffff;
}
.subscribe #MultiStepSubscForm select {
  height: 30px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #000000;
  background-color: #ffffff;
}
.subscribe #MultiStepSubscForm textarea {
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 4px;
}
.subscribe #MultiStepSubscForm input[type=radio] {
  width: 18px;
  height: 18px;
  opacity: 0.5;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #000000;
}
.subscribe #MultiStepSubscForm input[type=checkbox] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  opacity: 0.5;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #000000;
}
.subscribe .mrg50 {
  margin-top: 50px;
}
.subscribe .btnStated {
  background-color: #e4001c;
  border: 1px solid #e4001c;
  color: #ffffff;
  padding: 8px 40px;
  font-weight: bold;
  margin: 20px 30px 20px 0px;
  font-size: 18px;
  border-radius: 25px;
}
.subscribe .btnShare {
  background-color: #ffffff;
  border: 1px solid #e4001c;
  color: #000000;
  padding: 8px 40px;
  font-weight: bold;
  margin: 20px 30px 20px 0px;
  font-size: 18px;
  border-radius: 25px;
}
.subscribe .pad0mrTop20 {
  padding: 0px !important;
}
.subscribe .pad0Marg20 {
  padding: 0px;
  margin-top: 65px;
}
.subscribe .disclmr p {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
}
.subscribe .staredImg {
  width: 100%;
}
.subscribe .socIcons {
  width: 4%;
  height: 4%;
  margin: 2%;
}
.subscribe .bgLightBlue {
  text-align: center;
}
.subscribe .checkBoxHght {
  height: auto !important;
}
.subscribe .termsCheckbox {
  min-height: 51px;
}
.mrg0 {
  margin: 0px;
}
@media screen and (min-width: 800px) {
  .subscribe .stepDiv {
    margin-top: 58px;
  }
  .subscribe .termsCheckbox {
    min-height: 23px;
  }
  .subscribe .form-group {
    height: 70px;
  }
  .subscribe .divlastGrp {
    height: 30px;
    margin-top: 50px;
  }
  .subscribe .staredImg {
    width: 100%;
  }
  .subscribe .socIcons {
    width: 3%;
    height: 3%;
    margin: 2%;
  }
}
@media (max-width: 767px) {
  .subscribe form {
    padding: 15px;
  }
}

/*
 *  Copyright 2017 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
	*  FOr NOn Gated Get started form
 */
.popover {
  max-width: 100%;
}
.share-pop #popover-content {
  padding: 10px;
}
@media (max-width: 767px) {
  .NongetStarted.nongated > .row {
    width: 250px;
    margin: 0 auto;
  }
}
.NongetStarted #stared {
  margin: 20px 0;
}
.NongetStarted .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.NongetStarted .vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}
.NongetStarted button {
  outline: none !important;
}
.NongetStarted .modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
}
.NongetStarted .modal-body {
  text-align: center;
  overflow: auto;
  max-height: calc(40vh);
}
.NongetStarted .ftrModal {
  text-align: center !important;
  padding: 15px;
}
.NongetStarted #NonGatedForm {
  padding-top: 0;
}
.NongetStarted #NonGatedForm label {
  font-size: 14px;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #000000;
  font-weight: 300;
}
.NongetStarted #NonGatedForm input {
  height: 30px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #505050;
}
.NongetStarted #NonGatedForm select {
  height: 36px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #505050;
}
.NongetStarted #NonGatedForm textarea {
  border-radius: 4px;
  border: 1px solid #505050;
  margin-bottom: 15px;
}
.NongetStarted #NonGatedForm input[type=checkbox] {
  height: 18px;
  border-radius: 4px;
  width: 25px;
  border: 1px solid #505050;
  margin: 6px 10px 0px 0;
}
.NongetStarted #NonGatedForm h1 {
  font-size: 24px;
  padding-left: 15px;
  font-weight: bold;
}
.NongetStarted #NonGatedForm .selectric-wrapper {
  display: block;
}
.NongetStarted #NonGatedForm .selectric {
  border-radius: 4px;
  width: 100%;
  border: 1px solid #000000;
}
.NongetStarted #NonGatedForm .selectric .button {
  width: 30px;
  height: 26px;
}
.NongetStarted #NonGatedForm .selectric .label {
  line-height: 26px;
  height: 28px;
}
.NongetStarted #cancel {
  padding: 8px 40px;
}
.NongetStarted .mrg50 {
  margin-top: 50px;
}
.NongetStarted .btnStated {
  background-color: #fff;
  border: 1px solid #e4001c;
  color: #e4001c;
  padding: 8px 40px;
  font-weight: bold;
  margin: 20px 30px 10px 0px;
  font-size: 16px;
  border-radius: 25px;
  font-family: "Diodrum Regular";
}
.NongetStarted .btnShare {
  background-color: #fff;
  border: 1px solid #e4001c;
  color: #e4001c;
  padding: 8px 40px;
  font-weight: bold;
  margin: 20px 30px 10px 0px;
  font-size: 16px;
  border-radius: 25px;
  font-family: "Diodrum Regular";
}
.NongetStarted .btnStated:hover,
.NongetStarted .btnShare:hover {
  background-color: #e4001c;
  border: 1px solid #e4001c;
  color: #fff;
}
.NongetStarted .pad0mrTop20 {
  padding: 0px !important;
}
.NongetStarted .disclmr {
  font-size: 12px;
  line-height: 17px;
  padding-bottom: 10px;
}
.NongetStarted .staredImg {
  width: 100%;
}
.NongetStarted .ErrAdded {
  border: 1px solid red;
  background: #FFCECE;
}
.NongetStarted .ErrRemove {
  border: "";
  background: "";
}
.NongetStarted .ErrLabel {
  color: #ff0000;
  display: none;
}
.NongetStarted .requiredText {
  color: #ff0000;
}
.NongetStarted .alignNotecheck p {
  display: inline;
}
@media screen and (max-width: 450px) and (min-width: 300px) {
  .NongetStarted #singleCheckbox {
    width: 10%;
  }
}
@media screen and (min-width: 800px) {
  .NonGatedForm .form-group {
    height: 80px;
    margin-bottom: 3px;
  }
  .NonGatedForm .divlastGrp {
    height: 30px;
    margin-top: 40px;
  }
  .NonGatedForm .staredImg {
    width: 100%;
  }
  .socIcons {
    width: 3%;
    height: 3%;
    margin: 1%;
  }
  .bgLightBlue span {
    margin-left: 20px;
  }
}
.popover .glyphicon.glyphicon-link {
  color: #e4001c;
}
#stared {
  padding: 0;
  margin-top: 15px;
}
#nongatedsharelink {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default.mrg0 {
  margin: 0 !important;
}
.navbar-default.navbar {
  border: 0;
  padding: 0;
}
.navbar-default .align-item {
  display: flex;
  align-items: center;
}
.navbar-default .align-item.header {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .navbar-default .align-item.header {
    height: 50px;
    padding: 0px;
  }
}
@media (max-width: 1024px) {
  .navbar-default .align-item.header {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.navbar-default .align-item .header-text {
  color: #505050;
  display: flex;
  font-size: 32px;
  align-items: center;
  /*.logo-text {
                border-right: 2px solid #e4001c;
                padding: 10px 10px 10px 20px;
                margin-right: 10px;

                @media (max-width: 767px) {

                    padding: 0px 5px;
                    margin: 0px 5px;
                }

            }*/
}
@media (max-width: 767px) {
  .navbar-default .align-item .header-text {
    font-size: 13px;
  }
}
.navbar-default .align-item .header-text img {
  width: 139px;
  height: 38px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .navbar-default .align-item .header-text img {
    height: 21px;
    width: 76px;
  }
}
@media (max-width: 767px) {
  .navbar-default .align-item .header-text img {
    height: 20px;
    width: 52px;
  }
}
.navbar-default .align-item .align-right {
  margin-left: auto;
}
@media (max-width: 767px) {
  .navbar-default .align-item .align-right {
    margin-right: 10px;
  }
}
.navbar-default .align-item .align-right .icon {
  padding: 5px 0;
}
.navbar-default .align-item .align-right .icon input {
  width: 179px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 14px;
  border-radius: 25px;
  padding: 6px 40px 6px 20px;
  outline: 0;
}
.navbar-default .align-item .align-right .icon .glyphicon-search {
  color: #505050;
  position: relative;
  right: 35px;
  top: 3px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .navbar-default .align-item .align-right .icon .glyphicon-search {
    top: 0;
    right: 0;
  }
}
.navbar-default .align-item .align-right .icon .hide {
  display: none !important;
}
.navbar-default .align-item .align-right .Contact-text {
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  font-family: Diodrum Medium;
  cursor: pointer;
}
.navbar-default .align-item .align-right .Contact-text:hover {
  text-decoration: underline;
}
.navbar-default .align-item .navbar-brand {
  color: #777;
  float: left;
  height: 50px;
  padding: 15px 15px;
  padding-left: 0;
  line-height: 20px;
}
.navbar-default .align-item .navbar-brand.header-text {
  /*   img {
                    padding-left: 20px;
                }*/
}
@media (max-width: 767px) {
  .navbar-default .align-item .navbar-brand.header-text {
    margin: 0;
    margin-left: 75px;
  }
}
.navbar-default .align-item .navbar-brand.header-text .logo-text {
  border-right: 2px solid #e4001c;
  padding: 10px 10px 10px 20px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .navbar-default .align-item .navbar-brand.header-text .logo-text {
    padding: 0px 5px;
    margin: 0px 5px;
  }
}
.navbar-default .align-item .navbar-brand > img {
  display: block;
}
.navbar-default .align-item .navbar-brand h3 {
  padding-left: 20px;
  color: #000;
  margin-bottom: 0;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .navbar-default .align-item .navbar-brand h3 {
    padding-top: 2px;
    font-size: 16px;
  }
}
#backdrop {
  background: #505050;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 101;
  opacity: .63;
}
.navbar {
  border: 0;
}
.navbar .navbar-align {
  background-color: #fff;
  font-weight: normal;
  position: relative;
  /*.navbar-nav {
            margin: 7.5px -15px;
        }*/
}
@media (max-width: 767px) {
  .navbar .navbar-align {
    padding-right: 0;
  }
  .navbar .navbar-align nav {
    flex-basis: 100%;
  }
}
.navbar .navbar-align .navbar-nav {
  padding: 25px 15px;
  margin-bottom: 0;
  list-style: none;
}
.navbar .navbar-align .navbar-nav > li {
  position: relative;
  display: block;
}
.navbar .navbar-align .navbar-nav > li a {
  padding: 15px ;
  color: #000000 ;
  font-family: "Diodrum Medium";
  font-size: 16px;
}
@media (max-width: 767px) {
  .navbar .navbar-align .navbar-nav > li a {
    font-size: 12px;
  }
}
.navbar .navbar-align .navbar-nav > li:active a a,
.navbar .navbar-align .navbar-nav > li.active a {
  font-weight: bold;
  color: #e4001c;
  border-bottom: 2px solid #e4001c;
  padding-bottom: 10px;
}
.navbar .navbar-align .align-right {
  margin-left: auto;
}
.navbar .navbar-align .align-right .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar .navbar-align .align-right .btn.btn-grey {
  border-radius: 25px;
  padding: 6px;
  color: #e4001c;
  width: 186px;
  background-color: #fff;
  border: 1px solid #e4001c;
  margin: 0 20px 0 10px;
  font-weight: normal;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  outline: 0;
  font-size: 16px;
}
.navbar .navbar-align .align-right .btn-grey:hover {
  background-color: #e4001c;
  color: #fff;
  border-color: #e4001c;
}
.scroll-menu {
  overflow-y: hidden;
}
.component-navigation {
  background-color: #fff;
  box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.3);
  top: 0;
  width: 100%;
  z-index: 99;
}
.component-navigation.NNBheaderref {
  position: fixed !important;
}
.component-navigation .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub.multlevel .navigation-block-container.large-screen .more-resources > ul {
  padding: 15px 0;
}
.component-navigation .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub.multlevel .navigation-block-container.large-screen .more-resources > ul li {
  padding: 6px 0;
  display: block;
}
.component-navigation .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub.multlevel .navigation-block-container.large-screen .more-resources > ul li span.more-resources_text {
  display: inline-block;
  width: 180px;
  font-size: 14px;
  line-height: 16px;
  color: #686868;
}
.component-navigation .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub.multlevel .navigation-block-container.large-screen .more-resources > ul li a.more-resources_link {
  padding: 0;
  color: #e4001c;
}
.component-navigation .component-navigation--items-top li .navigation-sub.multlevel .navigation-block-container.small-screen .more-resources > ul {
  display: block;
}
.component-navigation .component-navigation--items-top li .navigation-sub.multlevel .navigation-block-container.small-screen .more-resources > ul li {
  padding: 6px 0;
}
.component-navigation .component-navigation--items-top li .navigation-sub.multlevel .navigation-block-container.small-screen .more-resources > ul li a.more-resources_link {
  display: block;
  padding: 10px 0;
  color: #e4001c;
}
.component-navigation--items {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  height: 0;
  overflow: hidden;
}
.component-navigation--items > ul.component-navigation--items-top .navigation-item-contain {
  padding-bottom: 12px;
}
.component-navigation--items > ul.component-navigation--items-bottom {
  width: 20%;
}
.component-navigation--items p.helper {
  display: none;
}
.component-navigation--items p.helper a {
  display: none;
}
.component-navigation--items .subnav-list {
  padding: 30px 20px 0 0;
  margin: 0 0;
  list-style: none;
  position: absolute;
  top: 0;
}
.component-navigation--items .subnav-list a.cta-red {
  display: none;
}
.component-navigation--items .subnav-list li a {
  color: #212121;
  font-family: "Diodrum Regular";
  line-height: 1.3;
  display: inline-block;
  padding: 10px 0;
}
.component-navigation--items .subnav-list li a.navigation-item {
  font-size: 14px;
  opacity: 0;
  margin-left: -80px;
  transition-property: opacity, margin-left;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
.component-navigation--items .subnav-list li a.navigation-item-sm {
  font-size: 14px;
}
.component-navigation--items .subnav-list li ul {
  display: none;
}
.component-navigation--items-bottom,
.component-navigation--items-top {
  padding: 30px 0 0;
  margin: 0 0;
  list-style: none;
}
.component-navigation--items-bottom li,
.component-navigation--items-top li {
  display: block;
  line-height: 1;
}
.component-navigation--items-bottom li a,
.component-navigation--items-top li a:not(.cta1) {
  color: #212121;
  font-family: "Diodrum Medium";
  line-height: 1.3;
  padding: 5px 0;
  display: inline-block;
}
.component-navigation--items-bottom li a.navigation-item,
.component-navigation--items-top li a.navigation-item {
  font-size: 14px;
  opacity: 0;
  margin-left: -80px;
  transition-property: opacity, margin-left;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
.component-navigation--items-bottom li a.navigation-item-sm,
.component-navigation--items-top li a.navigation-item-sm {
  font-size: 14px;
  line-height: 1;
  padding: 7px 0;
}
.component-navigation--items-bottom li a.navigation-item-sm img,
.component-navigation--items-top li a.navigation-item-sm img {
  height: 15px;
  display: inline-block;
  padding-left: 8px;
}
.component-navigation--items-bottom li ul,
.component-navigation--items-top li ul {
  display: none;
}
.component-navigation--items-bottom {
  opacity: 0;
  padding-top: 20px;
  transition-delay: 1s;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
@media screen and (min-width: 1024px) {
  .component-navigation--items {
    height: auto;
    overflow: visible;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .component-navigation--items p.helper {
    position: relative;
    margin-top: 45px;
    border-top: 1px solid #e1e1e1;
    padding: 40px 0 0;
    display: none;
    font-family: "Diodrum Regular";
    font-size: 14px;
  }
  .component-navigation--items p.helper a {
    color: #000;
    font-family: "Diodrum Medium";
  }
  .component-navigation--items p.helper a:hover {
    color: #e4001c;
  }
  .component-navigation--items-bottom,
  .component-navigation--items-top {
    /* position: absolute;
    top: 50%;
    left: 0;*/
    position: static;
    margin-top: 20px;
    transition: none;
  }
  .multlevel .col-md-3.option-links {
    height: 400px;
    overflow: hidden scroll;
  }
  .multlevel .col-md-3.option-links::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
  }
  .multlevel .col-md-3.option-links::-webkit-scrollbar-thumb {
    background-color: #e4001c!important;
    border-radius: 8px;
  }
  .component-navigation--items-bottom li,
  .component-navigation--items-top li {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: calc(18px - (10 * (1px - ((100vw - 1024px)/ 416))));;
    padding-right: calc(18px - (10 * (1px - ((100vw - 1024px)/ 416))));
  }
  .component-navigation--items-bottom li .hover,
  .component-navigation--items-top li .hover {
    background: none;
    width: 100% !important;
    height: 2px !important;
    position: relative;
    top: 9px;
    z-index: 9;
  }
  .component-navigation--items-bottom li a.navigation-item,
  .component-navigation--items-top li a.navigation-item {
    opacity: 1;
    margin-left: 0;
    color: #212121;
    font-family: "Diodrum Regular";
    line-height: 18px;
    font-size: 16px !important;
    font-weight: bold;
    transition-property: none;
    padding: 0 0;
    text-decoration: none;
  }
  .component-navigation--items-bottom li a.navigation-item-sm,
  .component-navigation--items-top li a.navigation-item-sm {
    font-size: calc(12px - (1 * (1px - ((100vw - 1024px)/ 416))));;
    padding: 0 0;
    line-height: 1;
  }
  .component-navigation--items-bottom li a.navigation-item-sm.search,
  .component-navigation--items-top li a.navigation-item-sm.search {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    height: 15px;
  }
  .component-navigation--items-bottom li a.navigation-item-sm.search img,
  .component-navigation--items-top li a.navigation-item-sm.search img {
    position: absolute;
    left: 0;
    padding-left: 0;
    top: -2px;
    height: 15px;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .hover,
  .component-navigation--items-top li .navigation-item-contain:hover .hover {
    background-color: #e4001c;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub {
    display: block;
    position: absolute;
    width: max-content;
    top: 52px;
    background-color: #fff;
    padding: 10px 50px 15px 30px;
    margin-left: -30px;
    left: auto;
  }
  .navigation-item-contain:hover .singleLevel {
    position: absolute;
    height: 400px;
    overflow: hidden scroll;
    margin-top: 0px;
  }
  .singleLevel::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
  }
  .singleLevel::-webkit-scrollbar-thumb {
    background-color: #e4001c!important;
    border-radius: 8px;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub p.helper,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub p.helper {
    display: block;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub p.helper a,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub p.helper a {
    display: inline-block;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub.multlevel,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub.multlevel {
    padding: 0;
    margin-left: 0;
    left: 0;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub.multlevel ul,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub.multlevel ul {
    vertical-align: top;
    padding-right: 50px;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub.multlevel ul li a.navigation-item.header,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub.multlevel ul li a.navigation-item.header {
    pointer-events: none;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul {
    display: inline-block;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li {
    display: block;
    padding: 11px 0;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li a.navigation-item,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li a.navigation-item {
    font-size: 14px !important;
    pointer-events: all;
    font-weight: 400;
    font-family: "Diodrum Medium";
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li a.navigation-item:hover,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li a.navigation-item:hover {
    color: #e4001c;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li:first-child,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li:first-child {
    padding-left: 0;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub {
    padding: 20px 0 50px 0;
    position: relative;
    top: 0;
    left: 30px;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub a.cta-red,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub a.cta-red {
    display: none;
    color: #e4001c;
    display: inline-block;
    font-family: "Diodrum Medium";
    margin-top: 40px;
    padding: 10px 0 0;
    position: absolute;
    bottom: 0;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub ul.cols-1,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub ul.cols-1 {
    min-width: 150px;
    column-count: 1;
    column-gap: 40px;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub ul.cols-2,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub ul.cols-2 {
    column-count: 2;
    column-gap: 40px;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub ul.cols-3,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub ul.cols-3 {
    column-count: 3;
    column-gap: 40px;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub li,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub li {
    padding: 10px 0;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub li a.navigation-item,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub li a.navigation-item {
    font-size: 14px !important;
    text-decoration: none;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub li a.navigation-item:hover,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li .navigation-sub li a.navigation-item:hover {
    color: #e4001c;
  }
  .component-navigation--items-bottom li .navigation-item-contain:hover .navigation-sub ul li ul,
  .component-navigation--items-top li .navigation-item-contain:hover .navigation-sub ul li ul {
    display: block;
  }
  .component-navigation--items-top {
    padding: 0 0 0;
    left: 0;
  }
  .component-navigation--items-bottom {
    left: auto;
    right: 0;
    padding-top: 0;
    opacity: 1;
  }
  .component-navigation--items-bottom li {
    padding: calc(15px - (5 * (1px - ((100vw - 1024px)/ 416))));
  }
  .component-navigation--items-bottom li:first-child {
    padding-left: 26px;
  }
}
@media screen and (min-width: 1440px) {
  .component-navigation--items {
    padding-left: 0;
  }
  .component-navigation--items-bottom li,
  .component-navigation--items-top li {
    padding-left: 25px;
    padding-right: 25px;
  }
  .component-navigation--items-bottom a.navigation-item,
  .component-navigation--items-top a.navigation-item {
    font-size: 14px !important;
  }
  .component-navigation--items-bottom a.navigation-item-sm,
  .component-navigation--items-top a.navigation-item-sm {
    font-size: 12px !important;
  }
  .component-navigation--items-top li {
    padding-right: 25px;
    padding-left: 25px;
  }
  .component-navigation--items-top li:first-child {
    padding-left: 0;
  }
  .component-navigation--items-top li .subnav-list li {
    padding-left: 0;
  }
  .component-navigation--items-bottom li {
    padding: 0 17px;
  }
}
@media screen and (max-width: 1023px) {
  .component-navigation.open {
    position: fixed;
    height: 100vh;
    width: 100%;
    overflow: auto;
  }
  .component-navigation.open .component-navigation--items {
    height: auto;
    min-height: calc(100vh - 75px);
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .component-navigation.open .component-navigation--items .navigation-item {
    margin-left: 0;
    opacity: 1;
  }
  .component-navigation.open .component-navigation--items-bottom {
    opacity: 1;
  }
  .component-navigation.open .component-navigation--items-bottom.out {
    transition-delay: 0s !important;
    opacity: 0;
  }
  .component-navigation.open .component-navigation--items .outleft {
    pointer-events: none;
  }
  .component-navigation.open .component-navigation--items .outleft .navigation-item {
    opacity: 0;
    margin-left: -60px;
  }
  .component-navigation.open .component-navigation--items .outright {
    pointer-events: none;
  }
  .component-navigation.open .component-navigation--items .outright .navigation-item {
    opacity: 0;
    margin-left: 60px;
  }
}
.component-navigation .delay-1 {
  transition-delay: 0.1s;
}
.component-navigation .delay-2 {
  transition-delay: 0.2s;
}
.component-navigation .delay-3 {
  transition-delay: 0.3s;
}
.component-navigation .delay-4 {
  transition-delay: 0.4s;
}
.component-navigation .delay-5 {
  transition-delay: 0.5s;
}
.component-navigation .delay-6 {
  transition-delay: 0.6s;
}
.component-navigation .delay-7 {
  transition-delay: 0.7s;
}
.component-navigation .delay-8 {
  transition-delay: 0.8s;
}
.component-navigation .delay-9 {
  transition-delay: 0.9s;
}
.component-navigation .delay-10 {
  transition-delay: 1s;
}
.component-navigation .delay-11 {
  transition-delay: 1.1s;
}
.component-navigation .delay-12 {
  transition-delay: 1.2s;
}
.component-navigation .delay-13 {
  transition-delay: 1.3s;
}
.component-navigation .delay-14 {
  transition-delay: 1.4s;
}
.component-navigation .delay-15 {
  transition-delay: 1.5s;
}
.component-navigation .delay-16 {
  transition-delay: 1.6s;
}
.component-navigation .delay-17 {
  transition-delay: 1.7s;
}
.component-navigation .delay-18 {
  transition-delay: 1.8s;
}
.component-navigation .delay-19 {
  transition-delay: 1.9s;
}
.component-navigation .delay-20 {
  transition-delay: 2s;
}
.component-navigation .delay-21 {
  transition-delay: 2.1s;
}
.component-navigation .delay-22 {
  transition-delay: 2.2s;
}
.component-navigation .delay-23 {
  transition-delay: 2.3s;
}
.component-navigation .delay-24 {
  transition-delay: 2.4s;
}
.component-navigation .delay-25 {
  transition-delay: 2.5s;
}
.component-navigation .delay-26 {
  transition-delay: 2.6s;
}
.component-navigation .delay-27 {
  transition-delay: 2.7s;
}
.component-navigation .delay-28 {
  transition-delay: 2.8s;
}
.component-navigation .delay-29 {
  transition-delay: 2.9s;
}
.component-navigation .delay-30 {
  transition-delay: 3s;
}
.component-navigation--items-top {
  width: 100%;
  padding-left: 94px;
  padding-right: 94px;
}
@media screen and (max-width: 1023px) {
  .component-navigation--items-top {
    padding-left: 0;
    padding-right: 0;
  }
  .component-navigation--items-top li {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 4%;
  }
}
.navigation-item-contain a {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .navigation-item-contain:hover .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen {
    display: inherit;
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .navigation-item-contain .navigation-sub.singleLevel .level-2-menu-heading,
  .navigation-item-contain .navigation-sub.singleLevel .border-bottom-small {
    display: none !important;
  }
}
.navigation-item-contain .navigation-sub.singleLevel li a {
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .navigation-item-contain.active .navigation-sub.singleLevel {
    display: inherit;
  }
  .navigation-item-contain.active .navigation-sub.singleLevel > ul {
    display: inherit;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding-left: 0;
    top: 3.7%;
  }
  .navigation-item-contain.active .navigation-sub.singleLevel > ul li {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .navigation-item-contain.active .navigation-sub.singleLevel > ul li:not(:first-of-type) {
    border-bottom: 1px solid lightgray;
  }
  .navigation-item-contain.active .navigation-sub.singleLevel > ul li:first-of-type hr.border-bottom-small {
    display: none;
  }
  .navigation-item-contain.active .navigation-sub.singleLevel > ul li .border-bottom-small {
    width: 10%;
    position: absolute;
    left: 0;
    margin-top: 0;
  }
  .navigation-item-contain.active .navigation-sub.singleLevel > ul li.level-2-menu-heading {
    padding-bottom: 4%;
    font-weight: bold;
  }
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen {
  position: absolute;
  top: 1px;
  height: 100%;
  background: #fff;
  padding-left: 0;
  overflow: scroll;
}
@media screen and (max-width: 1023px) {
  .navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen {
    display: inherit;
    padding: 0;
  }
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-2 {
  font-family: "Diodrum Medium";
  font-size: 14px;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-2.hide {
  display: none;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-2 > ul {
  display: block;
  padding-left: 0;
  padding: 40px 0 0;
  margin: 0 0;
  list-style: none;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-2 > ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid lightgray;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-2 > ul li.level-2-menu-heading {
  border-bottom: 1px solid #d8d8d8;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-2 > ul li .border-bottom-small {
  width: 10%;
  position: absolute;
  left: 0;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-2 .navigation-heading-text .product-finder {
  bottom: 2%;
  position: absolute;
  border-top: 1px solid #d8d8d8;
  padding-top: 2%;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-2 .navigation-heading-text .product-finder a {
  font-weight: 600;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-3 {
  overflow: visible;
  padding: 0 15px;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-3 > .row {
  display: none;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-3 > .row.active {
  display: flex;
  padding-bottom: 15px;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-3 > .row .level-3-headings .level-3-menu-heading {
  border-bottom: 1px solid #d8d8d8;
  font-weight: bold;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-3 > .row .level-3-headings .red-bold-text hr {
  width: 12%;
  position: absolute;
  left: 0;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-3 > .row .level-3-headings .red-bold-text:last-of-type hr {
  width: 100%;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-3 > .row .level-3-headings li {
  padding-bottom: 5%;
  margin-bottom: 5% !important;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-3 > .row .col-12:not(.level-3-headings) hr {
  width: 12%;
  position: absolute;
  margin-top: 0;
  margin-bottom: 1%;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-3 > .row .col-12 ul {
  display: block;
  padding-left: 0;
  padding: 20px 0 0;
  margin: 0 0;
  list-style: none;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-3 > .row .col-12 ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid lightgray;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-3 > .row .col-12 ul li .border-bottom-small {
  width: 10%;
  position: absolute;
  left: 0;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-3 > .row .col-12 ul li.bold-heading {
  margin-bottom: 8%;
}
.navigation-item-contain.active .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen .level-3 > .row .col-12.see-all {
  position: relative;
  border-top: 1px solid #d8d8d8;
  margin-top: 5%;
  padding-top: 2%;
  text-align: center;
  font-weight: 600;
}
.navigation-item-contain .navigation-sub .red-bold-text {
  color: #e4001c;
  text-decoration: none;
  font-weight: 600;
}
.navigation-item-contain .navigation-sub .red-bold-text a {
  color: #e4001c;
}
.navigation-item-contain .navigation-sub.multlevel {
  max-width: 100%;
  width: 130% !important;
  left: -16.5%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.navigation-item-contain .navigation-sub.multlevel .bold-heading {
  margin-bottom: 8%;
  font-weight: bold;
  font-family: "Diodrum Semibold";
}
.navigation-item-contain .navigation-sub.multlevel .bold-heading a:hover {
  color: #e4001c;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.small-screen {
  display: none;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen {
  display: none;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .navigation-heading-text {
  margin-bottom: 2%;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .navigation-heading-text * {
  display: inline-block;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .navigation-heading-text .product-finder {
  color: #d8d8d8;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .navigation-heading-text .product-finder a {
  font-weight: bold;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .option-links {
  color: #000;
  border-right: 1px solid black;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .option-links ul {
  padding-right: 5%;
  width: 100%;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .option-links ul li {
  cursor: pointer;
  padding: 11px 0;
  font-family: "Diodrum Medium";
  border-bottom: 1px solid lightgray;
  font-size: 14px;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .option-links ul li:last-child {
  border-bottom: none;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .option-links ul li:hover a {
  font-weight: 600;
  color: #e4001c;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .option-links ul li.links {
  padding: 3% 0;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .option-links ul li.active {
  color: #e4001c;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .option-links ul li.active a {
  color: #e4001c;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .option-links ul li.active .glyphicon {
  color: #e4001c;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .option-links ul li .glyphicon {
  float: right;
  padding: 5px 0;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .right-menu-links {
  padding-left: 4%;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .right-menu-links > .row {
  display: none;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .right-menu-links > .row.active {
  display: flex;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .right-menu-links > .row.active ul {
  padding-right: 0;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .right-menu-links > .row ul {
  width: 60%;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .right-menu-links > .row ul li.red-bold-text {
  margin-bottom: 10%;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .right-menu-links > .row ul li a {
  text-decoration: none;
  cursor: pointer;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .right-menu-links > .row > .heading-links {
  margin-bottom: 3%;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .right-menu-links > .row .see-all {
  margin-top: 5%;
  padding-left: 6%;
}
.navigation-item-contain .navigation-sub.multlevel .navigation-container .navigation-block-container.large-screen .right-menu-links > .row .see-all a {
  font-weight: bold;
}
.component-navigation--logo a {
  display: block;
  width: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 3;
  padding-left: 0px;
}
.component-navigation--logo a img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .component-navigation--logo a {
    width: calc(108px - (23 * (1px - ((100vw - 1024px)/ 416))));;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1440px) {
  .component-navigation--logo a {
    width: 108px;
  }
}
.component-navigation--logo .hamburger {
  left: calc(20px - (20 * (1px - ((100vw - 320px)/ 703))));;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
@media screen and (min-width: 1024px) {
  .component-navigation--logo .hamburger {
    display: none;
  }
}
.component-navigation--logo .hamburger input {
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
.component-navigation--logo .hamburger.open > span {
  opacity: 1;
  transform: rotate(45deg) translate(-7px, -13px);
  background: #232323;
}
.component-navigation--logo .hamburger.open > span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0) scale(0.2, 0.2);
}
.component-navigation--logo .hamburger.open > span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-5px, 14px);
}
.component-navigation--logo .hamburger span {
  display: block;
  width: 33px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
}
.component-navigation--logo .hamburger span:first-child {
  transform-origin: 0 0;
}
.component-navigation--logo .hamburger span:nth-last-child(2) {
  transform-origin: 0 100%;
}
.component-navigation--logo .hamburger span:last-child {
  margin-bottom: 0;
}
.component-navigation--logo .search-icon {
  position: absolute;
  right: calc(30px - (10 * (1px - ((100vw - 320px)/ 703))));;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .component-navigation--logo .search-icon {
    display: none;
  }
}
.component-navigation--logo .back {
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  cursor: pointer;
}
.component-navigation--logo .back[data-level="0"] {
  display: none;
}
@media screen and (min-width: 1024px) {
  .component-navigation--logo .back {
    display: none;
  }
}
.pull-right {
  float: right;
}
.navbar .container {
  max-width: 1440px;
  padding-left: 94px;
  padding-right: 94px;
}
@media screen and (max-width: 1023px) {
  .navbar .container {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .navbar-expand-lg nav {
    height: 50px;
  }
}
nav.navbar.navbar-expand-lg.navbar-default.mrg0.d-none.d-lg-block {
  border-top: 1px solid lightgrey;
  box-shadow: 1px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.NNBheaderref {
  position: relative;
  z-index: 100000;
  background: #fff;
}
.component-navigation--items .navigation-item-contain > a:hover {
  color: #000;
}
@media (min-width: 992px) {
  #mobileProblemSolver {
    display: none !important;
  }
}
.heading-text {
  padding-left: 0;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .heading-text {
    padding-bottom: 15px;
    margin-top: 25px;
  }
}
@media (max-width: 1023px) {
  .link-level-2 a[href] {
    text-decoration: underline;
    text-underline-position: under;
    color: #e4001c !important;
  }
}
@media (min-width: 1024px) {
  .navigation-sub.singleLevel li {
    border-bottom: 1px solid lightgray;
    min-width: 260px;
    margin-bottom: 0;
  }
  .navigation-sub.singleLevel li a {
    padding: 5px 0;
  }
  .navigation-sub.singleLevel li:last-child {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .navbar-default .align-item .navbar-brand.header-text {
    margin-left: 80px;
  }
  .navbar .navbar-align nav {
    flex-basis: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .component-navigation--items-bottom li a.navigation-item,
  .component-navigation--items-top li a.navigation-item {
    font-size: 14px !important;
  }
}
.level-2,
.level-3 {
  background-color: white;
}

@media (max-width: 767px) {
  .navbar-align {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #msearchInput {
    margin-top: 10px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .glyphicon {
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  .container-margin {
    margin: 0 5%;
  }
}
#mobile-menucontainer {
  height: 100%;
  overflow-y: scroll;
  display: block;
  position: absolute;
  right: 0;
  z-index: 102;
  background: white;
  width: 300px;
  padding-bottom: 60px;
}
#mobile-menucontainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobile-menucontainer ul li {
  list-style-type: none;
}
#mobile-menucontainer ul li a {
  font-size: 16px;
  color: #505050;
  width: 190px;
}
#mobile-menucontainer ul li .submenu {
  color: black;
  font-size: 18px;
  cursor: pointer;
  float: right;
}
#mobile-menucontainer ul li .submenu i.arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}
#mobile-menucontainer ul li .submenu .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#mobile-menucontainer ul li .submenu .right.transform {
  transform: rotate(45deg) !important;
}
#mobile-menucontainer .subItems li {
  font-size: 18px;
  width: 100%;
  display: block;
  height: auto;
  padding: 13px 50px;
}
#mobile-menucontainer .act {
  height: 60px;
  padding: 0;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 50px;
}
#mobile-menucontainer .act.bgColor {
  background-color: #f2f2f2;
}

/*
 *  Copyright 2017 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.getstarted .row {
  margin: 0;
}
.getstarted .popover {
  max-width: 100%;
}
.getstarted .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.getstarted .vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}
.getstarted button {
  outline: none !important;
}
.getstarted .modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
}
.getstarted .modal-body {
  text-align: center;
  overflow: auto;
  max-height: calc(40vh);
  margin: 10% 5%;
}
@media (min-width: 768px) {
  .getstarted .modal-dialog {
    width: 600px ;
    margin: 30px auto;
  }
}
.getstarted .ftrModal {
  text-align: center !important;
  padding: 15px;
}
.getstarted #getStartedForm {
  padding-top: 0;
}
.getstarted #getStartedForm label {
  font-size: 14px;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #000000;
  font-weight: 300;
}
.getstarted #getStartedForm input {
  height: 30px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #505050;
}
.getstarted #getStartedForm select {
  height: 36px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #505050;
}
.getstarted #getStartedForm textarea {
  border-radius: 4px;
  border: 1px solid #505050;
  margin-bottom: 15px;
}
.getstarted #getStartedForm input[type=checkbox] {
  height: 18px;
  border-radius: 4px;
  width: 25px;
  border: 1px solid #505050;
  margin-right: 10px;
}
.getstarted #getStartedForm h1 {
  font-size: 24px;
  padding-left: 15px;
  font-weight: bold;
}
.getstarted #getStartedForm .selectric-wrapper {
  display: block;
}
.getstarted #getStartedForm .selectric {
  border-radius: 4px;
  width: 100%;
  border: 1px solid #000000;
}
.getstarted #getStartedForm .selectric .button {
  width: 30px;
  height: 26px;
}
.getstarted #getStartedForm .selectric .label {
  line-height: 26px;
  height: 28px;
}
.getstarted #cancel {
  padding: 8px 40px;
}
.getstarted .mrg50 {
  margin-top: 50px;
}
.getstarted .btnStated {
  background-color: #fff;
  border: 1px solid #e4001c;
  color: #e4001c;
  padding: 8px 40px;
  font-weight: bold;
  margin: 20px 30px 10px;
  font-size: 16px;
  border-radius: 25px;
  font-family: "Diodrum Regular";
}
.getstarted .btnShare {
  background-color: #fff;
  border: 1px solid #e4001c;
  color: #e4001c;
  padding: 8px 70px;
  font-weight: bold;
  margin: 20px 30px 10px;
  font-size: 16px;
  border-radius: 25px;
  font-family: "Diodrum Regular";
}
.getstarted .btnStated:hover,
.getstarted .btnShare:hover {
  background-color: #e4001c;
  border: 1px solid #e4001c;
  color: #fff;
}
.getstarted .pad0mrTop20 {
  padding: 0px !important;
}
.getstarted .disclmr {
  font-size: 12px;
  line-height: 17px;
  padding-bottom: 10px;
}
.getstarted .staredImg {
  width: 100%;
}
.getstarted .socIcons {
  width: 4%;
  height: 4%;
  margin: 1%;
}
.getstarted .bgLightBlue {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  text-align: center;
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.getstarted .bgLightBlue a {
  color: #000000;
  text-decoration: none;
}
.getstarted .bgLightBlue span {
  margin-left: 8px;
}
.getstarted .triangle {
  width: 100%;
  height: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
}
.getstarted .triangle:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 52px;
  -webkit-transform: rotate(45deg);
  top: 10px;
  left: 45%;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}
.getstarted .ErrAdded {
  border: 1px solid #e4001c;
  background: #FFCECE;
}
.getstarted .ErrRemove {
  border: "";
  background: "";
}
.getstarted .ErrLabel {
  color: #e4001c;
  display: none;
}
.getstarted .requiredText {
  color: #e4001c;
}
.getstarted .alignNotecheck p {
  display: inline;
}
@media screen and (max-width: 450px) and (min-width: 300px) {
  .getstarted #singleCheckbox {
    width: 10%;
  }
  .getstarted .triangle:after {
    left: 25%;
  }
  .getstarted .btnShare {
    padding: 8px 40px;
  }
}
@media screen and (min-width: 800px) {
  .getstarted .form-group {
    height: 80px;
    margin-bottom: 3px;
  }
  .getstarted .divlastGrp {
    height: 30px;
    margin-top: 40px;
  }
  .getstarted .staredImg {
    width: 100%;
  }
  .getstarted .socIcons {
    width: 3%;
    height: 3%;
    margin: 1%;
  }
  .getstarted .bgLightBlue span {
    margin-left: 20px;
  }
  .getstarted .triangle:after {
    left: 85px;
  }
}
@media (max-width: 1024px) {
  #stared {
    padding: 10px 25px;
  }
}
#gatedsharelink {
  cursor: pointer;
}

.footer {
  position: relative;
  bottom: 0;
  padding: 10px 0;
  background-color: #000000;
  color: #ffffff;
  padding: 70px 0 90px;
}
@media (max-width: 767px) {
  .footer {
    padding: 0;
  }
}
.footer .mrg0 {
  margin: 0 !important;
}
.footer .footer-subcol {
  margin: 0;
}
.footer .footer-div {
  border-right: 1px solid #808080;
}
@media (max-width: 767px) {
  .footer .footer-div {
    margin-top: 20px;
  }
}
.footer .footer-div img {
  width: 180px;
}
@media (max-width: 767px) {
  .footer .footer-div img {
    margin: 0 auto;
  }
}
.footer .footer-head-container {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .footer .footer-head-container {
    padding-left: 0;
  }
}
.footer .footerHeading {
  color: #ffffff;
  font-size: 19px;
  font-family: Diodrum Regular;
  text-align: left;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footer .footerHeading {
    text-align: center;
  }
}
.footer .footerHeading p {
  margin-bottom: 15px;
  font-size: 16px;
}
.footer .normalText {
  font-size: 14px;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .footer .normalText {
    text-align: center;
  }
}
.footer .footerSubHeading {
  font-size: 18px;
  font-weight: bold;
  font-family: Diodrum Medium;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .footer .footerSubHeading {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer .footerSubHeading.social_media_heading {
    font-size: 19px;
    padding-right: 5px;
    display: inline-block;
  }
}
.footer .footerSubHeading .followUS {
  width: 20px;
  margin: 1% 5px 20px;
}
@media (min-width: 768px) {
  .footer .footerText.footertext_tablet {
    display: flex;
  }
}
@media (max-width: 767px) {
  .footer .footerText.footertext_tablet .col-sm-6 col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.footer .footerText p {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .footer .footerText p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .footerText p.footerSubHeading_Icons {
    display: inline;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footerText p.footerSubHeading_Icons span {
    margin-left: 1%;
  }
}
@media (max-width: 767px) {
  .footer .footerText p.footerSubHeading_Icons span {
    margin-left: 2%;
  }
}
.footer .footerText a {
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .footer .footerText a {
    font-size: 14px;
  }
}
.footer .footerText .glyphicon-menu-right {
  font-size: 14px;
  margin-left: -20px;
  margin-right: 5px;
  color: #505050;
}
.footer .footerText input[type="text"] {
  background-color: #000000;
  border: 1px solid #ffffff;
  padding: 5px 15px;
  border-radius: 25px 0 0 25px;
  outline: 0;
  width: 63%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer .footerText input[type="submit"] {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 5px 25px;
  border-radius: 25px;
  top: 0;
  outline: 0;
  left: -15px;
  position: relative;
}
@media (max-width: 767px) {
  .footer .footerText input[type="submit"] {
    width: 35%;
  }
}
.footer .footerText input[type="submit"]:hover {
  background-color: #e4001c;
}
.footer .footerText .email-box {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .footer .footerText .followUS {
    width: 20px;
  }
}
.footertext_tablet .footerSubHeading_Icons img {
  width: 20px;
  height: 20px;
}
.CorpContactUs {
  cursor: pointer;
}
.footer-nav .contact_button {
  width: 90px;
  display: inline-block;
  color: #e4001c !important;
}
.footer-nav .contact_button:hover {
  color: #fff !important;
}

/*
 *  Copyright 2017 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.corporate-contactus {
  padding: 0;
}
@keyframes effect {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.corporate-contactus .SecondModal {
  background-color: #808080;
  opacity: 1;
}
.corporate-contactus .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.corporate-contactus .vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}
.corporate-contactus .secondModalBody {
  text-align: center;
  margin: 10% 5%;
}
.corporate-contactus .pdd0 {
  padding: 0px;
}
.corporate-contactus .stepDiv {
  margin-top: 28px;
  margin-bottom: 20px;
}
.corporate-contactus .StepsCount {
  border-radius: 100px;
  background-color: #ffffff;
  border: solid 1px #bebebe;
  display: inline-block;
  margin-right: 12px;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #bebebe;
}
.corporate-contactus .StepActive {
  color: #000000;
  border: solid 1px #000000;
}
.corporate-contactus button {
  outline: none;
}
.corporate-contactus label {
  font-size: 14px;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #000000;
  font-weight: 300;
}
.corporate-contactus input[type="text"] {
  height: 35px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #000000;
  background-color: #ffffff;
}
.corporate-contactus select {
  height: 35px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid #000000;
  background-color: #ffffff;
}
.corporate-contactus textarea {
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 4px;
}
.corporate-contactus .txtarea {
  clear: both;
  height: auto;
}
.corporate-contactus input[type=radio] {
  width: 18px;
  height: 18px;
  opacity: 0.5;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #000000;
  margin-right: 10px;
}
.corporate-contactus input[type=checkbox] {
  margin-right: 10px;
  margin-top: 5px;
  width: 45px;
  height: 18px;
  opacity: 0.5;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #000000;
}
.corporate-contactus .selectric-wrapper {
  display: block;
}
.corporate-contactus .selectric {
  border-radius: 4px;
  width: 100%;
  border: 1px solid #000000;
}
.corporate-contactus .selectric .button {
  width: 30px;
  height: 26px;
}
.corporate-contactus .selectric .label {
  line-height: 26px;
  height: 28px;
}
.corporate-contactus .mrg50 {
  margin-top: 50px;
}
.corporate-contactus .btnStated {
  background-color: #ffffff;
  border: 1px solid #e4001c;
  color: #e4001c;
  padding: 8px 40px;
  font-weight: bold;
  margin: 20px 30px 20px 0px;
  font-size: 18px;
  border-radius: 25px;
}
.corporate-contactus .btnStated:hover {
  background-color: #e4001c;
  color: #ffffff;
  border-color: #e4001c;
}
.corporate-contactus .btnShare {
  background-color: #ffffff;
  border: 1px solid #e4001c;
  color: #e4001c;
  padding: 8px 40px;
  font-weight: bold;
  margin: 20px 30px 20px 0px;
  font-size: 18px;
  border-radius: 25px;
}
.corporate-contactus .btnShare:hover {
  background-color: #e4001c;
  color: #ffffff;
  border-color: #e4001c;
}
.corporate-contactus .pad0mrTop20 {
  padding: 0px !important;
}
.corporate-contactus .pad0Marg20 {
  padding: 0px;
  margin-top: 65px;
}
.corporate-contactus .disclmr {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
}
.corporate-contactus .disclmr p {
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
}
.corporate-contactus .staredImg {
  width: 100%;
}
.corporate-contactus .socIcons {
  width: 4%;
  height: 4%;
  margin: 2%;
}
.corporate-contactus .bgLightBlue {
  text-align: center;
}
.corporate-contactus .checkBoxHght {
  height: auto !important;
}
.corporate-contactus .termsCheckbox {
  min-height: 51px;
}
.corporate-contactus #captcha_container {
  display: block !important;
}
.corporate-contactus .ErrAdded {
  border: 1px solid red;
  background: #FFCECE;
}
.corporate-contactus .ErrRemove {
  border: "";
  background: "";
}
.corporate-contactus .ErrLabel {
  color: #e4001c;
  display: none;
}
.corporate-contactus .required {
  color: #e4001c;
}
@media screen and (min-width: 800px) {
  .corporate-contactus .stepDiv {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .corporate-contactus .termsCheckbox {
    min-height: 23px;
  }
  .corporate-contactus .form-group {
    height: 70px;
  }
  .corporate-contactus .divlastGrp {
    height: 30px;
    margin-top: 50px;
  }
  .corporate-contactus .staredImg {
    width: 100%;
  }
  .corporate-contactus .socIcons {
    width: 3%;
    height: 3%;
    margin: 2%;
  }
}
@media (min-width: 1030px) {
  .corporate-contactus .modal-lg {
    width: 950px;
  }
}
@media (max-width: 767px) {
  .corporate-contactus form {
    padding: 0 15px;
  }
}

.contactus {
  padding: 0;
}
.contactus #MultiStepForm {
  background-color: rgba(225, 225, 225, 0.2);
}
.contactus .form-title h2 {
  margin-bottom: 56px;
  font-size: 42px;
  line-height: 48px;
}
@keyframes effect {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.contactus .SecondModal {
  background-color: #808080;
  opacity: 1;
}
.contactus .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.contactus .vertical-align-center {
  display: table-cell;
  vertical-align: middle;
}
.contactus .secondModalBody {
  text-align: center;
  margin: 10% 5%;
}
.contactus .pdd0 {
  padding: 0px;
}
.contactus .stepDiv {
  margin-top: 28px;
}
.contactus button {
  outline: none;
}
.contactus input,
.contactus select {
  height: 48px;
  font-size: 16px;
  line-height: 1.5;
}
.contactus input {
  font-family: "Noto Sans Regular";
}
.contactus select {
  font-family: "Diodrum Medium";
}
.contactus textarea {
  min-height: 140px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans Regular";
}
.contactus input[type=radio] {
  width: 18px;
  height: 18px;
  opacity: 0.5;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #000000;
}
.contactus input[type=checkbox] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  opacity: 0.5;
  margin-bottom: 20px;
}
.contactus .control-label {
  font-size: 16px;
  font-family: "Noto Sans Regular";
  line-height: 18px;
  vertical-align: top;
}
.contactus .ErrorMsg {
  font-family: "Noto Sans Regular";
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.5px;
  padding-left: 12px;
  color: #e4001c !important;
}
.contactus .round {
  position: relative;
}
.contactus .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  float: left;
  width: 20px;
}
.contactus .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 11px;
}
.contactus .round .body3 {
  padding-left: 12px;
  display: inline-block;
  width: calc(80%);
  vertical-align: middle;
}
.contactus .round .body3 a {
  font-family: "Noto Sans Regular", sans-serif;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0;
}
.contactus .round input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  left: 3px;
  top: 3px;
}
.contactus .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.contactus .round input[type="checkbox"]:checked + label {
  background-color: #e4001c;
  border-color: #e4001c;
}
.contactus .result .error {
  margin-top: 24px;
  color: #e4001c;
  display: none;
}
.contactus .result .error .glyphicon {
  font-size: 20px;
}
.contactus .result .error .error-message {
  color: #e4001c;
}
.contactus .result .success {
  margin-top: 48px;
  color: #128370;
  display: none;
}
.contactus .result .success .glyphicon {
  font-size: 32px;
}
.contactus .result .success .success-message {
  color: #128370;
}
.contactus .result .text-v-align {
  vertical-align: middle;
}
.contactus .mrg50 {
  margin-top: 50px;
}
.contactus .btnStated {
  min-width: 120px;
  height: 50px;
  line-height: normal;
  font-family: "Diodrum Regular";
  padding: 0px 32px;
  border-radius: 25px;
  /* margin: 0px 0px 14px; */
  border-style: none;
  background-color: #e4001c;
  color: #ffffff;
  margin: 60px 0 20px;
}
.contactus .btnStated:disabled {
  background-color: #e1e1e1;
  color: #ffffff;
}
.contactus .btnStated:disabled:hover {
  background-color: #e1e1e1;
}
.contactus .btnStated.success {
  background-color: rgba(109, 216, 205, 0.2) !important;
  color: #0c5b4e !important;
}
.contactus .btnStated.success:hover {
  background-color: rgba(109, 216, 205, 0.2) !important;
}
.contactus .btnStated:hover {
  background-color: #aa0014;
}
.contactus .btnShare {
  background-color: #ffffff;
  border: 1px solid #e4001c;
  color: #e4001c;
  padding: 8px 40px;
  font-weight: bold;
  margin: 20px 30px 20px 0px;
  font-size: 18px;
  border-radius: 25px;
}
.contactus .btnShare:hover {
  background-color: #e4001c;
  color: #ffffff;
  border-color: #e4001c;
}
.contactus .pad0mrTop20 {
  padding: 0px !important;
}
.contactus .pad0Marg20 {
  padding: 0px;
  margin-top: 65px;
}
.contactus .staredImg {
  width: 100%;
}
.contactus .socIcons {
  width: 4%;
  height: 4%;
  margin: 2%;
}
.contactus .bgLightBlue {
  text-align: center;
}
.contactus .checkBoxHght {
  height: auto !important;
}
.contactus .termsCheckbox {
  min-height: 51px;
}
@media screen and (min-width: 800px) {
  .contactus .termsCheckbox {
    min-height: 23px;
  }
  .contactus .divlastGrp {
    height: 30px;
    margin-top: 50px;
  }
  .contactus .staredImg {
    width: 100%;
  }
  .contactus .socIcons {
    width: 3%;
    height: 3%;
    margin: 2%;
  }
}
.modal-lg {
  width: 900px;
}
@media (max-width: 767px) {
  .modal-lg {
    width: auto;
    margin: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .modal-lg {
    width: 600px;
  }
}
.disclmr {
  font-family: "Noto Sans Regular";
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: #606060;
}
.disclmr p a {
  font-family: "Noto Sans Regular";
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.5px;
}
.modal-body {
  overflow: auto;
  max-height:  calc(100vh - 60px);
  padding: 0;
}
@media (max-width: 767px) {
  .contactus form {
    padding: 0 15px;
  }
}

.Avatar {
    max-width: 80%;
    max-height: 80%;
    border-radius: 50%;
}
		.linkedinCart p{
			text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
    		margin-top: 10px;
			}
        #LinkedinData{
            /*background-color: beige;*/
            overflow-x: scroll;
            -ms-overflow-y:hidden;
    		overflow-y:hidden;
            white-space: nowrap;
    		display:block;
        }

        #TwitterData{
            overflow: auto;
            white-space: nowrap;
        }

        .linkedinCart{
            border: 1px solid lightblue;
            border-radius: 2px;
            margin:10px;
            width: 300px;
            display: inline-block;
    		overflow: hidden;
            padding: 20px;
            padding-bottom: 0px;
            vertical-align: top;
        }
        .linkedinCart img{
            width: 100%;
        }
        .linkedinImage {
            height: 140px;
            overflow: hidden;
  		  }
        .linkedinCart .profile{
            padding-bottom:20px;
            display: flex;
            align-items: center;
        }

        .linkedinCart .profile img{
            height: 25px;
            width: 65px;
            border-radius: 50%;
            margin-right:5px;
        }
        .linkedinCart .profile h1{
            margin:0px;
            font-size:16px;

        }
        .likesRow{
            height:30px;
            margin: 0 -20px;
            text-align: center;
        }
        .likesRow img{
            height:17px;
            width: 18px;
            vertical-align:top;
            margin-right:2px;
        }
        .likesRow span{
           width: 33.34%;
           padding-top: 4px;
           border: 1px solid lightgray;
           display: inline-block;
        }

        .twitter-timeline-rendered{
            width:100% !important;
        }

     .linkedinCart p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
}
#YoutubeData{
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    border-top: 1px solid rgba(15,70,100,.12);
}
.timeline-Widget {
    max-width: 100% !important;
}
.timeline-youtubeList {
    display: block !important;
    white-space: nowrap;

}
.timeline-Video ol, .timeline-Video p {
    margin: 0;
    padding: 0;
    list-style: none !important;
    border: none;
}
.timeline-Video img {
    max-width: 100%;
    border: 0;
    line-height: 0;
    height: auto;
    margin-bottom: 10px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}
.timeline-youtubeList-clip {
    border: 1px solid lightblue;
    margin: 10px;
    border-radius: 2px;
    display: inline-block;
	width:29%;
    vertical-align:top;
    line-height: 1.428571 !important;
	font-family: Diodrum !important;
	font-size: 18px !important;
	color: #505050 !important;
    padding: 10px;
}
.timeline-Video {
    cursor: pointer;

    line-height: 1.428571 !important;
    font-family: Diodrum !important;
    font-size: 18px !important;
    color: #505050 !important;
    margin-bottom: 10px;
}
.timeline-Video:hover {
    background-color: rgba(160,200,220,.12);
}

/*  YouTube Css */

#YoutubeData .video-head {
    font-family: Diodrum Medium;
    font-size: 18px !important;
    color: #505050 !important;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    /* overflow: hidden; */
    white-space: normal;
    padding-right: 4px;   
}      
#YoutubeData .video-description {
    line-height: 1.428571 !important;
    font-family: Noto Sans Regular;
    font-weight: 300;
    white-space: pre-wrap;
    margin: 10px 0px 15px 0px;
    font-size: 16px !important;
    color: #505050 !important;
}
#YoutubeData .NaturalImage-image{
	width: 299px;
    margin-bottom: 10px;
    border-radius: 0% !important;
}

#YoutubeData .video-ChannelID {
	color: rgb(80, 80, 80);
    font-family: Diodrum Medium;
    font-size: 17px !important;
    line-height: 27px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
 }
#YoutubeData .video-Channel {
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
}

#YoutubeData a:hover {
    text-decoration: none;
    color: none;
}
#YoutubeData .timeline-youtubeList-clip:hover {
    background-color: rgba(160,200,220,.12);
}
#YoutubeData .common-button.btn-red-active {
    background-color: #e4001c;
    border: 1px solid #e4001c;
    color: #fff;
    padding: 12px 35px;
    margin: 10px 0;
    font-size: 18px;
    border-radius: 25px;
    outline: 0;
}

#YoutubeData .video-date{
    float: right;
    margin-top: 2px;
    font-size: 12px;
    font-family: Noto Sans Regular;
}
@media only screen and (min-device-width: 360px) and (max-device-width: 800px) {
#YoutubeData .timeline-youtubeList-clip  {
     width: 300px;
}
}
.socialpanel .socialmedia {
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 6px;
  /* background-color: #eef6fc; */
  padding: 25px 15px;
}
.socialpanel p {
  font-family: "Diodrum Medium";
  font-weight: 500;
  margin-bottom: 15px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .socialpanel p {
    font-size: 18px;
  }
}
.socialpanel span {
  font-family: "Diodrum Regular";
}
@media (min-width: 768px) {
  .socialpanel span {
    font-size: 18px;
  }
}
.socialpanel .menu.icons img {
  width: 20px;
  vertical-align: middle;
  border: 0;
  margin-right: 8px;
}
.socialpanel .menu.socialMed {
  display: inline-block;
}

table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0
}
table.dataTable thead th,
table.dataTable tfoot th {
	font-weight: bold
}
table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 18px;
	border-bottom: 1px solid #111
}
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none
}
table.dataTable tfoot th,
table.dataTable tfoot td {
	padding: 10px 18px 6px 18px;
	border-top: 1px solid #111
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
	background-repeat: no-repeat;
	background-position: center right
}
table.dataTable thead .sorting {
	background-image: url("../components/content/search/clientlibs/images/sort_both.png")
}
table.dataTable thead .sorting_asc {
	background-image: url("../components/content/search/clientlibs/images/sort_asc.png")
}
table.dataTable thead .sorting_desc {
	background-image: url("../components/content/search/clientlibs/images/sort_desc.png")
}
table.dataTable thead .sorting_asc_disabled {
	background-image: url("../components/content/search/clientlibs/images/sort_asc_disabled.png")
}
table.dataTable thead .sorting_desc_disabled {
	background-image: url("../components/content/search/clientlibs/images/sort_desc_disabled.png")
}
table.dataTable tbody tr {
	background-color: #ffffff
}
table.dataTable tbody tr.selected {
	background-color: #B0BED9
}
table.dataTable tbody th,
table.dataTable tbody td {
	padding: 8px 10px
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	border-top: 1px solid #ddd
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
	border-top: none
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
	border-left: 1px solid #ddd
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
	border-top: none
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
	background-color: #f9f9f9
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
	background-color: #acbad4
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
	background-color: #f6f6f6
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
	background-color: #aab7d1
}
table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
	background-color: #fafafa
}
table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
	background-color: #acbad5
}
table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color: #f1f1f1
}
table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
	background-color: #f3f3f3
}
table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
	background-color: whitesmoke
}
table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
	background-color: #a6b4cd
}
table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
	background-color: #a8b5cf
}
table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
	background-color: #a9b7d1
}
table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: #fafafa
}
table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
	background-color: #fcfcfc
}
table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
	background-color: #fefefe
}
table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
	background-color: #acbad5
}
table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
	background-color: #aebcd6
}
table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
	background-color: #afbdd8
}
table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	background-color: #eaeaea
}
table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
	background-color: #ececec
}
table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
	background-color: #efefef
}
table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
	background-color: #a2aec7
}
table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
	background-color: #a3b0c9
}
table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
	background-color: #a5b2cb
}
table.dataTable.no-footer {
	border-bottom: 1px solid #111
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
	white-space: nowrap
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
	padding: 4px 17px 4px 4px
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
	padding: 4px
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
	padding: 4px
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
	text-align: left
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
	text-align: center
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
	text-align: right
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
	text-align: justify
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
	white-space: nowrap
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
	text-align: left
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
	text-align: center
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
	text-align: right
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
	text-align: justify
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
	white-space: nowrap
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
	text-align: left
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
	text-align: center
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
	text-align: right
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
	text-align: justify
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
	white-space: nowrap
}
table.dataTable,
table.dataTable th,
table.dataTable td {
	box-sizing: content-box
}
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
	zoom: 1
}
.dataTables_wrapper .dataTables_length {
	float: left
}
.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right
}
.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.5em
}
.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: 0.755em
}
.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 1.25em;
    display: flex;
    align-items: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 0em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	*cursor: hand;
    color: #333;
	border: 1px solid transparent;
	border-radius: 2px;
	font-size:20px;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none
}
/*.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white !important;
	border: 1px solid #111;
	background-color: #585858;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
	background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
	background: -moz-linear-gradient(top, #585858 0%, #111 100%);
	background: -ms-linear-gradient(top, #585858 0%, #111 100%);
	background: -o-linear-gradient(top, #585858 0%, #111 100%);
	background: linear-gradient(to bottom, #585858 0%, #111 100%);
}*/
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
    color:blue;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em
}
.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: white;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #333
}
.dataTables_wrapper .dataTables_scroll {
	clear: both
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
	vertical-align: middle
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #111
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
	border-bottom: none
}
.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0
}
@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center
	}
	.dataTables_wrapper .dataTables_paginate {
		margin-top: 0.5em
	}
}
@media screen and (max-width: 640px) {
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center
	}
	.dataTables_wrapper .dataTables_filter {
		margin-top: 0.5em
	}
}

.res-imgblock {
    padding-right: 30px;
}




.
.row {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 10px;
}
.row .searchInput {
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  padding: 15px;
  margin: auto;
  color: #e4001c;
  font-size: 44px;
}
@media only screen and (max-width: 767px) {
  .row .searchInput {
    width: 100%;
    padding: 0 5px 5px;
    font-size: 18px;
  }
}
.row .searchInput input {
  border-bottom: none;
  font-size: 42px;
  width: 80%;
  outline: 0;
  text-decoration: none;
  border: 0;
  /*border-bottom: 1px solid grey;
             font-size: 44px;
                */
  padding: 0;
  border-radius: 0;
  color: #505050;
}
@media only screen and (max-width: 767px) {
  .row .searchInput input {
    font-size: 18px;
    border-bottom: 0;
  }
}
.row .searchInput img {
  /*border-bottom: 1px solid grey;*/
  padding: 10px 0px 0px 40px;
  float: right;
}
@media (max-width: 767px) {
  .row .searchInput img {
    padding: 10px;
  }
}
#showResults {
  padding: 34px;
  /* width: 90%;
    margin: 0 auto;*/
}
@media (max-width: 1024px) {
  #showResults {
    padding: 10px;
    width: 100%;
  }
}
#showResults .resultsText {
  font-size: 24px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #showResults .resultsText #count {
    font-size: 14px;
  }
}
#showResults .filterRow {
  align-items: center;
  margin: 20px 0;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  padding: 15px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  #showResults .filterRow {
    margin: 10px 0 20px;
    padding-left: 0;
  }
}
#showResults .filterRow .col-xs-12 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  #showResults .filterRow .col-xs-12 {
    padding: 10px 0 0;
  }
}
#showResults .filterRow .checkclass {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  position: relative;
  display: inline-block;
  padding-left: 3%;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
  padding-right: 10px;
  /*&:hover {
                    input~.checkmark {
                        background-color: #cccccc;
                            em{
                                display:none;
                            }
                    }
                }*/
}
@media (max-width: 767px) {
  #showResults .filterRow .checkclass {
    padding-left: 12%;
    font-size: 14px;
  }
}
#showResults .filterRow .checkclass input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
#showResults .filterRow .checkclass input:checked ~ .checkmark {
  background-color: #e4001c;
}
#showResults .filterRow .checkmark {
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 5px;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  width: 23px;
}
#showResults .filterRow .checkmark .fa-check {
  color: white;
  font-size: 12px;
  line-height: 23px;
  position: absolute;
  left: 5px;
}
@media only screen and (max-width: 767px) {
  #showResults .filterRow {
    margin-left: 14px;
    margin-bottom: 10px;
    display: block;
    padding: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .searchResults {
    font-size: 18px;
  }
}
.searchResults a {
  font-size: 26px;
  line-height: 32px;
  color: #505050;
}
@media only screen and (max-width: 767px) {
  .searchResults a {
    font-size: 13px;
    color: #505050;
  }
}
.searchResults .heading {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .searchResults .heading {
    font-size: 22px;
  }
}
.searchResults .content {
  padding-top: 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .searchResults .content {
    font-size: 13px;
  }
}
.searchResults img {
  height: 167px;
  width: 250px;
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
  .searchResults img .searchResults img {
    height: 130px;
    width: 195px;
  }
}
@media only screen and (max-width: 767px) {
  .searchResults img {
    height: 76px;
    width: 80px;
  }
}
table.dataTable.no-footer {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .res-imgblock {
    padding-right: 12px;
    padding-left: 0;
  }
  .res-contentblock {
    padding: 0;
    height: 76px;
    overflow: hidden;
  }
  .search .row {
    margin: 0;
  }
  .search .row #searchResultsImg,
  .search .row #deleteSearch {
    width: 35px;
  }
  .search .row #searchtext {
    width: 70%;
    font-size: 14px;
  }
  .search .row #showResults .filterRow {
    margin: 0;
  }
  .search .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 14px;
  }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
  .res-imgblock {
    padding-right: 20px;
    width: 32%;
  }
  .res-imgblock img {
    height: 130px;
    width: 195px;
  }
  .res-contentblock {
    height: 130px;
    overflow: hidden;
  }
  .res-contentblock .heading {
    font-size: 22px;
  }
  #showResults .filterRow .checkclass {
    padding-left: 5%;
    padding-right: 5%;
  }
  .filterRow row {
    margin-left: 20px;
  }
  .search .row {
    margin: 0;
  }
  .search .row #searchtext {
    width: 70%;
  }
  .search .row #showResults .filterRow {
    margin: 0;
  }
}

/* publications styles */
.publications .accordion {
  padding: 15px;
}
.publications .accordion .card {
  display: block;
  box-shadow: 0 3px 6px rgba(101, 101, 101, 0.17);
  padding: 0;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 0 5px;
  font-size: 18px;
  border-radius: 6px;
  margin-bottom: 15px;
  border: transparent;
}
.publications .accordion .card .glyphicon {
  float: right;
  margin-right: 20px;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.publications .accordion .card-body .accordian-list {
  box-shadow: 0 3px 6px rgba(101, 101, 101, 0.16);
  padding: 2% 3%;
}
.publications .accordion .card-body .accordian-list a {
  color: #e4001c;
}
.publications .card-header {
  cursor: pointer;
}
.publications .card-header .card-title {
  color: #505050;
  cursor: pointer;
  font-size: 24px !important;
  padding: 18px;
  width: 100%;
  border: 0;
  text-align: left;
  outline: 0;
  font-size: 18px;
  transition: .4s;
  border-radius: 6px;
  margin-bottom: 10px;
}
.publications .card-header img {
  float: right;
}
.publications.heading-right .card-title {
  position: absolute;
  right: 50px;
}
.publications.indicator-plus .card-header {
  background-color: transparent;
  border-color: transparent;
}
.publications.indicator-plus .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
}
.publications.indicator-plus .card-header.collapsed:after {
  content: "\f067";
}
.publications.indicator-plus-before.round-indicator .card-header:before {
  content: "\f056";
  float: right;
  margin-right: 10px;
}
.publications.indicator-plus-before.round-indicator .card-header.collapsed:before {
  content: "\f055";
  color: #000;
  float: right;
}
.publications.indicator-plus-before .card-header:before {
  font-family: 'FontAwesome';
  content: "\f068";
  float: left;
}
.publications.indicator-plus-before .card-header.collapsed:before {
  content: "\f067";
}
.publications.indicator-chevron .card-header:after {
  content: "\f078";
  float: right;
}
.publications.indicator-chevron .card-header.collapsed:after {
  content: "\f077";
}
.publications.background-none [class^="card"] {
  background: transparent;
}
.publications.border-0 .card {
  border: 0;
}

.text-center.pdtopbottom {
  padding: 20px 0;
}
.text-center .font-44 {
  font-size: 44px;
}
@media (max-width: 767px) {
  .text-center .font-44 {
    font-size: 18px;
  }
}
#msform {
  margin: 50px auto;
  position: relative;
  text-align: center;
  width: 50%;
}
#msform input {
  border-radius: 3px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #e4001c;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 15px;
}
#msform textarea {
  border-radius: 3px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #e4001c;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 15px;
}
#msform .action-button {
  background: #27ae60;
  border-radius: 1px;
  border: 0 none;
  color: white;
  cursor: pointer;
  font-weight: bold;
  margin: 10px 5px;
  padding: 10px 5px;
  width: 100px;
}
#msform .action-button:hover {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #27ae60;
}
#msform .action-button:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #27ae60;
}
form {
  padding: 0;
  padding: 30px;
}
.fs-title {
  color: #e4001c;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.fs-subtitle {
  color: #666666;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 20px;
}
#progressbar {
  counter-reset: step;
  height: 80px;
  overflow: hidden;
}
#progressbar li {
  color: #000000;
  float: left;
  font-size: 18px;
  padding: 1px;
  font-weight: 500;
  line-height: 1.3;
  list-style-type: none;
  position: relative;
  width: 25%;
  font-family: Diodrum Regular;
}
@media (max-width: 768px) {
  #progressbar li {
    font-size: 14px;
  }
}
#progressbar li:before {
  background: #8b8b8b;
  border-radius: 3px;
  border-radius: 50%;
  color: #8b8b8b;
  content: counter(step);
  counter-increment: step;
  display: block;
  font-size: 10px;
  left: 48%;
  line-height: 20px;
  margin: 0 auto 5px auto;
  position: absolute;
  top: 38px;
  width: 20px;
}
@media (max-width: 767px) {
  #progressbar li:before {
    top: 50px;
    left: 30%;
  }
}
#progressbar li:after {
  background: #8b8b8b;
  content: '';
  height: 1px;
  left: -50%;
  position: absolute;
  top: 47px;
  width: 99%;
  z-index: -1;
}
@media (max-width: 767px) {
  #progressbar li:after {
    top: 60px;
  }
}
#progressbar li:first-child:after {
  content: none;
}
#progressbar li.active {
  color: #000000;
  font-family: Diodrum Medium;
}
#progressbar li.active:before {
  background: #e4001c;
  border-radius: 50%;
  color: #e4001c;
}
@media (max-width: 767px) {
  #progressbar {
    padding-left: 0px;
  }
}
.card-header {
  background-color: transparent;
  border: none;
  padding: 0.75rem 0;
}
@media (max-width: 767px) {
  .card-header {
    margin-top: 10px;
  }
}
.card-header .accordion-toggle.collapsed:after {
  content: "\e080";
}
.panel-body {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  padding: 2% 5%;
}
.panel-body label {
  color: #000000;
  display: block;
  font-size: 16px;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .panel-body label {
    font-size: 14px;
  }
}
.radioclass {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: block;
  font-size: 22px;
  padding-left: 35px;
  position: relative;
  user-select: none;
}
@media (max-width: 767px) {
  .radioclass {
    font-size: 14px;
  }
}
.radioclass input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.radioclass input:checked ~ .checkmark {
  background-color: #e4001c;
  border: 1px solid #000000;
}
.radioclass input:checked ~ .checkmark:after {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: #e4001c;
  display: block !important;
  border: 2px solid #fff;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #000;
}
.checkmark:after {
  content: "";
  display: none;
  position: absolute;
}
.card-title {
  font-size: 18px;
}
.card-title a {
  text-decoration: none;
  font-family: Diodrum Medium;
  font-size: 18px;
  color: #000000;
}
@media (max-width: 767px) {
  .card-title a {
    font-size: 16px;
  }
}
.header-title {
  margin-left: 5%;
  margin-top: 14px;
}
.sol-grid {
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  margin: 0 0 2%;
}
.sol-grid .col-md-8 {
  padding: 3% 4%;
  padding: 4% 4% 0;
}
.sol-grid .col-md-4 {
  padding: 3% 0;
  padding: 3% 15px 10%;
}
.sol-grid .col-md-6 {
  padding: 0;
}
.sol-grid .subHeading {
  font-size: 12px;
  font-weight: bold;
}
.sol-grid .list-item p {
  background-color: #f2f2f2;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.19;
  margin-left: 0px;
  padding: 5px;
  text-align: center;
  width: fit-content;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .sol-grid .list-item p {
    width: 60%;
  }
}
.sol-grid p {
  font-size: 14px;
}
.sol-grid .list-box ul {
  padding-left: 25px;
}
.mrg20 {
  margin-bottom: 20px;
}
.sol-image {
  margin: 4% 0;
}
.sol-image span {
  display: inline-block;
  margin-left: 4%;
  margin-right: 4%;
  text-align: center;
}
.sol-image p {
  font-size: 16px;
}
.sol-keytext span {
  background-color: #ffffff;
  font-size: 13px;
  margin-bottom: 2%;
  margin-right: 3%;
  padding: 2%;
}
.list-item ul {
  padding-left: 10px;
}
.list-item ul li {
  font-size: 16px;
}
.list-item button {
  margin: 0 auto;
}
#accordion {
  margin: 0 15% 2%;
}
@media (max-width: 1024px) {
  #accordion {
    margin: 0px 0px 2%;
  }
}
#accordion img {
  bottom: 5px;
  position: relative;
}
@media (max-width: 767px) {
  form {
    padding: 0;
  }
}
.accordion-toggle {
  font-size: 16px;
}
.carousel-indicators li {
  border: 1px solid #e4001c;
}
#ourRecommendations {
  margin: 0;
  width: 100%;
}
#ourRecommendations .list-item .col-sm-8.col-md-12 {
  margin-bottom: 10px;
}
#OurRecHead {
  width: 100%;
  margin: 0px;
}
.problemSolver :form .container {
  padding: 0;
}
.mrg0.sol-grid {
  margin: 0px !important;
}
.mrg0.sol-grid .subHeading {
  font-size: 24px;
  font-weight: bold;
}
.acc-disable {
  opacity: 0.2;
}

/* nh locations accordian styles */
.bs-accordion .locationHeader {
  font-size: 24px ;
  font-weight: bold;
  padding-left: 15px;
}
.bs-accordion .accordion {
  padding: 0px 15px;
  margin-bottom: 0px;
  /*  &.indicator-plus-before {
            &.round-indicator {
                .card-header {
                    &:before {
                        content: "\e082";
                        float: right;
                        margin-right: 10px;
                        // color: #ff9900;
                    }

                    &.collapsed {
                        &:before {
                            content: "\e081";
                            color: #000;
                            float: right;

                        }
                    }
                }
            }

            .card-header {
                &:before {
                    font-family: 'Glyphicons Halflings';
                    content: "\e082";
                    float: left;
                }

                &.collapsed {
                    &:before {
                        content: "\e081";
                    }
                }
            }
        }*/
}
.bs-accordion .accordion .card {
  display: block;
  box-shadow: 0 3px 6px rgba(101, 101, 101, 0.17);
  padding: 0;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 0 5px;
  font-size: 18px;
  border-radius: 6px;
  margin-bottom: 15px;
  border: transparent;
}
.bs-accordion .accordion .card-body {
  border-top-color: #dddddd;
  border-top: 1px solid #dddddd;
  padding: 12px 30px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px 0px;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  font-size: 18px;
}
.bs-accordion .accordion .card-body span {
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.19;
  font-family: "Diodrum Regular";
}
.bs-accordion .accordion .card-header {
  cursor: pointer;
}
.bs-accordion .accordion .card-header .card-title {
  font-size: 18px;
  color: #000000;
  font-family: "Diodrum Regular";
  font-weight: bold;
  padding-left: 10px;
}
.bs-accordion .accordion.heading-right .card-title {
  position: absolute;
  right: 50px;
}
.bs-accordion .accordion.indicator-plus .card-header {
  background-color: transparent;
  border-color: transparent;
  /*&:after {
                    font-family: 'Glyphicons Halflings';
                    content: "\e082";
                    float: right;
                }

                &.collapsed {
                    &:after {
                        content: "\e081";
                    }
                }*/
}
.bs-accordion .accordion .card-header img {
  float: right;
  margin-right: 10px;
}
.bs-accordion .accordion.indicator-chevron .card-header:after {
  content: "\f078";
  float: right;
}
.bs-accordion .accordion.indicator-chevron .card-header.collapsed:after {
  content: "\f077";
}
.bs-accordion .accordion.background-none [class^="card"] {
  background: transparent;
}
.bs-accordion .accordion.border-0 .card {
  border: 0;
}

.pdtopbottom {
  padding: 20px 0;
}
.pdtopbottom.font-28 {
  font-size: 28px;
}
.pdtopbottom.text-center {
  text-align: center;
}
.pdtopbottom.m-font18 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .pdtopbottom .col-md-12 {
    width: 100%;
    float: left;
  }
}
.pdtopbottom .uppercase {
  text-transform: uppercase;
}
.pdtopbottom .align-item {
  display: flex;
  align-items: center;
}
.pdtopbottom .align-item.image-align {
  padding: 30px 15px 0;
}
@media (min-width: 992px) {
  .pdtopbottom .align-item .col-md-2 {
    width: 16.6667%;
  }
}
@media (min-width: 992px) {
  .pdtopbottom .align-item .col-md-8 {
    width: 66.6667%;
  }
}
.pdtopbottom .align-item .events p {
  font-size: 24px;
  color: #e4001c;
  margin: 0px;
}
.pdtopbottom .align-item .events p span {
  font-size: 18px;
  color: #323C47;
}
.pdtopbottom .align-item .events .news-text {
  border-right: 1px solid #323C47;
  padding-right: 10px;
}
.pdtopbottom .align-item .events.text-left {
  text-align: left;
}
.pdtopbottom .align-item .events .padding10 {
  padding-left: 10px;
}
.pdtopbottom .align-item .events .borBottom {
  border-bottom: 1px solid lightgrey;
  padding: 10px 0px;
}
.pdtopbottom .align-item .events .viewAll {
  float: right !important;
  font-size: small;
  padding: 5px;
  font-weight: 600;
}
.pdtopbottom .align-item .events a {
  color: #e4001c;
  outline: 0;
  text-decoration: none;
  background-color: transparent;
}
.pdtopbottom .align-item .events a:hover {
  text-decoration: underline;
}

.pd-list {
  padding: 15px;
}
.pd-list .kb-header {
  font-size: 32px;
  font-family: "Diodrum Medium";
  color: #212529;
  text-align: left;
}
@media (max-width: 767px) {
  .pd-list .kb-header {
    font-size: 20px;
  }
}
.pd-list ul {
  padding-left: 40px;
}
.pd-list ul li {
  list-style-type: square;
  padding: 3px 0;
  font-size: 16px;
}

