







/* 1a. Containers */




/* 1b. Breakpoints */






/* 1c. Colors */














/* 1d. Typography */













/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */


;



/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */










































/* 1l. Tables */











/* 1m. Site Header */




















/* 1n. Site Footer */
















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

@media screen and (min-width: 1200px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 80px 0px;
}

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

/* General  */
.container {
    max-width: 1300px;
}

@media screen and (max-width: 768px) {
    .mobile-col {
        flex-direction: column;
    }
}





html {
  font-size:14px;
}

body {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  color: #101010;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.6;
}

/* Paragraphs */

p {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #101010;
  font-size: 16px;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0782C6;
  /* font-size: 16px; */
}
a:link {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0782C6;
  /* font-size: 16px; */
}

a:hover, a:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #101010;
  /* font-size: 16px; */
  color: #010101;
}

a:visited {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #0782C6;
  /* font-size: 16px; */
  color: #0073b7;
}

a.button:disabled {
  background-color: #e6e6e6;
  pointer-events: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #f15a27;
  text-transform: none;
  clear: both;
}



h1 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #3881c3;
  font-size: 48px;
  text-transform: none;
  letter-spacing: 0px;
}

h2 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #3881c3;
  font-size: 36px;
  text-transform: none;
  letter-spacing: 0px;
}

h3 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #3881c3;
  font-size: 25px;
  text-transform: none;
  letter-spacing: 0px;
}

h4 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #3881c3;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0px;
}

h5 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #3881c3;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0px;
}

h6 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #3881c3;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0px;
}



/* Lists */

ul {
  list-style-type: ;
}

ul,
ol {
  padding-left: 2.5rem;
  margin: 1.5rem 0;
}

ul li,
ol li {
  margin: 0.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Blockquote */

blockquote {
  border-left: 7px solid 

  
  
    
  


  rgba(24, 152, 212, 1)

;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  background-color: #d0d0d0;
}





/* Primary Button */

button,
.button {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(241, 90, 39, 1.0)

;
  border: 1px none #f15a27;
  border-radius: 50px;
  color: #ffffff !important;
  fill: #ffffff;
      font-weight: 700 !important;;
  font-size: 16px;
  padding: 15px 30px;
  text-transform: uppercase;
  box-shadow:0 3px 5px 0 rgb(0 0 0 / 30%);
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(241, 90, 39, 0.9)

;
  border: 1px none #f15a27;
  color: #ffffff;
}

button:active,
.button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(255, 170, 119, 90);
  background-color: #ffaa77;
  border: 1px none #f15a27;
  border-color: #ffaa77;
}


/* Secondary Buttons */

.button.button--secondary {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  background-color: 

  
  
    
  


  rgba(241, 90, 39, 1.0)

;
  border: 1px none #f24495;
  border-radius: 50px;
  fill: #FFFFFF;
  padding: 15px 30px;
  text-transform: uppercase;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(241, 90, 39, 0.8)

;
  border: 1px none #FFFFFF;
  color: #FFFFFF;
  fill: #FFFFFF;
}

.button.button--secondary:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(255, 170, 119, 80);
  border: 1px none #FFFFFF;
  border-color: #ffffff;
  color: #ffffff;
  fill: #ffffff;
}



.blog.two .blog-post-item {
    box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}


/* Simple Buttons */

.button.button--simple {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #f15a27;
  fill: #f15a27;
  text-transform: none;
}


.blog.two .featured-blog .post-header-title a:hover {
  color: 

  
  
    
  


  rgba(242, 68, 149, 1)

;
}

.blog .author-social-media a {
  color: 

  
  
    
  


  rgba(242, 68, 149, 1)

;
}

.blog.two .topic-link:hover {
    background: 

  
  
    
  


  rgba(24, 152, 212, 1)

;
    color: #fff;
}

  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  input[type=number]:focus,
  input[type=file]:focus,
  select:focus,
  textarea:focus {
    outline: 

  
  
    
  


  rgba(242, 68, 149, 1)

 auto 5px;
  }


  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  border: none;
  color: #f15a27;
  fill: #f15a27;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: '';
    background-color: #f15a27;
    bottom: -5px;
    height: 1px;
  }



.button.button--simple:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  border: none;
  color: #ffaa77;
  fill: #ffaa77;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 10px 50px;
}

.button.button--large {
  font-size: 18px;
  padding: 10px 50px;
}





form {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #CBE8F8;
  border-radius: 4px;
  padding: 0px 0px;
}

.hs-form-field {
  margin-bottom: 20px;
}

.submitted-message {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #CBE8F8;
  border-radius: 4px;
  padding: 0px 0px;
}

/* Form Title */

.form-title {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(241, 90, 39, 1.0)

;
  border: 1px none #CBE8F8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #ffffff;
  font-size: 36px;
  padding: 24px 24px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #f15a27;
  font-size: 16px;
  padding: 0px 0px;
}

form div.in-focus > label {
  color: #101010;
}

