/* @import url('http://example.com/example_style.css'); */
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
   
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
    font-family: 'Arial';
    src: url('https://3365575.fs1.hubspotusercontent-na1.net/hubfs/3365575/Wordrake%20December2017%20/Font/ArialMT.eot');
    src: url('https://3365575.fs1.hubspotusercontent-na1.net/hubfs/3365575/Wordrake%20December2017%20/Font/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('https://3365575.fs1.hubspotusercontent-na1.net/hubfs/3365575/Wordrake%20December2017%20/Font/ArialMT.woff2') format('woff2'),
        url('https://3365575.fs1.hubspotusercontent-na1.net/hubfs/3365575/Wordrake%20December2017%20/Font/ArialMT.woff') format('woff'),
        url('https://3365575.fs1.hubspotusercontent-na1.net/hubfs/3365575/Wordrake%20December2017%20/Font/ArialMT.ttf') format('truetype'),
        url('https://3365575.fs1.hubspotusercontent-na1.net/hubfs/3365575/Wordrake%20December2017%20/Font/ArialMT.svg#ArialMT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






:root{
  --max-width:1365px;
  --color-dark:#000;
}
b, strong {
    font-weight: 600!important;
}
h1, h2, h3, h4, h5, h6, p , a, span, li, em{
  font-family: "Helvetica Neue", Helvetica, "Arial", "Verdana", sans-serif!important;
  margin-top:0;
  margin-bottom:20px;
  line-height: 1.2;
}
h1, h2, h3, h5{
  font-weight: 500!important;
}
div{
  font-family: "Helvetica Neue", Helvetica, "Arial", "Verdana", sans-serif!important;
}
h1{
  font-size:72px;
  line-height:79.2px;
}
h2{
  font-size:64px;
  line-height:70.4px;
  
}
h3{
  font-size:48px;
  line-height:1.3;
}
h4{
  font-size:32px;
  line-height:1.3;
  font-weight:700;
}
h5 {
  font-size: 24px;
  line-height:1.3;
}
h6 {
  font-size: 18px!important;
  line-height:1.3;
  font-weight:700;
}
p, ul li{
  font-size:16px;
  line-height:1.5;
  font-weight:400;
}
a:not(.btn-solid-primary, .btn-solid-secondary){
  color:#F49600;
  font-style:normal;
  font-weight:bold;
}
ul{
  list-style: none;
  padding-left:0px;
}
ul li {
  padding-left: 40px;
  position: relative;
}
ul li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #F49600;
  position: absolute;
  left: 0px;
  font-size: 20px;
  top: -2px;
}
.white-bg {
    background-color: #ECF0F3;
}
.btn-solid-primary, .btn-solid-secondary {
  border-radius: 0.4rem;
    -moz-border-radius: .4rem;
    -webkit-border-radius: 0.4rem;
    letter-spacing: .015rem;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    text-decoration: none;
    padding: 1.25rem 3rem;
    border: 0.2rem solid ;
  font-style:inherit;
}
.btn-solid-primary{
 background: #fa981d;
  color: #fff;
  border-color:#fa981d;
}
.btn-solid-primary:hover {
    background: #ec8505;
    border-color: #ec8505;
    color: #fff;
}
.wrd-pillar-btns {
    display: flex;
    align-items: center;
    justify-content: center;
  margin-top:24px;
}
.wrd-pillar-btns a{
  margin-bottom:0px!important;
}
.btn-solid-secondary{
 background: #ffffff;
  color: #000;
  border-color:#000;
}
.btn-solid-secondary:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
.chapter-footer-cta:before {
    content: '';
    background: rgba(0,0,0,.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.chapter-footer-cta .container{
  position:relative;
  z-index:1;
}
.img-multiply .wrd-chapter-description img{
 mix-blend-mode: multiply;
}
table.wrd-pillar-table tr td {
    position: relative;
}
table.wrd-pillar-table tr td:first-child:after {
    content: '';
    height: 100%;
    width: 1px;
    background: #E0E0E0;
    position: absolute;
    right: 0;
    top: 0px;
}
table.wrd-pillar-table {
    border-left: 0px!important;
    border-right: 0px!important;
  border-color:#E0E0E0!important;
}
table.wrd-pillar-table tr{
  padding:10px!important;
}
table.wrd-pillar-table td {
    padding: 10px!important;
  border-top: 1px solid #e0e0e0;
}
body{
  margin:0px;
}
.container{
  max-width:1365px;
  margin:auto;
}
header#siteheader{
  background-color: var(--color-dark);
}
header#siteheader .container {
    text-align: center;
}

.ready-to-work div {
    display: flex;
    margin-top: 20px;
    align-items: center;
      justify-content: center;
}
.ready-to-work div p{
min-width:200px;
  margin-left:15px;
  font-size:16px;
}
.ready-to-work div img {
    width: 100px!important;
}
.ready-to-work div p {
    margin-bottom: 0px;
}
.chapter-1{
  padding: 100px 20px 240px!important;
  
}
.wrd_pillar_whiteBox-top{
  padding: 32px 24px 64px;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  border-radius: 16px;
  background: #F5F5F5;
}
.wrd_pillar_whiteBox-bottom{
  background: #FFFFFF;
  box-shadow: 0px 6px 24px rgba(0, 63, 89, 0.23);
  border-radius: 8px;
  padding: 36px 24px;
  
}
.chapter-2 .wrd_pillar_whiteBox-bottom{
  text-align:center;
  max-width: 80%;
  margin: -30px auto 0;
}
.chapter-6 .wrd_pillar_whiteBox-bottom{

max-width: 80%;
  margin: -30px auto 0;
}
.wrd_pillar_whiteBox-bottom a.btn-solid-secondary{
  margin-bottom:0px;
}

@media (max-width:1500px){
  .chapter-1{
    background-position: 33% top;
  }
}

@media (max-width:1024px){
    .wrd-pillar-hero .container{
      flex-direction: column;
    }
    .wrd-pillar-overlay{
    padding:100px 20px;
    }
    
  .chapter-1{
    background-position: 25% top;
  }
}

@media (max-width:980px){
  
}


/* WRD - Pillar Chapter Content */
.wrd-max-half .wrd-description{
    max-width: 780px;
    display: inline-block;
}
.wrd-max-third .wrd-description{
    max-width: 415px;
    display: inline-block;
}
  .wrd-max-quarter .wrd-description{
    max-width: 320px;
    display: inline-block;
}
  .wrd-max-third-h .wrd-description{
    max-width: 510px;
    display: inline-block;
}
  .wrd-color-light, .wrd-color-light p, .wrd-color-light h1, .wrd-color-light h2, 
  .wrd-color-light h3, .wrd-color-light h4, .wrd-color-light h5, .wrd-color-light h6{
    color:#fff;
  }
  .wrd-white-box .wrd-description{
    background-color: #ffffff!important;
    box-shadow: 0px 6px 24px rgb(0 63 89 / 23%);
    border-radius: 8px;
    padding: 36px 24px;
    display: inline-block;
}


/* WRD - Pillar Hero Module */
.wrd-pillar-hero-description h1, .wrd-pillar-hero-description h2, .wrd-pillar-hero-description h3,  .wrd-pillar-hero-description h4,  
  .wrd-pillar-hero-description h5, .wrd-pillar-hero-description h6,  .wrd-pillar-hero-description p{
    color:#fff;
  }
  
  
  .wrd-hero-content {
      background-color: #fff;
      border-radius: 8px;
      padding: 36px 24px 36px 24px;
  }
  .wrd-pillar-hero .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wrd-hero-content a {
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000!important;
    display:block;
    margin-top:24px;
  }




footer#sitefooter {
    padding: 0px 20px;
}
@media (max-width:1024px){
  h1{
    font-size:64px;
    line-height:1.3;
  }
  h2{
    font-size:56px;
    line-height:1.3;
  }
  h3{
    font-size:28px;
    line-height:33.26px;
  }
  h4{
    font-size:24px;
    line-height:36.4px;
  }
  .chapter-footer-cta {
    padding: 20px 20px!important;
  }
  #sitefooter .container{
    flex-direction: column;
  }
  
  #sitefooter .container img {
    margin-bottom: 16px;
   }
}

