/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */
















.dnd-section > .row-fluid {
  max-width: 1140px;
}

.dnd-section {
  padding-bottom: 20px;
  padding-top: 20px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #221e1f;
}





html {
  font-size: 16;
}

body {
  
  color: rgba(34, 30, 31, 0.0);
  
  font-size: 16px;
font-family: Raleway;
font-weight: 200;
}

p {}

a {
  color: rgba(0, 123, 255, 1.0);
}

a:hover,
a:focus {
  color:#0056b3;
  outline: none;
}

a:active {
  color: rgba(40, 163, 255, 1.0);
  outline: none;
}

h1 {
  color: #221e1f;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
  font-size: 40px;
  font-weight: 200;
}

h2 {
  color: #000000;
  font-family: Raleway;
  font-size: 32px;
  font-weight: 500;
}

h3 {
  color: #221e1f;
  font-family: Raleway;
  font-size: 28px;
  font-weight: 500;
}

h4 {
  color: #221e1f;
  font-family: Raleway;
  font-size: 24px;
  font-weight: 500;
}

h5 {
  color: #221e1f;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 300;
}

h6 {
  color: #221e1f;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 200;
}






form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Raleway;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(34, 30, 31, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(136, 136, 136, 0.7000000000000001);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 23px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
}
h3.form-title:after {
  background-color: rgba(227, 189, 34, 1.0);
}
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #e3bd22;
  border-color: #e3bd22;
  color: #FFFFFF;
}

.hs-button:active,
.button--primary:active {
  background-color: #e3bd22;
  border-color: #e3bd22;
  color: #FFFFFF;
}

.hs-form label {
  color: rgba(73, 80, 87, 1.0);
}

