.header1 {
  z-index: 1;
}

#article-master-wrapper .article-body .row:first-of-type {
  display: block;
  margin: 0px;
}


.amz-grid {
  display: flex !important;
}

.amz-grid .adthrive{
  display: none !important;
}

.article-block {
  background: white;
  box-shadow: 0px 35px 50px rgba(16, 28, 42, 0.03);
  border-radius: 0px 3px 0px 0px;

  padding: 80px 80px 80px 120px;
}

.article-block figure{
  display: inline !important;
  margin: 0px !important;
}

.white-box-block {
  background: white;
  box-shadow: 0px 35px 50px rgba(16, 28, 42, 0.03);
  border-radius: 0px 3px 0px 0px;
}

.guide-block {
  padding-top: 10px !important;
}

.quote-icon {
  display:none !important;
}

@media only screen and (max-width: 1199px) {
  .article-block {
    padding: 80px 7vw;
  }
}

@media only screen and (max-width: 1600px) {
  .container-article {
    margin-left: 0;
  }
}

.article-block h1,
.article-block h2,
.article-block h3,
.article-block h4,
.article-block h5,
.article-block h6 {
  color: #305277;
}

.article-block h1 {
  font: 500 48px/50px "Orleans Web", serif;
}

.article-block h2 {
  font: 500 40px/36px "Orleans Web", serif;
  line-height: 1.2em;
}

.article-block h3 {
  font: 500 32px/36px "new-spirit", serif;
  margin-top:30px;
}

.article-block h4 {
  font: 500 26px/30px "new-spirit", serif;
}

.article-block h5 {
  font: 500 18px/22px "new-spirit", serif;
}

.article-block h6 {
  font: 500 14px/18px "new-spirit", serif;
}

.article-body p {
  font: 400 17px/1.6em "Poppins";
  color: #64717F;
}

.article-body img, .article-block img{
  max-width: 100% !important;
}

.article-block .qa-blocks p {
  font: 400 18px/1.6em "Poppins";
  color: #64717F;
}

.article-block h3 a, .qa-blocks p a, .article-body p a, .article-body ul li a{
  font-weight: 500 !important;
  border-bottom: 2px solid #EA7D61;
  color: #305277 !important;
}

.article-block h3 a:hover, .qa-blocks p a:hover, .article-body p a:hover, .article-body ul li a:hover{
  text-decoration:none;
  background-color: #EA7D61 !important;
  color:#FFF !important;
}

.article-block .qa-blocks p a:hover, .article-block .article-body p a:hover, .article-block .article-body ul li a:hover {
  color: #305277 !important;
  border-bottom: 2px solid #64717F;
  text-decoration: none;
}


.article-header, .article-header p {
  font: 400 20px/1.3em "Poppins";
  color:#305277 !important;
}

@media only screen and (max-width: 767px) {
  .article-block h1 {
  font: 500 56px/40px "Orleans Web", serif;
}

.article-block h2 {
  font: 500 32px "Orleans Web", serif;
  line-height: 1.2em;
}

.article-block h3 {
  font: 500 22px "Orleans Web", serif;
}

.article-block .article-body p {
  font: 400 18px/1.6em "Poppins";
  color: #64717F;
}

.article-block .qa-blocks p {
  font: 400 18px/1.6em "Poppins";
  color: #64717F;
}
}
 
.article-block {
    padding: 10px 7vw 20px 7vw;
  }
  
.line {
  border-top: 1px solid #E9EBED;
}

.article-time {
  font: normal 16px/162% "Poppins", serif;
  line-height: 17px;
  color: #E48962;
}