@media (max-width:767px){
  h1{
    font-size:56px;
  }
  h2{
    font-size:50px;
  }
  h3{
    font-size:42px;
    line-height:1.3;
  }
  h4{
    font-size:26px;
  }
  h5{
    font-size:22px;
  }
  .chapter-footer-cta {
    background-position: 65% center!important;
}
}
@media (max-width:480px){
  h1{
    font-size:50px;
  }
  h2{
    font-size:44px;
  }
  h3{
    font-size:36px;
  }
  h4{
    font-size:20px;
  }
   h5{
    font-size:18px;
  }
}
@media (max-width:360px){
  header#siteheader .container img{
    width:100%!important;
  }
}

/*** IMAGES ***/
.img-first .wrd-section-content,
.img-last .wrd-section-content{
  display:flex;
}
.wrd-description{
  position:relative;
  z-index:2;
}
/* Chapter 1 Section 1 */
div.img-chapter-1-1{
  transform: translate(0%,-10%);
  max-width: 650px;
  max-height: 400px!important;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 30px!important;
  margin-left:50px;
}
div.img-chapter-1-1 img{
  min-height:100%;
  object-fit:cover
}
/* Chapter 1 Section 2 */
.chapter-1-2 .wrd-section-content {
    max-width: 1000px;
}
.img-chapter-1-2-1, .img-chapter-1-2-2, .img-chapter-1-2-3,
.img-chapter-2-2-1, .img-chapter-2-2-2, .img-chapter-2-2-3, .img-chapter-2-5-1,
.img-chapter-3-2-1, .img-chapter-3-2-2, .img-chapter-3-2-3, .img-chapter-3-3-1,
.img-chapter-4-2-1, .img-chapter-4-2-2, .img-chapter-4-2-3,
.img-chapter-5-2-1, .img-chapter-5-2-2, .img-chapter-5-2-3, .img-chapter-5-3-1,
.img-chapter-6-2-1, .img-chapter-6-2-2, .img-chapter-6-3-1,
.img-chapter-7-2-1, .img-chapter-7-2-2, .img-chapter-7-3-1, .img-chapter-7-3-2{
    position: absolute;
    overflow: hidden;
    border-radius: 20px;
}
.img-chapter-1-2-1 {
    top: -5%;
    right: 0%;
}
.img-chapter-1-2-2 {
    top: 40%;
    left:33%;
}
.img-chapter-1-2-3 {
    bottom: -23%;
    left: -12%;
}
/* Chapter 1 Section 3 */
.chapter-1-3-1 {
    display: flex;
    align-items: center;
    margin-left: 5%;
}
/* Chapter 1 Section 4 */
.chapter-1-4-1 {
    position: absolute;
    top: 40%;
    left: 25%;
}


/* Chapter 2 Section 2 */
.chapter-2-2 {
  max-width:1080px;
}
.img-chapter-2-2-1 {
    top: -23%;
    left: -10%;
}
.img-chapter-2-2-2 {
    top: 50%;
    right: 0%;
}
.img-chapter-2-2-3 {
    left: 40%;
    transform: translate(-47%, -37%);
}
/* Chapter 2 Section 3 */
.img-chapter-2-3-1 {
    max-width: 830px;
    display: flex;
    justify-content: center;
    position: relative;
}
/* Chapter 2 Section 5 */
.img-chapter-2-5-1 {
    top: -26%;
    left: 30%;
}


/* Chapter 3 Section 1 */
.img-chapter-3-1-1 {
  transform: translate(0%,-10%);
  max-width: 680px;
  max-height: 500px!important;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 30px!important;
  margin-left:50px;
}

/* Chapter 3 Section 2*/
.img-chapter-3-2-1{
    top: 18%;
    left: -7%;
}
.img-chapter-3-2-2{
    top: 40%;
    left: 50%;
}
.img-chapter-3-2-3{
    bottom: 0;
    left: -10%;
}


/* Chapter 3 Section 3 */
.img-chapter-3-3-1 {
    left: 17%;
    bottom: -75%;
}


/* Chapter 4 Section 2, Chapter 5 Section 2, Chapter 6 Section 2*/
.img-chapter-4-2-1, .img-chapter-5-2-1, .img-chapter-6-2-1{
    top: -5%;
    left: -10%;
}
.img-chapter-4-2-2, .img-chapter-5-2-2, .img-chapter-6-2-2{
    top: 40%;
    left: 50%;
}
.img-chapter-4-2-3, .img-chapter-5-2-3{
    bottom: -10%;
    left: 15%;
}


/* Chapter 5 Section 1  and Chapter 7 Section 1 */
.chapter-5-1 .wrd-section-content, .chapter-7-1 .wrd-section-content{
    display: flex;
    align-items: center;
}
.img-chapter-5-1-1, .img-chapter-7-1-1{
border-radius: 30px!important;
    display: inline-block;
    margin-left: -12%;
    max-height: 350px!important;
    max-width: 680px;
    overflow: hidden;
    transform: translateY(-10%);
    width: 100%;
}
/* Chapter 5 Section 3 */
.img-chapter-5-3-1 {
    top: 65%;
    left: 25%;
}


/* Chapter 6 Section 3 */
.img-chapter-6-3-1{
    top: -10%;
    left: 25%;
}


/* Chapter 7 Section 2 */
.img-chapter-7-2-1 {
    top: -6%;
    left: -12%;
}
.img-chapter-7-2-2 {
    top: 15%;
    left: 50%;
}


/* Chapter 7 Section 3 */
.img-chapter-7-3-1 {
    top: -60%;
    left: -10%;
}
.img-chapter-7-3-2 {
    top: 65%;
    left: 30%;
}



