@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/****************************** Initial Font Declaration Starts Here *******************************/

@font-face {
  font-family: 'Born Ready Slanted';
  src: url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Born%20Ready%20Slanted/BornReadySlanted.eot');
  src: local('☺'), url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Born%20Ready%20Slanted/BornReadySlanted.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Born%20Ready%20Slanted/BornReadySlanted.ttf') format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Born%20Ready%20Slanted/BornReadySlanted.svg') format('svg');
  font-weight: 400;
}

/* Graphik */

@font-face {
  font-family: 'Graphik';
  src: url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Graphik/Regular/graphik.eot');
  src: local('☺'), url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Graphik/Regular/graphik.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Graphik/Regular/graphik.ttf') format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Graphik/Regular/graphik.svg') format('svg');
  font-weight: 400;
}

@font-face {
  font-family: 'Graphik';
  src: url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Graphik/Medium/Graphik-Medium.eot');
  src: local('☺'), url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Graphik/Medium/Graphik-Medium.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Graphik/Medium/Graphik-Medium.ttf') format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Graphik/Medium/Graphik-Medium.svg') format('svg');
  font-weight: 500;
}

@font-face {
  font-family: 'Graphik';
  src: url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Graphik/Light/Graphik-Light.eot');
  src: local('☺'), url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Graphik/Light/Graphik-Light.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Graphik/Light/Graphik-Light.ttf') format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Graphik/Light/Graphik-Light.svg') format('svg');
  font-weight: 300;
}

/* Krungthep */

@font-face {
	font-family: 'Krungthep';
	src: url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Krungthep/Krungthep.eot');
	src: local('☺'), url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Krungthep/Krungthep.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Krungthep/Krungthep.ttf') format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Krungthep/Krungthep.svg') format('svg');
	font-weight: 400;
}

/* Acumin Pro Italic */

@font-face {
	font-family: 'AcuminPro';
	src: url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Acumin/AcuminPro-Italic.eot');
	src: local('☺'), url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Acumin/AcuminPro-Italic.woff') format('woff'), 
    url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Acumin/AcuminPro-Italic.ttf') format('truetype'), 
    url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Fonts/Acumin/AcuminPro-Italic.svg') format('svg');
	font-weight: 400;
  font-style="italic";
}



body{
    padding:0;
    font-size: 16px ;
    line-height: 1.4;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    width:100%;
    background: #fff ;
    font-family: 'Graphik';
    margin:0 auto;;
}

.row-fluid [class*="span"].wrapper{
    width: 100%;
    max-width: 1270px;
    margin-left:auto;
    margin-right:auto;
    float: none;
    padding-left:15px;
    padding-right:15px;
}

.row-fluid [class*="span"].wrapper-large{
  max-width:1260px;
  margin-left:auto;
  margin-right:auto;
  float: none;
  padding-left:15px;
  padding-right:15px; 
}

h1,h2,h3,h4,h5,h6,p,a{
    text-transform:initial;
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:15px;
    color:#575959;
}

.zero-margin h1,
.zero-margin h2,
.zero-margin h3,
.zero-margin h4,
.zero-margin h5,
.zero-margin h6,
.zero-margin p,
.zero-margin a{
    margin-bottom:0;
}

.body-container-wrapper ul,.body-container-wrapper li{
    margin-bottom:15px;
}

ul{
   list-style-type:none;
}

a{
    margin-bottom:0;
    cursor:pointer;
}

h1{
  font-size:49px;
  line-height:55px;
  font-weight:500;
}

h2{
  font-size:32px;
  line-height:42px;
  font-weight:500;
}

h3{
  font-size:26px;
  line-height:35px;
  font-weight:500;
}

h4{
  font-size:23px;
  line-height:29px;
  font-weight:500;
}

h5{
  font-size:22px;
  line-height:28px;
  font-weight:500;
}

h6{
  font-size:20px;
  line-height:26px;
  font-weight:500;
}

a{
  font-size:16px;
  line-height:22px;
}

p{
  font-size:16px;
  line-height:24px;
}

.big-p p{
   font-size:20px;
   line-height:29px;
   letter-spacing:0;
   color:#575959;
   font-weight:normal;
}

.body-container-wrapper {
    background:#fff;
    overflow:hidden;
}

.body-container-wrapper ul{
    padding:0;
    text-decoration:none;
    list-style-type:none;
    margin:20px 0;
}

.body-container-wrapper ol{
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:15px;    
}

.body-container-wrapper li{
    position:relative;
    margin-left:10px;
    margin-bottom:8px;
}

.body-container-wrapper ol li:before{
    display:none;
}

.no-list-style li ul{
    margin:0;
    padding:0;
}

.no-list-style li{
    margin:0;    
}

.no-list-style li:before{
    display:none;
}

.body-container-wrapper ul li a{
    font-size:13px;
}

blockquote{
    margin: 0;
    font-size: 16px;
    font-style: italic;
    color: #a9a9a9;
    font-weight: 300;
    padding-left: 17px;
    border-left: 2px solid ;
    margin-left: 4px;
    margin-top: 25px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}


body a.cta_button[title],
body .container-fluid .row-fluid .hs-button{
    background:#fc7753;
    font-size: 16px;
    line-height:30px;
		padding: 9px 36px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    letter-spacing: 0px;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 0;
    position: relative;
    border:none;
    z-index: 1;
}

/* body a.cta_button[title]:hover,
body .container-fluid .row-fluid .hs-button:hover{
   background:#004250;
   transition: all .2s ease-in;
} */

body .simple-cta a.cta_button[title]{
    background:transparent;
    border:0;
    padding-left:0;
    padding-top:0;
    padding-bottom:0;
    position:relative;
    color: #be1e2d;
    font-size:17px;
}

body .simple-cta a.cta_button[title]:hover{
   box-shadow:none;
}

.simple-cta a:after{
    content: '';
    background: url(https://www.eclipxcommercial.com.au/hubfs/EclipxCommercial%20Assets%20August%202017/Images/right-arrow%20%282%29.svg?t=1535456286534);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-left: 0px;
    width: 16px;
    height: 16px;
    right: 0;
    top: 2px;
    position: absolute;
    z-index: 2;
    transition:0.2s all ease-in;
}  

.simple-cta a:hover:after{
   right:-5px;
   transition:0.3s all ease-in;
}

body .white-cta a.cta_button[title]{
    background:#fff;
    color:#16394f;
    font-size:14px;
    letter-spacing:0;
    font-family: "LL Circular Medium Web";
    font-weight:500;
}


@media(max-width:795px) and (min-width: 768px){
  body .white-cta a.cta_button[title]{
    font-size: 13px;
  }
}

@media(max-width:767px){
  body .white-cta a.cta_button[title]{
    display: none;
  }
}

.align-center {
    text-align:center;
}

.align-left {
    text-align:left;
}

.align-right {
    text-align:right;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.overlay{
    position:relative;
    z-index:1;
}

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  background:;
    z-index: -1;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a,
.all-text-white .simple-cta a.cta_button,
.all-text-white.simple-cta a.cta_button{ 
    color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
.text-margin-zero .widget-type-cta{
    margin:0;
}

body .container-fluid .row-fluid [class*="span"]{
    min-height:0;
}

.section-bg{
    background-size: cover!important;
    background-position: center center!important;
}

.section-bg .bg-image{
    display:none!important;
}



@media (min-width: 768px) {
    
.equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}     

}


/*========================================================
         Typography Responsive Styling
========================================================*/

@media (min-width:768px) and (max-width:1024px){

.row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
}

.row-fluid [class*="span"].wrapper-large{
  padding-left:40px;
  padding-right:40px; 
}
  
.border-left h2{
   padding-left:20px;
}
  
.border-left h2:after{
   left:0;
}
  
.bold-p p{
   font-size:17px;
}

h1 {
    font-size: 32px;
    line-height:45px;
}

h2 {
    font-size: 28px;
    line-height:30px;
}

h3 {
    font-size: 20px;
    line-height:22px;
}

h4{
    font-size: 18px;
}


h6{
    font-size:11px;
}

body a.cta_button,
body .container-fluid .row-fluid .hs-button{    
    padding:14px 25px;
    font-size:14px;
}
  
p,.body-container-wrapper li{
    font-size:18px;
    line-height:30px;
}

}




@media (max-width:767px){

.row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
}

.border-left h2{
   padding-left:20px;
}
  
.border-left h2:after{
   left:0;
}
  
h1 {
    font-size: 40px;
     line-height:48px;
}

h2 {
    font-size: 28px;
    line-height:35px;
}

  
h3 {
    font-size: 18px;
    line-height:27px;
}

h4{
    font-size: 16px;
}

h5{
    font-size: 12px;
    line-height: 18px;
}

h6{
    font-size:11px;
}
  
.bold-p p{
   font-size:17px;
}
  
.align-right {
    text-align: center;
}

.align-left {
    text-align: center;    
}

body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
}
  
.full-width-left-cta a.cta_button[title]{
     font-size:14px;
     padding:17px 4px;
}
  