.hs-form legend {
  color: rgba(73, 80, 87, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input{
  border-color: rgba(206, 212, 218, 1.0);
  color: #495057;
  border-radius: 15px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus{
  border-color: rgba(128, 189, 255, 0.7000000000000001);
  outline: none;
}

.fn-date-picker .pika-table thead th {
  color: rgba(0, 0, 0, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-search-field__input:-moz-placeholder,
.hs-search-field__input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #221e1f;
}

.hs-richtext {
  font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Raleway;
}

.fn-date-picker td.is-today .pika-button {
  color: #000000;
}

.fn-date-picker td.is-selected .pika-button {
  background: #000000;
}

.fn-date-picker td .pika-button:hover {
  background-color: #221e1f !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(0, 0, 0, 1.0);
  color: rgba(34, 30, 31, 1.0);
}

thead th,
thead td {
  background-color: rgba(223, 193, 66, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(0, 0, 0, 1.0);
}





.header {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 1140px;
}

body .custom-menu-primary a, 
body .custom-menu-primary .submenu.level-1>li>a.active-branch, 
body .custom-menu-primary .submenu.level-1>li>a.active-branch:hover{
  color: #000000;
}

body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li > a:focus{
  color: rgba(0, 0, 0, 0.7000000000000001);

}


body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.0);
}


body .custom-menu-primary .submenu.level-2 > li > a {
  color: #212529;
}
body .custom-menu-primary .submenu.leve l-2 {
  background-color: rgba(255, 255, 255, 1.0);
}


body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus {
  background-color: rgba(227, 189, 34, 1.0);
  color: #FFFFFF;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #e3bd22;
  background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch:hover{
  background-color: rgba(227, 189, 34, 1.0);
  color: #FFFFFF;
}





.footer {
  background-color: rgba(0, 0, 0, 1.0);
  color: #FFFFFF;
}
.footer-heading:after{
  background-color: rgba(223, 193, 66, 1.0);
}
.footer__container {
  max-width: 1140px;
}
.footer a{
  color: #FFFFFF;
}
.footer a:hover{
  color: #FFFFFF;
  text-decoration: none;
}
.icon-1:before, .icon-2:before, .icon-3:before, .icon-4:before, .icon-5:before {
  border-color: rgba(223, 193, 66, 1.0);
}


.footer i{
  color: #dfc142;
}
.footer-heading{
  color: #FFFFFF;
}




.content-wrapper {
  max-width: 1140px;
}

.blog-post__date {
  border-color: #221e1f;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #221e1f;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #4a4647;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #000000;
}

.blog-pagination__link {
  color: #221e1f;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #000000;
}

.blog-post__title {
  color: #000000;
  font-family:Raleway;
  font-size: 32px;
  font-weight: ;
}

.blog-post__author {
  background-color: #221e1f;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}










body .icon svg {
  fill: #000000;
}

body .tns-nav button.tns-nav-active {
  background-color: #000000;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #000000;
}

body .social-links__icon {
  background-color: #000000;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #221e1f;
}

.page-center {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}
body .row-fluid [class*="span"] { min-height:0px; }
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }       
img { height:auto; }
.row-fluid .flexwrap, .flexwrap { display:flex; flex-flow:row wrap; justify-content:left; display:-webkit-flex; -webkit-flex-flow:row wrap; -webkit-justify-content:left; }
.row-fluid .alignCenter, .alignCenter { align-items:center; -webkit-align-items:center; }
body .newStyle .row-fluid .Section-title.left_align, body .secTitle { max-width:500px; }
body .newStyle .row-fluid .Section-title.left_align { text-align:left; }
body .newStyle .row-fluid .Section-title.left_align .wrapper { padding:0; }
body .newStyle .row-fluid .Section-title.left_align h6, body .secTitle h6 { position:relative; text-transform: uppercase; font-weight: 300; letter-spacing: 3px; color: #c19f40; padding-bottom: 20px; margin-bottom: 10px; font-size:22px; } 
body .newStyle .row-fluid .Section-title.left_align h6:before, body .secTitle h6:before { position:absolute; content:''; right:95px; bottom:0; width:3000px; height:1px; border-bottom:#b7b7b7 solid 1px; }
body .newStyle .row-fluid .Section-title.left_align h2, body .secTitle h2 { text-transform: uppercase; font-weight: 800; font-size: 42px; line-height: 1.2; margin: 0 0 30px; }

.statHover:after { position: absolute; content: ''; right: 14px; bottom: 25px; background: url(https://www.planwriters.net/hubfs/arrows.png) no-repeat right bottom/auto 20px; width: 28px; height: 20px; }
.statNormal { padding: 20px 0; }
.statItems { width: 23.1%; margin-right: 2.5%; position: relative; }
.statItems:nth-child(4n) { margin-right: 0; }
.stateuText h2.sateuNum { font-family: 'Hartwell'; font-weight: 800; font-size: 36px; line-height: normal; margin: 0; }
.stateuText span.sateuText { color: #ab8600; font-family: 'Hartwell'; font-weight: 800; font-size: 26px; line-height: normal; margin-left: 3px; }
.stateuText { display: flex; align-items: flex-end; display: -webkit-flex; -webkit-align-items: flex-end; }
.statTitle {  color: #000;    font-weight: 500;    font-size: 22px;    line-height: 30px;    margin: 5px 0 0; text-transform: capitalize; }
.statHover {  background-color: #000; position: absolute; padding: 20px 40px 20px 20px; top: 0px; width: 100%; opacity: 0; visibility: hidden; transition: all ease-in-out .4s;  }
.statItems:hover .statHover { opacity: 1; visibility: visible; transform: translateY(0px); }  
.statHover .stateuText span.sateuText { font-size: 36px; line-height: normal; color: #fff; font-weight: 400; }
.statHover .stateuText { align-items: center; -webkit-align-items: center; }
.statHover .statTitle { text-transform: uppercase; color: #fff; font-weight: 400; font-size: 22px; line-height:28px; }
.statHover .stateuText h2.sateuNum { color: #fff;    font-size: 50px; }
.statItems.on-hover .statHover { display: block; opacity: 1; visibility: visible; transform: none; }
.testimonialSection.o2:before { display:none; }
.testimonialSection.o2 .testiBox { padding-bottom:30px; margin: 0 1px; }
.testimonialSection.o2 .testiBox .testiImage:before, .testimonialSection.o2 .testiBox .testiImage:after, .testimonialSection.o2 .testiBox:before, .testimonialSection.o2 .testiBox:after { opacity:0; } 
.testimonialSection.o2 .testiBox .testiImage { padding:20px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4e4e4e+0,0b0b0b+100 */
background: rgb(78,78,78) !important; /* Old browsers */
background: -moz-linear-gradient(top, rgba(78,78,78,1) 0%, rgba(11,11,11,1) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(78,78,78,1) 0%,rgba(11,11,11,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(78,78,78,1) 0%,rgba(11,11,11,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#0b0b0b',GradientType=0 ); /* IE6-9 */ }
.testimonialSection.o2 .testiBox .testiImage > span { display:block; width:150px; height:150px; margin: 0 auto; border-radius:50%; border:#c19f40 solid 2px; }
.testimonialSection.o2 .testiBox .testiImage h6 { color: #FFF; font-weight: 700; font-size: 18px; margin: 20px 0; text-align: center; }
.testimonialSection.o2 .testiBox .testiImage h6 span { float:left; width:100%; font-weight:300; text-transform:uppercase; font-size:16px; line-height:24px; letter-spacing: 3px; margin: 10px 0;  }
.testimonialSection.o2 .testiContent { background:url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/quote-1.png) no-repeat left 60px top 20px/50px auto rgba(0,0,0,0.07); padding-top:80px !important; }
.testimonialSection.o2 .slickArrows { text-align:right; margin: 20px 0 0; }
.testimonialSection.o2 .sprev, .testimonialSection.o2 .snext { width: 30px; height: 20px; display: inline-block; font-size:0; background:url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/arrows.png) no-repeat left top/auto 20px; cursor: pointer; z-index: 1; position: relative; }
.testimonialSection.o2 .snext { background-position:right top; margin-left:5px; }
.testiBoxes:before { content: "";    background-image: url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/Images/image%20%2810%29.png);    width: 400px;    height: 500px;    position: absolute;    top: -130px;    right: -120px;    background-repeat: no-repeat;    background-size: cover;    background-position: center top;    opacity: 0.4; }
.statInner { padding: 15px 20px 40px; background-color: #fff;    margin-top: -50px;    position: relative;    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%); }


body .newStyle .row-fluid .Section-title.fullwidth_center { text-align:left; overflow:hidden; }
body .newStyle .row-fluid .Section-title.fullwidth_center h2, body .newStyle .row-fluid .Section-title.left_align h2 { background:#FFFFFF; position:relative; font-size: 42px; color: #000; font-weight: 700; } 
body .newStyle .row-fluid .Section-title.left_align h2:after { display:none; }
body .newStyle .row-fluid .Section-title.fullwidth_center h2:after { width: 100vw; background: transparent !important; border-bottom: #b7b7b7 solid 1px; bottom: 1px; left: 100%; margin-left: 20px; }

.teamSection .teamMain { display:flex; flex-flow:row wrap; justify-content:left; padding-top:70px; }
.teamSection .teamMember { float: left; width: 24.10%; margin: 30px 1.2% 0 0; position: relative;  }
.teamSection .teamMember:nth-child(4n) { margin-right:0; }
.teamSection .teamMember .tmDetails h5 { font-weight:700; }
.teamSection .teamMember .tmDetails h5 span { float:left; width:100%; font-size:16px; font-weight:300; letter-spacing:1px; text-transform:uppercase; }
.tmImage { padding: 100% 0 0; min-height: 320px; position:relative; top:0; transition:ease all 0.4s; }
.tmDetails { position: absolute; left: 0; bottom:0; width: 100%; background: #FFF; padding: 20px; text-align: center; transform:translateY(100%); transition:ease all 0.4s; opacity:0; transition-delay:0.2s; transition:ease all 0.4s; }
.teamSection .teamMember:hover .tmImage-out { top:-100px; border-color: #a38a2b; }
.teamSection .teamMember:hover .tmDetails { transform:translateY(0); opacity:1; }
.teamSection .tmImage-out { position: relative; top: 0; transition: ease all .4s; border: 2.5px solid transparent; }



.newStyle.o2 .contactForm { background:transparent; padding:0; border:none; }
.formSection { position:relative; }
.formSection .wrapper { display: flex; flex-flow: row wrap; justify-content: left; }
.formSection .cfLeft { width: 10%; margin-right: 5%; float: left; }
.formSection .cfRight { width: 85%; float: left; }
.formSection .cfRight .secTitle { margin-left:35%; overflow: hidden; }
.formSection .cfRight .secTitle h6:before { right: 20px; width: 105%; }
.formSection .cfrText { color: #494a52; font-size: 18px; line-height: 1.2; }
.formSection .cfTextform { background:#f2f2f2; display: flex; flex-flow: row wrap; justify-content: left; margin:30px 0 0; position:relative; }
.formSection .cfTextform:before { position: absolute; content: ''; left: 100%; top: 0; bottom: 0; width: 250%; background: inherit; }
.formSection .cfExpect { width: 30%; background: #000; padding: 40px 35px 40px 20px; color:#FFFFFF; }
.formSection .cfExpect h5 { color:#FFFFFF; font-weight:700; }
.formSection .cfrForm { width: 70%; padding: 15px 50px; }
.formSection .cfrForm .input { margin-right:0; }
.formSection .cfrForm .form-title { display:none; }
.formSection .cfrForm .hs-input { border-radius: 0; }
.formSection .cfrForm .hs-button { border-color: #a38a2b; background: url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/right-arrow.png) no-repeat right 40px center/15px auto #a38a2b;; border-radius: 0; font-weight: 400; text-transform: uppercase; width: 100%; text-align: left; letter-spacing: 3px; }
.hs-website-page .formSection ul li { padding-left:15px; line-height: 22px; margin: 7px 0; float: left; width: 100%; }
.hs-website-page .formSection ul li:before { position: absolute; left: 0; top: 11px; width: 6px; height: 6px; border-radius: 50%; background: #a08a2b; }
.hs-website-page .formSection .cfContact { background: url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/PlanWriters_May2020/Images/Icons/call.png) no-repeat left 20px top 19px/30px auto #FFF; border-image-source: linear-gradient(0,#7d6017,#bc9b3e); border-image-slice: 1; font-family: 'Hartwell'; font-weight: 300; font-size: 22px; line-height: 28px; border-width: 2px; border-style: solid; padding: 20px 30px 20px 60px; color: #221e1f; margin-top:15px; }
.hs-website-page .formSection .cfContact a { line-height: 30px; vertical-align: top; font-weight:700; color: #000; padding: 0 0 0 10px; margin-left: 10px; font-size: 32px; border-left: #000 solid 1px; text-decoration: none; }
.hs-website-page .formSection form, .hs-website-page .formSection form fieldset { max-width:100% !important; }
.hs-website-page .formSection .cfImage { position: absolute; left: -150px; top: 140px; width: 50%; bottom: 80px; }
.cfExpect.o2 { display:flex; flex-flow:row wrap; justify-content:left; align-items:center; }
.cfcDetails { display: flex; align-items: center; flex-flow: row wrap; }
.cfcDetails ul { margin:0; }
.cfcDetails ul li { float:left; width:100%; margin:10px 0; }

.logoSlider .lsInner { padding:0 0 10px; margin:0 0 30px; }
.logoSlider .slick-track { display: flex; align-items: center; display: -webkit-flex; -webkit-align-items: center; }
.logoSlider .lsBox { margin: 10px 30px; }
.logoSlider .lsBox img { margin: 0 auto !important; }
.logoSlider .slick-arrow { cursor: pointer; position: absolute; left: -40px; top: 50%; transform: translateY(-50%); z-index: 1; background: transparent; border: none; font-size: 0; width: 25px; height: 25px; text-align: center; line-height: 25px; padding: 0; }
.logoSlider .slick-arrow:before { content: "\f104"; font-family: "FontAwesome"; font-size: 24px; color: #000; }
.logoSlider .slick-next { left:auto; right:-40px; }
.logoSlider .slick-next:before { content:"\f105"; }
.wrInner .slick-dots, .logoSlider .slick-dots { margin:0; display:table; position: absolute; left: 0; bottom: 0; width: 100%; list-style: none; }
.wrInner .slick-dots li, .logoSlider .slick-dots li { display:table-cell; line-height:0; position:relative; }
.wrInner .slick-dots li.slick-active:after, .logoSlider .slick-dots li.slick-active:after { position:absolute; content:''; left:0; top:0; width:100%; height:3px; background:#a38a2b; }
.wrInner .slick-dots li:before, .logoSlider .slick-dots li:before { display:none; }
.wrInner .slick-dots li button, .logoSlider .slick-dots li button { border: none; background: transparent; font-size: 0; width: 100%; border-bottom: #a38a2b solid 1px; vertical-align:top; }
.wrInner .slick-dots li.slick-active button, .logoSlider .slick-dots li.slick-active button {  }
.wrInner .wrText { float:left; width:100%; margin:0 0 20px; }
.wrInner .wrText > a { color: #494a52; padding-right: 15px;    position: relative;    display: inline-block;    font-size: 18px;    font-weight: 500;    letter-spacing: 3px;  }
.wrInner .wrText > a:after { position:absolute; content:''; right:0; top: 7px; width: 10px; height: 14px; background:url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/right-arrow-black.png) no-repeat center top/8px auto; }
.wrInner { height: 0; opacity: 0; visibility:hidden; }
.wrInner.active { opacity:1; visibility:visible; height:auto; }
.wrBox { float:left; width:100%; cursor: grab; }
.wrBox img { max-width:250px !important; height: auto; }
 
.wLeft { width: 32%; float: left; }
.wRight { width: 65.5%;  float: left;  margin-left: 2.5%; }
.wLeft ul li:before { display:none; } 
.wLeft ul li { margin:0; }
.wLeft ul li a { text-decoration:none; padding: 10px 15px; color: #494a52; border: transparent solid 1px; display: block; font-size: 20px; margin: 0; }
.wLeft ul li.active a { border:#a38a2b solid 1px; }
.wRight { margin-top:-30px; }
.hs-website-page .formSection ul.cfcDetails li { padding-left: 25px; margin:20px 0; } 
.hs-website-page .formSection ul.cfcDetails li:before { top: 6px; width: 20px; height: 20px; border-radius: 0; background: url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/address.png) no-repeat left top/contain; }
.hs-website-page .formSection ul.cfcDetails li.cPhone:before { background-image:url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/contact.png); width:15px; }
.hs-website-page .formSection ul.cfcDetails li.cEmail:before { background-image:url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/mail.png); width:15px; }
.hs-website-page .formSection.o2 .cfImage { top:-15px; bottom:80px; }
.csBox { float: left; width: 20%; text-align: center; padding: 30px 20px; transition:all ease-in-out .4s; }
.csInner { box-shadow: rgba(0,0,0,0.1) 0 3px 20px; margin: 25px 0 0; display: flex; flex-wrap: wrap;    justify-content: left;    display: -webkit-flex;    -webkit-flex-wrap: wrap;    -webkit-justify-content: left; }
.csInner h5 { float: left; width: 100%; font-weight: 300; text-transform: uppercase; font-size: 20px; line-height: 26px; }
.csIcon img { max-width: 60px !important; margin: 30px 0; }
.csBox:hover { background-color:#000; }
.csBox:hover h5 { color:#fff; }


.form-title:empty { display: none !important; }
.confLeft { width: 50%; padding-right: 40px; }
.confRight { width: 50%; }
.confInner form { margin: 0; }
.confInner form .hs-input { border-radius: 0; margin: 0 0 20px; }
.confInner { width: 100%; float: left; box-shadow: rgb(0 0 0 / 10%) 0 3px 20px;  padding: 30px;  margin: -140px 0 0; position: relative; background-color: #fff; }
.confInner h3 { color: #000; text-transform: uppercase; font-weight: 700; margin: 0 0 30px; }
.confInner form .hs-button { padding: 6px 20px 6px 10px; border-color: #a38a2b;    background: url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/right-arrow.png) no-repeat right 10px center/10px auto #a38a2b;    border-radius: 0;    font-weight: 400;    text-transform: uppercase;    width: 100%;    text-align: left;    letter-spacing: 3px; font-size: 18px;  }
.confItem { position: relative; padding-left: 65px; min-height: 50px; margin: 0 0 20px; display: flex; align-items: center; }
.confItem .confIcon img { max-width: 28px; }
.confItem:last-child { margin: 0; }
.contSection { padding:20px 0 60px; }
.confItem .confIcon { position: absolute; top: 2px; left: 0; background-color: #000; border-radius: 50%; height: 45px; width: 45px; display: flex; align-items: center; justify-content: center; }
.confText h2 { font-size: 20px; line-height: 36px; margin: 0; font-weight: 400;  }
.confRight h1 { color: #c19f40;    font-weight: 300;    text-transform: uppercase;    font-size: 28px;    line-height: 40px;    margin: 0 0 30px;    letter-spacing: 2.5px; }
.conInner { max-width: 1020px; margin: 0 auto; }

.funding-lp-page .dnd-section > .row-fluid { padding-left: 0; padding-right: 0; }
.lpHero--section { padding: 215px 0 100px; position: relative; z-index: 1; }
.lpHero--section:before { content: " "; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.47); z-index: -1; }
.row-fluid .lpHero--section h1 { text-transform: uppercase; text-align: center; font-size: 48px; letter-spacing: 4px; color: #ffffff; font-weight: 700; }
.lp-hero--subtitle { font-size: 18px;  color: #ffffff; text-align: center; margin: 0 0 15px; }
.lp-hero--form { max-width: 550px; margin: 0 auto; width: 100%; }
.lp-hero--form form { max-width: 100%; }
.lp-hero--form .form-columns-2 { max-width: 100% !important; }
.lp-hero--form .form-columns-2 .input { margin-right: 0 !important; }
.lp-hero--form .form-columns-2 .hs-form-field { width: 47% !important; float: left;   }
.lp-hero--form .form-columns-2 .hs-form-field:last-child { float: right; }
.lp-hero--form .hs-input:not([type="checkbox"]):not([type="radio"]) { border: 1px solid #888888; border-radius: 0; -webkit-appearance: none; font-size: 14px; color: #282828;}
.lp-hero--form select.hs-input { background: #fff url(https://6940110.fs1.hubspotusercontent-na1.net/hubfs/6940110/Funding%20Portal/drp-arw.png) no-repeat center right 10px/13px auto; }
.lp-hero--form .hs-input:not([type="checkbox"]):not([type="radio"])::placeholder { color: #282828; }
.lp-hero--form  .hs_submit.hs-submit { text-align: center; }
.lp-hero--form form input[type="submit"] { width: auto; margin: 20px 0 0; padding: 7px 50px 7px 35px; line-height: 20px; background-image: url(https://www.planwriters.net/hubfs/PlanWriters_May2020/Images/white-arrow-new.png); background-repeat: no-repeat; background-position: center right 25px; background-size: 12px; font-size: 18px; letter-spacing: 4px; color: #ffffff; font-weight: 300; text-transform: uppercase; border-radius: 0; background-color: #a38a2b; }
.lp-hero--form form input[type="submit"]:hover { background-color: #e3bd22; border-color: #e3bd22; }
.lp-hero--form .submitted-message { color: #fff; text-align: center; font-size: 20px; padding: 20px 0; }
.solution--section { padding: 40px 0; position: relative; z-index:1;  }
.saas--left { float: left; width: 40%; padding: 0 40px 0 0; }
.saas--left .secTitle h2 { font-size: 42px; font-weight: 700; } 
  
.saas-subtitle--text { font-size: 24px; color: #221e1f; margin: 0 0 30px; line-height: 30px; }
.saas-block--box { background-color: #221e1f; color: #fff; padding: 25px; width: calc(100% + 230px); width: calc(100% + 330px); font-size: 18px; line-height: 30px;}
.saas-right { position: absolute; right: 0; top: 80px; bottom: 0; width: calc(50% + 110px); width:50%; z-index: -1; } 



.ach--section { padding: 80px 0 50px;  }
.ach-white--block { filter: drop-shadow(5.428px 38.62px 24.5px rgba(0,3,6,0.16)); background-color: #ffffff; padding: 30px 0; margin: 80px 0 0; }
.ach--section .secTitle { max-width: 950px; }
/* .ach--section .secTitle h6 { font-size: 22px; color: #a38a2b; } */
.ach--section .secTitle h6:before { display: none; }
.ach--section .secTitle h2 { font-size: 42px; color: #221e1f; position: relative; font-weight: 700;}
.ach--section .secTitle h2:after { content: ''; display: inline-block; height: 1px; background: #b7b7b7; width: 100vw; position: absolute; bottom: 0; margin-left: 40px; margin-bottom: 12px; }
.ach--icon { min-height: 97px; display: flex; align-items: center; justify-content: center; }
.ach--icon img { margin: 0 0 15px; }
.ach--col { text-align: center; float: left; width: 20%; padding: 0 20px; margin: 0 0 30px;  }
.ach--num { font-size: 60px; color: #221e1f; font-weight: 700; line-height: normal; }
.ach--name { font-size: 18px; color: #221e1f; font-weight: 500; }

.get--funding { padding: 50px 0 25px; }
.get-funding--outer { padding: 30px; border-radius: 10px; }
.get-funding--outer .secTitle { max-width: 100%; }
.get-funding--outer .secTitle h2 { font-size: 42px; color: #221e1f; font-weight: 700; text-align: center; }
.get-fund--bg { counter-reset: my-sec-counter;     margin: 20px 0 0; }
.gt-fund--block { background-color: #a38a2b; width: 32%; margin: 0 2% 20px 0; padding: 30px 30px 45px; }
.gt-fund--block:nth-child(3n) { margin-right: 0; } 
.gt-fund--num { font-size: 36px; letter-spacing: 7px; color: #060606; font-weight: 300; margin: 0 0 35px; position: relative; z-index: 1; min-height: 88px; display: flex; align-items: center; flex-flow: row wrap; z-index:1;}
.gt-fund--num:before { counter-increment: my-sec-counter; content: " " counter(my-sec-counter) " "; font-size: 127px; line-height: 191px; color: #c8c4c4; font-weight: 800; position: absolute; top: 50%; transform: translateY(-50%); left: 0; z-index: -1; }
.get-fund--text { font-size: 20px; line-height: 30px; color: #ffffff; }  
.gt-fund--btn { text-align: center; }
.gt-fund--btn a { width: auto; margin: 50px 0 0; padding: 7px 50px 7px 35px; line-height: 31px; background-image: url(https://www.planwriters.net/hubfs/PlanWriters_May2020/Images/white-arrow-new.png); background-repeat: no-repeat; background-position: center right 25px; background-size: 10px; text-transform: uppercase; border-radius: 0; display: inline-block; text-decoration: none; font-size: 22px; letter-spacing: 4px; color: #ffffff; font-weight: 300; background-color: #221e1f; }
.gt-fund--btn a:hover { background-color: #a38a2b; }

.lp-hero--iframe iframe { height: 340px; }

.testirText.testiHide { display: none; }
.moreLess-Btn { cursor: pointer; }
.testirBox { display: none; }
.mosusSlider .slick-list { padding: 30px 0 !important; }
.mosusSlider .mosuSlide.slick-slide { transition: 0.4s ease all; }
.mosusSlider .mosuSlide.slick-slide:hover, .mosusSlider .mosuSlide.slick-slide.slick-current.slick-active.slick-center { -webkit-transform: scale(1.2); transform: scale(1.2); }






@media(min-width:1600px){
  .saas--outer { display: -webkit-flex;  display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; }
  .saas-right { position: relative; float: left; margin-left: 10%; min-height: 490px; top: 40px; }
}

@media (max-width:1420px){
  .testiBoxes:before { right: -100px; }
  

}


@media (max-width:1250px){
  .csBox { padding:30px 13px; }
  .statHover .stateuText h2.sateuNum { color: #fff; font-size: 30px; }
  .statHover .stateuText span.sateuText { font-size: 28px; }
  .statHover .statTitle { font-size: 18px; } 
  .statInner { padding: 15px 20px; }
  .confRight, .confLeft { width: 50%; }
   
}
@media(max-width: 1200px){
  .funding-lp-page .wrapper { max-width: 960px; }
  .ach--num { font-size: 42px; } 
/*   .row-fluid .lpHero--section h1, .ach--section .secTitle h2, .saas--left .secTitle h2, .get-funding--outer .secTitle h2 { font-size: 42px; } */
  .saas-right { width: calc(50% + 90px); }
  .gt-fund--num { font-size: 32px; }
}


@media (max-width:991px){
  .newStyle.o2 .wrapper { max-width:740px; }
  
  body .statTitle { font-size:16px; line-height:24px; }
  body .statHover .statTitle { font-size:16px; line-height:24px; }
  .lp-hero--iframe iframe { height: 480px; }
  
  .wLeft ul li a { padding:5px 15px; font-size:15px; }
  .wRight { margin-top: 0; }
  .testimonialSection.o2 .testiContent { background-position:left 30px top 20px; }
  .testimonialSection.o2 .testiBox .testiImage h6 span { font-size:13px; }
  .hs-client-section .span4, .hs-client-section .span4 > div { padding-left:0; }
  .tmImage { min-height:220px; }
  
  .formSection .cfLeft { width:0; margin:0; }
  .formSection .cfRight { width:100%; }
  .formSection .cfExpect { width: 34%; }
  .formSection .cfrForm { width: 66%; }
  
  .formSection .cfrForm .hs-button { font-size: 18px; background-position: center right 15px; }
  .hs-website-page .formSection .cfContact { font-size:14px; padding:15px 20px 15px 60px; background-position:left 20px top 15px; }
  .hs-website-page .formSection .cfContact a { padding: 0 0 0 7px; margin-left: 5px; font-size: 18px; }
  .csInner h5 { font-size:18px; }
  .csIcon img { margin:20px 0 !important; }
  .stateuText h2.sateuNum { font-size: 32px; } 
  .statHover .stateuText h2.sateuNum { color: #fff; font-size: 28px; }
   body .statItems { width:49%; margin-right:2%; }
  body .statItems:nth-child(2n) { margin-right:0; }
  
  .lpHero--section { padding-top: 100px; }
  .saas--left { width: 100%; padding-right: 0; }
  .saas--left .secTitle { max-width: 372px; }
  .saas-block--box { width: 100%; }
  .saas-right { width: 100%; position: static; padding: 56.25% 0 0; float: left; }
  .ach--section { padding: 30px 0 30px; }
  .gt-fund--block { width: 100%; margin-right: 0; }
  .ach--col { width: 50%; }
   
}

@media (max-width:767px){
  .newStyle.o2 .wrapper { max-width:100%; }
  .lp-hero--iframe iframe { height: 620px; }
  
  .testimonialSection.o2 .testiBox .testiImage img { display:none !important; }
  .testimonialSection.o2 .testiContent { padding:80px 30px 30px !important; }
  .newStyle.o2 .hs-client-section .dnd-section > .row-fluid { max-width: 100% !important; padding: 0 15px; }
  .newStyle.o2 .client_section-row-2-force-full-width-section > div > div { width:100%; }
  .teamSection .teamMember { width:100%; margin-right:0; }
  .hs-website-page .formSection .cfImage { display:none; }
  .formSection .cfRight .secTitle { margin-left: 0; text-align: left; } 
  .formSection .cfTextform::before { display:none; }
  .formSection .cfExpect { width:100%; padding:30px 20px; text-align:left; }
  .formSection .cfrForm { width: 100%; padding: 20px; } 
  .newStyle.o2 .hs-form-title-section .dnd-section { padding: 0 !important; }
  .newStyle.o2 .hs-form-title-section .dnd-section > .row-fluid { max-width:100% !important; padding:0 15px !important; } 
  .testimonialSection.o2 .testiBox { padding-bottom:0; } 
  
  .logoSlider .slick-arrow { left:-30px; }
  .logoSlider .slick-next { left:auto; right:-30px; }
  .hs-website-page .formSection ul.cfcDetails li { margin:10px 0; }
  .csBox { width:100%; } 
  .csIcon img { margin:0 0 20px; }
  .hs-website-page .formSection .cfContact { text-align:center; }
  .wRight, .wLeft { width: 100% !important; margin:0; }
  .wrInner { display: flex;width: auto !important; padding: 0 200px 0 0; }
  .wrOuter.out-active { overflow-x: auto; max-width: 767px; }
  .wrOuter.out-active::-webkit-scrollbar { width: 100%;  height:3px }
  .wrOuter.out-active::-webkit-scrollbar-track { background: rgb(163 138 43 / 50%); }
  .wrOuter.out-active::-webkit-scrollbar-thumb { background: #a38a2b; width: 250px; }
  .wLeft ul li a { display: inline-block; }
   body .newStyle .row-fluid .Section-title.left_align h2, body .secTitle h2 { font-size: 32px; }
  .testiBoxes:before { right: -100px;    bottom: 0;    top: auto;    width: 320px;    height: 370px;    right: 0;    left: 0;    margin: auto; }
  .wrInner .wrText > a { font-size: 18px; }
  .wrInner .wrText > a:after { top: 7px; }
  body .row-fluid .banner_title h2 { font-size: 34px !important;    line-height: 39px; }
  .statHover .stateuText span.sateuText { font-size: 20px; }
  body .statHover { display: none; }
  body .statHover { display: none !important; }
  body .statItems { margin: 0 2% 10px 0; }
  .statNormal { background-color: #000; height: 100%; padding: 20px; }
  .stateuText h2.sateuNum { color: #fff; }
  body .statTitle { color: #fff; }
  .stateuText span.sateuText { font-size: 18px; }
  .stateuText h2.sateuNum { font-size: 30px; }
  .confLeft { width: 100%; padding: 0 0 30px; }
  .confRight { width: 100%; }
  .confItem { padding-left: 60px; }
  .confInner { padding: 30px 20px; margin: -100px 0 0; }
  
  .row-fluid .lpHero--section h1, .ach--section .secTitle h2, .saas--left .secTitle h2, .get-funding--outer .secTitle h2 { font-size: 32px; }
  .lpHero--section { padding: 70px 0; }
  .saas-subtitle--text { font-size: 20px; line-height: 26px }
  .ach-white--block { margin: 50px 0 0; }
  .ach--col:last-child { margin-bottom: 0; }
  .gt-fund--block { padding: 30px 20px; }
  .gt-fund--num:before { font-size: 100px; }
  .gt-fund--num { font-size: 26px; }
  .gt-fund--btn a { font-size: 18px; }
}


@media(max-width:480px){
 .wrInner { padding: 0 320px 0 0; }
  .ach--col { width: 100%; }  
  .lp-hero--form .form-columns-2 .hs-form-field, .lp-hero--form .hs-input:not([type="checkbox"]):not([type="radio"]) { width: 100% !important; }
}