/* Images Responsive*/
@media (max-width:1200px){
  .chapter-1-3 .wrd-section-content{
    flex-direction: column;
  }
  .chapter-1-3 .wrd-section-content div.wrd-bg-img{
    order: 2;
    position: relative;
    text-align: right;
    margin: 0px 0 auto auto;
  }
  .chapter-1-3 .wrd-section-content .wrd-description{
    order:1;
  }
}
@media (max-width:767px){
  .img-first .wrd-section-content,
  .img-last .wrd-section-content{
    flex-direction: column;
  }
  
  .img-first .wrd-section-content div.wrd-bg-img{
    order:1;
    float:right;
    margin-left:0px;
    max-width:80%;
  }
  .img-first .wrd-section-content .wrd-description{
    order:2;
  }
  
  .img-last .wrd-section-content div.wrd-bg-img{
    order:2;
    float:right;
    margin-left:0px;
    max-width:80%;
  }
  .img-last .wrd-section-content .wrd-description{
    order:1;
  }
  
  /* Chapter 1 Section 2*/
  .chapter-1-2 {
    padding-top: 180px;
  }
  .img-chapter-1-2-1 {
    top: -25%;
    right: inherit;
    left: 20%;
  }
  .img-chapter-1-2-2 {
    top: 35%;
    left: inherit;
    right: 0%;
  }
}
@media (min-width:1025px){
  .wrd-hero-content.wrd-dropdown {
    position: fixed;
    right: 3%;
    z-index: 9999;
    top:5%;
  }
  .wrd-hero-description{
    max-width:60%;
  }
}
@media (max-width:980px){
  .chapter-5-1 .wrd-section-content, .chapter-7-1 .wrd-section-content{
      flex-direction: column-reverse;
    max-width:400px;
  }
  .img-chapter-7-2-2{
    opacity:.1;
  }
  .img-chapter-4-2-1, .img-chapter-5-2-1, .img-chapter-6-2-1,
  .img-chapter-4-2-2, .img-chapter-5-2-2, .img-chapter-6-2-2,
  .img-chapter-3-2-2, .img-chapter-2-2-2{
    opacity:.3;
  }
}

@media (max-width:1240px){
  .wrd-max-half .wrd-description{
    max-width:660px;
  }
  .wrd-hero-content.wrd-dropdown h4 {
    font-size: 24px;
  }
}

@media (max-width:767px){
  .img-first .wrd-section-content div.wrd-bg-img{
    max-width:300px;
  }
}


/***** 2023_q1_pillar-page_technology-training-video-library *****/

html#\32 023_q1_pillar-page_technology-training-video-library .wrd-pillar-hero h1{
  font-size:40px!important;
  color:#000;
}

html#\32 023_q1_pillar-page_technology-training-video-library .wrd-pillar-hero {
    background-size: auto!important;
    background-position: center right!important;
}


html#\32 023_q1_pillar-page_technology-training-video-library .wrd-pillar-overlay{
    background: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%)!important;
}
.wrd-cta-primary a{
color:#fff;
}
.ttvl_chapter-9 .wrd_vertical_center>div {
    flex-wrap: wrap;
    justify-content: flex-end!important;
    flex-direction: column!important;
    align-items: center!important;
}

.ttvl_chapter-9 .wrd-reverse-thirds {
    grid-template-columns: 25% 1fr;
}

.ttvl_chapter-9 .wrd-img-section img {
    object-fit: contain;
}
.container-fluid {
    padding: 0!important;
}


/**** PILLAR PAGE: PLAIN LANGUAGE ****/
html#\32 023_q1_pillar-page_plain-language .wrd-pillar-overlay{
    background: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%)!important;
}
html#\32 023_q1_pillar-page_plain-language .wrd-pillar-hero {
    background-size: inherit;
    background-position: center right;
}
html#\32 023_q1_pillar-page_plain-language .wrd-pillar-hero h1,
html#\32 023_pillar-page_paralegal .wrd-pillar-hero h1{
  font-size:40px!important;
  color:#000;
}
.wrd-white-box .wrd-content {
    background-color: #fff;
    padding: 36px 20px;
    border-radius: 20px;
      min-height: 210px;
}
.wrd-white-box .wrd-content .description {
    max-width: 80%;
    margin: auto;
}
.wrd-white-box.wrd-wb-last .wrd-content{
  grid-column: 2 / span 10;

}
.wrd-white-box .wrd-content .description p:last-child{
  margin-bottom:0px;
}
.wrd-white-box.wrd-wb-last .wrd-reverse-thirds {
    grid-template-columns: 30% 1fr;
}
.pillar-plain-language:before {
    background: rgba(0,0,0,.7);
}
.wrd-white-box .wrd-content .description h1, 
.wrd-white-box .wrd-content .description h2, 
.wrd-white-box .wrd-content .description h3, 
.wrd-white-box .wrd-content .description h4, 
.wrd-white-box .wrd-content .description h5, 
.wrd-white-box .wrd-content .description h6{
  margin-bottom:15px;
  color:#F49600;
}

/**** PILLAR PAGE: BUSINESS WRITING ****/
html#\32 023_q1_pillar-page_business-writing h6 {
  color:#0C5295;
  margin-bottom:10px;
}
html#\32 023_q1_pillar-page_business-writing .wrd-pillar-overlay{
    background: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 100%)!important;
}
html#\32 023_q1_pillar-page_business-writing .wrd-pillar-hero {
    background-size: inherit;
    background-position: center right;
}
html#\32 023_q1_pillar-page_business-writing .wrd-pillar-hero h1{
  font-size:40px!important;
  color:#000;
}
html#\32 023_q1_pillar-page_business-writing .row-number-8 > .row-fluid,
html#\32 023_q1_pillar-page_business-writing .row-number-15 > .row-fluid,
html#\32 023_q1_pillar-page_business-writing .row-number-22 > .row-fluid,
html#\32 023_q1_pillar-page_business-writing .row-number-29 > .row-fluid{
    display: grid!important;
    grid-template-columns: 50% 50%;
      padding-right: 50px;
}
html#\32 023_q1_pillar-page_business-writing .row-number-36 > .row-fluid{
    display: grid!important;
    grid-template-columns: 60% 40%;
}
html#\32 023_q1_pillar-page_business-writing .row-number-8 > .row-fluid > .widget-span,
html#\32 023_q1_pillar-page_business-writing .row-number-15 > .row-fluid > .widget-span,
html#\32 023_q1_pillar-page_business-writing .row-number-22 > .row-fluid > .widget-span,
html#\32 023_q1_pillar-page_business-writing .row-number-29 > .row-fluid > .widget-span,
html#\32 023_q1_pillar-page_business-writing .row-number-36 > .row-fluid > .widget-span{
    position: relative;
    overflow: hidden;
}

html#\32 023_q1_pillar-page_business-writing .slick-dots {
    top: inherit;
  margin-top:20px!important;
}