.full-width-right-cta a.cta_button[title]{
     font-size:14px;
     padding:17px 4px;
}

p,
.body-container-wrapper li{
    font-size:16px;
    line-height:27px;
}

.change-order-on-mobile .wrapper .row-fluid-wrapper>.row-fluid{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

}


@media (max-width:480px){
    
.body-container-wrapper a.cta_button, body .container-fluid .row-fluid .hs-button {
    padding-left:0;
    padding-right:0;
    width:100%;
    box-sizing:border-box!important;
}

.body-container-wrapper .simple-cta a.cta_button{
    width:auto;
}

}

/*==================================================
            Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -4.5%;
}


body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 46%;
    -webkit-flex-basis: 46%;
    float: left;
    margin-right: 4%;
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media (max-width: 767px){

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 35px auto 0;
    float: none;
}

body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
}

}




/*==================================================
            Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.43%;
    margin-top: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}


@media (max-width:767px){
  
body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
    float: none;
}   
}










/*==================================================
            Six Col Adjust 
==================================================*/

body .container-fluid .row-fluid .six-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -6.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 13.5%;
    -webkit-flex-basis: 13.5%;
    float: left;
    margin-right: 2.5%;
    margin-top: 20px;
    box-sizing:border-box;
    position:relative;
}




@media (max-width:767px){
 
body .container-fluid .row-fluid .six-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
}   
}




/*==================================================
            Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 22.5%;
    -webkit-flex-basis: 22.5%;
    float: left;
    margin-right: 2.5%;
    margin-top: 30px;
    box-sizing:border-box;
    position:relative;
}




@media (max-width:767px){
 
body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
}   
}





/*=========================================================
                    FORM STYLING
=========================================================*/                

/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
   color:#a3a3a3;
}

:-moz-placeholder {
   color:#a3a3a3;
}

::-moz-placeholder {  
   color:#a3a3a3;
}

:-ms-input-placeholder {  
   color:#a3a3a3;
}

select::-ms-expand {
    display: none;
}



.row-fluid form li{
    margin:0;
}

textarea{
  overflow:hidden;
  resize:none;
}

.row-fluid  form li:before{
    display:none;
}

.submitted-message{
   text-align:center;
}

body .row-fluid  form input,
body .row-fluid  form select,
body .row-fluid  form textarea{
    height: 58px;
    color:#575959!important;
    font-size: 18px;
    background:#fff;
    line-height: normal;
    letter-spacing: 0px;
    padding: 0;
    margin-bottom: 14px;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:4px;
    border:none;
    border:1px solid #c5c5c5;
    width:100%;
}

.row-fluid  form textarea{
    height:160px; 
    resize:none;
}

.row-fluid  form select{
    color: #989898;
}

.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
    outline:0;
}

.row-fluid form input::placeholder{
   font-size:14px;
   line-height:26px;
   letter-spacing:0;
   font-weight:normal;
}

.row-fluid form input:-ms-input-placeholder,
.row-fluid form textarea:-ms-input-placeholder{
   font-size:14px;
   line-height:26px;
   letter-spacing:0;
   font-weight:normal;
   color:#a3a3a3;
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
    margin-bottom:0;
}

.row-fluid form .field>label{
    font-size: 14px;
    line-height: normal;
    letter-spacing:0;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
    margin-top: 3px;
    color: #575959;
    
}

.row-fluid form .hs_submit .actions{
    text-align:center; // CTA Button Alignment
}

.row-fluid form .hs-button.primary{
    height: auto;
    margin-top: 30px;
}

form .hs-error-msgs{
    margin:0;
    padding:0;
}

