﻿@charset "UTF-8";
/******************** 
  Layout 
********************/
.mkt .help-container {
  margin-bottom: 30px;
}

.mkt .divider {
  border-bottom: 1px solid #DDE1E6;
}

.mkt .section-reveal {
  display: none;
}

#bodyContainer.layoutOne #article, #bodyContainer.layoutFive #article {
    margin:0;
}
#bodyContainer {
    max-width: none;
}

/******************** 
  Search 
********************/
.mkt .help-search-question {
  transition: all 0.2s ease-in-out;
}

.mkt .help-search-answer:hover {
  cursor: pointer;
}

.mkt .help-search-answer .help-search-question {
  text-transform: none;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: normal;
}

.mkt .help-search-answer .help-search-question:first-letter {
  text-transform: uppercase;
}

.mkt .suggestions > div.show-answer {
  background: #BAE6FF;
}

.mkt .suggestions > div.show-answer h3,
.mkt .suggestions > div.show-answer p {
  color: #4D5358;
}

.show-answer .help-search-answer-content {
  max-width: 60vw;
}

.mkt .help-search-question:hover {
  color: #0072C3;
  cursor: pointer;
}

.help-search-answer-content {
  display: none;
}

.show-answer .help-search-answer-content {
  display: block;
}

.mkt .help-search-answer:hover h3 {
  color: #0072C3;
  cursor: pointer;
}

.mkt .search-mag-icon {
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 36px;
  width: 24px;
  transition: opacity 0.1s ease-in-out;
}

.mkt input.search {
  margin: 0;
  text-align: center;
  outline: 0;
  border: 1px solid #C1C7CD;
  width: 100%;
  left: 0;
  position: relative;
  top: 10px;
  z-index: 2;
  border-radius: 5px;
  font-size: 1.2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.19);
  background: #FFFFFF;
  border: 1px solid #DDE1E6;
}
.mkt input::-ms-clear {
    display: none;
}
.mkt input.search.no-results {
  border: 1px solid #DA1E28;
}

.mkt input.search:focus {
  box-shadow: 0px 0px 0px 3px rgba(186, 230, 255, 0.95);
}

.mkt input.search.no-results:focus:focus {
  box-shadow: 0px 0px 0px 1px #da1e28d4;
}

.mkt .search-form {
  padding: 0px;
  z-index: 5;
  position: relative;
}

.mkt .results-total {
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%);
  background: #FFFFFF;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  margin: 10px 0;
  padding: 6px 16px;
  transition: background 0.2s;
  justify-content: space-between;
  border-radius: 20px;
  color: #0072C3;
  display: none;
}

.mkt .search-close {
  position: absolute;
  top: 41px;
  z-index: 5;
  opacity: 0;
  color: #697077;
  right: 25px;
  display: none;
  /* text-transform: uppercase; */
  font-size: 16px;
  transition: 0.5s ease-in-out all;
}

.mkt .close-img {
  margin-left: 6px;
  width: 24px;
  height: 24px;
  top: -2px;
  position: relative;
}

.mkt .search-img {
  width: 100%;
}

.mkt .suggestions {
  z-index: 4;
  position: relative;
  top: 42px;
}

.suggestions > div {
  background: white;
  list-style: none;
  border-bottom: 1px solid #D8D8D8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  margin: 10px 0;
  padding: 12px 20px;
  transition: background 0.2s;
  border-radius: 5px;
  justify-content: space-between;
  border: 2px solid #A2A9B0;
}

.mkt .suggestions h3 {
  color: #0072C3;
}

.mkt .suggestions > div:hover {
  cursor: pointer;
  background-color: #BAE6FF;
}

/*Suggestion (when no keyword match)*/
.mkt .hint-region {
  text-align: center;
  margin-top: 50px;
  position: absolute;
  width: 100%;
}

/******************** 
  Searching
********************/
.searching {
  background: #b7b7b782;
  transition: all 0.3s ease-in;
}

.searching .mkt .results-total {
  display: block;
  opacity: 1;
}

.searching .mkt .box-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #F8FAFC;
  z-index: 3;
  opacity: 0.85;
}
.searching #breadcrumb {z-index: 2;}


.searching .mkt .faq-container, .searching header {
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.searching .mkt .search-mag-icon {
  opacity: 0;
  
}

.searching .mkt .search-close {
  opacity: 1;
  display: block;
}

/******************************** 
  Browse Popular Topics [FAQs]
********************************/
.mkt .faq-container {
  z-index: auto;
  position: relative;
  transition: 0.2s all ease-in-out;
}



.mkt .help-container h2 {
  font-size: 22px;
  letter-spacing: 0px;
  color: #697077;
}

.mkt .help-container h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #697077;
}


.mkt .faq-box h4 {
  text-transform: uppercase;
}