html#\32 023_q1_pillar-page_business-writing .wrd-pillar-s-wrap {
    padding-top: 0px;
    margin-bottom: 0px!important;
}
html#\32 023_q1_pillar-page_business-writing .wrd-pillar-s-video img {
    display: none;
}
html#\32 023_q1_pillar-page_business-writing .slick-dots li{
border-bottom-width:0px;
}
html#\32 023_q1_pillar-page_business-writing li, .wrd_lstlink ul.bw-extra-links li {
    border-bottom: 1px solid #1E1E1E;
    padding-bottom: 10px;
    margin-bottom: 5px;
  margin-top: 5px;
}
html#\32 023_q1_pillar-page_business-writing li:last-child {
  border-width:0px;
}
.wrd-businnes-exxtracredit{
  text-align:center;
}
ul.bw-extra-links {
    display: inline-flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
}
ul.bw-extra-links li {
    display: inline-block;
  text-align: left;
  position:relative;
}
ul.bw-extra-links li a{
  color:#0C5295;
  font-size:22px!important;
  text-decoration:none;
  font-style:normal;
  font-weight:600!important;
}
ul.bw-extra-links li:after {
    background: url(https://3365575.fs1.hubspotusercontent-na1.net/hubfs/3365575/WRD_BusinessWriting_icon_link.svg);
    content: "";
    display: block;
    height: 25px;
    position: absolute;
    width: 25px;
    top: 0px;
    background-repeat: no-repeat;
    right: -35px;
}
.wrd-btn-left {
    margin: auto auto auto 0;
}

html#\32 023_q1_pillar-page_business-writing  a, .wrd_lstlink ul.bw-extra-links li a {
    font-style:normal;
  font-weight:400!important;
}
html#\32 023_q1_pillar-page_business-writing .wrd-cta {
    padding-top: 15px;
}
.wrd-white-box-col {
    margin: 20px;
    border-radius: 16px;
  background-color:#fff!important;
}
@media (max-width:980px){
  html#\32 023_q1_pillar-page_business-writing .row-number-8 > .row-fluid,
  html#\32 023_q1_pillar-page_business-writing .row-number-15 > .row-fluid,
  html#\32 023_q1_pillar-page_business-writing .row-number-22 > .row-fluid,
  html#\32 023_q1_pillar-page_business-writing .row-number-29 > .row-fluid,
  html#\32 023_q1_pillar-page_business-writing .row-number-36 > .row-fluid{
      grid-template-columns: 100%;
  }
}

html#\32 023_q1_pillar-page_technology-training-video-library .ttvl_chapter-9 .wrd-btn-left{
    margin: 0px!important;
}

@media (max-width:1600px)  and  (min-width:1024px){
html#\32 023_q1_pillar-page_business-writing .row-number-8 > .row-fluid,
html#\32 023_q1_pillar-page_business-writing .row-number-15 > .row-fluid,
html#\32 023_q1_pillar-page_business-writing .row-number-22 > .row-fluid,
  html#\32 023_q1_pillar-page_business-writing .row-number-29 > .row-fluid{
 padding-right:250px;
  }
  .wrd-container {
    padding-right: 15%;
}
}


.image-small img {
    min-height: 0px!important;
    max-height: 300px!important;
    margin-top: 0px!important;
    width: 100%!important;
    object-position: center 32%;
}


/**/
html#\32 023_q1_pillar-page_rfp-\&-proposal-writing .wrd-pillar-hero h1,
html#\32 023_q3_pillar_legal-innovations .wrd-pillar-hero h1{
  color: #000;
  font-size: 40px!important;
  font-weight:600!important;
}
html#\32 023_q1_pillar-page_grammar-and-writing-mechanics .wrd-pillar-hero h1{
  color: #fff;
  font-size: 40px!important;
  font-weight:600!important;
}
html#\32 023_q1_pillar-page_rfp-\&-proposal-writing p a,
html#\32 023_q1_pillar-page_rfp-\&-proposal-writing h1 a,
html#\32 023_q1_pillar-page_rfp-\&-proposal-writing h2 a,
html#\32 023_q1_pillar-page_rfp-\&-proposal-writing h3 a,
html#\32 023_q1_pillar-page_rfp-\&-proposal-writing h4 a,
html#\32 023_q1_pillar-page_rfp-\&-proposal-writing h5 a,
html#\32 023_q1_pillar-page_rfp-\&-proposal-writing h6 a{
    font-size: inherit!important;
    font-style: inherit!important;
  font-weight: inherit!important;
}
html#\32 023_q1_pillar-page_rfp-\&-proposal-writing .hs-testimonial figure {
    width: 0px!important;
    height: 0px!important;
}

@media (min-width:980px){
  .wrd-strategies-get-started img {
      object-position: 5% top!important;
  }
  .img-min-height img{
  min-height: 100%!important;
  }
}



/**/
@media (max-width:1600px)  and  (min-width:1024px){
html#\32 023_q1_pillar-page_grammar-and-writing-mechanics .row-fluid-wrappe > .row-fluid{
 padding-right:250px;
  }
  .wrd-container, .cell_16831400996022-margin {
    padding-right: 15%;
}
}
html#\32 023_q1_pillar-page_grammar-and-writing-mechanics a{
  font-style:normal;
}
.quiz-slider-graphic .wrd-container {
    display: grid;
    align-items: center;
}
.quiz-slider-graphic img {
    object-fit: contain;
    border-radius: 16px;
    min-height: auto!important;
}
html#\32 023_q1_pillar-page_grammar-and-writing-mechanics figure{
  display:none!important;
}
footer#sitefooter{
    z-index: 99999999!important;
    position: relative;
}
  .wrd-fullheight .wrd-img-section img {
    height: 100%;
    max-height: 100%;
    min-height: 100%!important;
    margin-top:0px!important;
}
  .wrd-fullheight .wrd-content {
    margin-top: 0px;
}

 .wrd-fullheight .wrd-img-section{
    position:relative;
  }
 .wrd-fullheight .wrd-img-section img{
    position:absolute;
    min-height:auto!important;
    height:100%!important;
    width:100%!important;
    margin-top:0px!important;
  }

.img_align-center .wrd-img-section img{
  object-position:center;
}
.img_align-right .wrd-img-section img{
  object-position:right;
}
.img_align-left .wrd-img-section img{
  object-position:left;
}
 .wrd-fullheight .wrd-content {
    padding: 60px 0px!important;
}
 .wrd-fullheight .wrd-content p:last-child {
    margin-bottom: 0px;
}


html#\32 023_pillar-page_paralegal .wrd-pillar-s-section .slick-dots li button{
  font-size: 0px!important;
  height:15px!important;
  width:15px!important;
  padding:0!important;
}

html#\32 023_pillar-page_paralegal .wrd-pillar-s-section .slick-dots li,
html#\32 023_pillar-page_paralegal .wrd-pillar-s-section .slick-dots li button {
    height: 15px!important;
    width: 15px!important;
}

html#\32 023_pillar-page_paralegal .wrd-pillar-s-section .slick-dots li {
    margin: 0 5px!important;
}

html#\32 023_pillar-page_paralegal .wrd-pillar-s-section .slick-dots {
  position: relative;
}

html#\32 023_pillar-page_paralegal .wrd-pillar-s-section {
    padding: 0px 20px 45px;
    text-align: center;
}
html#\32 023_pillar-page_paralegal .wrd-pillar-s-video p:last-child {
    margin-bottom: 0px;
}
html#\32 023_pillar-page_paralegal .wrd-pillar-s-wrap{
  padding-top:0px!important;
}

html#\32 023_pillar-page_paralegal .slick-slide img {
    border-radius: 32px;
}

.slicksliderdots .slick-dots li button{
  font-size: 0px!important;
  height:15px!important;
  width:15px!important;
  padding:0!important;
}