form .hs-error-msgs li{
    line-height: 1;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    top: -4px;
    letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

body .row-fluid .hs-form fieldset {
    max-width: 100%;
}

form .hs-form-required{
    display:inline-block;
    color:#575959;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
    margin:0;
    padding:0;
}

.body-container-wrapper form ul,
form ul{
    list-style:none;
}


.body-container-wrapper form li:before{
    display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
    margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
    margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
    margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
    margin-right:0;
}

body .row-fluid select{
    /*background: #fff url(//cdn2.hubspot.net/hubfs/2558854/DreamPack/Select%20Arrow.png) no-repeat;*/
    background-position: center right;
    -webkit-appearance: none;
}





/*=======================================================
            CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    padding: 0;
    border-radius: 4px;
    /*background: #fff;*/
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 2px solid #ddd;
    margin-right: 8px;
    top: 27px; 
    width: 20px;
    height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    top: 3px;
    left: 2px;
    border: 3px solid ;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input  input[type="radio"]{
    border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    /*background: ;*/
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}



@media (max-width:480px){

body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
}

body .row-fluid .hs-form fieldset .input{
    margin:0;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

.row-fluid form .hs_submit .actions{
    text-align:center;
}
}



/*********************************** TYPOGRAPHY SECTION END ***************************************************/





/********************************** Header Style Starts Here **********************************/


.header-main {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
}

/* Top Bar Styles Start Here */

.top_bar { background: #fff5f3; width: 100%; padding: 15px 0;position:relative; }
.top_bar_container { max-width: 1060px; padding: 0 20px; margin: 0 auto; width: 100%; }
.top_bar_left { display: inline-block;vertical-align: middle; }
.top_bar_left h3 { font-size: 34px; line-height: 22px; font-family: 'Born Ready Slanted'; font-weight: 400; color: #FC7753; display: inline-block; }
.top_bar_left h4 { font-size: 24px; line-height: 22px; font-family: 'Born Ready Slanted'; font-weight: 400; color: #FC7753; display: inline-block;margin-left: 5px;}
.top_bar_right { display: inline-block; vertical-align: middle; margin-left: 17px; }
.top_bar_right p { margin-bottom: 0; }
.top_bar_right p a { display: inline-block; font-size: 16px; font-weight: 700; line-height: 1.38; color: #fc7753; border: 1px solid; padding: 6.5px 10px;margin-left:12px;}
.top_bar > a { display: inline-block; position: absolute; top: 20px; right: 54px; width: 18px; }
.top_bar_right p a:hover { background: rgba(255,255,255,0.55); }

/* Main Header Styles Start Here */

.header-module { margin-top: 20px; margin-right:200px; }
.header-module .header-container { max-width: 1440px; width: 100%; margin: 0 auto; padding: 0 52px; display: flex; flex-wrap: wrap; align-items: center; }
.header-logo {margin-right: auto;max-width: 190px;width:100%;}
.header-logo a img { width: 100%; } 
.header-logo a { display: inline-block; width: 100%; }
.header-menu { width: calc(100% - 290px); }
.header-menu ul.RegularMenu { display: flex !important; flex-wrap: wrap; align-items: center; float:right; }
.header-menu ul.RegularMenu li:not(:last-child) { margin-right: 34px; }
.header-menu ul.RegularMenu li:last-child{margin-left:auto;}
.header-menu ul.RegularMenu li a{font-size: 16px;font-weight: 500;color: #575959;line-height:22px;}
.homepage .header-menu ul.RegularMenu li a{color:#fff;}
.header-menu ul.RegularMenu li a:hover {color: #fc7753;}


.white-logo{display:none;}
.homepage img.grey-logo{display:none;}
.homepage img.white-logo { display: inline-block; }






/*==================================================================
            Blog Page Styling Start 
====================================================================*/





/****************** Blog Listing Banner Section Styling *****************/



.blog-listing-banner{
   padding:193px 0 90px;
   position:relative;
   z-index:1;
}

.blog-listing-banner:before{
   position:absolute;
   left:0;
   bottom:-230px;
   content:'';
   background:url('https://cdn2.hubspot.net/hubfs/3786587/Aged%20Care%20Documents/combined-shape.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:289px;
   height:644px;
   z-index:-1;
}

body .row-fluid .blog-listing-banner .heading-container p{
   max-width:416px;
   margin:0 auto;
   float:none;
}





/****************** Blog Subscribe Section Styling ******************/



.blog-subscribe-section{
   padding:80px 0;
   background:rgba(57, 196, 255, 0.07);
   border-bottom:1px solid #eff2f4;
}

body .row-fluid .blog-subscribe-section .form-container{
   max-width:956px;
   background:#fff;
   margin:0 auto;
   float:none;
   padding: 43px 59px 35px;
   border-radius:3px;
   position:relative;
   border:1px solid #2babe2;
}

body .row-fluid .blog-subscribe-section .form-container .heading-container{
   margin-bottom:20px;
}

.blog-subscribe-section .form-container .rocket-image{
  position: absolute;
  right: 70px;
  top: 34px;
  width: 199px;
  z-index:0;
}

body .row-fluid .blog-subscribe-section .form-container form input{
   width:100%;
   position:relative;
   float:left;
}

body .row-fluid .blog-subscribe-section .form-container form{
   max-width:700px;
   position:relative;
}

.blog-subscribe-section .heading-container{
   max-width:543px;
}

body .row-fluid .blog-subscribe-section .form-container form .hs-button{
  color: #fff !important;
  border-radius: 3px;
  font-weight: 500;
  position: absolute;
  right: -137px;
  top: -120px;
  width: 16.6%;
  padding: 14px 14px;
  border:1px solid #fc7753;
  transition:0.3s all ease-in-out;
}

body .row-fluid .blog-subscribe-section .form-container form .hs-button:hover{
   background:#fff;
   color:#fc7753!important;
   border:1px solid #fc7753;
  transition:0.3s all ease-in-out;
}

 body .row-fluid .blog-subscribe-section .form-container .heading-container{
     position:relative;
     z-index:3;
  }

body .row-fluid .blog-subscribe-section .form-container{
  position:relative;
     z-index:3;
}

@media(max-width:1024px){

body .row-fluid .blog-subscribe-section .form-container form{
   max-width: 100%;
}
  
body .row-fluid .blog-subscribe-section .form-container form .hs-button {
    width: 100%;
    right:0;
    top:0;
    position:relative;
   margin-top:0;
}

.blog-subscribe-section .form-container .rocket-image{
   right:10px;
}
  
 
}



@media(max-width:767px){

.blog-subscribe-section .form-container .rocket-image{
   display:none;
}
  
body .row-fluid .blog-subscribe-section .form-container {
    padding: 33px 29px 35px;
}
  
body .row-fluid .blog-subscribe-section .form-container .heading-container h2{
  font-size: 20px !important;
  line-height: 28px;
}
  
body .row-fluid .blog-subscribe-section .form-container form .hs-button{
  max-width: 100%;
  box-sizing: border-box!important;
}
  
body .row-fluid .blog-subscribe-section .form-container form input{
     width:100%!important;
 }
  
/*  .header-module {
    margin-right: 130px;
  } */
}

/******************** Recent Single Post Section Styling ****************/



.recent-single-posts .bg-width-height{
   height:358px;
   width: 100%;
   border-radius:4px;
}

.blog-recent-post-section .recent-posts .tag-author-cont span h6{
   font-size:11px!important;
}

.recent-single-posts .span5{
   width: 55.17094%;
}

.blog-post-single{
  position:relative;
  z-index:1;
  padding-bottom:63px;
}

.recent-single-posts .tag-author-cont a.author-link{
   font-size:11px;
   line-height:29px;
   color:#575959;
   letter-spacing:0;
   font-weight:normal;
}

.recent-single-posts .tag-author-cont ul{
   margin:0;
}

.recent-single-posts .tag-author-cont ul li{
   margin-bottom:0;
    margin-left:0;
}

.recent-single-posts .tag-author-cont ul li a{
   font-size:11px;
   line-height:29px;
   letter-spacing:0;
   color:#575959;
   font-weight:normal;
   text-decoration:underline;
}

.recent-single-posts .tag-author-cont span h6{
   font-size:11px;
   line-height:29px;
   color:#575959;
   letter-spacing:0;
   font-weight:normal;
   position:relative;
}

.recent-single-posts .tag-author-cont span h6:before{
  position: absolute;
  left: -5px;
  top: 9px;
  bottom: 9px;
  content: '';
  background: #575959;
  width: 1px;
}

.recent-single-posts .tag-author-cont span{
   float:left;
   margin-right:10px;
}

.recent-single-posts .post-header{
   margin-bottom:7px;
}

.recent-single-posts .cta-container{
   margin-top:50px;
}

.recent-single-posts .cta-container a{
   font-size:14px;
   line-height:24px;
   letter-spacing:0;
   color:#2babe2;
   font-weight:500;
}

.hs-blog-listing .progress-bar-cm{
   display:none;
}



@media(max-width:1024px){

.recent-single-posts .tag-author-cont span h6{
   font-size:11px!important;
}
  
.recent-single-posts .tag-author-cont ul li{
     line-height:18px!important;
}
  
.recent-single-posts .post-header h2{
  font-size: 23px !important;
  line-height: 30px;
}
  
.big-p p {
    font-size: 17px;
    line-height: 27px;
}
}


@media(max-width:767px){

.recent-single-posts .bg-width-height{
    height: 248px;
    width: 100%;
    margin-bottom: 20px;
}
  
.recent-single-posts .post-header{
   display:inline-block;
}
  
.recent-single-posts .post-header {
    margin-bottom: 17px;
}
  
.blog-recent-post-section:after{
   display:none;
}
  
.recent-single-posts .span5{
   width:100%;
}
  
body .row-fluid .blog-recent-post-section .recent-posts .post-title{
  min-height: 0!important;
  display: inline-block;
  margin-bottom: 10px;
}
  
.blog-recent-post-section .recent-posts .tag-author-cont span h6{
   font-size:11px!important;
}
}




/**************** Blog Recent Post Section Styling **************/



.hs-blog-listing .blog-recent-post-section .recent-posts .post-boxes.item-1{
   display:none;
}

body.hs-blog-listing .blog-content-section{
   display:none;
}

.blog-recent-post-section .recent-posts .post-boxes.item-1,
.blog-recent-post-section .recent-posts .post-boxes.item-2,
.blog-recent-post-section .recent-posts .post-boxes.item-3,
.blog-recent-post-section .recent-posts .post-boxes.item-4{
  float: left;
  width: 30%;
  display: block;
  box-sizing: border-box;
  margin: 0 59px 25px 0;
  list-style: none;
  padding-bottom: 0;
  display: block;
  box-sizing: border-box;
  align-self: stretch;
  transition: all ease-in-out .4s;
}

.blog-recent-post-section .recent-posts .post-boxes.item-4{
   margin-right:0;
}

.recent-posts .tag-author-cont ul{
   margin:0;
}

.recent-posts .tag-author-cont ul li{
   margin-bottom:0;
   margin-left:0;
}

.recent-posts .tag-author-cont ul li a{
   font-size:11px;
   line-height:29px;
   letter-spacing:0;
   color:#575959;
   font-weight:normal;
   text-decoration:underline;
}

.blog-recent-post-section .recent-posts .image-container{
   height:238px;
   margin-bottom:25px;
}

.blog-recent-post-section .recent-posts .post-listing{
  margin: 0 -7% 0 0;
  padding: 0;
  //overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-recent-post-section .recent-posts .tag-author-cont span{
   float:left;
   margin-right:10px;
}

.blog-recent-post-section .recent-posts .tag-author-cont span h6{
   font-size:11px;
   line-height:29px; 
   letter-spacing:0;
   color:#575959;
   font-weight:normal;
   position:relative;
   margin-bottom:0;
}

.blog-recent-post-section .recent-posts .tag-author-cont ul{
   margin:0;
}

.blog-recent-post-section .recent-posts .tag-author-cont span h6:before{
  position: absolute;
  left: -5px;
  top: 9px;
  bottom: 9px;
  content: '';
  background: #575959;
  width: 1px;
}

.blog-recent-post-section .recent-posts .tag-author-cont a.author-link{
   font-size:11px;
   line-height:29px; 
   letter-spacing:0;
   color:#575959;
   font-weight:normal;
}

.blog-recent-post-section .recent-posts .span12{
   margin-left:0;
}

.blog-recent-post-section .recent-posts .post-title h4 a{
   font-size:18px;
   line-height:26px;
   letter-spacing:0;
   color:#575959;
   font-weight:500;
}

body .row-fluid .blog-recent-post-section .recent-posts .post-title{
   min-height:74px;
}

.blog-recent-post-section .link-container a.more-link{
  font-size:14px;
  line-height:24px;
  letter-spacing:0;
  color:#2babe2;
  font-weight:500;
}

.blog-recent-post-section .link-container{
   margin-top:10px;
}

.blog-recent-post-section{
   padding-bottom:40px;
   position:relative;
   z-index:1;
}

.blog-recent-post-section:after{
   position:absolute;
   right:0;
   top:-170px;
   content:'';
   background:url('https://cdn2.hubspot.net/hubfs/3786587/Aged%20Care%20Documents/combined-shape-copy.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:201px;
   height:472px;
   z-index:-1;
}

body.hs-blog-listing .blog-post-subscribe-section{
   display:none;
}

body.category-page .blog-recent-post-section:after{
   display:none;
}



@media(max-width:1024px){

.blog-recent-post-section .recent-posts .post-boxes.item-1,
.blog-recent-post-section .recent-posts .post-boxes.item-2,
.blog-recent-post-section .recent-posts .post-boxes.item-3,
 .blog-recent-post-section .recent-posts .post-boxes.item-4{
   width:29%;
   margin-right:40px;
 }
  
  .blog-recent-post-section .recent-posts .post-boxes.item-4{
     margin-right:0;
  }
}


@media(max-width:767px){

.blog-recent-post-section .recent-posts .post-boxes.item-1,
.blog-recent-post-section .recent-posts .post-boxes.item-2,
.blog-recent-post-section .recent-posts .post-boxes.item-3,
.blog-recent-post-section .recent-posts .post-boxes.item-4{
  width:100%!important;
  margin:0;
  margin-bottom:30px;
}
  
body .row-fluid .blog-post-subscribe-section{
   padding: 60px 0 60px;
}
}



/****************** Join Revolution Section Styling ***************/



/********************************** RSS Feed Two ( Slider ) Module **********************************/


/* .slider-hover { display: none; } */
.slider-flex .slider-hover { display: none; }
.rss-slider-main { display: inline-block; width: calc(100% - 103px); float: right; background: #eff2f4; padding: 54px 0 62px 48px;position:relative;box-sizing: border-box;margin-bottom:80px; }
.rss-slider-main:after{content:'';width:837px;height:837px;background-image:url('https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Images/Homepage/Combined%20Shape.svg');background-repeat:no-repeat;background-size:100%;position:absolute;z-index:-1;top:-361px;right:-361px;}
.slick-list{padding-right:400px !important;padding-left:0px !important;}

.rss-slider-main > div > h2 { color: #575959; margin-bottom: 9px; }
.rss-slider-main > div > p { max-width: 478px; font-size: 18px; line-height: 26px; color: #575959; margin-bottom: 52px; }

.slider-hover{
   z-index:11;
}

.slider-item { display: flex; flex-wrap: wrap; }

.slick-slide{margin-right:15px !important;}
.slider-flex { display: flex !important; flex-wrap: wrap; }
.slider-left { width: 58.278%; padding: 22px; background: #fff;box-sizing: border-box; }
.slider-left h6 { color: #575959; line-height: 1.25; font-size: 16px; margin-bottom: 7px; }
.slick-slide:hover .slider-left h6 {color: #2babe2 !important;}
.slider-content { color: #b5b4b4; line-height: 15px; font-size: 12px; margin-bottom: 9px; }
.slider-flex span.category , .sliderTwoHover span.category {line-height: normal;display: inline-block;padding: 4px 11px;text-align: center;border-radius: 4px;font-size: 11px;font-weight: 500;text-transform: capitalize;color: #fff;min-width: 89px;margin-bottom:10px;}


.slick-slide:nth-child(1n) span.category{background-color:#fc7753;}
.slick-slide:nth-child(2n) span.category{background-color:#bd10e0;}
.slick-slide:nth-child(3n) span.category{background-color:#7ed321;}
.slick-slide:nth-child(4n) span.category{background-color:#2babe2;}
.slick-slide:nth-child(5n) span.category{background-color:#4a90e2;}
.slick-slide:nth-child(6n) span.category{background-color:#1a325e;}
.slick-slide:nth-child(7n) span.category{background-color:#4a4a4a;}
.slick-slide:nth-child(8n) span.category{background-color:#f5a623;}

.slider-right-image { width: 41.722%; background-repeat: no-repeat; background-size: cover; background-position: center; }

.slick-hover:hover{box-shadow: 0 1px 9px 5px rgba(0, 0, 0, 0.22);}
.slider-hover{ position: absolute;z-index:11!important; display: inline-block; width: 351px; z-index: 2; background: #fff;border-top: 3px solid #fc7753; box-shadow: 0 1px 9px 5px rgba(0, 0, 0, 0.22); padding: 18px 18px 35px; }
.slider-hover-row-1 { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;margin-bottom:20px; }
.slider-hover h5 { line-height: 28px; margin-bottom: 20px; color: #575959; }
.slider-hover-description { height: 224px; overflow: auto; margin-bottom: 56px; font-size: 14px; line-height: 24px; color: #575959; }

.slider-hover > a { border-radius: 3px; background-color: #fc7753; font-size: 16px; font-weight: 500; text-align: center; color: #ffffff; padding: 9px 22px; display: inline-block;border:1px solid #fc7753;box-shadow: 0 10px 10px 0 rgba(0,0,0,0.26);margin-right:8px; }
.slider-hover > a:hover{background:#fff;color:#fc7753;}


.slider-bottom-text { text-align: right; padding-right: 250px; margin-top: 61px; }
.slider-bottom-text a { display: inline-block; font-size: 14px; line-height: 24px; color: #2a363c; vertical-align: middle; font-weight: 500; }
.slider-bottom-text a:hover{color:#2babe2;}
.slider-bottom-text a img { width: 18px; margin-left: 10px; }


.slick-next, .slick-prev { background-color: #fff !important; z-index: 2; width: 40px !important; height: 40px !important; border-radius: 100%; border: solid 1px #eaeaea !important; top: auto !important; bottom: -108px !important;background-position:center !important;background-size:10px !important;background-repeat:no-repeat !important;}
.slick-next{background-image:url("https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Images/Homepage/right-arrow-angle.svg") !important;right: 118px !important;}
.slick-prev{background-image:url("https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Images/Homepage/left-arrow-angle.svg") !important;    right: 162px !important;left:auto !important;}
.slick-next.slick-disabled{background-image:url("https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Images/Homepage/right-arrow-angle-black.svg") !important;}
.slick-prev.slick-disabled{background-image:url("https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Images/Homepage/left-arrow-angle-black.svg") !important;}
.slick-arrow:before{display:none !important;}
.slick-arrow.slick-disabled { opacity:0.65;}







/******************** Content Single Post Styling Start ******************/



.hs-blog-listing .blog-content-single-post .recent-posts .post-boxes.item-1,
.hs-blog-listing .blog-content-single-post .recent-posts .post-boxes.item-2,
.hs-blog-listing .blog-content-single-post .recent-posts .post-boxes.item-3,
.hs-blog-listing .blog-content-single-post .recent-posts .post-boxes.item-4{
   display:none;
}

.blog-content-single-post .recent-posts .post-boxes.item-5{
   display:block;
}

.content-single-post .image-container{
   height:358px;
   border-radius:4px;
}

.blog-content-single-post{
   padding:92px 0 63px;
   position:relative;
   z-index:2;
}

.hs-blog-listing .blog-content-single-post{
   display:none;
}

.content-single-post .tag-author-cont span{
   float:left;
   margin-right:10px;
}

.content-single-post .span12{
  margin-left:0;
}

.content-single-post .tag-author-cont a.author-link {
    font-size: 11px;
    line-height: 29px;
    letter-spacing: 0;
    color: #575959;
    font-weight: normal;
}

.content-single-post .tag-author-cont span h6 {
    font-size: 11px;
    line-height: 29px;
    letter-spacing: 0;
    color: #575959;
    font-weight: normal;
    position: relative;
}

.content-single-post .tag-author-cont span h6:before{
    position: absolute;
    left: -5px;
    top: 9px;
    bottom: 9px;
    content: '';
    background: #575959;
    width: 1px;
}

.content-single-post .tag-author-cont span ul li{
   margin:0;
}

.content-single-post .post-title h2 a{
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.content-single-post .link-container a.more-link{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #2babe2;
    font-weight: 500;
}

.content-single-post .link-container{
   margin-top:50px;
}

.content-single-post .left-col{
    width: 55.17094%;
}

.content-single-post .post-title{
    margin-bottom: 7px;
}






/***************** Blog Listing Content Section Styling ******************/



.blog-content-section .blog-section .hs-featured-image-wrapper{
   height:238px;
}

.blog-content-section .blog-section .post-item{
    float: left;
    width: 28.05%;
    display: block;
    box-sizing: border-box;
    margin: 0 4.4% 64px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
}

.blog-content-section .blog-section .post-listing {
    margin: 0 -7% 0 0;
    padding: 0;
    //overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.blog-content-section .blog-section #hubspot-topic_data a.topic-link{
  font-size: 11px;
  line-height: 29px;
  letter-spacing: 0;
  color: #575959;
  font-weight: normal;
  text-decoration: underline;
}

.blog-content-section .blog-section p#hubspot-topic_data{
   margin-bottom:0;
}

.blog-content-section .blog-section .hubspot-editable a.author-link{
  font-size: 11px;
  line-height: 29px;
  letter-spacing: 0;
  color: #575959;
  font-weight: normal;
}

.blog-content-section .blog-section .topic-date-cont li h6{
   font-size: 11px;
    line-height: 29px;
    letter-spacing: 0px;
    color: rgb(87, 89, 89);
    font-weight: normal;
    position: relative;
    margin-bottom:0;
}

.blog-content-section .blog-section .topic-date-cont span{
   float:left;
   margin-right:10px;
}

.blog-content-section .blog-section .span12{
  margin-left:0;
}

.blog-content-section .blog-section .topic-date-cont ul li{
   display:inline-block;
   margin-left:0;
   margin-right:10px;
   margin-bottom:0;
}

.blog-content-section .blog-section .topic-date-cont ul{
   margin-bottom:0;
}

.blog-content-section .blog-section .post-heading h2 a{
   font-size:18px;
   line-height:26px;
   letter-spacing:0;
   color:#575959;
   font-weight:500;
}

.blog-content-section .blog-section .post-heading h2{
   line-height:19px;
}

.blog-content-section .blog-section .post-heading{
   min-height:73px!important;
}

.blog-content-section .blog-section .description-cont p{
   font-size:16px;
   line-height:24px;
   letter-spacing:0;
   color:#575959;
   font-weight:normal;
}

.blog-content-section .blog-section .cta-container a.more-link{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #2babe2;
  font-weight: 500;
}

.hs-blog-listing .blog-content-section .blog-section .post-item:nth-child(1),
.hs-blog-listing .blog-content-section .blog-section .post-item:nth-child(2),
.hs-blog-listing .blog-content-section .blog-section .post-item:nth-child(3),
.hs-blog-listing .blog-content-section .blog-section .post-item:nth-child(4),
.hs-blog-listing .blog-content-section .blog-section .post-item:nth-child(5){
   display:none;
}

.blog-content-section{
   padding-bottom:30px;
   position:relative;
   z-index:1;
}

.blog-content-section:before{
   position: absolute;
    left: 0;
    top: -210px;
    content: '';
    background: url(https://cdn2.hubspot.net/hubfs/3786587/Aged%20Care%20Documents/combined-shape-copy%20%281%29.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 238px;
    height: 476px;
    z-index: -3;
}




/***************** Post Filter Section Styling ***************/



body.hs-blog-listing .post-filter-section{
   display:none;
}

body.category-page .post-filter-section{
   display:block;
}

.post-filter-section ul li{
   display:inline-block;
   margin-right:40px;
   margin-left:0;
}

.post-filter-section ul li .filter-link-count{
   display:none;
}

.post-filter-section ul li a{
   font-size:18px;
   line-height:29px;
   letter-spacing:0;
   font-weight:normal;
}

.post-filter-section ul li a.current-page{
   color:#2babe2;
   text-decoration:underline;
}

.post-filter-section{
   padding:150px 0 50px;
}

body.category-page .blog-listing-banner{
   display:none;
}

body.category-page .blog-post-single{
   display:none;
}

body.category-page .blog-recent-post-section .recent-posts .post-boxes.item-1 {
    display: block;
}

body.category-page .rss-slider-main{
   display:none;
}

body.category-page .blog-recent-post-section{
   display:none;
}

body.category-page .blog-content-section{
   display:block;
}

body.category-page .related-grp{
   display:none;
}

body.category-page .blog-recent-post-section .post-boxes.item-3{
   margin-right:0;
}

body.category-page .blog-recent-post-section .post-boxes.item-6{
   margin-right:0;
}

body.category-page .blog-content-section .blog-section .post-item:nth-child(1),
body.category-page .blog-content-section .blog-section .post-item:nth-child(2),
body.category-page .blog-content-section .blog-section .post-item:nth-child(3),
body.category-page .blog-content-section .blog-section .post-item:nth-child(4),
body.category-page .blog-content-section .blog-section .post-item:nth-child(5){
   display:block;
}

body.category-page .blog-content-section:before{
   background:url('https://cdn2.hubspot.net/hubfs/3786587/Aged%20Care%20Documents/combined-shape-copy-1.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:140px;
   height:434px;
   top:40%;
}

body.category-page .blog-content-section:after{
   position:absolute;
   right:0;
   bottom:18%;
   content:'';
   background:url('https://cdn2.hubspot.net/hubfs/3786587/Aged%20Care%20Documents/combined-shape-copy-2.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:197px;
   height:470px;
   z-index:-1;
   display:none;
}

body.category-page .body-container-wrapper{
   position:relative;
   z-index:1;
}

body.category-page .body-container-wrapper:before{
   position:absolute;
   right:0;
   top:0;
   content:'';
   background:url('https://cdn2.hubspot.net/hubfs/3786587/Aged%20Care%20Documents/combined-shape-1.svg');
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   width:437px;
   height:414px;
   z-index:-1;
}

.hs-blog-listing .all-post-top-cta{
   display:none;
}

body.category-page .all-post-top-cta{
   display:block;
}

body.category-page .all-post-top-cta a{
   color:#575959;
}

.blog-content-section{
   position:relative;
}

.blog-content-section .wrapper{
   position:relative;
}

.all-post-top-cta{
  position: absolute;
  right: 20px;
  top: -101px;
  content: '';
}

.all-post-top-cta a{
   font-size:16px;
   letter-spacing:0;
   color:#575959;
   font-weight:500;
}

.all-post-top-cta a:before{
    position: absolute;
    left: -20px;
    font-weight:bold;
    width: 20px;
    content: '←';
    top: -2px;
}


body.hs-blog-post .post-filter-section{
   display:none;
}

body.hs-blog-post .blog-listing-banner{
   display:none;
}

body.hs-blog-post .blog-post-single{
   display:none;
}

body.hs-blog-post .blog-recent-post-section{
    display:none;
}

body.hs-blog-post .rss-slider-main{
   display:none;
}

body.hs-blog-post .blog-subscribe-section{
   display:none;
}

body.hs-blog-listing .post-hero-section{
   display:none;
}

.post-section-hero .post_featured_image{
    height:404px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

.post-section-hero{
   padding:153px 0 100px;
   position:relative;
   z-index:1;
}

.post-hero-section{
   position:relative;
   z-index:1;
}

.post-hero-section:after{
   position:absolute;
   right:0;
   top:0;
   content:'';
   background:url('https://cdn2.hubspot.net/hubfs/3786587/Aged%20Care%20Documents/combined-shape%20%281%29.svg');
   width:437px;
   height:414px;
   z-index:-1;
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
}

.post-section-hero .topic-date-cont ul li{
   margin-left:0;
   margin-bottom:0;
}

.post-section-hero .topic-date-cont ul li h5 a{
   font-size:11px;
   line-height:29px; 
   color:#575959;
   letter-spacing:0;
   font-weight:normal;
}

.post-section-hero .topic-date-cont ul{
   margin:0;
}

.post-section-hero .topic-date-cont span{
   float:left;
}

.post-section-hero .topic-date-cont span h6{
   font-size:11px;
   line-height:36px; 
   color:#575959;
   letter-spacing:0;
   font-weight:normal;
   margin-bottom:0;
   margin-left:20px;
   position:relative;
}

.post-section-hero .topic-date-cont span h6:before{
  position: absolute;
  left: -10px;
  top: 11px;
  content: '';
  background: #575959;
  width: 1px;
  height: 12px;
  bottom: 0;
}

.post-section-hero .heading-cont h1 a{
   font-size:47px;
   line-height:55px;
   letter-spacing:-0.21px;
   color:#575959;
   font-weight:500;
}

.post-section-hero .heading-cont{
   margin:0;
   margin-bottom:145px;
}

.post-section-hero .author-container .hs-author-label a{
    font-size:14px;
    line-height:29px;
    letter-spacing:0;
    color:#575959;
    font-weight:normal;
} 

.post-section-hero .author-container .hs-author-label h6{
   line-height:17px;
}

.post-section-hero .author-image-width{
   height:44px;
   width:44px;
   border-radius:50%;
} 

.post-section-hero .author-container .author-info span h6{
   font-size:11px;
   line-height:13px;
   color:#575959;
   font-weight:normal;
   text-decoration:underline;
}

.post-section-hero .right-col{
   width: 53.917949%;
}

.post-section-hero .left-col{
   width: 43.47949%;
}

.post-section-hero .author-container{
   margin-left:0;
}

/* body.hs-blog-post .row-fluid .blog-content-section{
   max-width:677px;
   margin:0 auto;
   float:none;
} */

body.hs-blog-post .blog-content-section .blog-section .sharing-icon {
    position: relative;
    margin: 0;
    margin-top: 0px;
    top: 0;
    width: 10px;
    float:left;
    left:0;
    font-size:14px;
    line-height:24px;
    letter-spacing:0;
    font-weight:500;
}

body.hs-blog-post .blog-content-section .blog-section .sharing-icon li {
    font-size: 14px;
    float: left;
    margin-left: 0px;
    margin-bottom: 10px;
    color:#2babe2;
    border:2px solid #dff3fd;
    width:31px;
    height:31px;
    border-radius:50%;
    line-height:31px;
    transition:0.3s all ease-in-out;
}

body.hs-blog-post .blog-content-section .blog-section .sharing-icon li:hover{
   border:2px solid #2babe2;
   transition:0.3s all ease-in-out;
}

body.hs-blog-post .blog-content-section .blog-section .sharing-icon li:first-child{
  position: relative;
  left: -2px;
  border: none;
  width: auto;
  height: auto;
  border-radius: 100%;
}

body.hs-blog-post .blog-content-section .blog-section .sharing-icon{
   text-align:center;
}

body.hs-blog-post .blog-content-section .blog-section .sharing-icon li i{
   font-size:17px;
}


body.hs-blog-post .blog-content-section .blog-section .blog-post-wrapper{
   max-width:677px;
   margin:0 auto;
   float:none;
}

body.hs-blog-post .row-fluid .blog-content-section .wrapper{
   max-width:1090px;
   position:initial;
}

body.hs-blog-post .blog-content-section{
   padding:96px 0 50px;
}

body.hs-blog-post .blog-content-section .blog-section .post-body p{
   font-size:17px;
   line-height:35px;
   letter-spacing:0;
   color:#575959;
   font-weight:normal;
   margin-bottom:40px;
}

body.hs-blog-post .blog-content-section .blog-section .post-body a{
  text-decoration:underline;
  font-size:17px;
  line-height:35px;
  letter-spacing:0;
  color:#575959;
  font-weight:bold;
}

body.hs-blog-post .blog-content-section .blog-section .post-body ul li{
   font-size:17px;
   line-height:35px;
   letter-spacing:0;
   color:#575959;
   font-weight:normal;
   margin-left:35px;
   position:relative;
}

body.hs-blog-post .blog-content-section .blog-section .post-body blockquote{
   font-size:25px;
   line-height:38px;
   letter-spacing:-0.54px;
   color:#2babe2;
   font-weight:500;
   font-style:normal;
   margin-top:30px;
   margin-bottom:20px;
}

body.hs-blog-post .blog-content-section .blog-section .post-body h6{
   font-size:12px;
   line-height:25.8px;
   letter-spacing:0.69px;
   color:#575959;
   font-weight:500;
   text-transform:uppercase;
   margin-bottom:50px;
}

body.hs-blog-post .blog-content-section .blog-section .post-body h3{
   font-size:27px;
   line-height:42px;
   letter-spacing:0;
   color:#575959;
   font-weight:500;
}

body.hs-blog-post .blog-content-section .blog-section .post-body ul li:before{
   position: absolute;
    left: -25px;
    top: 15px;
    content: '';
    background: #575959;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

body.hs-blog-post .blog-content-section .blog-section .post-body iframe{
   margin:40px 0 50px;
}

.blog-content-section .related-grp {
    position: absolute;
    top: 51%;
    left: 104px;
}

.blog-content-section .related-grp h6:before {
    content: "";
    position: absolute;
    width: 162px;
    height: 1px;
    background: #000;
    left: -170px;
    top: 14px;
}

.blog-content-section .related-grp h6{
   font-size:11px;
   line-height:29px;
   color:#575959;
   letter-spacing:0;
   font-weight:normal;
   text-decoration:underline;
}

.blog-content-section .related-grp h5{
    font-size:14px;
    line-height:20px;
    letter-spacing:0;
    color:#575959;
    max-width:190px;
    margin-top:10px;
    margin-bottom:10px;
}

.blog-content-section .related-grp a.cta_button{
   background:transparent;
   color:#2babe2;
   font-size:14px;
   line-height:24px;
   letter-spacing:0;
   font-weight:500;
   padding:0;
}

.blog-post-subscribe-section .left-col{
   border-right:1px solid #2babe2;
   width: 45.717949%;
    padding-right: 30px;
}

body .row-fluid .blog-post-subscribe-section .wrapper{
   max-width:1200px;
}

body .row-fluid .blog-post-subscribe-section .form-heading{
   margin-bottom:20px;
   max-width:448px;
}

body .row-fluid .blog-post-subscribe-section form{
   position:relative;
}

body .row-fluid .blog-post-subscribe-section .paper-plane{
   position:absolute;
   right:0;
   top:0;
   content:'';
   width:165px;
   float:right;
}

body .row-fluid .blog-post-subscribe-section{
   position:relative;
}

body .row-fluid .blog-post-subscribe-section form .hs-button{
   font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    color: #fff!important;
    border-radius: 3px;
    padding: 14px 56px;
    display: block;
    width: auto;
    max-width: 100%;
    margin-top: -10px;
    border:1px solid #fc7753!important;
    transition:0.3s all ease-in-out;
   
}

body .row-fluid .blog-post-subscribe-section form .hs-button:hover{
   background:#fff;
   color:#fc7753!important;
   border:1px solid #fc7753!important;
   transition:0.3s all ease-in-out;
}

body.hs-blog-post .blog-content-section:before{
   display:none;
}

body.hs-blog-post .blog-content-section:after{
   position:absolute;
   right:0;
   bottom:30%;
   content:'';
   background:url('https://cdn2.hubspot.net/hubfs/3786587/Aged%20Care%20Documents/combined-shape-copy%20%282%29.svg');
   width:236px;
   height:622px;
   background-repeat:no-repeat;
   background-size:cover;
   background-position:center center;
   z-index:-1;
}



@media(max-width:1300px){

.blog-content-section .related-grp{
   left: 30px;
}
}


@media(max-width:1230px){

.blog-recent-post-section .recent-posts .post-boxes.item-1,
.blog-recent-post-section .recent-posts .post-boxes.item-2,
.blog-recent-post-section .recent-posts .post-boxes.item-3,
.blog-recent-post-section .recent-posts .post-boxes.item-4{
     width:29%;
 }
  
.post-section-hero .right-col{
   width: 51.917949%;
}
}




@media(max-width:1024px){

.post-filter-section ul li{
   margin-right: 10px;
}
  
.post-filter-section ul li a{
    font-size:15px;
}
  
body .row-fluid .blog-post-subscribe-section .paper-plane{
   display:none;
}
  
.blog-content-section .related-grp{
    display:none;
}
  
.all-post-top-cta {
    left: 60px;
    top: -61px;
}
  
body.category-page .blog-content-section .blog-section .post-item:nth-child(3n){
   margin-right:0;
   width: 28.2%;
}
  
.blog-content-section .blog-section .hs-featured-image-wrapper {
    height: 200px;
}
  
.blog-content-section .blog-section .topic-date-cont li h6{
   font-size:11px!important;
}
  
.blog-content-section .blog-section .topic-date-cont ul li{
   margin-right:3px;
}
  
.blog-content-section .blog-section .post-heading h2 a {
    font-size: 16px;
    line-height: 22px;
}
  
.blog-content-section .blog-section .post-heading {
    margin-top: 10px;
}
  
.blog-content-section .blog-section .description-cont p {
    font-size: 15px;
    line-height: 20px;
}
  
.blog-content-section .blog-section .description-cont{
   margin-top:10px;
}
  
.post-section-hero .heading-cont h1 a{
  font-size: 37px;
  line-height: 45px;
}
  
 body.hs-blog-post .blog-content-section .blog-section .post-body img{
     width:100%;
     float:left;
  }
  
  
}


@media(max-width:767px){

.post-filter-section{
   padding: 50px 0 50px;
}
    
.post-section-hero .left-col{
   width:100%;
}
  
  .post-section-hero .topic-date-cont span h6{
     font-size:11px!important;
  }
  
.post-section-hero .heading-cont h1 a {
    font-size: 29px;
    line-height: 35px;
}
  
.post-section-hero {
    padding: 43px 0 50px;
    position: relative;
    z-index: 1;
}
  
.post-filter-section ul li{
  margin-right: 0;
  width: 100%;
}
  
.post-filter-section ul{
    text-align:center;
}
  
body.category-page .all-post-top-cta{
  text-align: center;
  left: 0;
}
  
.post-section-hero .heading-cont {
    margin: 0;
    margin-bottom: 35px;
}
  
.post-section-hero .author-image-width {
    float: left;
    margin-right: 10px;
}
  
.all-post-top-cta a:before{
   display:none;
}
  
body.category-page .body-container-wrapper:before{
   display:none;
}
  
.blog-content-section .blog-section .post-item{
  margin:0;
  width:100%;
  margin-bottom:30px;
}
  
.blog-content-section .blog-section .post-listing{
   margin:0;
}
  
.blog-content-section .blog-section .post-heading{
    min-height:0!important;
}
  
body.category-page .blog-content-section .blog-section .post-item:nth-child(3n) {
    margin-right: 0;
    width: 100%;
}
  
body.category-page .blog-content-section:before{
   display:none;
}
  
.blog-listing-banner{
   padding: 93px 0 70px;
}
  
.blog-listing-banner:before{
   display:none;
}
  
.post-section-hero .right-col{
   width:100%;
}
  
.post-section-hero .author-container .author-info span h6{
   font-size:11px!important;
}
  
.post-section-hero .post_featured_image {
    height: 275px;
    margin-top: 30px;
}
  
.post-hero-section:after{
   display:none;
}
  
.blog-post-subscribe-section .left-col{
  border-right: none;
  width: 100%;
  padding-right: 0;  
}
  
body .row-fluid .blog-post-subscribe-section .right-col {
    position: relative;
    width: 100%;
    margin-top:30px;
    border-top:1px solid #2babe2;
    padding-top:40px;
}
  
body .row-fluid .blog-post-subscribe-section form .hs-button{
  width: 100%;
  box-sizing: border-box!important;
}
  
body .row-fluid .blog-post-subscribe-section form input{
   width:100%!important;
}
  
.blog-post-subscribe-section .left-col .author-info-cm .author-info h6{
   font-size:12px!important;
}
  
.blog-post-subscribe-section .left-col .author-info-cm .author-image-width{
   float:left;
    margin-top:24px;
}
  
.blog-post-subscribe-section .left-col .author-info-cm .author-info a {
    font-size: 23px;
    line-height: 22px;
}
  
.blog-post-subscribe-section .left-col .author-info-cm .author-info {
    float: right;
}
  
.post-section-hero .heading-cont{
   display:inline-block;
}
  
.post-section-hero .topic-date-cont ul li h5{
   line-height: 29px;
}
  
 

}


/*************** Blog Post Email Subsribe Styling ****************/



.blog-post-subscribe-section .left-col .author-info-cm .hs-author-avatar{
   width:77px;
   height:77px;
   border-radius:50%;
}

.blog-post-subscribe-section .left-col .author-info-cm .author-image-width{
   width: 18.076923%;
}

.blog-post-subscribe-section .left-col .author-info-cm .author-info h6{
   font-size:12px;
   line-height:29px;
   letter-spacing:0;
   color:#575959;
   font-weight:normal;
   text-decoration:underline;
}

.blog-post-subscribe-section .left-col .author-info-cm .author-info{
   width: 79.358974%;
}

.blog-post-subscribe-section .left-col .author-info-cm .author-info a{
   font-size:27px;
   line-height:32px;
   letter-spacing:0;
   color:#575959;
   font-weight:500;
}

.blog-post-subscribe-section .left-col .author-info-cm .author-info h5{
   font-size:14px;
   line-height:29px;
   letter-spacing:0;
   color:#575959;
   font-weight:normal;
}

.blog-post-subscribe-section{
   background:rgba(57, 196, 255, 0.07);
   padding: 68px 0 50px;
}

.blog-post-subscribe-section .description-container{
   margin-top:20px;
}

.blog-post-subscribe-section .description-container p{
   font-size:16px;
   line-height:28px;
   letter-spacing:0;
   color:#575959;
   font-weight:normal;
}

.blog-post-subscribe-section .cta-container a.more-link{
   font-size:14px;
   line-height:24px;
   color:#2babe2;
   font-weight:500;
   text-decoration:underline;
}

.blog-post-subscribe-section .right-col{
   position:relative;
   width: 50.717949%;
}



@media(max-width:1024px){

body .row-fluid .blog-post-subscribe-section .left-col .author-info-cm .hs-author-avatar{
  width:47px;
  height:47px;
}
  
  .blog-post-subscribe-section .left-col .author-info-cm .author-info h5{
     font-size:14px!important;
  }
  
  body.hs-blog-post .blog-content-section .blog-section .sharing-icon{
     display:none;
  }
}


@media(max-width:767px){

body.hs-blog-post .blog-content-section{
   padding: 0 0 50px;
}
  
body.hs-blog-post .blog-content-section .blog-section .post-body blockquote {
    font-size: 19px;
    line-height: 29px;
}
  
body.hs-blog-post .blog-content-section .blog-section .post-body h6{
   font-size:12px!important;
   margin-bottom:20px;
}
  
body.hs-blog-post .blog-content-section .blog-section .post-body p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
}
  
body.hs-blog-post .blog-content-section .blog-section .post-body ul li {
    font-size: 17px;
    line-height: 28px;
}
  
body.hs-blog-post .blog-content-section .blog-section .post-body ul li:before {
    top: 10px;
}
  
body.hs-blog-post .blog-content-section:after{
   display:none;
}
  
body.hs-blog-post .blog-content-section .blog-section .post-body iframe{
  width: 100%;
  height: 300px;
  margin: 20px 0 30px;
}
}



/****************** Recommended Post Section Styling *************************/




body .row-fluid .recommended-post-section{
   padding:64px 0 36px;
   border-bottom:1px solid #eff2f4;
   background-image: linear-gradient(to bottom, #ffffff, rgba(200, 210, 229, 0.18));
}

body.hs-blog-listing .recommended-post-section{
   display:none;
}

.recommended-post-section .heading-container{
   margin-bottom:56px;
}

.recommended-post-section .related-post-section .post-item {
    display: block;
    box-sizing: border-box;
    list-style: none;
    padding-bottom: 0;
    float: left;
    width: 30%;
    margin-right: 59px;
    position: relative;
}

.recommended-post-section .related-post-section .post-item:last-child{
   margin-right:0;
}

.recommended-post-section .hs-featured-image-wrapper .featured-image{
   height:138px;
   margin-bottom:15px;
   border-radius:5px;
   background-size:cover!important;
}

.recommended-post-section .post-list-topics span{
   float:left;
   width:auto;
   margin-right:10px;
}

.recommended-post-section .post-list-topics a.topic-link{
    font-size:11px;
    line-height:29px;
    letter-spacing:0;
    color:#aeaeae;
    font-weight:normal;
}

.recommended-post-section .post-list-topics .author-link{
    font-size:11px;
    line-height:29px;
    letter-spacing:0;
    color:#aeaeae;
    font-weight:normal;
}

body .row-fluid .recommended-post-section span.date{
   font-size:11px;
    line-height:29px;
    letter-spacing:0;
    color:#aeaeae!important;
    font-weight:normal;
    position:relative;
}

body .row-fluid .recommended-post-section span.date:before{
   position: absolute;
    left: -5px;
    top: 9px;
    bottom: 0;
    content: '';
    background: #aeaeae;
    width: 1px;
    height: 10px;
}

body .row-fluid .recommended-post-section .post-header{
   margin-left:0;
}

.recommended-post-section .post-header h2 a{
   font-size:18px;
   line-height:26px;
   letter-spacing:0;
   color:#575959;
   font-weight:500;
}

.recommended-post-section .post-header h2{
   line-height:20px;
   min-height:80px;
}

.recommended-post-section .cta-container{
   margin-left:0;
}

.recommended-post-section .cta-container a.read-more-link{
   font-size:14px;
   line-height:24px;
   letter-spacing:0;
   color:#2babe2;
   font-weight:500;
}


@media(max-width:1230px){

.recommended-post-section .related-post-section .post-item{
   width:29%;
}
}


@media(max-width:1024px){

.recommended-post-section .related-post-section .post-item {
    width: 30%;
    margin-right: 30px;
}
}



@media(max-width:767px){

.recommended-post-section .related-post-section .post-item{
  width:100%;
  margin-right:0;
  margin-bottom:30px;
}
  
.recommended-post-section .related-post-section .post-item .post-header{
  width: 100%;
  float: none;
  display: inline-block;
}
  
.recommended-post-section .post-header h2 {
    line-height: 20px;
    min-height: 0;
    margin-bottom: 20px;
}
  
.recommended-post-section .heading-container {
    margin-bottom: 30px;
}
}

/********************* Blog Footer Styling ********************/



.footer-blog{
   padding:70px 0;
}

.footer-blog p{
   font-size:13px;
   line-height:22px;
   letter-spacing:0;
   color:#c5c5c5;
   font-weight:normal;
   margin-top:15px;
   margin-bottom:0;
}







/*================================================================
        Pricing Page Styling Start 
==================================================================/




/************* Pricing Banner Section Styling ***********************/




.pricing-banner-section{
   padding:180px 0 40px;
   position:relative;
   z-index:1;
}

.pricing-banner-section:before{
   position: absolute;
    left: 0;
    bottom: -350px;
    content: '';
    background: url(https://cdn2.hubspot.net/hubfs/3786587/Aged%20Care%20Documents/combined-shape-copy-1.svg);
    background-repeat: no-repeat;
    width: 140px;
    height: 434px;
    z-index: -1;
}

.pricing-banner-section .heading-container h1{
   margin-bottom:20px;
}




@media(max-width:1330px){

.pricing-banner-section:before{
   display:none;
}
}


@media(max-width:1024px){

.pricing-banner-section{
   padding: 140px 0 40px;
}
}



@media(max-width:767px){

.pricing-banner-section{
   padding: 50px 0 20px;
}
}


/********************* Pricing Tabber Section1 Styling **********************/




.pricing-tabber-section ul#filter-select li{
   display: inline-block;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
    width: 456px;
    color: #4a4a4a;
    font-weight: 500;
    border: 1px solid #c1c7d0;
    padding: 17px 0;
    margin-right: -4px;
    background: #f4f5f7;
    position: relative;
    cursor: pointer;
    margin-left:0;
}

.pricing-tabber-section{
   position:relative;
   z-index:1;
   border-bottom: 1px solid #eff2f4;
   padding-bottom:145px;
   z-index:1;
}

.pricing-tabber-section:after{
   position:absolute; 
   right:0;
   bottom:80px;
   content:'';
   background:url('https://cdn2.hubspot.net/hubfs/3786587/Aged%20Care%20Documents/combined-shape-copy.svg');
   background-repeat:no-repeat;
   width:139px;
   height:476px;
   z-index:-1;
}

.pricing-tabber-section:before{
   position:absolute;
   left:0;
   right:0;
   bottom:0;
   content:'';
   background-image: linear-gradient(to bottom, #ffffff, rgba(200, 210, 229, 0.18));
   width:100%;
   height:475px;
   z-index:-1;
}

.pricing-tabber-section ul#filter-select li:before{
  position: absolute;
  bottom: -1px;
  right: -4455px;
  content: '';
  background: #c1c7d0;
  height: 1px;
  width: 4000px;
}

.pricing-tabber-section ul#filter-select li:after{
  position: absolute;
  bottom: -1px;
  left: -4455px;
  content: '';
  background: #c1c7d0;
  height: 1px;
  width: 4000px;
}

.pricing-tabber-section ul#filter-select li.active{
   background: #fff;
    border-bottom: 0;
}

.pricing-tabber-section ul#filter-select{
   text-align:center;
}

body .row-fluid .pricing-individual-cm .subheading p{
   max-width:512px;
   margin:0 auto;
   float:none;
}

.pricing-individual-cm .subheading{
   margin-bottom:30px;
}

.pricing-individual-cm{
   padding-top:40px;
}

body .row-fluid .pricing-individual-cm .two-col-adjust span>.hs_cos_wrapper{
   border:1px solid #2babe2;
   padding:39px 34px 120px;
   box-shadow: 0 3px 9px -1px rgba(181, 180, 180, 0.49);
   border-radius:3px;
   position:relative;
   flex-basis: 45.24%;
    -webkit-flex-basis: 45.24%;
    float: left;
    margin-right: 4.4%;
}

.pricing-individual-cm .two-col-adjust span>.hs_cos_wrapper.hide-launch-price .launch-price{
   display:none;
}

.pricing-individual-cm .two-col-adjust span>.hs_cos_wrapper.hide-price .price-container{
   display:none;
}

body .row-fluid .pricing-tabber-section .wrapper{
   max-width:1010px;
}

.pricing-individual-cm .heading-cont p{
   line-height:24px;
}
 
.pricing-individual-cm .description-container p{
   font-size:16px;
   line-height:24px;
   color:#575959;
   letter-spacing:0;
   font-weight:normal;
}

.pricing-individual-cm .cta-container a.cta_button{
   background:#fc7753;
   color:#fff;
   width:100%;
   border-radius:3px;
   padding:18.5px 50px;
   display:block;
   font-size:20px;
   letter-spacing:0;
   box-sizing:border-box!important;
   box-shadow: 0 3px 9px -1px rgba(181, 180, 180, 0.49);
   transition:0.3s all ease-in-out;
   border:1px solid #fc7753;
}

.pricing-individual-cm .cta-container a.cta_button:hover{
  background: #fff;
  color: #fc7753 !important;
  transition:0.3s all ease-in-out;
  border:1px solid #fc7753;
}

.pricing-individual-cm .price-container h4{
   font-size:17px;
   line-height:24.3px;
   letter-spacing:0;
   color:#4a4a4a;
   font-weight:normal;
   position:relative;
   display:inline-block;
   margin-top:20px;
   margin-bottom:0px;
}

.pricing-individual-cm .price-container h4:before{
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  content: '';
  background: #4a4a4a;
  width: 100%;
  height: 3px;
}

.pricing-individual-cm .price-container h1{
   font-size:35.7px;
   line-height:72.5px;
   letter-spacing:0;
   color:#2babe2;
   font-weight:500;
   margin-bottom:0;
}

.pricing-individual-cm .price-container h1 span{
   font-size:85.7px;
   line-height:112.5px;
   letter-spacing:0;
   color:#2babe2;
   font-weight:500;
}

.pricing-individual-cm .price-container p{
   font-size:18.6px;
   line-height:27.8px;
   letter-spacing:0;
   color:#575959;
   font-weight:normal;
}

.pricing-individual-cm .launch-price h5{
   font-size:21px;
   line-height:34px;
   letter-spacing:0.8px;
   color:#fc7753;
   font-weight:500;
   
}

body .row-fluid .pricing-individual-cm .launch-price{
   background: #fff;
    border: 1px solid #2babe2;
    max-width: 309px;
    margin: 0 auto;
    float: none;
    border-radius: 3px;
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
}

body .row-fluid .pricing-individual-cm .cta-container{
   position: absolute;
    bottom: 35px;
    left: 31px;
    right: 31px;
    margin: 0 auto;
}

.pricing-managers-cm{
   padding-top:40px;
}

.pricing-managers-cm .heading-container h2{
   margin-bottom:25px;
}

body .row-fluid .pricing-managers-cm .description-container{
   max-width:512px;
   margin:0 auto;
   float:none;
}

.pricing-managers-cm .description-container p{
   font-size:16px;
   line-height:24px;
   color:#575959;
   letter-spacing:0;
   font-weight:normal;
}

body .row-fluid .pricing-managers-cm .form-container{
   max-width:660px;
   margin:50px auto 0;
   float:none;
   border:1px solid #2babe2;
   border-radius:3px;
   padding:48px 67px;
   background:#fff;
}

body .row-fluid .pricing-managers-cm .form-container form input,
body .row-fluid .pricing-managers-cm .form-container form select{
   height:50px;
}

body .row-fluid .pricing-managers-cm .form-container form .hs-button{
  width: auto;
  display: block;
  max-width: 100%;
  color: #fff!important;
  font-size: 20px;
  letter-spacing: 0;
  border-radius:3px;
  margin:40px auto 0;
   border:1px solid #fc7753;
   transition:0.3s all ease-in-out;
}

body .row-fluid .pricing-managers-cm .form-container form .hs-button:hover{
   background:#fff;
   border:1px solid #fc7753;
   color:#fc7753!important;
   transition:0.3s all ease-in-out;
}

body .row-fluid .pricing-managers-cm .form-container form .actions{
   position:relative;
   text-align:center;
}

body .row-fluid .pricing-managers-cm .form-container form .actions:before{
   position: absolute;
    left: 20px;
    top: -46px;
    content: '';
    background: url(https://cdn2.hubspot.net/hubfs/3786587/Assets%20-%20CompliLearn/Images/Request%20a%20Demo/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 101px;
    height: 94.8px;
}




@media(max-width:1330px){

.pricing-tabber-section:after{
   display:none;
}
}



@media(max-width:1024px){

.pricing-tabber-section ul#filter-select li{
   max-width:340px;
   font-size:18px;
}
  
.pricing-tabber-section ul#filter-select li:before{
   right: -4341px;
}
  
.pricing-tabber-section ul#filter-select li:after{
   left: -4341px;
}
  
.pricing-individual-cm {
    padding-top: 10px;
}
  
body .row-fluid .pricing-individual-cm .two-col-adjust span>.hs_cos_wrapper {
    padding: 39px 14px 120px;
    flex-basis: 47.24%;
    -webkit-flex-basis: 47.24%;
    margin-right: 2.4%;
}
  
.pricing-individual-cm .price-container h4{
   margin-top:0;
}
  
.pricing-individual-cm .price-container h1 span {
    font-size: 58.7px;
    line-height: 82.5px;
}
  
.pricing-individual-cm .cta-container a.cta_button {
    padding: 18.5px 30px;
}
  
.pricing-tabber-section {
    padding-bottom: 85px;
}
  
}



@media(max-width:767px){

.pricing-tabber-section ul#filter-select li {
    margin-bottom: 0;
    margin-right:0;
    width:100%;
    max-width:100%;
}
  
.pricing-individual-cm .subheading {
    margin-bottom: 0;
}
  
body .row-fluid .pricing-individual-cm .two-col-adjust span>.hs_cos_wrapper {
    padding: 39px 14px 120px;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin-right: 0;
    margin:40px auto 0;
    float:none;
}
  
.pricing-individual-cm .price-container h1 span {
    font-size: 48.7px;
    line-height: 72.5px;
}
  
.pricing-tabber-section ul#filter-select li.active {
    border-bottom: 1px solid #c1c7d0;
}
  
.pricing-managers-cm {
    padding-top: 20px;
}
  
.pricing-managers-cm .heading-container h2 {
    margin-bottom: 15px;
}
  
body .row-fluid .pricing-managers-cm .form-container {
    padding: 48px 20px;
    margin: 40px auto 0;
}
  
body .row-fluid .pricing-managers-cm .form-container form .hs-button {
    font-size: 16px;
    margin: 40px auto 0;
    padding: 10px 13px;
    width:100%;
    display:inline-block;
}
  
body .row-fluid .pricing-managers-cm .form-container form .actions:before {
    display:none;
}
}





/*********************** Author Cm Styling *****************************/




.new-author-test .author-image-width .hs-author-avatar{
   width:77px;
   height:77px;
   border-radius:50%;
}

.new-author-test .author-image-width{
   width: 16.076923%;
}

.new-author-test .author-info h4{
   font-size:12px;
   line-height:29px;
   letter-spacing:0;
   color:#575959;
   text-decoration:underline;
   font-weight:normal;
}



@media(max-width:1024px){

.new-author-test .author-image-width {
    width: 36.076923%;
}
}


@media(max-width:767px){

.new-author-test .author-info h4{
   font-size:12px!important;
}
  
.new-author-test .author-image-width {
  width: 29.076923%;
  float: left;
}
  
.new-author-test .author-info{
   margin-top:10px;
}
}