label.hs-form-radio-display,
label.hs-form-checkbox-display {
  font-family: {font=Poppins, font_set=GOOGLE, styles={font-family=Poppins, sans-serif, font-style=normal, font-weight=normal, text-decoration=none}, size=16, size_unit=px, color=#101010, variant=regular, fallback=sans-serif, style=font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none, css=color: #101010;font-size: 16px;font-family: Poppins, sans-serif;};
}

.hs-fieldtype-radio label,
.hs-fieldtype-checkbox label {
  color: #101010;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #101010;
  font-size: 14px;
}

/* Inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #bbb;
  border-radius: 4px;
  color: #3881c3;
  font-size: 12px;
  padding: 18px 20px;
}

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

input::-moz-placeholder {
  color: #401414;
}

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

input:-moz-placeholder {
  color: #401414;
}

input::placeholder {
  color: #401414;
}

form .in-focus select {
  color: #101010;
}


/* Inputs - Checkbox/Radio */

form ul.inputs-list li input + span:before {
  border: 1px solid #CBE8F8;
  border-radius: 4px;
}

form .input ul.invalid.error > li input + span:before {
  border-color: 

  
  
    
  


  rgba(24, 152, 212, 1)

;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #101010;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button:hover {
  background-color: 

  
  
    
  


  rgba(24, 152, 212, 1)

 !important;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #007ab6 !important;
}

.hs-datepicker .is-today button.pika-button {
  color: #007ab6;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #FF7A6E;
}

.hs-error-msgs li,
.hs-error-msgs li label {
  color: #FF7A6E !important;
}

.hs-error-msgs li a {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Submit */



  form input[type=submit],
  form .hs-button {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(241, 90, 39, 1.0)

;
    border: 1px none #f15a27;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    fill: #ffffff;
    padding: 15px 30px;
    text-transform: uppercase;
    text-align: center;
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(241, 90, 39, 0.9)

;
    border: 1px none #f15a27;
    color: #ffffff;
  }

  form input[type=submit]:active,
  form .hs-button:active {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: rgba(255, 170, 119, 90);
    border: 1px none #f15a27;
    border-color: #ffaa77;
  }





  form input[type=submit],
  form .hs-button {
    font-size: 16px;
  }







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
}

th,
td {
  border: 1px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(16, 16, 16, 1.0)

;
  padding: 15px 15px;
}

tr:nth-child(odd) {
  background-color: rgba(255, 96, 71, .35);
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(13, 37, 71, 1.0)

;
  border-bottom: 2px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

tbody + tbody {
  border-top: 2px solid #D0D0D0;
}





/* Primary header  */

.header {
  background-color: {color=#1898D4, opacity=0, rgba=rgba(24, 152, 212, 0), rgb=rgb(24, 152, 212), hex=#1898D4, css=rgba(24, 152, 212, 0%)};
  border-bottom: 1px none #FFFFFF;
  box-shadow: none;
}

.header__container {
  max-width: 1300px;
}

/* Logo */

.logo-company-name {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

/* Site Navigation */

.header__main-bar {
   background-color: #1898D4;
}

.header__navigation {
  
}

.header__menu .header__navigation .menu-link {
  color: theme.colors.primary.color;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
  font-size: 16px;
}

.header__menu .header__navigation .menu-link:hover {
  color: theme.colors.primary.color;
    
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: ;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link {
  color: #3881c3;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    color: theme.colors.primary.color;
    font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    text-transform: none;
  }
/*   nav {
    background-color: #fff;
  } */
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover {
  color: #FFFFFF;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(242, 68, 149, 1.0)

;
}

.navigation-primary a {
  ;
  font-size: ;
  color: ;
}

.navigation-primary a:hover,
.navigation-primary a:focus {
  opacity: 1;
  ;
  font-size: ;
  color: ;
  background-color: ;
}

.navigation-primary a.active-item {
  ;
  font-size: ;
  color: ;
  background-color: ;
}






.footer {
  background-color: rgba(74, 88, 94, 1.0);
  border-top: 1px none #f24495;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
}

.footer__navigation a {
  color: #FFFFFF;
}

.footer__form .form-title {
  color: 

  
  
    
  


  rgba(242, 68, 149, 1)

;
}
.footer__navigation h4 {
    color: 

  
  
    
  


  rgba(242, 68, 149, 1)

;
  text-align: center;

}
.footer .footer__form label {
  color: #FFFFFF;
}

.blog.two .topic-link
{
  background: 

  
  
    
  


  rgba(242, 68, 149, 1)

;
}

easymovie {
  color: 

  
  
    
  


  rgba(242, 68, 149, 1)

;
}

.footer__form form input[type=submit], form .hs-button {
  border-radius: 50px; 
}





/* Blog Meta - Author/Avatar/Timestamp */

.blog-author__name {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

.blog-index__post__date {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Tags/Topics */
.blog-tag {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Blog Listing */

.blog-navigation .blog-navigation__text {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #f15a27;
}

/* Blog Pagination */

.blog-pagination__link {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Blog Post */

.blog-post__title {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #101010;
  font-weight: 700;
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  color: #f15a27;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

/* Recent Posts */

.blog-recent-posts .content-wrapper > h2 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 700;
}





/* Error Pages - Global */

.error-page:before {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #f15a27;
}

.hs-search-results__title:hover {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-size: 20px;
}

/* Password Prompt */

.password-prompt input[type=password] {
  margin-bottom: 20px;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type=email] {
  margin-bottom: 20px;
  padding: 18px 20px !important;
}





/* Icon */

body .icon svg {
  fill: 

  
  
    
  


  rgba(24, 152, 212, 1)

;
  width: 16px;
}

/* Social Follow */

body .social-links__icon {
  background-color: 

  
  
    
  


  rgba(242, 68, 149, 1)

;
}

body .social-links__icon:hover,
body .social-links__icon:focus,
body .social-links__icon:active {
  background-color: 

  
  
    
  


  rgba(242, 68, 149, 1)

;
  opacity: 0.8;
  
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: rgba(

  
  
    
  


  rgba(242, 68, 149, 1)

, 0.15);
}

body .tns-nav .tns-nav-active,
body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: 

  
  
    
  


  rgba(242, 68, 149, 1)

;
  
  
}


/** SHADOWS **/

.theme-shadow {
  box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.15); 
}  

.hs-menu-item:hover a, .hs-menu-item:focus a {
  color: #0782C6;
}

/** Border Radius **/

.theme-border-radius-card {
  border-radius: 20px; 
}

.theme-border-radius-card-left-half {
  border-radius: 20px 0px 0px 20px;
}

.theme-border-radius-card-right-half {
  border-radius: 0px 20px 20px 0px;
}

.theme-border-radius-card-top-half {
  border-radius: 20px 20px 0px 0px;
}

/* .theme-border-radius-button {
  border-radius: 20px; 
} */

.theme-border-radius-image {
  border-radius: 20%; 
}

/* Outline */

.theme-outline {
  border: 1px solid #000000; 
}


/*Style*/
.fullwidth { width:100%; float:left; }
.wrapper { box-sizing: border-box; width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1284px; padding:0px 45px; }
img { max-width:100%; height:auto; border:none; vertical-align:top; }
a { color: #f05a28; outline: none; text-decoration: none !important; cursor: pointer; vertical-align: middle; max-width: 100% !important; white-space: normal !important;display: inline-block;  transition: all ease-in-out 0.3s; }
.flexwrap { display:flex; flex-flow:row wrap; justify-content:left; display:-webkit-flex; -webkit-flex-flow:row wrap; -webkit-justify-content:left; }
.alignCenter { align-items:center; -webkit-align-items:center; }
 strong { font-weight:700; }
.text-center { text-align:center; }




.headerTop { background-color: #0b304d; padding: 0 1.75rem; }
.headerFixed { position: fixed; }
.set-header-height { min-height:145px; }
.headerSection { position: relative; z-index: 9999; }
.headtLogo a img { max-width: 140px !important; width: 100%; }
.headtLogo { width: 11%; }
.headtInner { width: 89%; padding-left: 5px; justify-content: flex-end; -webkit-justify-content: flex-end; flex-wrap: nowrap !important; -webkit-flex-wrap: nowrap !important; }
.headtMenu .hs-menu-wrapper > ul > li > a { padding: 11px 0; color: #58c4c6; font-size: 1rem; line-height: 1.6; transition: opacity .3s; font-weight: 400; }
.headtMenu .hs-menu-wrapper > ul > li { margin: 0 0 0 1.5rem; }
.headtMenu .hs-menu-wrapper>ul { display: flex; flex-wrap: nowrap; }
.headtMenu ul { margin: 0 !important; vertical-align: middle; }
.headtLogo a { display: none; padding: 1rem 0; }
.headtMenu > span { line-height: normal; }
.headtMenu .hs-menu-wrapper > ul:hover > li > a { opacity: .35; }
.headtMenu .hs-menu-wrapper>ul>li:hover > a { opacity: 1;  color: #5aa01a; }
.headtMenu ul.hs-menu-children-wrapper { width: 15rem; background-color: #5aa01a; top: 100%; left: 0; }
.headtMenu ul.hs-menu-children-wrapper li { margin: 0; line-height: normal; width: 100%; }
.headtMenu ul.hs-menu-children-wrapper li a { width: 100% !important; padding: 0.75rem 1rem; transition: opacity .3s; font-size: 1rem; line-height: 1.6; color: #fff; }
.headtMenu ul.hs-menu-children-wrapper li a:hover { background-color: #6baa31; }
.headtsIcon { margin-left: 1.5rem; cursor: pointer; }
.headtsIcon svg { width: 1.5rem; height: 1.5rem; vertical-align: middle; fill: #f05a28; }
.headtToggle { margin-left: 1.5rem; }
.menuToggle span { width: 28px; height: 4px; background-color: #f05a28; display: block; transition: all ease-in-out .3s; }
.menuToggle span ~ span { margin: 4px 0 0; }
.menuToggle { cursor: pointer; display: flex; align-items: center; justify-content: center; flex-flow: column; }
.mobile-open .menuToggle span:nth-child(2) { background-color: transparent; margin: 0;  }
.mobile-open .menuToggle span:first-child { transform: rotate(-45deg);  margin: 0 0 -1px 0;  transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s; margin: 0; position: absolute; }
.mobile-open .menuToggle span:nth-child(3) { transform: rotate(45deg);  margin: -10px 0 0 0;  transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s; margin: 0; position: absolute; }

.headtToggle { display: none; }
.headtMenu ul { display: flex; align-items: center; }
.sticky-hdr .headtToggle { display: flex; align-items: center; }
.sticky-hdr .headtLogo a { display: inline-block; }
.header-main-menu.menu-resfx { position: absolute; display:none; background-color: rgba(5,64,110,.99); width: 25%; top: 100%; right: 0; height: calc(100vh - 67px); padding: 0; transition:all ease-in-out .2s; }
.mobile-open .header-main-menu.menu-resfx { display:block; overflow-y: scroll; }
.header-main-menu.menu-resfx .hs-menu-wrapper ul { margin: 0; vertical-align: middle; }
.header-main-menu.menu-resfx .hs-menu-wrapper > ul > li { width: calc(100% - 2rem); display: block; position: relative; margin: 0 1rem; border-bottom: 1px solid hsla(0,0%,100%,.1); }
.header-main-menu.menu-resfx .hs-menu-wrapper > ul > li > a { display: block; width: 100%; transition: all .25s; color: #fff; font-size: 1.2rem; padding: 1rem; }
.header-main-menu.menu-resfx .childTrigger { width: 45px; height: 50px; position: absolute; top: 0; right: 10px; cursor: pointer; }
.header-main-menu.menu-resfx .childTrigger:after { position: absolute; z-index: 1; content: ''; height: 10px; width: 10px; border: 0; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(135deg); transform-origin: center center; top: 20px; right: 18px; }
.header-main-menu.menu-resfx .hs-menu-wrapper ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper { visibility: visible; opacity: 1; }
.header-main-menu.menu-resfx .hs-menu-wrapper ul li.hs-item-has-children > ul.hs-menu-children-wrapper { display: none; visibility: visible; opacity: 1; padding: 0; margin-bottom: 0; position: static !important; }
.header-main-menu.menu-resfx .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { color: #fff; transition: color 0.3s ease-in-out; padding: 0.5rem 1rem 0.5rem 1.5rem; font-size: 1rem; width: 100%; }
.header-main-menu.menu-resfx .childTrigger:focus { outline: thin dotted #f05a28; }
.header-main-menu.menu-resfx ul li.hs-item-has-children.active-branch ul.hs-menu-children-wrapper { display: block; }
.header-main-menu.menu-resfx ul li.hs-item-has-children .childTrigger.child-open:after { transform: rotate(-45deg); }
.header-main-menu.menu-resfx ul li.active { background-color: hsla(0,0%,100%,.2); }
.header-main-menu.menu-resfx ul li a:hover { text-decoration: underline !important; }

.hsSearchField { opacity: 0; visibility: hidden;    transition: all ease-in-out .2s; background-color: rgba(11,48,77,.9); position: absolute; top: 0; width: 100%; left: 0; padding: 0 1.75rem; height: 100%; display: flex;    align-items: center;    justify-content: center; z-index:99; }
.hsSearchField form { padding: 0; border: 0; background-color: transparent; width: 100%; }
.hsSearchField form input[type=text] { background-color: #fff; font-size: 1rem; line-height: 1.6; padding: 5px 10px; border: 0; width: 100% !important; margin: 0 !important; color: #401414!important; outline: none; -webkit-appearance: textfield; outline-offset: -2px; border-radius:0; }
.closeForm { position: absolute; right: 0; display: flex; align-items: center; justify-content: center; width: 56px; height: 28px;     cursor: pointer; }
.closeForm:before, .closeForm:after { content: ""; width: 2rem; height: 3px; background-color: #fff; position: absolute; }
.closeForm:before {  transform: rotate(45deg); }
.closeForm:after {  transform: rotate(-45deg); }
.hsSearchField .hs-search-field__bar { max-width: 50rem; margin: 0 auto; padding-right: 56px; display: flex; align-items: center; width: 100%; }
.hsSearchField.search-open { opacity: 1; visibility: visible; }
.hsSearchField ul.hs-search-field__suggestions { left: 0; width: 100%; max-width: calc(100% - 56px); margin: 0px; list-style: none; padding: 20px; background-color:#05406e; opacity: 0; visibility: hidden; transition: all ease-in-out .2s; }
.hsSearchField ul.hs-search-field__suggestions a { color: #fff; font-size: 14px; line-height: 22px; }
.hsSearchField ul.hs-search-field__suggestions a:hover { text-decoration: underline !important; }
.hsSearchField ul.hs-search-field__suggestions li { color: #58c4c6; font-weight: 600; }
.hsSearchField.hs-search-field--open ul.hs-search-field__suggestions { opacity: 1; visibility: visible; }

.headerMain { background-color: #05406e; padding: 0rem 1.75rem; }
body.sticky-hdr .headerTop { border-bottom: 1px solid hsla(0,0%,100%,.2); }
body.sticky-hdr .headerMain { display: none; }
.headMLogo img { max-width: 180px !important; width: 100%; }
.headMLogo { width: 15%; }
.headermRight { width: 85%; padding-left: 50px; }
.headtMenu.headMMenu { float: right; }
.headtMenu.headMMenu .hs-menu-wrapper > ul:hover > li > a { opacity:1; }
.headtMenu.headMMenu .hs-menu-wrapper>ul>li { margin-left: 4rem; position: relative; }
.headtMenu.headMMenu .hs-menu-wrapper>ul>li>a { font-size: 1.28rem; color: #fff;  font-weight: 500;  padding: 2.5rem 0; }  
.headtMenu.headMMenu .hs-menu-wrapper>ul>li>a>span { display: block; }
.headtMenu.headMMenu .hs-menu-wrapper>ul>li>a:hover { color:#f05a28; }  
.headtMenu.headMMenu .hs-menu-wrapper>ul>li:before { content: "";    background-color: #f05a28;    position: absolute;    width: 100%;    bottom: 0;    height: 5px;    opacity: 0;    visibility: hidden;    transition: opacity .4s; }
.headtMenu.headMMenu .hs-menu-wrapper>ul>li:hover:before {  opacity: 1; visibility: visible; }
.headtMenu.headMMenu .hs-menu-wrapper>ul>li.active-branch:before {  opacity: 1; visibility: visible; background-color: #fff; }
.headtMenu.headMMenu ul.hs-menu-children-wrapper { left: 50% !important; right: auto; transform: translateX(-50%); background-color: #f05a28; min-width: 20rem; }
.headtMenu.headMMenu ul.hs-menu-children-wrapper li a { text-align: center; padding: 0.5rem 1rem; font-size: 1.075rem; }
.headtMenu.headMMenu ul.hs-menu-children-wrapper li a:hover, .headtMenu.headMMenu ul.hs-menu-children-wrapper li.active a { background-color: #f37b53; }    
.headtMenu.headMMenu .hs-menu-wrapper>ul>li:last-child ul.hs-menu-children-wrapper { left: auto !important; transform: none; right: 0 !important; }

.masLeft { width: 65%; }
.masSection { padding: 1.5rem 0; }
.mas-share-lab svg { width: 25px; height: 25px; fill: #3881c3; transition: all .45s cubic-bezier(.23,1,.32,1); }
.masRight { width: 35%;    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: flex-end; }
.mas-share-icon svg { width: 18px;    height: 18px;    vertical-align: middle;    fill: #fff; }}
.mas-share-icon { display: flex; align-items: center; width: 70%; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.mas-share-button { width: 3rem; height: 3rem; position: relative; transition: all .45s cubic-bezier(.23,1,.32,1); z-index: 1; }
.mas-share-lab { position: absolute;    transition: all .45s cubic-bezier(.23,1,.32,1);    left: 0.5rem;    margin: auto;    top: 0;    bottom: 0;    height: 25px;    width: 25px; }
.mas-share-plan:hover .mas-share-button { width: 100%; background-color: #fff; }
.mas-share-plan:hover .mas-share-lab svg { fill: #e6e8ed; }
.mas-share-icon a { margin-right: 1rem;    background-color: #d8d8d8;    border-radius: 50%;    width: 32px;    height: 32px;    display: flex;    align-items: center;    justify-content: center; transition: all .45s cubic-bezier(.23,1,.32,1);  opacity: 0; visibility: hidden;  float: left; } 
.mas-share-icon a:hover  { background-color:#4a72ba;  }
.mas-share-icon a.twitter-icon:hover { background-color:#1da1f2; }
.mas-share-plan { width: 13rem; display: inline-block; position: relative; }
.mas-share-text { position: absolute;    left: 3.5rem;    top: 0.75rem;    color: #3881c3;    font-size: 1.075rem;    line-height: 1.6;    font-weight: 300; }
.mas-share-plan:hover .mas-share-icon a { opacity: 1; visibility: visible; }
.mas-share-icon { position: absolute; width: 70%; top: 50%; transform: translateY(-50%); display: flex; align-items: center; right: 0; }
.masMenu ul { margin: 0 !important; vertical-align: middle; padding: 0; }
.masMenu ul li a { padding: 0 !important; color: #3881c3;    font-size: 1.075rem;    line-height: 1.6;    font-weight: 300;    text-transform: uppercase; position: relative; }
.masMenu ul li { margin: 0 !important; line-height: normal; list-style: none; }
.masMenu ul li:last-child a { color: #000; padding-left: 5px !important; margin-left: 5px; cursor: auto; }
.masMenu ul li:last-child a:before { content: ""; background-color: #000; height: 60%; width: 2px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); opacity: 0.4; }
.masMenu ul li a:hover { text-decoration: underline !important; color: #3881c3; }
.masMenu ul li:last-child a:hover { text-decoration: none !important; color: #000;  }


.blogHero { position: relative; padding: 6rem 0 3.5rem; background-size: cover; background-repeat: no-repeat; background-position: center; }
.blogHero:after { content:"";     background-color: rgba(0, 0, 0,60%); position: absolute;    width: 50%;    height: 100%;    left: 0;    top: 0; }
.blInner { position: relative; z-index: 99; width: 50%; display: inline-block; padding: 0 2.5rem 0 0; }
.blogHero:before { content: "";    background-image: linear-gradient(270deg,rgba(11,48,77,.2),rgba(11,48,77,.8));    position: absolute;    top: 0;    width: 100%;    height: 100%;    left: 0; }
.blInner h1 { color: #fff; font-size: 3.45rem; line-height: 1.5; text-shadow: 0 2px 4px rgb(0 0 0 / 50%); margin: 0 0 0.5em; }
.blInner h2 { color: #fff; font-size: 1.75rem; line-height: 1.2; margin: 0 0 0.5em; font-weight: 500; }

.blogSection { padding: 2rem 0; }
.postListing { margin: 0 -1rem; }
.postItem { width: 33.33%;    padding: 0 1rem; margin:0 0 1.5rem;  }
.postItInn { border: 1px solid #d8d8d8; padding: 1.5rem; height: 100%; }
.postImage img { height: 12rem; object-fit: contain; margin: 0 auto 0.5rem; }
.postTitle h2 { margin: 0.5rem 0; }
.postTitle h2, .postTitle h2 a { color: #3881c3; font-size: 1.25rem; line-height: 1.2; letter-spacing: .5px; font-weight: 500; }
.postTDate > div { display: inline-block; }
.ostTag { margin-right: 0.5rem; }
.postTag a { color: #05406e; font-weight: 500; font-size: 1rem; line-height: 1.6; text-transform: uppercase; cursor: auto; }
.postDate, .postContent { color: #401414; font-size: 1rem; line-height: 1.6; font-weight: 300; }
.postTDate { margin: 0 0 0.5rem; }
.postTitle h2 a:hover { text-decoration: underline !important; }
.postLoad { margin: 2.5rem 0 2rem; }
.postLoad a { background-color: #f05a28;    color: #fff;    font-size: 1.3rem;    line-height: 2;    padding: 0.5rem 2rem;    border-radius: 50px;    text-transform: uppercase;    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%);    font-weight: 600; }
.postImage a { display: block; }

.gswSection { overflow: hidden; pointer-events: none;  position: relative; }
.gswSection:hover .gswBanner { transform: scale(1.1); transition-duration: .5s;  background-color: rgba(11, 48, 77,90%) !important; }
.gswBanner { transition: transform .2s, .2s; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: 50%; }
.gswInner { padding: 8rem 0; position: relative; }
.gswLeft h2 { color: #fff; font-size: 3.45rem; line-height: 1.2; text-shadow: 0 2px 4px rgb(0 0 0 / 50%); font-weight: 300; margin: 0 1.5rem 0 0; }
.gswButton a { text-align: center; background-color: #f05a28; color: #fff; font-weight: 600; padding: 0.5rem 2rem;    font-size: 1.3rem;    line-height: 2;    text-transform: uppercase;    border-radius: 50px;    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%); pointer-events: auto; }

.form-title:empty { display: none; }
.formInner form { background-color: transparent; padding: 0; border: 0; display: flex; align-items: center; }
.formInner input[type=text],
.formInner input[type=email],
.formInner input[type=password],
.formInner select,
.formInner textarea {margin: 0; width: 100% !important;    border-radius: 4px;   border: 2px solid #fff;   padding: 6px 4px;    font-size: 1rem;    line-height: 1.6; }
.formInner h3 { font-size: 1.45rem;    line-height: 1.12;    white-space: nowrap;    padding-right: 1rem;    font-weight: 300;    color: #fff;    text-transform: uppercase;    margin: 0; }
.formInner form .hs_submit.hs-submit { margin-left: 16px; }
.formInner form .hs-form-field { min-width: 300px; margin: 0; }
.formInner form input.hs-button.primary.large { margin: 0;    background-color: #f05a28;    padding: 0.5rem 2rem;    font-size: 1.3rem;    line-height: 2;    text-transform: uppercase;    font-weight: 600;    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%);    width: auto;    border: 0; }
.formInner form input.hs-button.primary.large:hover { background-color: #f26b3e; }
.formSection .wrapper { display: flex; justify-content: center; }
.formSection { padding: 1rem 0; }
.formInner { position: relative; min-height: 82px; padding-left: 80px; }
.formInner:before { content: "@"; font-size: 4.5rem; line-height: 1; display: inline-block; color: #fff; position: absolute; top: 0; left: 0; }
.formInner form .hs_error_rollup, .formInner form ul.no-list.hs-error-msgs.inputs-list { display: none !important; }
.formInner form .hs-input.invalid.error { border-color:#f05a28; }
.formInner .submitted-message { background-color: transparent;    padding: 0;    border: 0;    color: #fff; }

.footerSection { background-color: #0b304d; }
.fttLeft { width: 66.66%; }
.fttRight { width: 33.33%;    text-align: right; }
.fttMenu ul li a { padding: 0 !important;    color: #e2feff;    transition: opacity .3s;    font-size: 1.45rem;    line-height: 1.6;    font-weight: 300; }
.fttMenu ul li a:hover { color:#fff; opacity: 1 !important; text-shadow: 0 0 20px rgb(130 211 212 / 20%);    text-decoration: underline !important; }
.fttMenu ul li { margin: 0; }
.fttMenu ul li:after { content: "|"; margin: 0 1rem; color: #e2feff; }
.fttMenu ul li:last-child:after { display:none; }
.footerTop { padding: 1.5rem 0; }
.fttMenu ul, .ftbItem ul, .ftbMenu ul { margin: 0 !important; vertical-align: middle; }
.fttMenu ul:hover li a { opacity: .35; }
.fttRight ul li { display: inline-block; margin: 0 5px; }
.fttRight ul li svg { fill: #0b304d; height: 24px; width: 24px; vertical-align: middle; }
.fttRight ul li a:hover svg { fill:#fff; }
.fttRight ul li a:hover {  box-shadow: 0 0 50px 0 rgba(56,129,195,.7)!important; transform: scale(1) !important; opacity: 1 !important; }
.fttRight ul li a { width: 49px;    height: 49px;    border-radius: 50%;    display: flex;    align-items: center;    justify-content: center; }
.fttRight ul:hover li a { transform: scale(.75); opacity: .35;  }
.fttRight ul { margin: 0;display: inline-block; padding: 0;    text-align: right; }
.footerBottom { padding: 2.5rem 0 1rem; border-top: 1px solid hsla(0,0%,100%,.2); border-bottom: 1px solid hsla(0,0%,100%,.2); }
.ftbItem { -ms-flex: 1; flex: 1; padding-right: 2rem; margin: 0 0 1.5rem; }
.ftbItem:last-child { padding-right: 0; }
.ftbItem ul li { margin: 0 0 .5rem !important; width: 100%; }
.ftbItem ul li:first-child a { font-weight: 600; }
.ftbItem ul li a { color: #fff; font-size: 1.1rem; line-height: 1.6; font-weight: 300; padding: 0 !important; }
.ftbItem ul li a:hover { color: #fff; text-decoration: underline !important; }
.ftbLogo img { max-width: 280px !important; width: 100%; }
.footerblast { padding: 2rem 0; }
.ftblInner.flexwrap { flex-wrap: nowrap; -webkit-flex-wrap: nowrap; }
.ftbLogo { padding: 1.5rem 1.5rem 1rem 0;    margin-right: 1.5rem;    border-right: 1px solid hsla(0,0%,100%,.2); }
.ftbMenu ul:hover li a { opacity: .35; }
.ftbMenu ul li a:hover { opacity:1 !important; text-decoration: underline !important; text-shadow: 0 0 20px rgb(130 211 212 / 20%); }
.ftbMenu ul li a { color: #fff !important;    padding: 0 !important;    margin: 0;    transition: opacity .3s;    font-size: 1.075rem;    line-height: 1.6; }
.ftbMenu ul li:after { content: "|";    margin: 0 0.5rem;    color: #fff; }
.ftbMenu ul li:last-child:after { display:none; }
.ftbMenu ul li { margin: 0; }
.ftbMenu { margin: 0 0 1rem; }
.ftbText { color: #fff; font-size: 1.075rem; line-height: 1.6; font-weight: 300; }

a.fixedTButton { box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%);    background-color: #5aa01a;    position: fixed;    bottom: 80px;    right: 0;    z-index: 99;    width: 54px;    height: 60px;    margin: 1rem;    display: flex;    align-items: flex-end;    justify-content: center;    font-size: 1rem;    line-height: 1.6;    color: #fff;    font-weight: 300;    padding: 0.25rem; transition: all ease-in-out .5s; transform: translateX(150%); }
a.fixedTButton:before { content: "";    border-left: 3px solid #fff;    border-bottom: 3px solid #fff;    height: 18px;    width: 18px;    position: absolute;    top: 12px;    transform: rotate(135deg); }
a.fixedTButton.upbtn { transform: translateX(0); }
.mobile-open a.fixedTButton.upbtn { transform: translateX(150%); }
a.fixedTButton:hover { background-color: #faaf33; }
.masMenu.masMOther li:nth-child(2) a { padding: 0 6px !important; margin: 0 5px 0 0; }
.masMenu.masMOther li:nth-child(2) a:before { content: ""; background-color: #000; height: 60%; width: 2px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); opacity: .4; }
.masMenu.masMOther li:nth-child(2) a:after { content: ""; background-color: #000; height: 60%; width: 2px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); opacity: .4; }
.tagHeader h1 { color: #3881c3; font-size: 2.575rem; line-height: 1.5; margin: 0 0 5rem; font-weight: 500; }
.masMenu.masMOther li  { text-transform: uppercase; font-size: 1.075rem; line-height: 1.6; color: #000; display: inline; font-weight: 300; }
.masMenu.masMOther ul.flexwrap { display: block !important; }
.blog-post-back a { color: #3881c3; font-size: 15px; font-weight: 700; margin: 15px 10px; }
.blog-post-inner, .commentInner { max-width: 60rem; margin: 0 auto; }
.single-post-header h1 { color: #3881c3;    font-size: 2.575rem;    line-height: 1.5;    font-weight: 500;    margin: 0 0 0.5em; }
.single-post-date { font-size: 1.2em; font-style: normal; font-weight: 700; line-height: normal; margin: 0 0 1.5em; }
.blod-post-body, .blod-post-body p { color: #401414; font-size: 1.25rem; line-height: 1.6; font-weight: 300; }
.blod-post-body a { color: #3881c3 !important; display: inline; font-weight: 300 !important; background-color: transparent !important; border: 0 !important; padding: 0; vertical-align: bottom; }
.blod-post-body a:hover { text-decoration: underline !important; }
.blod-post-body a.mg-button { margin:10px 0;  background-color: #f05a28 !important;    color: #fff !important;    padding: 0.5rem 2rem !important;    font-size: 1.3rem;    line-height: 2;    text-transform: uppercase;    font-weight: 600 !important;    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%);    border-radius: 50px;    display: inline-block; }
.blod-post-body a.mg-button:hover { text-decoration: none !important; background-color: #f26b3e; }
.blod-post-body h2 { font-weight: 700; font-size: 1.75rem; line-height: 1.2; margin: 0 0 0.5em; padding: 1.5em 0 0; }
.blod-post-body h3 { font-size: 1.5rem; font-weight: 300; line-height: 1.2; margin: 0 0 0.5em; padding: 1.5em 0 0; }
.blod-post-body h4 { font-size: 1.25rem; line-height: 1.2; font-weight: 700; letter-spacing: 1px; margin: 0 0 0.5em; padding: 1.5em 0 0; }
.blod-post-body h5 { font-size: 1.125rem; line-height: 1.2; font-weight: 300; letter-spacing: 1px; margin: 0 0 0.5em; padding: 1.5em 0 0; }
.blod-post-body h6 { font-size: .875rem; line-height: 1.2; font-weight: 600; letter-spacing: 1px; margin: 0 0 0.5em; padding: 1.5em 0 0; }
.blog-post-tag ul { list-style: none; margin: 0 0 1.5rem 1.5rem; padding: 0; }
.blog-post-tag ul li { margin: 0; display: inline-block; }
.blod-post-body ul { padding-left: 1.5rem; }
.blod-post-body ul li { line-height: 1.6; }
.blod-post-body ol { padding: 0; }
.blog-post-tag .btag-lable { color: #401414; font-size: 1.25rem; line-height: 1.6; font-weight: 700; text-transform: uppercase; display: inline-block; }
.blog-post-tag ul li a { color: #3881c3;    font-weight: 600;    text-transform: uppercase;    font-size: 1.25rem;    line-height: 1.6; }
.blog-post-tag ul li { padding-right: 10px; }
.blog-post-tag ul li a:hover { text-decoration: underline !important; }
.blod-post-body blockquote { border: 0;    margin: 3.5rem 2.5rem 0.5rem;    font-size: 1.5rem;    color: #858585;    font-style: normal;    font-weight: 400;    padding: 0; }
img.alignleft { float: left; margin-right: 1.5em; }
.blod-post-body table, .blod-post-body table tr, .blod-post-body table td { background-color: transparent;    border: 0;    padding: 0;    box-shadow: none;    text-align: left; }

.commentSec { padding: 5rem 0 4rem; }
.commTitle h2 { font-size: 1.5rem; letter-spacing: .5px; font-weight: 300; line-height: 1.2; margin: 0 0 0.5em; }
.commText { font-size: 1.25rem; line-height: 1.6;    margin: 0 0 1.5rem;    font-weight: 300; }
.commForm form { border: 0; }

.commForm input[type=text],
.commForm input[type=email],
.commForm input[type=password],
.commForm select,
.commForm textarea { margin: 0; width: 100% !important;    border-radius: 4px;    border: 1px solid #ddd;    padding: 0.25rem 0.5rem;    font-size: 1rem;    line-height: 1.6;    color: #401414!important;    font-weight: 400; }
.commForm textarea { min-height: 190px; }
.commForm .hs-form-field > label { color: #3881c3;    font-weight: 800;    margin-bottom: 0.5em;    display: inline-block;    font-size: 1.25rem;    line-height: 1.6; }
.commForm .hs-form-field { margin: 0 0 2rem; }
.commForm .hs_submit.hs-submit { text-align: right; }
.commForm input.hs-button.primary { font-size: 1.3rem;    line-height: 2;    background-color: #f05a28;    padding: 0.5rem 2rem;    text-transform: uppercase;    border-radius: 50px;    font-weight: 600;    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%);    display: inline-block;    width: auto;    margin: 0; border: 0; }
.commForm input.hs-button.primary:hover { background-color: #f26b3e; }
.commForm .hs_error_rollup { display: none; }
.commForm button.comment-reply-to.hs-button.secondary, .commForm a { color: #3881c3 !important; padding: 0; border: 0 !important; }
.commForm .hs-comment-message.hs-common-confirm-message { margin: 0 0 2rem !important; }



.related-posts-title h2 { font-size: 2.575rem; line-height: 1.5; margin: 0 0 0.5em; font-weight: 300; }
.blog-related-posts-list.slick-slider { padding: 0 3rem; }
.blog-related-Section { padding: 2rem 0; }
.blog-related-posts-list.slick-slider button.slick-arrow { background-color: transparent;    border: 0;    outline: none;    padding: 0;    margin: 0;    position: absolute;    top: 50%;    transform: translateY(-50%); height: 80px; width: 49px; display: flex; align-items: center; justify-content: center; }
.blog-related-posts-list.slick-slider button.slick-prev { left: 0; }
.blog-related-posts-list.slick-slider button.slick-next { right: 0; }
.blog-related-posts-list.slick-slider button.slick-arrow:before { content: "";    height: 30px;    width: 30px;    border-left: 7px solid #f05a28;    border-bottom: 7px solid #f05a28;    position: absolute;    transform: rotate(45deg); }
.blog-related-posts-list.slick-slider button.slick-arrow.slick-next:before { transform: rotate(-135deg); }
.blog-related-posts-list.slick-slider .related-post { border: 1px solid #ddd; padding: 20px; margin: 20px; height: auto; }
h3.related-post-title, h3.related-post-title a { font-size: 18px;    font-weight: 500;    line-height: 1.5;    padding-top: 5px;    color: #3881c3;    margin: 0; }
.related-post-date { font-size: 1.2rem; font-style: normal; font-weight: 700; line-height: normal; padding: 10px 0 5px; }
.related-post-summary { font-weight: 300; font-size: 1rem; padding: 0 0 10px; }
.related-post-tags a { color: #3881c3; font-weight: 700; font-size: 1rem; padding-right: 10px; }
.related-post-tags a:hover { text-decoration: underline !important;  }
.blog-related-posts-list.slick-slider .slick-track { display: flex; flex-wrap: wrap; }
h3.related-post-title a:hover { text-decoration: underline !important; }
.related-post-image img { max-height: 16rem; width: 100%; margin: 0 auto; object-fit: contain; }
.related-post-image a { display: block; }




@media(max-width:1420px){
 .headtMenu .hs-menu-wrapper>ul>li { margin: 0 0 0 1.2rem; }
}

@media(max-width:1320px){
   .headtLogo { width: 8%; }
   .headtInner { width: 92%; }
   .headtMenu .hs-menu-wrapper>ul>li { margin: 0 0 0 1rem; }
   .headtMenu.headMMenu .hs-menu-wrapper>ul>li { margin-left: 3rem; }
   .headtMenu.headMMenu .hs-menu-wrapper>ul>li>a { font-size: 1rem; padding: 2rem 0; }
   .ftbItem { flex: auto; -ms-flex: auto; width: 33%; }
  
}

@media(max-width:1024px){
   .headtLogo a { display: block; }
   .headtMenu, .headerMain { display: none; }
   .headtLogo { width: 12%; } 
   .headtInner { width: 88%; }
   .headtToggle { display: flex; align-items: center; } 
   .header-main-menu.menu-resfx { width: 100%; height: auto; position: fixed;    top: 0;    margin: 54px 0 0;    bottom: 0; background-color: #05406e; }
   .set-header-height { min-height: 66px; } 
   .postImage img { height: 12rem; object-fit: cover; }
   .ftbItem { width: 50%; }
  .header-main-menu.menu-resfx .hs-menu-wrapper>ul>li  { width: 100%; margin: 0; }
  .header-main-menu.menu-resfx .hs-menu-wrapper ul li { margin: 0 !important; } 
  .header-main-menu.menu-resfx .hs-menu-wrapper ul li a { padding: 1rem !important; border-bottom: 1px solid hsla(0,0%,100%,.1); font-size: 1rem; }
  .header-main-menu.menu-resfx .hs-menu-wrapper ul li a span { display: inline-block; width: auto; }
  .header-main-menu.menu-resfx .hs-menu-wrapper ul li {  border:0; }
  .header-main-menu.menu-resfx .hs-menu-wrapper ul ul { background-color: #1e537d; }
  .mas-share-plan .mas-share-button { width: 100%; background-color: #fff; }
  .mas-share-planr .mas-share-lab svg { fill: #e6e8ed; } 
  .mas-share-plan .mas-share-lab svg { fill: #e6e8ed; }
  .mas-share-plan .mas-share-icon a { opacity: 1; visibility: visible; } 
  
  
}

@media(max-width:991px){ 
   
   .fttLeft { width: 100%; }
   .fttRight { width: 100%; margin: 1.5rem 0; }
   .fttRight ul { text-align: left; }
   .fttMenu ul li a { font-size: 1.25rem; }
   .blogHero:after { width:100%; }
   .blInner { width: 100%; padding: 0; }
   .blogHero { padding: 2rem 0; }
   .blInner h1 { font-size: 2.575rem; }
   .postItem { width: 50%; }
   .gswInner { padding: 2.5rem 0; }
   .gswLeft h2 { font-size: 1.875rem; margin: 0 0 0.5em; }
   .formInner form { display: block; }
   .formInner form .hs_submit.hs-submit { margin: 20px 0 16px; }
   .formInner h3 { font-size: 1rem; padding: 0; display: block; width: 100%; margin: 0 0 10px; }
   .formOuter { width: 100%; }
   .headtLogo a img { max-width: 80px !important; }
   .headtLogo { width: 40%; }
   .headtInner { width: 60%; }
   
   
  
  
  
}


@media(max-width:767px){ 
  .wrapper { padding: 0 28px; }
   .masLeft { width: 100%; }
   .masRight { width: 100%; justify-content: left; margin: 1.5rem 0 0; }
   .masMenu ul li { width: auto; } 
   .masMenu ul, .fttMenu ul { display: flex !important; flex-wrap: wrap; }
   .set-header-height { min-height: 56px; }
   .blInner h1 { font-size: 2rem; }
   .blInner h2 { font-size: 1.5rem; line-height: 1.5; }
   .postItem { width: 100%; padding: 0; }
   .postLoad a { font-size: 1.1rem; line-height: 1.5; }
   .postLoad { margin: 1rem 0 2rem; }
   .gswSection { pointer-events: auto; }
   .gswButton a { pointer-events: auto; padding: 0.5rem 2rem; font-size: 1.1rem; line-height: 1.5; }
   .formInner { padding: 90px 0 0; }
   .formInner form input.hs-button.primary.large { width: 100%; }
   .fttMenu ul li { width: auto !important; }
   .fttMenu ul li a { font-size: 1.075rem;    line-height: 1.6;    width: auto !important;    display: inline-block !important; }
   .fttRight ul li a { width: 40px; height: 40px; } 
   .fttRight ul li svg { width: 20px; height: 20px; }
   .footerTop { padding: 2rem 0 0; }
   .ftbItem { width: 100%; padding: 0; }
   .ftblInner.flexwrap { flex-wrap: wrap; -webkit-flex-wrap: wrap; }
   .ftbLogo { width: 100%; padding: 1.5rem 0 1rem;    border: 0; order: 2; }
   .ftbMenu ul li a { width: auto !important; display: inline-block !important; } 
    a.fixedTButton { width: 100%; position: relative; transform: none !important; margin: 0; top: auto; bottom: auto; left: auto; right: auto; }
    .footerSection { padding: 0 0 30px; }
   .headtsIcon svg { width: 1.25rem; height: 1.25rem; }
   .menuToggle span { width: 25px; height: 3px; }
   .hsSearchField { padding: 0 0 0 1rem; }
   .tagHeader h1 { font-size: 2rem; margin: 0px 0 2rem; }
   .postImage img { width: 100%; height: auto !important; max-height: initial; }
   .blog-related-posts-list.slick-slider button.slick-arrow { width: 28px; height: 48px; }
   .blog-related-posts-list.slick-slider button.slick-arrow:before { height: 20px; width: 20px; border-left: 5px solid #f05a28; border-bottom: 5px solid #f05a28; }
   .blog-related-posts-list.slick-slider { padding: 0 1.5rem; }
   .blog-related-posts-list.slick-slider .related-post { margin: 15px; }
   .blog-related-Section { padding: 2rem 0 2.5rem; }
   .commForm .hs-form-field > label, .commText, .blog-post-tag ul li a, .blod-post-body, .blod-post-body p { font-size: 1.075rem; }
   .commForm textarea { min-height: 177px; }
   .commForm .hs-form-field { margin: 0 0 1.5rem; }
   .commentSec { padding: 2rem 0; }
   .single-post-header h1 { font-size: 2rem; }
   .headerTop { padding: 0 14px; }
  .blod-post-body blockquote {  margin: 3.5rem 1rem 0.5rem; }
  img.alignleft { float: none; width: 100%; margin: 0 0 20px; }
  
}