.slicksliderdots .slick-dots li,
.slicksliderdots .slick-dots li button {
    height: 15px!important;
    width: 15px!important;
}

.slicksliderdots .slick-dots li {
    margin: 0 5px 4px !important;
}

.slicksliderdots .slick-dots {
  position: relative; margin-top: 24px !important;
}
body#pdfcontent { background-color: #fff; }
.wrd-pillarnewimg a img { border-radius: 32px; }
.row-fluid .wrd-pillar-s-fisection { padding: 0 20px 45px; text-align: center; }
.row-fluid .wrd-pillar-s-fisection .wrd-pillar-s-wrap { padding-top: 0!important; }
.wrd-pillar-removespace * { margin: 0; padding: 0; }

@media(max-width: 767px){ 
 .testimonial-main-group .hs-testimonial-slider .slick-prev { left: 0; }
 .testimonial-main-group .hs-testimonial-slider .slick-next { right: 0; }
}
img { max-width: 100%; vertical-align: middle; height: auto; }
.flexwrap { display:flex; flex-flow:row wrap; justify-content:left; display:-webkit-flex; -webkit-flex-flow:row wrap; -webkit-justify-content:left; }
.alignCenter { align-items:center; -webkit-align-items:center; }
.justCenter { justify-content:center; -webkit-justify-content:center; }
body#pdfcontent .container { max-width: 1260px; }
.wrd-pillar-newn .wrd-hero-description { max-width: 400px; }
.wrd-pillar-newn .wrd-pillar-hero-description h1 { color: #000; font-size: 40px !important; line-height: 48px !important; font-weight: 700 !important; margin: 0 0 26px; }
.wrd-hero-content-newn {    z-index: 99; cursor: pointer;    position: fixed;    top: 140px;    right: 20px;    width: 320px;    transform: translateX(220px);    margin-right: calc((100% - 1600px) / 2);    float: left;    padding-left: 0;    padding-right: 0;    -webkit-transition: all 0.5s ease;    -moz-transition: all 0.5s ease;    -o-transition: all 0.5s ease;    transition: all 0.5s ease; }
.drop-content-newn-row { display: flex;    display: -webkit-flex;   flex-wrap: wrap;    -webkit-flex-wrap: wrap;    align-items: flex-end;    -webkit-align-items: flex-end;    justify-content: space-between;    -webkit-justify-content: space-between;    position: relative;    width: 100%; }
.drop-icons { z-index: 99;   width: 47px;   height: 47px;    border-radius: 50%;    display: flex;    display: -webkit-flex;    flex-wrap: wrap;    -webkit-flex-wrap: wrap;    align-items: center;    -webkit-align-items: center;    justify-content: center;    -webkit-justify-content: center;    -webkit-transition: all 0.5s ease;    -moz-transition: all 0.5s ease;    -o-transition: all 0.5s ease;    transition: all 0.5s ease;    background-color: rgba(0, 0, 0, 70%); }
.drop-icons svg { width: 20px;   height: 28px;    margin-left: -2px;    fill: #FCFBFA;    transform: rotate(180deg);    -webkit-transition: all 0.5s ease;    -moz-transition: all 0.5s ease;    -o-transition: all 0.5s ease;    transition: all 0.5s ease; }
.drop-content-newn { width: calc(100% - 60px);    margin-left: 13px;    border-radius: 20px;    padding: 25px 13px 25px 17px;    overflow-y: auto;    -webkit-transition: all 0.5s ease;    -moz-transition: all 0.5s ease;    -o-transition: all 0.5s ease;    transition: all 0.5s ease;    background-color: rgba(255, 255, 255, 0.90);    visibility: hidden;    opacity: 0; }
.wrd-hero-content-newn.ssiconactive .drop-icons svg { transform: rotate(0deg); margin-left: 3px; }
.wrd-hero-content-newn.ssiconactive .drop-content-newn {  opacity: 1; visibility: visible; }
.wrd-hero-content-newn.ssiconactive { z-index: 999999999999; transform: translateX(-150px); }
.drop-content-newn ul { margin: 0; display: inline-grid; row-gap: 25px; }
.drop-content-newn ul li { width: 100%; padding: 0; margin: 2px 0; }
.drop-content-newn ul li:before { display:none; }
.drop-content-newn ul li a { display: block;   color: #000;    font-weight: 400 !important;    font-size: 14px !important;   line-height: 1.5;    text-decoration: underline;       margin: 0; }
/* .drop-content-newn ul li:first-child a { border-top: 1px solid #F38C3C; } */
.drop-content-newn ul li a:hover { color: #F38C3C; }
.wrd-pillar-newn .wrd-hero-description a.btn-solid-primary { margin: 0; }

.wrd-box-shadow { box-shadow: 0px 8px 18px 6px #18274B1F; position: relative; }
.wrd-video-mpfour video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } 
.wrd-video-mpfour { padding-bottom: 56.25%; overflow: hidden; position: relative; }
.wrd-img-borderradius video { border-radius: 20px; }
.wrd-video-mpfour video[poster] { width: 100%; height: 100%; object-fit: cover; }
.video-Activated.wrd-img-section { justify-content: start;}
.wrd-img-position-left .wrd-content { order: 2; }
.wrd-img-position-left .wrd-img-section{ order:1; }
.wrd-img-position-left .img-description{ order:3; }
.wrd-img-position-right .wrd-content { order: 1; }
.wrd-img-position-right .wrd-img-section{ order:2; }
.wrd-img-position-right .img-description{ order:3; }
.wrd-img-left img { object-position: left center; }
.wrd-img-right img { object-position: right center; }
.wrd-img-center img { object-position: center center; }
.wrd_title_button_newn .wrd-container {  display: block; grid-gap: 0; padding: 0 20px; }
.wrd_title_button_newn .wrdRows { display: flex; flex-wrap: wrap; grid-gap: 0; align-items: center; flex-direction: row; }
.wrd_title_button_newn .wrd-img-section { width: 40%; }
.wrd_title_button_newn .wrd-content { width: 60%; padding-right: 130px; }
.wrd_title_button_newn .wrd-img-section img { min-height: auto; margin: 0 !important; max-height: 300px; width: 100%; }
.wrd_title_button_newn .wrd-container.wrd-img-position-left .wrd-content { padding: 0 0 0 130px; }
.wrd_title_button_newn .wrd-btn-box { display: flex; flex-wrap: wrap; justify-content: left !important; }
.wrd_title_button_newn .wrd-btn-box .wrd-cta { padding: 0; margin: 0 !important; }
.wrd_title_button_newn .wrd-btn-box a { margin: 40px 0 0; }
.wrd_heading h2 { text-align: center;   color: #1E1E1E;    font-size: 36px !important;    line-height: 40px !important;   margin: 0 0 44px !important;    font-weight: 700 !important; }
.wrdRows.wrdRoFull .wrd-content { width: 100%; padding: 0; text-align: left; }
.wrdRows.wrdRoFull .wrd-content .description h2, .wrd_title_button_newn .wrd-content h2 { text-align: left;   color: #1E1E1E;    font-size: 36px !important;    line-height: 40px !important;    margin: 0 0 20px !important;    font-weight: 700 !important; max-width: 1025px; }
.wrdRows.wrdRoFull .wrd-content .description p { font-size: 18px !important; }
.wrd_title_button_newn .wrd-content ol { padding-left: 25px; }
.wrd_title_button_newn .wrd-content h3 { font-size: 24px !important;   color: #1E1E1E;    font-weight: 700 !important;    line-height: 28px !important; margin: 0 0 20px !important; }
.wrd_title_button_newn .wrd-content p:not(:last-child) { margin: 0 0 20px; }
.wrd_title_button_newn .wrdRows ul li:before {  display:none; }
.wrd_title_button_newn .wrdRows ul li:after { content: ""; background-color: #f49600; width: 6px; height: 6px; position: absolute; top: 10px; left: 10px; border-radius: 50%; }
.wrd-cols-cont-sec .wrd-container { max-width: 1174px; padding: 0 20px; }

.wrd-content-description h2 { color: #fff; font-size: 40px !important; line-height: 48px !important; margin: 0 0 21px !important; }
.wrd-content-text, .wrd-content-text * { color: #fff; font-size: 18px !important; line-height: 26px; }
.wrd-content-text ol { padding-left: 20px; }
.wrd-content-text ol li { margin: 0 0 5px; }
.wrd-content-btn { text-align: center; }
.wrd-content-btn a { margin: 40px 0 0; }
.wrd-content-text p { margin: 0 0 15px; }
.wrd-content-text h3, .wrd-content-text h3 strong { font-size: 24px !important; line-height: normal; }



.wrd-cahp-text, .wrd-cahp-text p { font-size: 18px !important; line-height: 26px !important; font-weight: 400 !important; }
.wrd-cahp-text p:last-child { margin: 0; }
.wrd-cahp-text { max-width: 860px; margin: 50px auto 0; }
.wrd-chapter-description h2 {   margin: 0; font-size: 40px !important; line-height: 48px !important; }

.wrd-accord-section { background-color: #fff; }
.wrd-accord-top h2 { font-size: 40px !important; line-height: 48px !important; font-weight: 700 !important; margin: 0 0 30px !important; }
.wrd-accord-top-text p { margin: 0 0 10px; }
.wrd-accord-top-text, .wrd-accord-top-text p, .wrd-accord-top-text ul li, 
.wrd-accord-text, ..wrd-accord-text p, ..wrd-accord-text ul li { font-size: 18px !important; }
.wrd-accord-text, .wrd-accord-top-text ul li:before, .wrd-accord-text ul li:before {  display:none; }
.wrd-accord-top-text ul li, .wrd-accord-text ul li { padding-left:20px; margin: 0 0 5px; }
.wrd-accord-top-text ul li:after { content: "";   background-color: #f49600;    width: 6px;    height: 6px;    position: absolute;   top: 10px;    left: 0;    border-radius: 50%; }
.wrd-accord-content { margin: 30px 0 0;   display: flex;    flex-wrap: wrap;     flex-flow: column;   row-gap: 20px; }
.wrd-accord-item h3 { z-index: 9999; position: relative; padding-right: 40px; display: flex; align-items: center; font-size: 24px !important; line-height: 34px !important; font-weight: 700 !important; padding-bottom: 14px; border-bottom: 1px solid #000; cursor: pointer; margin: 0 !important;  }
.wrd-accord-item h3:before { content: "";   background-image: url(https://3365575.fs1.hubspotusercontent-na1.net/hubfs/3365575/WordRake_Jan_2024/Images/chevron-right.png);   width: 30px;    height: 30px;    position: absolute;    right: 0;    background-size: contain;    background-repeat: no-repeat;    background-position: center top;    transition: all .3s; }
.wrd-accord-item.active h3:before { transform: rotate(90deg); }
.wrd-accord-text ul li:after { content: "";   background-color: #000;    width: 6px;    height: 6px;    position: absolute;   top: 10px;    left: 6px;    border-radius: 50%; }
.wrd-accord-text { padding: 30px 0 0; }
.wrd-accord-text p { margin: 0 0 10px; }
#sitefooter .container { row-gap: 30px; }

.wrd-pillar-hero.wrd-pillar-newn .container { flex-direction: row; }

.wrd_title_button_newn .wrd-container.extra-content h2 { text-align: left !important;    color: #1e1e1e;    font-size: 36px !important;    font-weight: 700 !important;    line-height: 40px !important; }
.wrd_title_button_newn .wrd-container.extra-content { padding-top: 50px; }

.wrd-cols-cont-sec { background-color: #fff; }
.wrd-cols-cont-left { width: 60%; padding-right: 130px; }
.wrd-cols-cont-right { width: 40%; }
.wrd-cols-cont-right img { border-radius: 20px; }
.wrd-cols-cont-inner.set_ops_full_content .wrd-cols-cont-left { width: 100%; padding: 0; }
.wrd-cols-cont-outer { display: flex; flex-wrap: wrap; row-gap: 60px; }
.wrd-cols-cont-left h2 { text-align: left;   color: #1E1E1E;    font-size: 36px !important;    line-height: 40px !important;    margin: 0 0 20px !important;   font-weight: 700 !important;    max-width: 1025px; }
.wrd-cols-cont-left, .wrd-cols-cont-left p { font-size: 16px !important; }
.wrd-cols-cont-title h2 { font-size: 36px !important;   line-height: 40px !important;    color: #1E1E1E;    font-weight: 700 !important;    margin: 0 0 40px; }
.wrd-cols-cont-left p { margin: 0 0 15px; }
.wrd-cols-cont-left p:last-child { margin: 0; }
.wrd-cols-cont-btn.wrd-cta-primary a { margin: 30px 0 0; border-radius: 5px; padding: 13px 20px; }
.mobile-accord-title.mobile-accord-show { display: none; }
.wrd-cols-cont-inner.set-reverse { flex-flow: row-reverse; }
.wrd-cols-cont-inner.set-reverse .wrd-cols-cont-left { padding: 0 0 0 130px; }

.wrd-cols-cont-ttt-full { background-color: #0C5295; padding: 65px 0; }
.wrd-cols-cont-ttt-full .wrd-cols-cont-title h2 { color: #fff;    margin: 0 !important;    max-width: 800px; }
.wrd-cols-cont-ttt-full .wrd-cols-cont-title h2 span { font-weight: 400; display:block; color: #fff;   margin: 13px 0 0;    font-size: 30px !important; } 
.wrd-box-sec-inn-out { background-color: #0C5295; padding: 50px 0 0; }
.wrd-box-sec-tt-text { color: #fff;   text-align: center;    max-width: 860px;    margin: 0 auto; }
.wrd-box-sec-tt-text, .wrd-box-sec-tt-text p { font-size: 18px !important; }
.wrd-box-sec-full { background-color: #0C5295; padding: 78px 0 0; }
.wrd-box-sec-full h2 { color: #fff;    margin: 0;    text-align: center;    font-size: 40px !important;    line-height: 48px !important; }
.wrd-box-sec-full h2 span { font-weight: 400;    display: block;    color: #fff;    margin: 13px 0 0;    font-size: 30px !important; } 
.wrd-button-sec a {  margin: 0; }
.wrd-button-sec .wrd-cta-primary { text-align: center;    padding: 50px 0 70px; }
.wrd-cols-cont-title.mobile-accord-title.hide-title-true { display: none; }

.wrd-cols-cont-right img { object-fit: cover; object-position: center; }
.wrd-cols-cont-text ul li:before {  content: "\f058"; } 
/* .wrd-cols-cont-text ul li:after { background-color: #f49600;    border-radius: 50%;   content: "";    height: 6px;    left: 10px;    position: absolute;    top: 10px;    width: 6px; } */
.wrd-cols-cont-text ul li { margin: 0 0 5px; padding-left: 30px; }
.wrd-cols-cont-text h3 { font-size: 26px !important;    line-height: 36px !important;    font-weight: 700 !important; }

.wrd-pill-coll-button .wrd-cta-primary { text-align: center; }
.wrd-pill-coll-button .wrd-cta-primary a { margin: 100px 0 0; }

.wrd-pillar-s-tit-full { text-align: center; padding: 65px 0; }
.wrd-pillar-s-tit-full h2 { margin: 0;   color: #fff;    font-size: 40px !important;    line-height: 48px !important;    font-weight: 700 !important; }
.wrd-pillar-s-text, .wrd-pillar-s-text p { font-size: 18px !important; margin: 0 !important; }
.wrd-pillar-s-text { padding: 60px 0 34px; text-align: left; }
.wrd-pillar-s-btn.wrd-cta-primary a { margin: 50px 0 0; }
.wrd-pillar-s-btn.wrd-cta-primary { text-align: center; width: 100%; }
.wrd-cols-cont-btn.wrd-cta-primary  {} 
.wrd-accord-top-text { padding: 46px 0 0; }

.set_ops_full_content { width: 100%; }
.wrd-content-text ul li { padding-left: 30px; }
.wrd-content-text ul li:before { content: "\f058"; }
.wrd-testimon { padding: 80px 0 0; width: 100%; position: relative; z-index: 11111; }
.wrd-test-tt h2 { font-size: 36px !important; text-align: center; margin: 0 0 10px; }
.wrd-testi-slide-inn { background-color: #fff; box-shadow: 0 8px 18px 6px #18274b1f; padding: 30px 50px 30px 30px; }
.wrd-testi-slider .slick-slide { margin: 40px; }
.wrd-testi-subtext strong { display: block; margin: 0 0 10px; }
.wrd-testi-subtext { font-size: 15px; line-height: 22px; }
.wrd-testi-subtext span { font-style: italic; max-width: 340px; display: block; }
.wrd-testi-text { font-size: 18px; line-height: 28px; margin: 0 0 10px; }

.wrd-testi-slider.slick-slider { padding: 0 40px; }
.wrd-testi-slider.slick-slider button.slick-prev.slick-arrow { left: 0; }
.wrd-testi-slider.slick-slider button.slick-next.slick-arrow { right: 0; }
.wrd-testi-slider.slick-slider button.slick-prev.slick-arrow:before { content: "\f137";    color: #000;    opacity: 1;    font-family: 'Font Awesome 5 Free';    font-weight: 700; }
.wrd-testi-slider.slick-slider button.slick-next.slick-arrow:before { content: "\f138";    color: #000;    opacity: 1;    font-family: 'Font Awesome 5 Free';    font-weight: 700; }

.wrd-box-sec-inn-out .wrd-thirds { grid-template-columns: 82% 1fr; }
.wrd-box-sec-inn-out .wrd-white-box.wrd-wb-last .wrd-reverse-thirds { grid-template-columns: 31% 1fr; padding-right: 0; }

.ctattInn { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; column-gap: 20px; row-gap: 20px; }
.ctattLeft h3 { margin: 0; color: #FFF; font-size: 26px !important; font-weight: 700 !important; line-height: normal; }
.ctattRight a.btn { min-width: 368px; border-radius: 7px; border: 2px solid #FFF; padding: 10px 20px; margin-bottom: 0; }
body#pdfcontent .ctattSec .container { max-width: 1320px; }


.wordtrywordTops { text-align: center; color: #fff; margin: 0 0 24px; }
.wordtryTt { color: #F90; font-size: 23px; font-style: normal; font-weight: 400; line-height: normal; margin: 0 0 3px; }
.wordtrysubTt { color: #FFF; font-size: 20px; font-weight: 400; line-height: normal; margin: 0 0 3px; }
.wordtrysubTxtt { color: #FFF; font-size: 17px; font-style: normal; font-weight: 400; line-height: normal; }
.wordtrywordBtext { text-align: center; color: #fff; }
.wordtrywordBtext p { margin: 0 0 4px; color: #FFF; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; } 
.wordtrywordBtext { margin: 33px 0 0; }
.wordtrywordForm form { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; }
.wordtrywordForm form input { background: #fff; border: none; border-radius: 7px; font-size: 17px; padding: 14.5px; line-height: 15px; outline: none; display: inline-block; height: auto; width: 100%; }
.wordtrywordForm form .hs_email { margin-bottom: 0; min-width: 30%; order: 1; }
.wordtrywordForm form .hs-submit { order: 2; }
.wordtrywordForm form .hs-submit input.hs-button { background-color: rgba(255, 153, 0, 1.0);   border: 0px solid #FF9900;    border-radius: 7px;    color: #FFFFFF;    padding: 15px 35px;    text-transform: none;    font-size: 17px;  line-height: 1.15;  margin: 0; }
.wordtrywordForm form .hs_email > label { display: none; }
.wordtrywordsesys a { text-decoration: underline; }
.wordtrywordsesys a:hover { text-decoration: none; color: #fa981d; } 

#pdfcontent .popUpBrandsReq__ul ul > li { padding-left: 0; }
#pdfcontent .popUpBrandsReq__ul ul > li  strong { font-weight: 400 !important; }
#pdfcontent .popUpBrandsReq__header span { margin-bottom: 0; line-height: 1.6; }
#pdfcontent .popupCloseButton { display: flex; align-items: center; justify-content: center; }


@media(max-height:780px){  
 .wrd-hero-content-newn.ssiconactive { max-height: calc(100vh - 140px); overflow-y: auto; }
 .drop-content-newn-row { align-items: flex-start; }

}

@media(max-width:1600px){ 

/*    .wrd-accord-section .container { max-width: 1170px; } */
   .wrd-hero-content-newn {   margin-right: calc((100% - 1570px) / 2);  } 
  
}


@media(max-width:1320px){  
 .wrd-hero-content-newn {   margin-right: calc((100% - 1480px) / 2);  } 
}


@media(max-width:1200px){  
 
   .wrd-hero-content-newn {   margin-right: calc((100% - 1140px) / 2);  } 
   .wrd_title_button_newn .wrd-content { padding-right: 100px; }
   .wrd_title_button_newn .wrd-container.wrd-img-position-left .wrd-content { padding: 0 0 0 100px; }
   .wrd-chapter-description h2, .wrd-content-description h2, .wrd-accord-top h2, .wrd-box-sec-full h2 { font-size: 34px !important; line-height: 44px !important;  }
   .wrd-cahp-text { margin: 30px auto 0; }
   .wrd-accord-item h3 { font-size: 20px !important; line-height: 30px !important; }
   .wrd-accord-item h3:before { width: 22px; height: 22px; }
   .wrd-accord-section .container { max-width: 1000px; }
   .wrd_heading h2 { font-size: 30px !important; line-height: 40px !important; }
   .wrd-cols-cont-left { width: 100%; padding: 0 0 30px; }
   .wrd-cols-cont-inner.set-reverse { flex-flow: column; }
   .wrd-cols-cont-inner.set-reverse .wrd-cols-cont-left { padding: 0 0 30px; }
   .wrd-cols-cont-right { width: 100%; }
   .wrd-cols-cont-right img { width: 100%; }
   .wrd-testi-slider .slick-slide { margin: 40px 20px; }
  
  
  
  
}



@media(max-width:991px){  
 
   
   .wrd_title_button_newn .wrd-container.wrd-img-position-left .wrd-content { padding: 0 0 0 60px; }
   .wrd-hero-content-newn {   margin-right: calc((100% - 900px) / 2);  } 
   .wrd_title_button_newn .wrd-content, .wrd_title_button_newn .wrd-container.wrd-img-position-left .wrd-content { width: 100%; order: 1 !important; padding: 0 0 30px; }
   .wrd_title_button_newn .wrd-img-section { width: 100%; order: 2 !important; }
   .wrd_heading h2, .wrdRows.wrdRoFull .wrd-content .description h2, .wrd_title_button_newn .wrd-content h2, .wrd-chapter-description h2, .wrd-content-description h2, .wrd-accord-top h2, .wrd-box-sec-full h2 { font-size: 24px !important; line-height: 34px !important; } 
  .wrd_title_button_newn .wrd-content .description { margin: 0 !important; }
  
  
}






@media(max-width:767px){
.wrd-video-mpfour {
    margin-top: 25px;
}
  .wrd-container.extra-content {
    margin-top: 25px;
}
  .drop-content-newn-row { flex-flow: column;   justify-content: left;    align-items: flex-start;    row-gap: 13px; }  
  .wrd-hero-content-newn { margin-right: 0px !important;    width: 100%;    right: 0;    padding: 0 20px; transform: translateX(80%); }
  .wrd-hero-content-newn.ssiconactive { transform: translateX(0); margin-right: 0 !important; }
  .drop-content-newn { width: 100%; margin: 0; height: calc(100vh - 220px); overflow-y: auto; padding: 26px 20px 40px; }
  .wrd-hero-content-newn.top-stick { top: 20px; }
  .wrd-hero-content-newn.top-stick .drop-content-newn { height: calc(100vh - 220px); }
  .drop-icons { width: 37px; height: 37px; }
  .drop-icons svg { width: 15px; height: 15px; }
  .drop-content-newn ul { row-gap: 20px; }
  .drop-content-newn ul li a { font-size: 12px !important; line-height: 16px; padding: 0; }
  .wrd-accord-item h3 { font-size: 18px !important; line-height: 28px !important; }
  .wrd-white-box .wrd-content .description { max-width: 100%; }
  .wrd_title_button_newn .wrd-btn-box { margin: 0; }
  .wrdRows.wrdRoFull .wrd-content .description p { font-size: 16px !important; }
  .wrd-pillar-newn .wrd-hero-description { max-width: 350px; }
  .wrd-pillar-newn .wrd-pillar-hero-description h1 { font-size: 36px !important; line-height: 46px !important; }
  .wrd-title-center h2 { margin: 0 0 30px !important; }
  .wrd_title_button_newn .wrd-container { padding: 0; }
  .wrd_title_button_newn .wrd-img-section img { border-radius: 0; }
  .wrd_title_button_newn .wrd-content, .wrd_title_button_newn .wrd-container.wrd-img-position-left .wrd-content { padding: 0 20px 30px !important; }
  .wrd-cols-cont-outer { display: none; row-gap: 30px; }
  .mobile-accord-title h2 { z-index: 999; color: #000 !important; text-align: left; position: relative; font-size: 20px !important; line-height: 24px !important;   font-weight: 700 !important; padding-right: 30px;    padding-bottom: 18px; margin: 18px 0 !important; border-bottom: 1px solid #000; }
  .mobile-accord-title h2:before { content: "";    background-image: url(https://3365575.fs1.hubspotusercontent-na1.net/hubfs/3365575/WordRake_Jan_2024/Images/chevron-right.png);    background-position: top;    background-repeat: no-repeat;    background-size: contain;    content: "";    height: 16px;    position: absolute;  top:5px;   right: 0;    transition: all .3s;    width: 16px; }    
  .wrd-cols-cont-ttt-full .wrd-cols-cont-title h2 span, .wrd-box-sec-full h2 span { color: #000; font-size: 16px !important; margin: 5px 0 0; }
  .wrd-cols-cont-left, .wrd-cols-cont-left p { font-size: 16px !important; }
  .wrd-cols-cont-left h2 { font-size: 24px !important; line-height: 30px !important; }
  .mobile-acco-open { display: none; }
  .mobile-acco-open.active { display: flex; flex-wrap:wrap; }
  .mobile-accord-title.active h2:before { transform: rotate(90deg); }
  .mobile-accord-title.mobile-accord-show { display: block;  }
  .mobile-acco-open.active .wrd-cols-cont-outer { display: flex; }
  .wrd-cols-cont-ttt-full { padding: 0; background-color: transparent; }
  .wrd-cols-cont-ttt-full .wrd-cols-cont-title h2 { color: #1e1e1e; }
  .wrd-cols-cont-ttt-full .wrd-cols-cont-title h2 { margin: 18px 0 !important; }
  .wrd-box-sec-full { background-color: transparent; padding: 0; }  
  .wrd-button-sec .wrd-cta-primary { padding: 20px 0 50px; text-align: center; }
  .wrd-button-sec { width: 100%; }
  .wrd-cols-cont-title.mobile-accord-title.hide-title-true { display: block; }
  .wrd-cols-cont-text h3, .wrd-content-description h2 { display: none; }
  .wrd-accord-outer { padding-bottom: 60px; }
  .wrd-pill-coll-button .wrd-cta-primary a { margin: 40px 0 0; }
  .wrd-pillar-s-tit-full { padding: 0; }
  .wrd-pillar-s-text { padding: 10px 0 30px; }
  .wrd-cols-cont-sec .wrd-container { padding: 0 20px; }
  .wrd-accord-top-text {   padding: 10px 0 0; }
  .wrd-test-tt h2 { font-size: 28px !important; }
  .wrd-testimon { padding: 40px 0 0; }
  .wrd-testi-slider .slick-slide { margin: 40px 20px; }
  .wrd-testi-slider.slick-slider { padding: 0 25px; }
  
  .ctattLeft, .ctattRight { width: 100%; text-align: center; }
  .ctattLeft h3 {font-size: 20px !important; line-height: normal; max-width: 230px; margin: 0 auto; }
  .ctattRight a.btn { min-width: auto; width: 100%; display: block; max-width: 240px !important; margin: 0 auto; }
  
}
}
.wrd_modules p:last-child {
    margin-bottom: 0;
}