.mkt .faq-box.view-all .question-answer {
  display: block;
}

.mkt .faq-box.view-less .question-answer {
  display: none;
}

.mkt .faq-box.view-all .btn-container .view-more {
  display: none;
}

.faq-box.view-less .btn-container .view-less {
  display: none;
}

.mkt .question-answer {
  list-style: none;
  margin-bottom: 16px;
  margin-left: 20px;
  display: none;
}

.mkt .faq-box .question {
  cursor: pointer;
  color: #697077;
  font-size: 1.1rem;
  margin: 0 0 18px 0;
  transition: ease-in-out 0.2s all;
  line-height: 1.3rem;
  /*font-size: 110%;*/
}

.mkt .faq-box .question:hover {
  color: #343A3F;
}

.faq-box .question:hover::before {
  background: #82CFFF;
  color: #003A6D;
}

.mkt .faq-container .question-answer:nth-child(-n+5) {
  display: block;
}

.mkt .faq-box .question:before {
  content: "Q";
  font-weight: bold;
  color: #003A6D;
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 15px;
  background: #BAE6FF;
  padding: 1px 6px;
  border-radius: 15px;
  border: 1px solid #82CFFF;
  position: absolute;
  margin-left: -34px;
  transition: ease-in-out 0.2s all;
}

.mkt .faq-box .answer:before {
  content: "A";
  font-weight: bold;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 15px;
  background: #0072C3;
  padding: 1px 6px;
  border-radius: 15px;
  position: absolute;
  margin-left: -34px;
}

.mkt .faq-box .answer {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  display: none;
  margin: 10px 0;
}

.mkt .faq-box .answer.show {
  display: block;
}

/******************** 
  Get more help
********************/
.mkt .element-14-logo {
  max-width: 220px;
}

/******************** 
  Need more help? 
********************/
.mkt .contact-content-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mkt .contact-content-block ul li {
  padding-right: 10px;
  margin: 0 0 10px 0;
}

.mkt .contact-content-block ul li:last-child {
  border: none;
}

.mkt .nav-block {
  background-color: #FFFFFF;
  width: 100%;
  color: #0072C3;
  text-decoration: none;
  padding: 10px 2px;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: bold;
  border: 2px solid;
  transition: 0.3s ease-in-out all;
  display: block;
}

.mkt .nav-block:hover {
  text-decoration: none;
}

.mkt .panel-heading h2 {
  position: relative;
  z-index: 5;
}

.mkt .border-bottom {
  border-bottom: 1px solid #C1C7CD;
}

.mkt .bg-color-grey {
  background-color: #F2F4F8;
  /*border        : #C1C7CD 1px solid;*/
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.mkt .icon-outer {
  display: flex;
  margin: auto;
  padding: 5px;
  max-width: 60px;
  height: 35px;
  border-radius: 30px;
  background: #ffffff;
}

.mkt .icon-outer .icon {
  display: block;
  margin: auto;
  width: 28px;
  max-width: 28px;
}

/*PF Boostrap overrides*/
body .mkt {
  font-size: 14px !important;
  color: #697077;
}

.mkt p {
  font-size: inherit;
  margin: 0 0 12px;
}


/*******************
 max-width
******************/
.mkt.help-container .max-width {
  max-width: 1980px;
  margin-left: auto;
  margin-right: auto;
  
}

@media only screen and (min-width: 1200px) {
  .mkt .search-container-inner {
    width: 980px;
    margin: auto;
  }
}
@media only screen and (min-width: 992px) {
  .mkt .show-answer .help-search-answer-content {
    max-width: 40vw;
  }
}
@media only screen and (max-width: 991px) {
  .mkt .faq-box {
    margin-bottom: 20px;
  }

}
@media only screen and (max-width: 768px) {
  .mkt .show-answer .help-search-answer-content {
    max-width: 80vw;
  }
  .mkt .search-close {
    font-size: 12px;
    top: 36px;
    right: 12px;
  }
  .mkt .close-img {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .mkt .help-container h2 {
    font-size: 16px;
  }
  .mkt .faq-container {z-index: auto;}
  .mkt .search-mag-icon {
    right: 10px;
    top: 32px;
  }
  .mkt .faq-box .question:before {
    margin: 0 5px 0 -34px;
    font-size: 15px;
    padding: 3px 5px;   
  }
  .mkt .faq-box .question,
  .mkt .faq-box .answer-inner *  {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .mkt .suggestions {
    margin: auto;
    padding: 0;
    position: relative;
    left: 0;
    position: relative;
    z-index: 4;
    margin-left: 0;
    top: 55px;
  }

  .mkt .show-answer .help-search-answer-content {
    max-width: 90vw;
  }

  .mkt .suggestions > div {
    width: 100%;
  }

  .mkt .results-total {
    padding: 8px 16px;
    font-size: 12px;
  }
}