.article-block p a, .article-block ul li a{
  border-bottom: 2px solid #2BA9DB;
  color: #305277 !important;
    /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.article-block p a:hover, .article-block ul li a:hover {
  color: #305277 !important;
  border-bottom: 2px solid #64717F;
  text-decoration: none;
}


/* Article - Unordered List */

.article-block ul, .article-body ul {
  padding: 0px;
}

.article-block ul li::before, .article-body ul li::before {
  color: #EA7D61;
  font-size: 32px;
  content: "\2022";
  padding-right: 10px;
  position: relative;
  top: 2px;
}

.article-block ul li, .article-body ul li {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 17px;
  color: #64717F;
  list-style: none;
  display: block;
  line-height: 1.6em;
  margin: 0px 0px 12px 0px;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}


.article-block ul li:last-child, .article-body ul li:last-child {
  border: none;
}


/* Article - Ordered List */
.article-block ol, .article-body ol{
  padding:0px;
}

.article-block ol h3, .article-body ol h3{
  color:#305277 !important;
}

.article-block ol li::before, .article-body ol li::before {
  color: #EA7D61;
  content: counter(list) "";
  left: 0px;
  position: absolute;
  text-align: center;
  border: solid 1px #EBEDEF;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  top: 15px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  background: white;
}

.article-block ol li::after, .article-body ol li::after {
  content:'';
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  display: block;
  position: absolute;
  left: 20px;
  top: 55px;
}

.article-block ol li:last-child::after, .article-body ol li:last-child::after {
  width: 0px;
  display: none;
}

.article-block ol li, .article-body ol li {
  padding-left: 50px;
  counter-increment: list;
  list-style-type: none;
  position: relative;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 17px;
  color: #64717F;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
           display: block;
}

.article-block ol li, .article-body ol li {
  display: block;
  padding-top: 16px;
  padding-bottom: 17px;
  line-height: 26px;
}

.article-block ol li p:last-child, .article-body ol li p:last-child{
  margin-bottom: 0;
}

/*  */


#sticky-header {
  position: fixed;
  display: inline-block;
  top: -100px;
  left: 0;
  width: 100%;
  box-shadow: 0px 8px 8px rgba(16, 28, 42, 0.06);
  background: white;
  z-index: 10;

  -webkit-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
}

.sticky-header-show {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.sticky-main {
  display: inline-flex;
  align-items: center;
  height: 70px;
  padding-left: 25px;
  max-width: calc( 100% - 50px );
}

.sticky-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #EBEDEF;
  padding-left: 40px;
  padding-right: 40px;
  height: 70px;
  font: normal 500 12px/125% "Orleans Web", serif;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .sticky-main,
  .sticky-link {
    height: 50px;
  }
}

.sticky-link svg {
  font-size: 16px;
}

.sticky-title {
  font: normal bold 19px/137% "Orleans Web", serif;
}

.article-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  height: 100%;
  box-shadow: 0px 16px 24px rgba(16, 28, 42, 0.03);
}

.article-card:hover,
.article-card:focus {
  box-shadow: 0px 8px 16px rgba(16, 28, 42, 0.2);
  text-decoration: none;
}

.article-card .sub-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font: normal bold 12px/125% "new-spirit", serif;
}

.article-card .title {
  font: normal bold 19px/137% "Orleans Web", serif;
}

.article-card .text {
  font: normal normal 14px/143% "Orleans Web", serif;
}

.article-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  opacity: 1;
  min-width: 64px;
  width: 64px;
  height: 64px;
  border: 2px solid #E9EBED;
  border-radius: 50%;
}

.article-arrow:hover,
.article-arrow:focus {
  border-color: #2BA9DB;
  box-shadow: 0px 16px 24px rgba(16, 28, 42, 0.02);
}

.article-tag {
  margin-bottom: 10px !important;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  background-color: #D4EAF3;
  padding: 5px 20px;
  border-radius: 30px;
  color: #305277 !important;
  font-size: 12px;
  font-weight: bold;
  mix-blend-mode: normal;
  opacity: 0.7;
  user-select: none;
  cursor: pointer;
}

.article-tag:hover,
.article-tag:focus {
  opacity: 1;
  text-decoration: none;
}

.tns-slider {
  display: flex;
}

.tns-ovh {
  padding: 24px 0;
}

/* Subnavigation */

.subnavigation ul {
  list-style: none;
}

.subnavigation ul li {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #E9EBED;
}

.subnavigation ul li a:last-child  {
  border: none;
}

.subnavigation ul li.active a  {
  color: #2BA9DB !important;
}

.subnavigation ul li.active:before  {
  content: '';
  border-left: 3px solid #2BA9DB;
  margin-left: -32px;
  margin-top: -15px;
  position: absolute;
  height: 100%;
}

 