*, *:before, *:after {
  box-sizing: border-box;
}
html { 
  font-size:100%; 
  -webkit-text-size-adjust:100%; 
  font-variant-ligatures:none; 
  -webkit-font-variant-ligatures:none; 
  text-rendering:optimizeLegibility; 
  -moz-osx-font-smoothing:grayscale; 
  font-smoothing:antialiased; 
  -webkit-font-smoothing:antialiased; 
}
img { 
  max-width:100%; 
  height:auto; 
  border:none; 
  vertical-align:middle; 
}
input[type=submit] { 
  cursor:pointer; 
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) !important;  
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

img {
  border-style: none;
  max-width:100%;
  height:auto;
}

/* Forms
   ========================================================================== */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

details {
  display: block;
}
summary {
  display: list-item;
}

.set-bg, .bg { 
  background-size:cover; 
  background-position:center;
  background-repeat:no-repeat;
}

.font-white, .font-white a { 
  color:#fff; 
}
.font-white a:hover { 
  color:rgba(255,255,255,0.8); 
}
.bold, .bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6  { 
  font-weight:700; 
}
.semibold, .semibold h1, .semibold h2, .semibold h3, .semibold h4, .semibold h5, .semibold h6  { 
  font-weight:600; 
}
.medium, .medium h1, .medium h2, .medium h3, .medium h4, .medium h5, .medium h6 { 
  font-weight:500; 
}
.normal, .normal h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6 { 
  font-weight:400; 
}
.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6 { 
  font-weight:300; 
}

.uppercase { 
  text-transform: uppercase; 
}
.text-center { 
  text-align:center; 
}
.text-right { 
  text-align:right; 
}
.text-left { 
  text-align:left;
}

/* Widths */
.float-left { 
  float:left; 
}  
.float-right { 
  float:right; 
}  
.inline-block { 
  display: inline-block; 
  vertical-align:middle; 
  margin-right:-4px; 
}
.inline-block.vertical-top { 
  vertical-align:top;  
}
.w20 { 
  width: 20%; 
}
.w25 { 
  width: 25%; 
}
.w30 {
  width: 30%; 
}
.w33 { 
  width: 33.33%; 
}
.w40 { 
  width: 40%; 
}
.w50 { 
  width: 50%; 
}
.w60 { 
  width: 60%; 
}
.w66 { 
  width: 66.66%; 
}
.w70 { 
  width: 70%; 
}
.w75 { 
  width: 75%; 
}
.w80 { 
  width: 80%; 
}
.w100 { 
  width: 100%; 
}

/*unique paddings*/
.pl10, .p0-10 { 
  padding-left:10px;
}
.pl15, .p0-15 {
  padding-left:15px;
}
.pl20, .p0-20 { 
  padding-left:20px;
}
.pl30 , .p0-30{ 
  padding-left:30px;
}
.pl0, .p0, .plr0 { 
  padding-left:0;
}
.pr10, .p0-10 { 
  padding-right:10px;
}
.pr15, .p0-15 {
  padding-right:15px; 
}
.pr20, .p0-20 {
  padding-right:20px; 
}
.pr30, .p0-30 { 
  padding-right:30px;
}
.pr0, .p0, .plr0  { 
  padding-right:0; 
}
.pb10,.p10-0 { 
  padding-bottom:10px;
}
.pb20,.p20-0 { 
  padding-bottom:20px;
}
.pb30,.p30-0 { 
  padding-bottom:30px
}
.pb40,.p40-0 { 
  padding-bottom:40px;
}
.pb50,.p50-0 { 
  padding-bottom:50px;
}
.pb60,.p60-0 { 
  padding-bottom:60px;
}
.pb70,.p70-0 { 
  padding-bottom:70px;
}
.pt0, .p0, .ptb0 { 
  padding-top:0; 
}
.pt10,.p10-0 { 
  padding-top:10px;
}
.pt20,.p20-0 { 
  padding-top:20px;
}
.pt30,.p30-0 { 
  padding-top:30px 
}
.pt40,.p40-0 { 
  padding-top:40px;
}
.pt50,.p50-0 { 
  padding-top:50px; 
}
.pt60,.p60-0 { 
  padding-top:60px; 
}
.pt70,.p70-0 { 
  padding-top:70px; 
}
.pb0,.p0, .ptb0 { 
  padding-bottom:0; 
}


/* Misc
   ========================================================================== */

template {
  display: none;
}
[hidden] {
  display: none;
}

.dnd-section[class*="background-image"] form label {
    color: #fff;
}

.hs_cos_wrapper_type_rich_text ul { list-style-type:circle; font-family:inherit; }


/*.hs_cos_wrapper_type_rich_text ul *:not(em span) { font:inherit; color:inherit; }*/
 
/* .hs_cos_wrapper_type_rich_text:not(#hs_cos_wrapper_entry-rich-text) ul * { font:inherit; color:inherit; }  */

.hs_cos_wrapper_type_rich_text ul li + li { margin-top:5px; }
.TopHeaderColLeft ul li + li { margin-top:0; }
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper, .wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  padding:0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin-bottom:0;
}
strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
  transition:all ease 0.4s;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
  line-height:1.25;
}

h2 {
  font-size: 1.6rem;
  line-height:1.3;
}

h3 {
  font-size: 1.25rem;
  line-height:1.33;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
  line-height:1.4;
}

h5 {
  font-size: 1rem;
  line-height:1.45;
}

h6 {
  font-size: 0.9rem;
  line-height:1.5;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

/* Dark Background Style */
.on_dark_bg,
.on_dark_bg h1,
.on_dark_bg h2,
.on_dark_bg h3,
.on_dark_bg h4,
.on_dark_bg h5, 
.on_dark_bg h6,
.on_dark_bg a { color:#fff; }

.sec_title {
  max-width:670px;
}
.sec_title.text-center {
  margin:0 auto;
}
.sec_title.text-right {
  margin:0 0 0 auto;
}

.title_underline:after {
    content: '';
    width: 80px;
    height: 5px;
    display: block;
    margin: 12px 0;
    background: #000;
}
.title_uppercase {
  text-transform:uppercase;
}

.title_underline.text-center:after, 
.text-center .title_underline:after {
    margin-left: auto;
    margin-right: auto;
}

.title_underline.text-right:after, 
.text-right .title_underline:after {
    margin-left: auto;
    margin-right: 0;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
/* Author Avatar */


.hs-tag-profile .hs-tag-avatar {
	float: left;
	margin-right: 15px;
	max-width: 100px;
}

.hs-tag-profile .hs-tag-avatar img {
	max-width: 100%;
}

#hubspot-tag_data .hs-tag-avatar {}

#hubspot-tag_data .hs-tag-avatar img {
	width: 50px;
	float: left;
	margin-right: 15px;
}
.about-tag-sec img {
	/*   float: left;
   margin-right: 15px; */
	max-width: 100%;
}



/* Blog Author and Avatar */

#hubspot-tag_data {}

#hubspot-tag_data:after {
	content: '';
	display: block;
	clear: both;
}

#hubspot-tag_data a.author-link {}



/* Post Author von LuP ergänzt - übernommen von MVV*/

.about-tag-sec {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 19px;
}

body.style-02 .about-tag-sec h3 {
	color: #005e94;
}



.about-tag-sec .span10 {
	padding-left: 10px;
}

.about-tag-sec .span10>h3,
.about-tag-sec .span10>h3 a {
	color: #005e94;
	font-size: 20px;
	font-weight: 900;
}

.about-tag-sec .span10>p {
	color: #000;
	padding-top: 10px;
}

.about-tag-sec .hs-tag-social-links {
	display: inline-block;
}

.about-tag-sec .hs-tag-social-links a {
	display: inline-block;
	margin-right: 5px;
	font-size: 30px;
	color: #000;
}

.about-tag-sec .hs-tag-social-links a:hover {
	color: #005e94;
}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-tag-profile {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.hs-blog-post .hs-tag-profile {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 20px 0;
	margin: 20px 0 20px 0;
}

.hs-tag-profile .hs-tag-profile:after {
	content: '';
	display: block;
	clear: both;
}





/* Author Bio Wrapper*/

.hs-tag-profile .hs-tag-bio {
	overflow: hidden;
}


/* Author Name */

.hs-tag-profile h2.hs-tag-name {
	margin: 0 0 10px 0;
}





/* Author Page */

body.blog-02 .blog-listing-wrapper .hs-tag-profile {
	width: 600px;
	max-width: 100%;
	margin: auto;
	border: 1px solid #ccc;
	padding: 30px 20px;
}

body.blog-02 .blog-listing-wrapper .hs-tag-listing-header {
	text-align: center;
	margin: 50px 0 30px;
	font-size: 30px;
}

body.blog-02 .blog-listing-wrapper .hs-tag-profile .hs-tag-avatar {
	float: none;
}

@media (min-width:768px) {
	body.blog-02 .blog-listing-wrapper .hs-tag-profile>.row-fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width:767px) {
	body.blog-02 .blog-listing-wrapper .hs-tag-profile .hs-tag-avatar {
		margin-bottom: 20px;
	}
}

button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}

/* Link Style */
.link { 
  font-size:1rem; 
  line-height:1.4; 
  text-transform:uppercase; 
  display:block; 
  font-weight:600; 
  color:#1c85e8; 
}
.link svg { 
  fill:#1c85e8; 
  width:24px; 
  height:auto; 
  vertical-align:middle; 
  display:inline-block; 
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 1px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100% !important;
}

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-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}

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

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

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

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

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

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

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: red;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

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

/* Table Cells */

th,
td {
 /* border: 1px solid #DEE2E6; */
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hs-menu-item a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
.header { background-color: #F8FAFC; position: relative; z-index: 999; }
.fixed_nav .header { width:100%; position:fixed; top:0; left:0; }



/* header Style*/
.header__container { display:block; width: 100%; }
.noListStyle ul { list-style:none; margin:0; padding:0; }
.TopHeaderColLeft ul li { display:inline-block; vertical-align:middle; margin-right:-4px; }
.TopHeaderColLeft ul li:first-child { padding-right:20px; }
.TopHeaderColLeft ul li:last-child { padding-left:20px; position:relative; }
.TopHeaderColLeft ul li:last-child:before {content: ""; position:absolute; width:2px; height:16px; background:#fff; left:0; top:50%; transform:translateY(-50%); }
.TopHeader { padding:13px 0; display:block; background:#3399ff; }
.TopHeaderColLeft ul li a { font-size:0.9rem; color:#fff; font-weight:500; }
.TopHeaderColRighr { width:250px; display:inline-block; vertical-align:middle; margin-right:-4px; text-align:right; }
.TopHeaderColLeft { width:calc(100% - 250px); display:inline-block; vertical-align:middle; margin-right:-4px; }
.TopHeaderColRighr .social-Icon a svg path { fill:#fff; }


.BottomHeader { box-shadow: 0px 2px 8px 0px rgba(153, 153, 153, 0.3); }
.BottomHeader .header__container { width:100%; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; }
.header__logo { width: 200px; display: block;  }
.Navigation_row { width: calc(100% - 200px); display:block;  }
.header__logo img { max-width:100%; }
.header__logo img { max-width:120px; }

.expandMenu { display:none; }
.BottomHeader { position:relative; }
.Navigation_Inner .hs-menu-wrapper > ul { width:100%; display:flex; flex-wrap:wrap; justify-content:flex-end; }
.Navigation_Inner ul li a { font-size:1rem; color:#333333; padding:30px 20px; }
.Navigation_Inner ul li a:hover,
.Navigation_Inner ul li.active-branch > a { color:#3399ff; }
.Navigation_Inner .hs-menu-wrapper li.hs-menu-depth-1 > a { text-transform:uppercase; position:relative; }
.Navigation_Inner .hs-menu-wrapper li.hs-menu-depth-1 > a:after { content:''; position:absolute; bottom:0; left:0; right:0; height:0; background-color:#3399ff; transition:all ease 0.4s;  }
.Navigation_Inner .hs-menu-wrapper li.hs-menu-depth-1:hover > a:after,
.Navigation_Inner .hs-menu-wrapper li.hs-menu-depth-1.active-branch > a:after { height:4px; }
.Navigation_Inner .hs-menu-wrapper li.hs-item-has-children { position:relative; }
.Navigation_Inner .hs-menu-wrapper ul.hs-menu-children-wrapper { border-top:3px solid rgba(29, 44, 76, 0.15); box-shadow:0 2px 5px 0 rgba(29, 44, 76, 0.15);  visibility:hidden; opacity:0; display:block; width:260px; text-align:left; -webkit-transition:opacity 0.4s; position:absolute; z-index:10; right:0; background:#ffffff;  }
.Navigation_Inner .hs-menu-wrapper ul.hs-menu-children-wrapper li a { font-size:1rem; padding:10px 20px; }
.Navigation_Inner .hs-menu-wrapper ul.hs-menu-children-wrapper li + li { border-top:1px solid rgba(29, 44, 76, 0.05);  }
.Navigation_Inner .hs-menu-wrapper ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper { left:100%; top:0; transform:translateY(-3px); }
.Navigation_Inner .hs-menu-wrapper li.hs-menu-depth-1:nth-last-child(-n+4) ul ul.hs-menu-children-wrapper { left:inherit; right:100%; }
.Navigation_Inner .hs-menu-wrapper li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { opacity:1; visibility:visible; }
.Navigation_Inner .hs-menu-wrapper ul.hs-menu-children-wrapper:hover { border-color:#3399ff; }

/* For Vertical Orientation of Navigation */
.Navigation_Inner .hs-menu-wrapper.hs-menu-flow-vertical  > ul { flex-direction: column; }
.Navigation_Inner .hs-menu-wrapper.hs-menu-flow-vertical > ul li a { padding: 10px 15px; }
.Navigation_Inner .hs-menu-wrapper.hs-menu-flow-vertical > ul ul { position:static; opacity:1;  visibility:visible; max-width:100%; width:100%; }


/* Mobile styles */
@media (max-width: 991px) {
  .expandMenu { display:block; }
  a.expandMenu { position:absolute; right:20px; top:50%; transform:translateY(-50%); }
  a.expandMenu i { position:relative; transition:all ease .3s; -webkit-transition:all ease .3s; width:30px; left:0; height:3px; opacity:1; display:block; background:#3399ff; margin:5px 0; }
  a.expandMenu.open i:first-child { transform:rotate(135deg); -webkit-transform:rotate(135deg); top:10px; position:relative; }
  a.expandMenu.open i:nth-child(2) { position:relative; left:-46px; opacity:0; }  
  a.expandMenu.open i:last-child { transform:rotate(-135deg); -webkit-transform:rotate(-135deg); top:-4px; position:relative; }
  .child-Expand { position:absolute; top:5px; right:15px; width:30px; text-align:right; text-align:center; height:30px; margin:0; padding:0; cursor:pointer; z-index:999; 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' viewBox='0 0 255 255' style='enable-background:new 0 0 255 255;' xml:space='preserve'%3E%3Cpolygon points='0,63.75 127.5,191.25 255,63.75' fill='%23999999'/%3E%3C/svg%3E"); background-size:15px; background-repeat:no-repeat; background-position:center center; }
  .child-Expand.open { transform:rotate(-180deg); }
  .BottomHeader .header__container { justify-content: left; }
  .header__logo { width:170px; }
  .Navigation_row { border-top:1px solid #39f; width: 100%; position:absolute; padding:10px 0px; left: 0; top: 100%; display:none; background:#fff; text-align:left; box-shadow:0px 4px 4px 0px rgba(153,153,153,0.3); }
  .BottomHeader { padding:15px 0px; }
  .Navigation_Inner ul li a { padding: 10px 20px; }
  .TopHeader { display: none; }
  
  
  .Navigation_Inner .hs-menu-wrapper li.hs-menu-depth-1 > a:after { content:normal; }
  .Navigation_Inner .hs-menu-wrapper > ul > li { width:100%; }
  .Navigation_Inner .hs-menu-wrapper > ul > li + li { border-top:1px solid rgba(29, 44, 76, 0.05);  }
  .Navigation_Inner .hs-menu-wrapper ul.hs-menu-children-wrapper { display:none; position:static; opacity:1; visibility:visible; width:100%; border-top:none; box-shadow:none; padding-left:15px; }
}

@media (max-width: 767px) {

}

@media (min-width: 991px) and (max-width: 1200px){
  .Navigation_Inner ul li.hs-menu-depth-1 > a {
    padding-right: 0.57em;
    padding-left: 0.57em;
  }
}






.globe_class {
    /*background-image: none!important;
    cursor: initial!important;
    height: 0!important;
    width: 0!important;*/
}
.footer h4, .footer h3, .footer p { margin: 0; }

/* footer V1 Style */
.footerForm form input[type=submit] {padding: 17px 18px;min-width: 135px;text-transform: uppercase;font-size: 16px;line-height: 1.2;}
.footerForm form input[type=submit]:hover {background-color: #1d3c68;border-color: #1d3c68;color: #fff;}
.footerForm form  input[type=email] {padding: 17px 31px;font-size: 16px;line-height: 1.2;}
.footerTop {border-bottom: 1px solid #fff;padding: 80px 0px;}
.footerForm form span.hs-form-required {display: none;}
.footerForm form label {margin-bottom: 0;}
.footerForm form .hs_submit.hs-submit {width: 135px;display: inline-block;vertical-align: top;margin-right: -4px;}
.footerForm form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {width: calc(100% - 135px);display: inline-block;vertical-align: top;margin-bottom: 0px;padding-right: 15px;}

.footerCenter {max-width: 930px;width: 100%;margin: 0 auto;}
.footerFormIcon .social-Icon ul li a {border-radius: 50%;display: block;background: #1d3c68;}
.footerFormIcon .social-Icon ul li a:hover {background: #1c85e8;}
.footerFormIcon .social-Icon ul li a {padding: 8px; }
.footerFormIcon .social-Icon ul li a svg path {fill: #fff;}
.footerFormIcon .social-Icon ul {list-style: none;padding: 0;margin: 0;}
.footerFormIcon .social-Icon {text-align: center;padding-top:30px;}
.footer_simple_menu ul li a {font-size: 18px;font-weight: 500;text-transform: uppercase;padding: 0 23px;}
.footer_simple_menu ul li a:hover {color:#3399ff;}
.footer_simple_menu {padding-top:30px;}
.footer_simple_menu .hs-menu-wrapper ul {justify-content: center;}
.footerbottomInner ul {list-style-type: none;padding: 0;margin: 0;}
.footerbottomInner ul li {display: inline-block;vertical-align: middle;margin-right: -4px;}
.footerbottomInner ul li + li { margin-top:0; }
.footerbottomInner ul li a {display:block;padding: 9px;}
.footerbottomInner span, .footerbottomInner ul {padding-right: 9px;display: inline-block;vertical-align: middle;margin-right: -4px;}

.footerbottom {padding: 5px 0;}

/* footer V2 Style */
.footerLogo { max-width:180px; margin:0 auto; }
.footerV2Top {border-bottom: 1px solid #fff;padding: 60px 0px;}
.footerV2LeftCol {width: 70%;display: inline-block;vertical-align: middle;margin-right: -4px;}
.footerV2RightCol {width: 30%;display: inline-block;vertical-align: middle;margin-right: -4px;}
.footerV2LeftInnerCol1 {display: inline-block;vertical-align: top;margin-right: -4px;width: 35%;}
.footerV2LeftInnerCol2 {display: inline-block;vertical-align: top;margin-right: -4px;width: 25%;}
.footerV2LeftInnerCol3 {display: inline-block;vertical-align: top;margin-right: -4px;width: 40%;}
.footerV2LeftLogo a img {display: block;width: 100% !important;height: auto;}
.footerV2LeftLogo {width: 170px;}
.footerV2Row .hs-menu-wrapper ul {display: block;}
.footerV2Row ul {list-style-type: none;margin: 0;padding: 0;}
.footerV2bottom {text-align: center;}
.footerV2_simple_menu ul li.hs-menu-item a {display: block;padding: 10px 0px;}
.footerV2LeftIcon .social-Icon ul li a {border-radius: 50%;display: block;background: #1d3c68;}
.footerV2LeftIcon .social-Icon ul li a:hover {background: #1c85e8;}
.footerV2LeftIcon .social-Icon ul li a {padding: 8px; }
.footerV2LeftIcon .social-Icon ul li a svg path {fill: #fff;}
.footerV2LeftText {padding-top: 20px;}
.footerV2LeftText li {padding-top: 10px;}
.footerV2LeftIcon {padding-top: 20px;}
.footerV2_menu_Title {padding-bottom: 20px;text-transform: uppercase;}
.footerV2_simple_menu .hs-menu-item a {padding: 10px 0px;}
.footerV2bottomInner ul {list-style-type: none;padding: 0;margin: 0;}
.footerV2bottomInner ul li {display: inline-block;vertical-align: middle;margin-right: -4px;}
.footerV2bottomInner ul li + li { margin-top:0px; }
.footerV2bottomInner ul li a {display:block;padding: 9px;}
.footerV2bottomInner span {padding-right: 9px;display: inline-block;vertical-align: middle;margin-right: -4px;}
.footerV2bottom {padding: 5px 0;}
.footerV2LeftInnerCol1 ,.footerV2LeftInnerCol2 ,.footerV2LeftInnerCol3 {padding: 0 15px;}
.footerV2LeftRow {margin: 0 -15px;}
.footerV2_simple_menu ul li.hs-menu-item a{position: relative;}
.footerV2_simple_menu ul li.hs-menu-item a:hover {padding-left:15px; color:#1c85e8;}
.footerV2_simple_menu ul li.hs-menu-item a:before {content: '';width: 0px;height: 13px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 477.175 477.175' style='enable-background:new 0 0 477.175 477.175;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M360.731,229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1,0s-5.3,13.8,0,19.1l215.5,215.5l-215.5,215.5 c-5.3,5.3-5.3,13.8,0,19.1c2.6,2.6,6.1,4,9.5,4c3.4,0,6.9-1.3,9.5-4l225.1-225.1C365.931,242.875,365.931,234.275,360.731,229.075z ' style='&%2310; fill: %231c85e8;&%2310;'/%3E%3C/g%3E%3C/svg%3E");position: absolute;background-repeat: no-repeat;left: 0;top: 50%;transform: translateY(-50%);transition: all ease .4s;}
.footerV2_simple_menu ul li.hs-menu-item a:hover:before {width: 13px;}
.footerV2LeftBlog .hs-rss-byline {padding-top: 7px;}
.footerV2LeftBlog .hs-rss-item {margin: 0;padding: 10px 0 0 20px;position: relative;}
.footerV2LeftBlog .hs-rss-item:before {content: '';width: 10px;height: 10px;background: #fff;position: absolute;left: 0;top: 13px;border-radius: 3px;}
.footerV2RightInnerCol {padding-left: 30px;}
.footerV2RightInnerCol img {width: 100% !important;}

/* footer V3 Style */
.footerV3Top {border-bottom: 1px solid #fff;padding: 60px 0px;}
.footerV3LeftInnerCol1 {display: inline-block;vertical-align: top;margin-right: -4px;width: 22%;}
.footerV3LeftInnerCol2 {display: inline-block;vertical-align: top;margin-right: -4px;width: 18%;}
.footerV3LeftInnerCol3 {display: inline-block;vertical-align: top;margin-right: -4px;width: 35%;}
.footerV3LeftInnerCol4 {display: inline-block;vertical-align: top;margin-right: -4px;width: 25%;}
.footerV3LeftLogo a img {display: block;width: 100% !important;height: auto;}
.footerV3LeftLogo {width: 170px;}
.footerV3Row .hs-menu-wrapper ul {display: block;}
.footerV3Row ul {list-style-type: none;margin: 0;padding: 0;}
.footerV3bottom {text-align: center;}
.footerV3_simple_menu ul li.hs-menu-item a {display: block;padding: 10px 0px;}
.footerV3LeftIcon .social-Icon ul li a {border-radius: 50%;display: block;background: #1d3c68;}
.footerV3LeftIcon .social-Icon ul li a:hover {background: #1c85e8;}
.footerV3LeftIcon .social-Icon ul li a {padding:8px;}
.footerV3LeftIcon .social-Icon ul li a svg path {fill: #fff;}
.footerV3LeftText {padding-top: 25px;}
.footerV3RightText li {padding-top: 10px;}
.footerV3LeftIcon {padding-top: 20px;}
.footerV3_menu_Title {padding-bottom: 20px;text-transform: uppercase;}
.footerV3_simple_menu .hs-menu-item a {padding: 10px 0px;}
.footerV3bottomInner ul {list-style-type: none;padding: 0;margin: 0;}
.footerV3bottomInner ul li {display: inline-block;vertical-align: middle;margin-right: -4px;}
.footerV3bottomInner ul li + li { margin-top:0; }
.footerV3bottomInner ul li a {display:block;padding: 9px;}
.footerV3bottomInner span {padding-right: 9px;display: inline-block;vertical-align: middle;margin-right: -4px;}
.footerV3bottom {padding: 5px 0;}
.footerV3LeftInnerCol1 ,.footerV3LeftInnerCol2 ,.footerV3LeftInnerCol3 ,.footerV3LeftInnerCol4 {padding: 0 15px;}
.footerV3LeftRow {margin: 0 -15px;}
.footerV3_simple_menu ul li.hs-menu-item a{position: relative;}
.footerV3_simple_menu ul li.hs-menu-item a:hover {padding-left:15px; color:#1c85e8;}
.footerV3_simple_menu ul li.hs-menu-item a:before {content: '';width: 0px;height: 13px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 477.175 477.175' style='enable-background:new 0 0 477.175 477.175;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M360.731,229.075l-225.1-225.1c-5.3-5.3-13.8-5.3-19.1,0s-5.3,13.8,0,19.1l215.5,215.5l-215.5,215.5 c-5.3,5.3-5.3,13.8,0,19.1c2.6,2.6,6.1,4,9.5,4c3.4,0,6.9-1.3,9.5-4l225.1-225.1C365.931,242.875,365.931,234.275,360.731,229.075z ' style='&%2310; fill: %231c85e8;&%2310;'/%3E%3C/g%3E%3C/svg%3E");position: absolute;background-repeat: no-repeat;left: 0;top: 50%;transform: translateY(-50%);transition: all ease .4s;}
.footerV3_simple_menu ul li.hs-menu-item a:hover:before {width: 13px;}

.footerV3LeftBlog .hs-rss-item.hs-with-featured-image .hs-rss-item-text {width: 75%;float: right;padding-left: 20px;box-sizing: border-box;}
.footerV3LeftBlog .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {width: 25%;float: left;}
.footerV3LeftBlog  .hs-rss-item.hs-with-featured-image {margin: 0;padding: 10px 0;}
.footerV3LeftText p + p {padding-top: 30px;}

@media (max-width: 991px) {
  /* footer V1 Style */
  .footerbottomInner span, .footerbottomInner ul {display: block;text-align: center;}
  .footerTop {padding: 50px 0px;}
  .footerbottom {padding: 17px 0 5px; }
  .footer_simple_menu ul li a {font-size: 16px;/*padding: 0px 13px;*/padding: 0 0.5em;}
  .footer_simple_menu {padding-top: 30px;}
  .footerFormIcon .social-Icon {text-align: center;padding-top: 20px;}

  /* footer V2 Style */
  .footerV2LeftCol , .footerV2RightCol {width: 100%;}
  .footerV2RightInnerCol {padding-left: 0;max-width: 270px;width: 100%;margin: 20px auto 0;}
  .footerV2bottomInner span {display: block;text-align: center;}
  .footerV2Top {padding: 50px 0px;}
  .footerV2bottom {padding: 17px 0 5px; }

  /* footer V3 Style */
  .footerV3LeftInnerCol {width: 50%;padding: 15px;}
  .footerV3bottomInner span {display: block;text-align: center;}
  .footerV3Top {padding: 50px 0px;}
  .footerV3bottom {padding: 17px 0 5px; }

}

@media (max-width: 767px) {
  /* footer V1 Style */

  /* footer V2 Style */
  .footerV2LeftInnerCol1 ,  .footerV2LeftInnerCol2 ,  .footerV2LeftInnerCol3 {width: 100%;padding: 20px 15px 0;}
  .footerV2RightInnerCol {margin: 20px 0 0;}


}

@media (max-width: 559px) {
  /* footer V1 Style */
  .footerbottomInner ul li {display: block;}
  .footer_simple_menu {padding-top: 30px;}
  .footer_simple_menu .hs-menu-wrapper ul {display: block;text-align: center;}
  .footer_simple_menu ul li a {padding: 6px 15px;}
  .footerForm form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {width: 100%;padding-right: 0;padding-bottom: 15px;}
  .footerForm form .hs_submit.hs-submit {width: 100%;text-align: center;}

  /* footer V3 Style */
  .footerV3LeftInnerCol {width: 100%;padding: 10px 15px;}

}
/* Accordion Modules */
.faqTitle.font22, .faqTitleV2.font22, .faqTitleV3.font22 { font-size:19px; }
span.faqchildIcon { width:15px; display:block; position:absolute; right:25px; top:50%; transform:translateY(-50%); }
span.faqchildIcon svg { width: 15px; height: auto; display: block; }
span.faqchildIcon svg path { fill: #1d2c4c; }
.faqTitle { padding: 12px 40px 12px 20px; background: #f2f6fa; position: relative; border-radius: 5px; cursor: pointer;  transition: all ease .3s; }
.active .faqTitle { background: #1c85e8; color: #fff; }
.active span.faqchildIcon svg path { fill: #fff; }
.faqchildIcon span.Down { display: none; }
.active .faqchildIcon span.Down { display: block; }
.active .faqchildIcon span.Up { display: none; }
.faqContentInner { padding: 0 20px; margin-top:20px }
.faqParent, .faqParentV2, .faqParentV3 { padding: 10px 0px; }
.faqContent, .faqContentV2, .faqContentV3  { display:none; }

span.faqchildIconV2 { width: 20px; display: block; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
span.faqchildIconV2 svg { width: 20px; height: auto; display: block; }
span.faqchildIconV2 svg path { fill: #1d2c4c; }
.faqTitleV2 { padding: 12px 25px 12px 0; position: relative; cursor: pointer; transition: all ease .3s; }
.faqRepeatV2 { border-bottom: 1px solid rgba(29 44 76,0.15); }
.activeV2 .faqTitleV2 { color: #3399ff; }
.activeV2 span.faqchildIconV2 svg path { fill: #3399ff; }
.faqchildIconV2 span.DownV2 { display: none; } 
.activeV2 .faqchildIconV2 span.DownV2 { display: block; }
.activeV2 .faqchildIconV2 span.UpV2 { display: none; }
.faqContentInnerV2 { padding: 0 20px 0 0; margin-bottom:12px; }

.faqchildExpand { position: absolute; top: 15px; right: 20px; width: 24px; text-align: center; height: 24px; margin: 0; padding: 5px; cursor: pointer;}
.faqchildExpand i { position: relative; width: 15px; left: 0; height: 1px; opacity: 1; display: block; background: #333333; margin: 6px 0; transition: all ease 0.3s; }
.faqchildExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top: -7px;}
.activeV3 .faqchildExpand i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg);background: #3399ff;}
.activeV3 .faqchildExpand i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg);background: #3399ff;}
.activeV3 .faqTitleV3{ color: #3399ff; }
.faqTitleV3 { padding: 12px 40px 12px 20px; position: relative; cursor: pointer; transition: all ease .3s; }
.faqRepeatV3 { border-radius: 5px; }
.faqContentInnerV3 { padding: 0 20px; margin-top: 12px; margin-bottom: 12px; }


/* Animated Numbers */
.countBoxV1 { width:100%; background: #f2f6fa; border-radius:5px; padding:20px; }
.countV1 { color:#1d2c4c; font-size:32px; font-weight:700; }
.countBoxLeftIcon { width:67px; height:67px; margin:0 20px 0 auto; background:#fff; display:block; border-radius:50%; text-align:center; line-height:67px; }
.countBoxLeftIcon .fa { font-size:40px; color:#1c85e8; line-height:67px; }
.countBoxLeftIcon svg { width: 50px; height: 50px; display:inline-block; vertical-align:middle; }
.countBoxLeftIcon img { width:100%; height:auto; }
.countBoxLeftIcon svg  path { fill: #39f; }
.countBoxLeftCol { width:90px; display:inline-block; vertical-align:middle; margin-right:-4px; text-align:center; }
.countBoxRightCol { width:calc(100% - 90px); display:inline-block; vertical-align:middle; margin-right:-4px; }

.countBox2 { width:100%; text-align:center; }
.count2 {color:#3399ff; font-size:32px; font-weight:700; display:inline-block; }

.countBox { padding:0; width:150px; height:150px; background:#fff; border-radius:50%; border:2px solid #f2f6fa; margin:0 auto; text-align:center; display:flex; align-content:center; flex-wrap:wrap; }
.countBox > div { width:100%; }
.count {color:#3399ff; font-size:32px; font-weight:700; display:inline-block; }


/* BlockQuotes */
.BlockQuoteSection.V2 .BlockQuoteBoxText,
.BlockQuoteSection.V3 .BlockQuoteBoxText,
.BlockQuoteSection.V1 .BlockQuoteBoxText { font-size:28px; }
.BlockQuoteSection.V1 .BlockQuoteInner,
.BlockQuoteSection.V2 .BlockQuoteInner,
.BlockQuoteSection.V3 .BlockQuoteInner { max-width:900px; margin:0 auto; }
.BlockQuoteSection.V2 .BlockQuoteBoxName,
.BlockQuoteSection.V3 .BlockQuoteBoxName,
.BlockQuoteSection.V1 .BlockQuoteBoxName { font-weight:500; color:#1d2c4c; padding-top:20px; }
.BlockQuoteSection.V2 .BlockQuoteBox { position:relative; padding-left:50px; }
.BlockQuoteSection.V2 { padding:20px 0; }
.BlockQuoteSection.V2 .BlockQuoteImgV1 { width:38px; height:auto; position:absolute; top:0; left:0; display:block; }
.BlockQuoteSection.V2 .BlockQuoteImgV1 img { width:100%; height:auto; }
.on_dark_bg.BlockQuoteSection.V1 .BlockQuoteBoxName,
.on_dark_bg.BlockQuoteSection.V2 .BlockQuoteBoxName,
.on_dark_bg.BlockQuoteSection.V3 .BlockQuoteBoxName { color:#ffffff; }

.BlockQuoteSection.V3.text-center { text-align:center; }
.BlockQuoteSection.V3 .BlockQuoteBox { background-repeat: no-repeat; background-size: 45px auto; background-position: top 0 left; padding-top:4px; }

.BlockQuoteSection.V1 .BlockQuoteBox { position:relative; padding-left:40px; }
.BlockQuoteSection.V1 .BlockQuoteBox:before { content:''; position:absolute; width:6px; height:96%; background:#d2d5db; left:0; top:2%; border-radius:3px; }


/* Feature Icons Boxes */
.FeatureBox_Svg { width:63px; height:66px; }
.FeatureBox_Svg svg { width:100%; height:auto; }
.FeatureBox_Svg img { width:100%; height:auto; }
.FeatureBox_Svg .fa { font-size: 55px; line-height: 66px; color: #1c85e8; }
.FeatureBoxColLeft .FeatureBox_Svg .fa { text-align:center; display:block; }
.FeatureBoxLink a { display:block; }

.Two_column .FeatureBoxColLeft { width:63px; display:inline-block; vertical-align:top; margin-right:-4px; }
.Two_column .FeatureBoxColRight { width:calc(100% - 63px); display:inline-block; vertical-align:top; margin-right:-4px; padding:0 20px; }
.Two_column .FeatureBox_Title { padding-top:0px; }

.FcBoxlink { padding-top:15px; }
.FeatureBox_Title { padding-top:15px; }
.FeatureSection { border-radius:5px; }
.Center_Box .FeatureBoxInner { padding:30px; }
.Center_Box .FeatureBox_Svg { margin:0 auto; }
.Center_Box { text-align:center; }
.Center_Box .FeatureBoxColLeft { width:124px; height:124px; background:#fff; border-radius:50%; margin:0 auto; padding-top:30px; display:block; }
.FeatureBox_SvgV4 { width:66px; height:66px; border-radius:50%; padding:15px; }
.FeatureBox_SvgV4 .fa { font-size:30px; line-height:38px; text-align:center; display:block; color:#1c85e8; }
.FeatureBox_SvgV4 svg { width:100%; height:auto; }
.FeatureBoxInnerV4 { border:1px solid rgba(28,133,232,0.10); padding:30px 20px; position:relative; z-index:1; border-radius:5px; background:#ffffff; box-shadow:0 2px 3px rgba(72, 69, 224, 0.1); transition:0.5s; }
.FeatureBoxInnerV4:hover { background:#f2f6fa; -webkit-transform:translateY(-9px); transform:translateY(-9px); border-color:transparent; }
.FeatureBoxInnerV4 > a { position:absolute; width:100%; height:100%; display:block; top:0; left:0; }
.FeatureSectionV4 { padding-top:10px; }
.FeatureBox_SvgV4 svg path { fill:#1c85e8; }

/* Feature Image Boxes */
.FeatureImageBoxBg { width:100%; padding-bottom:61.25%; background-repeat:no-repeat; background-position:center; background-size:cover; }
.FeatureImageOverlay { position:relative; }
.FeatureImageOverlay > * { position:relative; z-index:2; }
.FeatureImageOverlay:before { content:''; top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; background:rgba(0,0,0,0.16); }
.FeatureImageBoxTitle { padding-top:25px; }

.FeatureImageBoxBgV2,
.FeatureImageBoxBgV3 { width:100%; background-repeat:no-repeat; background-position:center; background-size:cover; }
.FeatureImageOverlayV2 { position:relative; }
.FeatureImageOverlayV2 > *,
.FeatureImageOverlayV3 > * { position:relative; z-index:2; } { position:relative; z-index:2 }
.FeatureImageOverlayV2:before { content:''; top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; background:rgba(0,0,0,0.16); }
.FeatureImageBoxBgInnerV2 { background:#fff; opacity:0; visibility:hidden; transition:all ease .4s; padding:30px; }
.FeatureImageBoxBgV2:hover .FeatureImageBoxBgInnerV2 { opacity:1; visibility:visible; }

.FeatureImageOverlayV3 { position:relative; border-radius:5px; overflow:hidden; }
.FeatureImageOverlayV3:before { content:''; top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; background:transparent; transition:all ease .4s; }
.FeatureImageOverlayV3:hover:before { content:''; top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; background:rgba(51,153,204,0.82); }
.FeatureImageBoxTitleV3 h4 { transition:all ease .4s; }
.FeatureImageBoxBgV3:hover .FeatureImageBoxTitleV3 h4{ color:#fff; }
.FeatureImageBoxTextV3 { transition:all ease .4s; }
.FeatureImageBoxBgV3:hover .FeatureImageBoxTextV3 { color:#fff; }
.FeatureImageBoxBgInnerV3 { padding:30px; }
.FeatureImageBoxBgV3:hover a.link { color:#fff }

.FeatureV4BTitle { padding-top:20px; }

/* Flip Card Module */
.flipCardBox.card-container { cursor:default; min-height:290px; height:100%; perspective:600px; position:relative; width:100%; }
.flipCardBox .card { height:100%; position:absolute; transform-style:preserve-3d; transition:all 0.5s ease-in-out; width:100%; }
.flipCardBox.card-container:hover .card {transform:rotateY(180deg); }
.flipCardBox .card .side { padding:40px 20px; backface-visibility:hidden; border-radius:6px; height: 100%;position: absolute;overflow: hidden;width: 100%;background:#f8fafc; text-align:center; box-shadow:2px 4px 8px 0px rgba(0,0,0,0.10); display: flex; align-items:center; }
.flipCardBox .FlipBox1Icon { margin:0 auto; width:65px; height:65px; border-radius:50%; background:#fff; line-height:65px; }
.flipCardBox .FlipBox1Icon img, .flipCardBox .FlipBox1Icon svg { max-width:50px; max-height:50px; width:auto; height:auto; display:inline-block; vertical-align:middle; }
.flipCardBox .front_box_title { padding-top:15px; }
.flipCardBox .front_box_content { padding-top:15px; }
.flipCardBox .back_box_title h4 { color:#fff; }
.flipCardBox .back_box_content { padding-top:15px; color:#fff; }
.flipCardBox .card .back { background:#3399ff; text-align:center; transform:rotateY(180deg); }

/* Form Section */
.FormBoxv1 { padding:30px; border-radius:10px; box-shadow:0px 2px 8px 0px rgba(133, 133, 133, 0.3); }
.dnd-section[class*="background-image"] .FormBoxv1 form label { color:#33475b; }
.dnd-section[class*="background-image"] .FormBoxv1.on_dark_bg form label { color:#fff; }


/* Pricing Boxes */
.pricing-Top  { border-radius:6px 6px 0 0; padding:30px 20px; background:#f8fafc; text-align:center;color:#1d2c4c; -moz-transition: all ease .4s;-webkit-transition: all ease .4s;transition:all ease .4s; }
.pricing-cta .button { background-color:rgb(255, 255, 255); border:1px solid #1c85e8; color:#1c85e8; }
.pricing:hover .pricing-cta .button { background-color:#1c85e8; border:1px solid #1c85e8; color:rgb(255, 255, 255); }
.pricing.active_element .pricing-Top { color:#ffffff; background-color:#1c85e8 }
.pricing.active_element .pricing-Top h4 { color:#ffffff; }
.pricing-value { font-size:16px; } 
.pricing-value span { font-size:40px; font-weight:700; }
.pricing-module {background:#fff; border-radius:6px; box-shadow:0px 2px 8px 0px rgba(153, 153, 153, 0.3); }
.pricing-bottom {padding: 30px 20px;}
.pricing-cta {padding-top:30px; text-align: center; }
.pricing-details { text-align:center; display:flex; width:100%; justify-content:center; align-items:center; }
.pricing-details ul {list-style-type: none;padding: 0;margin: 0;text-align: center;display: inline-block;}
.pricing-details ul li {text-align: left;position: relative;padding: 7px 0 7px 32px;}
.pricing-details ul li:before { content: ''; position: absolute;width: 20px;height: 20px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M497.36,69.995c-7.532-7.545-19.753-7.558-27.285-0.032L238.582,300.845l-83.522-90.713 c-7.217-7.834-19.419-8.342-27.266-1.126c-7.841,7.217-8.343,19.425-1.126,27.266l97.126,105.481 c3.557,3.866,8.535,6.111,13.784,6.22c0.141,0.006,0.277,0.006,0.412,0.006c5.101,0,10.008-2.026,13.623-5.628L497.322,97.286 C504.873,89.761,504.886,77.54,497.36,69.995z' style='&%2310; fill: %233399ff;&%2310;'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M492.703,236.703c-10.658,0-19.296,8.638-19.296,19.297c0,119.883-97.524,217.407-217.407,217.407 c-119.876,0-217.407-97.524-217.407-217.407c0-119.876,97.531-217.407,217.407-217.407c10.658,0,19.297-8.638,19.297-19.296 C275.297,8.638,266.658,0,256,0C114.84,0,0,114.84,0,256c0,141.154,114.84,256,256,256c141.154,0,256-114.846,256-256 C512,245.342,503.362,236.703,492.703,236.703z' style='&%2310; fill: %233399ff;&%2310;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");left: 0;top: 8px; }

.pricing-TopV2 {padding: 30px 20px 20px;position:relative; text-align:center; }
.pricingV2 .pricing-moduleV2 { background-color:#ffffff;  }
.pricing-ctaV2 .button { background-color:rgb(255, 255, 255);border: 1px solid #1c85e8;color: #1c85e8; }
.pricingV2:hover .pricing-ctaV2 .button, .pricingV2.active_element .pricing-ctaV2 .button { background-color:#fff; border:1px solid #fff; color:#1c85e8;}
.pricing-valueV2 {font-size:40px; font-weight:700; }
.pricing-moduleV2 {border-radius:6px; box-shadow:2px 2px 8px 0px rgba(0, 0, 0, 0.1); transition: all ease .4s;}
.pricingV2:hover .pricing-moduleV2, .pricingV2.active_element .pricing-moduleV2 { background-color:#1c85e8; color:#fff;}
.pricing-ctaV2 .button {background-color: rgb(255, 255, 255);border: 1px solid #1c85e8;color: #1c85e8;}
.pricing-ctaV2 {padding-top: 30px;text-align: center;}
.pricing-detailsV2 {text-align: center;}
.pricing-detailsV2 ul { list-style-type:none; padding:0; margin: 0; text-align:center; display:inline-block; }
.pricing-detailsV2 ul li { position:relative; padding: 7px 0; }
.pricing-bottomV2 { padding:20px 20px 30px 20px; }
.pricing-headerV2 h4 { color: #1c85e8; transition: all ease .4s;}
.pricing-valueV2 span { color:#1c85e8; transition: all ease .4s; }
.pricing-TopV2:after { content:''; height:1px; width:60%; background:#e8e9ed; position:absolute; left:50%; bottom:0; transform:translateX(-50%); }
.pricingV2:hover .pricing-headerV2 h4, .pricingV2.active_element .pricing-headerV2 h4 { color:#fff; }
.pricingV2:hover .pricing-valueV2 span, .pricingV2.active_element .pricing-valueV2 span { color:#fff; }


/* Progressbar Module */
.progress-content-outter,
.progress-content-outterv2 { background:rgba(28, 133, 232,0.1); margin-top:5px; }
.progress-content { height:10px; background-color:rgb(28, 133, 232); width:0; }
span.progress-title { font-size:16px; font-weight:500; font-style:italic; }
span.progress-number-wrapper { font-size:18px; font-weight:700; display:block; position:absolute; top:0; right:0; }
.progress-bar { position:relative; }
.progresscontainer, .progresscontainerv2 { padding:10px 0; }

.progress-contentv2 { height:28px; background-color:#1c85e8; width:0; }
span.progress-titlev2 { font-size:16px; }
span.progress-number-wrapperv2 { font-size:18px; color:#fff; }
.progress-barv2 { position:relative; overflow:hidden; }
span.percentv2 {margin-left:-40px; }
span.progress-number-markv2 { position:absolute; bottom:1px; left: 0; }


/* CTA & Subscription Strips */
.CtaStripsV1 { position:relative; padding:60px 0; }
span.Cta_Overlay { position:absolute; width:100%; height:100%; top:0; left:0; }
.Cta_Overlay + * { position:relative; z-index:2; }
.CtaStripsV1_Link .button:hover { background-color:#fff; border-color:#fff; color:#1c85e8; }

.CtaStripsV2 { position:relative; padding:70px 0; }
span.Cta_OverlayV2 { position:absolute; width:100%; height:100%; top:0; left:0; }
.Cta_OverlayV2 + * { position:relative; z-index:2; }

.CtaStripsV2_Inner { max-width:950px; width:100%; margin:0 auto; }
.CtaStripsV2_Link .button { background-color:#fff; border:1px solid #fff; color:#1c85e8; }
.CtaStripsV2_Link .button:hover { background-color:rgba(29,44,76,1.0); border-color:#1d2c4c; color:#fff; }

.CtaStripsV3 { position:relative; background:#1d2c4c; padding:60px 0; }
span.Cta_TopBar { height:200px; width:100%; display: block; }
.CtaStripsV3_Col_Img { margin-top: -200px;margin-bottom: -60px; }
.CtaStripsV3_Col { padding: 0 20px; }
.CtaStripsV3_Link .button { background-color:#1c85e8; }
.CtaStripsV3_Link .button:hover { background-color:#1c85e8; border:1px solid #1c85e8; color:#fff; }

.SubscriptionStripsV1 { position:relative; padding:60px 0; }
span.Subscription_OverlayV1 { position:absolute; width:100%; height:100%; top:0; left:0; }
.Subscription_OverlayV1 + * { position:relative; z-index:2; }

.SubscriptionStripsV1_Inner { max-width:710px; width:100%; margin:0 auto; }
.SubscriptionStripsV1_Form h3.form-title { display:none; background-color:rgba(28,133,232,1); color:#1d2c4c; }
.SubscriptionStripsV1_Form form span.hs-form-required {display: none;}
.SubscriptionStripsV1_Form form label {margin-bottom: 0;}
.SubscriptionStripsV1_Form form .hs_submit.hs-submit {width: 135px;display: inline-block;vertical-align: top;margin-right: -4px;}
.SubscriptionStripsV1_Form form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {width: calc(100% - 135px);display: inline-block;vertical-align: top;margin-bottom: 0px;padding-right: 15px;}

.SubscriptionStripsV1_Form form input[type=submit] {padding: 17px 18px;min-width: 135px;text-transform: uppercase;font-size: 16px;line-height: 1.2;}
.SubscriptionStripsV1_Form form input[type=submit]:hover {background-color: #1d3c68;border-color: #1d3c68;color: #fff;}
.SubscriptionStripsV1_Form form  input[type=email] {padding: 17px 31px;font-size: 16px;line-height: 1.2;}

.SubscriptionStripsV2 {position:relative; padding:60px 0; }
.SubscriptionStripsV2_Inner { max-width:820px; width:100%; margin:0 auto; }
.SubscriptionStripsV2_Form h3.form-title { display:none; background-color:rgba(28,133,232,1); color:#1d2c4c; }
.SubscriptionStripsV2_Form form span.hs-form-required { display:none; }
.SubscriptionStripsV2_Form form label { margin-bottom:0; }
.SubscriptionStripsV2_Form form .hs_submit.hs-submit { width:135px; display:inline-block; vertical-align:top; margin-right:-4px; }
.SubscriptionStripsV2_Form form fieldset.form-columns-2 { width:calc(100% - 135px); display:inline-block; vertical-align:top; margin-bottom:0px; }
.SubscriptionStripsV2_Form form input[type=submit] { padding:17px 18px; min-width:135px; text-transform:uppercase; font-size:16px; line-height:1.2; }
.SubscriptionStripsV2_Form form input[type=submit]:hover { background-color:#1d3c68; border-color:#1d3c68; color:#fff; }
.SubscriptionStripsV2_Form form  input[type=email],
.SubscriptionStripsV2_Form form  input[type=text]  { padding:17px 31px; font-size:16px; line-height:1.2; }
.SubscriptionStripsV2_Form form .hs-form-field { margin-bottom: 0; }
.SubscriptionStripsV2_Form form  label { display: none; }
.SubscriptionStripsV2_Form form label.hs-error-msg { display: block; }

@media (max-width: 1024px) {
  .CtaStripsV3 { padding:50px 0; }
  span.Cta_TopBar { height:120px; }
  .CtaStripsV3_Col_Img { margin-top:-120px; }
}

@media (max-width: 992px) {
  .CtaStripsV3 { padding:40px 0; }
  .CtaStripsV3_Col_Img { margin-top:-40px; margin-bottom:-40px; }
  span.Cta_TopBar { display:none; }
}

@media (max-width: 767px) {
  .CtaStripsV1_Col { width:100%; text-align:center; padding:15px 0; }
  .CtaStripsV1 { padding:30px 0; }
  .CtaStripsV2 { padding:40px 0; }
  .CtaStripsV3_Col_Img { margin-top:0px; margin-bottom:30px; }
  .CtaStripsV3_Col {text-align:center; width:100%; padding:0px; }
  
  .SubscriptionStripsV1 { padding:40px 0; }
  .SubscriptionStripsV1_Form form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field { width:100%; padding-right:0; padding-bottom:20px; }
  .SubscriptionStripsV1_Form form .hs_submit.hs-submit { width:100%; }
  
  .SubscriptionStripsV2 { padding:40px 0; }
  .SubscriptionStripsV2_Form form fieldset.form-columns-2 .hs-form-field { width:100%; float:none; display:block; padding-bottom:20px; }
  .SubscriptionStripsV2_Form form fieldset.form-columns-2 { width:100%; }
  .SubscriptionStripsV2_Form form  fieldset.form-columns-2 .input { margin-right:0; }
}

/* Tabs  */
.TabContentV4{ display:none; }
.TabContentV4.active { display: block; animation: fadeInUp 0.6s ease; animation-iteration-count: 1; animation-fill-mode: forwards; }
@-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); }   to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); }  to { opacity: 1; -webkit-transform: none; transform: none; } }

.TabListV4 ul { list-style-type:none; padding:0; margin: 0; }
.TabListV4 ul li a { border-radius:6px; position:relative; text-decoration:none; font-size:18px; padding:15px 35px; text-align:center; display:block; border:1px solid #f2f6fa; background:#f2f6fa; color:#1d2c4c; }
.TabListV4 ul li { display:inline-block; vertical-align:middle; padding-right:10px; margin-right:-4px; }
.TabListV4 ul li a:hover{border:1px solid #1c85e8; background:#1c85e8; color:#fff; }
.TabListV4 ul li.current a { text-decoration:none; border:1px solid #1c85e8; background:#1c85e8; color:#fff; }
.TabListV4 ul li a svg { width:40px; vertical-align:middle; height:auto; padding-right:10px; }
.TabListV4 ul li a svg path { fill:#1d2c4c; }
.TabListV4 ul li.current a svg path { fill:#fff; }
.TabListV4 ul li a:hover svg path { fill:#fff; }
.TabListV4 ul li a span.RightRectangle4 { position:absolute; width:25px; height:25px; background:#1c85e8; transform:rotate(45deg) translateY(-70%); top:50%; right:50%; z-index:-1; transition:all ease .4s; }
.TabListV4 ul li a:hover span.RightRectangle4, .TabListV4 ul li.current a span.RightRectangle4 { top:92%; }
.TabsMainColRightV4 { padding-top:25px; }
.TabContentInnerV4 { padding:30px; background:#f2f6fa; }

@media (max-width:992px) {
  .TabListV4 ul li a span.RightRectangle4 { display:none; }
  .TabListV4 ul li { display:block; vertical-align:middle; padding:5px 0; margin-right:-4px; }
}

/* Team Modules */
.memberSocialDetails svg { width: 100%; height: 100%; padding: 12px; }
.memberName h4,.memberDesignation{ color: #fff;}
.memberSocialDetails span { display: inline-block; width: 100%; height: 100%; }
.memberSocialDetails a { display: inline-block; border-radius: 50%; background: transparent; border: 1px solid #fff; transition: all ease 0.3s; }
.memberSocialDetails li { display: inline-block; }
.memberSocialDetails svg path { fill: #fff; transition: all ease 0.3s; }    
.memberImage { padding: 40px; border-radius: 8px; min-height: 380px; position: relative; transition: all ease 0.3s; z-index: 1; }
.memberDetailsMain {transition: all ease 0.3s;opacity: 0;visibility: hidden;z-index: 1;}
.memberSocialDetails {padding-top: 190px;}
.memberImage:hover .memberDetailsMain {opacity: 1;visibility: visible;}
.memberImage:before {content: '';position: absolute;width: 100%;height: 100%;background-color: #1c85e8;left: 0;top: 0;border-radius: 8px;z-index: -1; opacity:0; transition: all ease 0.3s; }
.memberImage:hover:before{ opacity: 1; }
.memberSocialDetails a:hover { background-color: #fff; }
.memberSocialDetails a:hover svg path { fill: #1c85e8; }
.bio_link { font-size:20px; color:#1d2c4c; position:absolute; top:0; right:0; width:40px; height:40px; line-height:40px; text-align:center; background:#fff; border-radius:0 0 0 6px; }
div.memberBio { display:none; max-width:700px; }
.fancybox-close-small:hover { color:#ffffff !important; }

.memberImageV2 { position: relative; min-height: 280px; border-radius: 8px; overflow: hidden; }
.memberSocialDetailsV2 { position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%); transition: all ease 0.3s; opacity: 0; }
.memberSocialDetailsV2 svg { width: 100%; height: 100%; padding: 12px; }
.memberSocialDetailsV2 span { display: inline-block; width: 100%; height: 100%; }
.memberSocialDetailsV2 a { display: block; border: 1px solid #fff; background-color: transparent; border-radius: 50%; transition: all ease 0.3s; }
.memberSocialDetailsV2 a:hover{ background-color: #fff; }
.memberSocialDetailsV2 li { display: inline-block; margin-right: -4px; padding: 0 5px; }
.memberSocialDetailsV2 svg path { fill: #fff; transition: all ease 0.3s; }
.memberSocialDetailsV2 ul { line-height: 1; }
.memberImageV2:before {content: '';position: absolute;background-color: #1c85e8;width: 100%;height: 100%;left: 0;top: 50%;transition: all ease 0.3s;border-radius: 8px;transform: translateY(-50%);opacity: 0;}
.memberImageV2:hover:before { opacity: 1; }
.memberImageV2:hover .memberSocialDetailsV2 { opacity: 1; }
.memberImageV2 .memberSocialDetailsV2 li a:hover svg path{ fill: #1c85e8;  }
.teamV2 { padding: 0 20px; }

@media (max-width: 991px){
  .memberImage { padding: 30px 15px; }
  .memberSocialDetails a { width: 35px !important; height: 35px !important; line-height: 35px !important; }
  .memberSocialDetails svg { padding: 8px; }
  .memberImage { min-height: 300px; }
  .memberSocialDetails { padding-top: 150px; }
  
  .teamV2 { padding: 0; }
  .memberSocialDetailsV2 a { width: 35px !important; height: 35px !important; }
  .memberSocialDetailsV2 svg {padding: 8px; }
  .memberSocialDetailsV2 li { padding: 0 3px; }

}
@media (max-width: 767px){
  .memberImage { padding: 30px 20px; min-height: 310px; }
}

/* Rotating Banners Modules */
.slick-slide > div > div:not([class]) {
  vertical-align:middle;
}
@media (min-width:992px){
  .RotatingBanneV1_Col .wrapper,
  .RotatingBanneV2_Col .wrapper {
    padding-left:50px;
    padding-right:50px;
  }
}
 


/* Lup Theme Overrides */
.FeatureImageOverlayV3:before {
   background: transparent;
   background:rgba(255,255,255,0.5);
   color: #000 !important;
}

.FeatureImageOverlayV3 .FeatureImageBoxBgInnerV3 {
    z-index: 3;
    position: relative;
} 
.recentBox2FeaturedImage { position: relative;width: 100%;border-radius: 10px 10px 0 0;height: 270px;overflow: hidden; }
.featuredInnerContent {transition: all ease .4s;width: 100%;position: absolute;height: 100%;left: 0;background: rgba(29, 133,232 ,0.88);top: 100%; }
.recentBox2:hover .featuredInnerContent { top: 0; }
.recentSocialICons ul li a { display: block;width: 42px;height: 42px;border-radius: 50%;border: 1px solid #fff; }
.recentSocialICons ul li a svg { padding: 9px;width: 100%;height: 100%; }
.recentSocialICons ul li a svg path { transition: all ease .4s;fill: #fff; }
.recentSocialICons ul li { display: inline-block;vertical-align: middle;margin-right: -4px;padding: 3px; }
.recentSocialICons { position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%); }
.recentSocialICons ul li a:hover { background: #fff; }
.recentSocialICons ul li a:hover svg path { fill: #1c85e8; }
.BlogListingV1 { margin: 0 -15px; }
.BlogListingV1 .post-item { padding: 15px; }
.recentBoxMain2 { padding: 25px; }

.post-header h3, .post-header h2, .post-header h4 { margin-bottom:10px; } 

.recentBox2 { box-shadow: 0px 2px 8px 0px rgba(133, 133, 133, 0.3); border-radius: 10px; background: #fff; }
ul.topic-list { list-style-type: none; padding: 0; margin: 0; }
.topic-list-Box .topic-link { position: relative; padding: 5px 10px; }
.topic-list-Box .topic-link :before { content: ''; position: absolute; width: 1px; height: 15px; left: 0; background: #555555; top: 50%; transform: translateY(-50%); }

.recentBoxTopRow { padding-bottom: 20px; }
.recentBox2Title h4, .recentBoxMain2 p  { margin: 0; }
.avatarperson-Img { width: 30px; height: 30px; border-radius: 50%; background-size:cover; }
.inline-block.author-link a { display: block; color: #555555; padding-left: 10px; }
.inline-block.author-link a:hover { color: #1c85e8; }

.blog-pagination a svg { width: 100%; height: 100%; padding: 10px; }
.blog-pagination .previous-posts-link { float: none; }
.blog-pagination ul { list-style-type: none; text-align: center; margin: 0; padding: 0; }
.blog-pagination ul li { display: inline-block; vertical-align: top; padding: 0 3px; }
.blog-pagination ul li.hide { visibility: hidden; display: none; }
.blog-pagination ul li a { text-decoration: none; }
.blog-pagination li a { width: 40px; height: 40px; line-height: 40px; color: #1d2c4c; border-radius: 50%; display: inline-block; border: 1px solid transparent; }
.blog-pagination ul li a:hover, .blog-pagination ul li.active a { background-color: #1d2c4c; border-radius: 50%; border: 1px solid #1d2c4c; color: #fff; }
.blog-pagination ul li.previous-posts-link a, .blog-pagination ul li.next-posts-link a { background-color: #1c85e8; color: #fff; border: 1px solid #1c85e8; }
.blog-pagination ul li.previous-posts-link a:hover,
.blog-pagination ul li.next-posts-link a:hover{ background-color:transparent; }
.blog-pagination .next-posts-link { float: none; }
.blog-pagination li a { font-size: 20px; font-weight: 500; background: #eeeeee; }
.blog-pagination a svg path { fill: #fff; }
.blog-pagination ul li.previous-posts-link a:hover svg path ,
.blog-pagination ul li.next-posts-link  a:hover svg path { fill: #1c85e8; }

.BlogInnerimage { width: 100%; height: 400px; border-radius: 10px; }
.bloginnertop { width: 100%; max-width: 900px; margin: 0 auto; }
.PostTopRow ul { list-style-type: none; margin: 0; padding: 0; }
.PostTopRow ul li { position: relative; padding: 1px 12px 0; display: inline-block; vertical-align: middle; margin-right: -4px; line-height:1; }
.PostTopRow ul li:before { content: ''; position: absolute; width: 1px; height: 15px; left: 0; background: #dcdcdc; top: 50%; transform: translateY(-50%); }
.PostTopRow ul li:first-child { padding-left:0; }
.PostTopRow ul li:first-child:before { display: none; }
.PostTopRow { padding: 30px 40px 15px; }
.PostBodyRow { padding: 0 40px; position: relative; }

.section.post-body ul { list-style-type: none;padding: 0;margin: 0 0 1rem;text-align: center;display: inline-block; }
.section.post-body ul li { text-align: left;position: relative;padding: 7px 0 7px 32px; }
.section.post-body ul li a { color:#1c85e8; }

.section.post-body ul li:before { content: '';position: absolute;width: 20px;height: 20px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M497.36,69.995c-7.532-7.545-19.753-7.558-27.285-0.032L238.582,300.845l-83.522-90.713 c-7.217-7.834-19.419-8.342-27.266-1.126c-7.841,7.217-8.343,19.425-1.126,27.266l97.126,105.481 c3.557,3.866,8.535,6.111,13.784,6.22c0.141,0.006,0.277,0.006,0.412,0.006c5.101,0,10.008-2.026,13.623-5.628L497.322,97.286 C504.873,89.761,504.886,77.54,497.36,69.995z' style='&%2310; fill: %233399ff;&%2310;'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M492.703,236.703c-10.658,0-19.296,8.638-19.296,19.297c0,119.883-97.524,217.407-217.407,217.407 c-119.876,0-217.407-97.524-217.407-217.407c0-119.876,97.531-217.407,217.407-217.407c10.658,0,19.297-8.638,19.297-19.296 C275.297,8.638,266.658,0,256,0C114.84,0,0,114.84,0,256c0,141.154,114.84,256,256,256c141.154,0,256-114.846,256-256 C512,245.342,503.362,236.703,492.703,236.703z' style='&%2310; fill: %233399ff;&%2310;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");left: 0;top: 8px; }

.PostSocialICons ul {list-style-type: none;padding: 0;margin: 0;}
.PostSocialICons ul li a {display: block;width: 42px;height: 42px;border-radius: 50%;border: 1px solid #1d2c4c;background: #1d2c4c}
.PostSocialICons ul li a svg {padding: 9px;width: 100%;height: 100%}
.PostSocialICons ul li a svg path {fill: #fff}
.PostSocialICons ul li {display:block;padding: 3px}
.PostSocialICons ul li a:hover {background: #1c85e8;border: 1px solid #1c85e8;}
.PostSocialIConsBox {width: 50px;position: absolute;right: -120px;top: 10px;}
.section.post-body iframe {max-width: 560px;width: 100%;}
.RecentpostSec .post-item {padding: 0 15px;}
.RecentpostSec .clearfix {margin: 0 -15px;}

.blogNextPrevious { margin-top:1.4rem; }
.blogNextPrevious a span {padding: 0 10px;}
.blogNextPrevious {border-bottom: 1px solid #dcdcdc;border-top: 1px solid #dcdcdc;}
.blogNextPrevious .link {text-decoration: none;color: #1d2c4c;}
.blogNextPrevious .link svg {transition: all ease .4s;fill: #1d2c4c;}
.blogNextPrevious .link:hover {color: #1c85e8;}
.blogNextPrevious .link:hover svg {fill: #1c85e8;}





/* genesis-blog-V2 Style */


.recentBox2FeaturedImageV2 {position: relative;width: 100%;border-radius: 10px 10px 0 0; padding-bottom:62.25%; overflow: hidden;}
.BlogListingV2ColLeft {margin: 0 -15px;}
.BlogListingV2 .post-itemV2 {padding: 15px;}
.recentBoxMain2V2 {padding: 25px;}

.recentBox2V2 {box-shadow: 0px 2px 8px 0px rgba(133, 133, 133, 0.3);border-radius: 10px;background: #fff;}
ul.topic-listV2 {list-style-type: none;padding: 0;margin: 0;}
.topic-list-BoxV2 .topic-linkV2 {position: relative;padding: 5px 10px;}
.topic-list-BoxV2 .topic-linkV2 :before {content: '';position: absolute;width: 1px;height: 15px;left: 0;background: #fff;top: 50%;transform: translateY(-50%);}

.recentBoxTopRowV2 {padding-bottom: 20px;}
.recentBox2TitleV2 h4 ,.recentBoxMain2 p  {margin: 0;}
.topic-list-BoxV2 {transition: all ease .4s;width: 100%;position: absolute;height: 100%;left: -100%;background: rgba(29, 133,232 ,0.88);top: 0;}
.recentBox2V2:hover .topic-list-BoxV2 {left: 0;}
.topic-list-BoxV2 {padding: 10px;}
.postMoreLinks { margin-top:15px; }
.postMoreLinks .button {background-color: rgb(255 255 255);border: 1px solid #1c85e8;border-radius: 6px;color: #1c85e8;padding: 13px 28px;}
.recentBox2FeaturedImageV2 {cursor: pointer;}
.postMoreLinks .button:hover,.postMoreLinks .button:focus {background-color: rgb(28 133 232);border-color: #1c85e8;color: #fff;}
li.topic-linkV2 a {color: #fff;}
ul.topic-listV2 {position: absolute;top: 50%;left: 10px;transform: translateY(-50%);}
.recentBox2FeaturedImageV2 a.overlayLink {position: absolute;width: 100%;height: 100%;display: block;left: 0;top: 0;}
.choiceList ul li a {color: #1d2c4c;display: block;text-decoration: none;padding: 15px 0px;position: relative;font-weight: 500;text-transform: uppercase;}
.choiceList ul li:hover a {color: #1c85e8;}
.choiceList ul li {padding: 0 15px;border-bottom: 2px solid #fff;}
.choiceList ul {list-style-type: none;padding: 0;margin: 0;}
.BlogV2_Bg {background: #f2f6fa;}
.choiceList ul li a:before {transition: all ease .3s;-moz-transition: all ease .3s;-webkit-transition: all ease .3s;-o-transition: all ease .3s;content: "";position: absolute;width: 0%;height: 2px;background: #1c85e8;left: 0;bottom: -2px;z-index: 9;}
.choiceList ul li:hover a:before {width: 100%;}
.choiceList ul li.current a:before {width: 100%;}
.choiceList ul li:first-child {padding-left: 0;}
.blog-paginationV2 a svg {width: 100%;height: 100%;padding: 10px;}
.blog-paginationV2 .previous-posts-link {float: none;}
.blog-paginationV2 ul {list-style-type: none;text-align: center;margin: 0;padding: 0;}
.blog-paginationV2 ul li {display: inline-block;vertical-align: top;padding: 0 3px;}
.blog-paginationV2 ul li.hide { visibility: hidden; display: none}
.blog-paginationV2 ul li a { text-decoration: none; }
.blog-paginationV2 li a {width: 40px;height: 40px;line-height: 40px;color: #1d2c4c;border-radius: 50%;display: inline-block;border: 1px solid transparent;}
.blog-paginationV2 ul li a:hover, .blog-paginationV2 ul li.active a {background-color: #1d2c4c;border-radius: 50%;border: 1px solid #1d2c4c;color: #fff;}
.blog-paginationV2 ul li.previous-posts-link a, .blog-paginationV2 ul li.next-posts-link a {background-color: #1c85e8;color: #fff;border: 1px solid #1c85e8;}
.blog-paginationV2 ul li.previous-posts-link a:hover,
.blog-paginationV2 ul li.next-posts-link a:hover { background-color:transparent; }
.blog-paginationV2 .next-posts-link { float: none; }
.blog-paginationV2 li a { font-size: 20px; font-weight: 500; background-color:#eeeeee; }
.blog-paginationV2 a svg path {fill: #fff;}
.blog-paginationV2 ul li.previous-posts-link a:hover svg path ,
.blog-paginationV2 ul li.next-posts-link  a:hover svg path {  fill: #1c85e8;}
.BlogListingV2ColRightInner {box-shadow: 0px 2px 8px 0px rgba(133, 133, 133, 0.3);border-radius: 10px;background: #fff;padding:10px 25px;}
.BlogListingV2ColRight {padding: 15px 0 15px 30px;}
.LastestPostModule {padding: 20px 0;}
.leftRecentImage {border-radius: 5px;height:63px; }
.recePostContent a {color:#1d2c4c;}
.recePostContent {padding-left: 10px;}
.recentPostItem {padding: 8px 0;}
.blog-filter-category-list ul {list-style-type: none;margin: 0;padding: 0;}
.BlogListingV2ColRight h4 {margin-bottom: 15px;}
.BlogListingV2ColRight .recePostContent h4,
.BlogListingV2ColRight .recePostContent h5 {margin: 0;}
.categoriesModule {padding: 20px 0;}
.blog-filter-category-list  a {position: relative; border-bottom:1px solid #dcdcdc; text-decoration:none; color:#1d2c4c; display:block; padding:13px 0 13px 18px; width: 100%; }
.blog-filter-category-list ul li a span {position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.blog-filter-category-list a:before {content: '';position: absolute;width: 10px;display: block;height: 10px;border-radius: 50%;background: #dcdcdc;left: 0;top: 50%; transform: translateY(-50%); transition: all ease 0.4s;}
.blog-filter-category-list a:hover{  color:#1c85e8; } 
.blog-filter-category-list a:hover:before { background:#1c85e8; }
.blog_subscribeV1 {padding: 20px 0;}
.blog_subscribeV1 h3 { margin:0; }

.BlogInnerimageV2 {width: 100%;height: 400px;border-radius: 10px;}
.PostTopRowV2 ul {list-style-type: none;margin: 0;padding: 0;}
.PostTopRowV2 ul li {position: relative;padding:2px 10px 0; display: inline-block;vertical-align: middle;margin-right: -4px;}
.PostTopRowV2 ul li:before {content: '';position: absolute;width: 1px;height: 15px;left: 0;background: #dcdcdc;top: 50%;transform: translateY(-50%);}
.PostTopRowV2 ul li:first-child { padding-left:0; }
.PostTopRowV2 ul li:first-child:before { display: none;}
.PostTopRowV2 {padding: 20px 0px;}
.PostBodyRowV2 {position: relative;}

.sectionV2.post-body ul { list-style-type: none;padding: 0;margin: 0;text-align: center; display: inline-block; margin-bottom:1rem; }
.sectionV2.post-body ul li { text-align: left; position: relative; padding: 7px 0 7px 10px; }
.sectionV2.post-body ul li a { color:#1c85e8; }


.sectionV2.post-body ul{
  list-style-type: initial;
  padding: 7px 0 7px 15px;
}

.sectionV2.post-body iframe { max-width: 560px; width: 100%; }

.blogNextPreviousV2 a span {padding: 0 10px;}
.blogNextPreviousV2 { border-bottom: 1px solid #1d2c4c; border-top: 1px solid #1d2c4c; margin-top:1rem; }
.blogNextPreviousV2 .link { text-decoration: none;color: #1d2c4c; }
.blogNextPreviousV2 .link svg { transition: all ease .4s;fill: #1d2c4c; }
.blogNextPreviousV2 .link:hover { color: #1c85e8; }
.blogNextPreviousV2 .link:hover svg { fill: #1c85e8; }

.bloginnertopV2 { padding-top: 15px; }

.recentDate { line-height:1; }
.recentDate > span { display:inline-block; }
.recentDate .topic-list { display:inline-block; vertical-align:middle; margin-left:10px; padding-left:10px; border-left:1px solid #dcdcdc; }
.recentDate .topic-list .topic-link { display:inline-block; }
.recentDate .topic-list .topic-link + li { display:none; }
.recentDate .topic-list .topic-link  a { color:inherit; }

@media (max-width: 1080px) {
  .BlogListingV1 .post-item {width: 50%;}
  .PostSocialIConsBox {width: 100%;position: relative;right: 0;top: 0;}
  .PostSocialICons ul li {display: inline-block;padding: 10px 5px;vertical-align: middle;margin-right: -4px;}
  .post-itemV2 {width: 100%;}
  .choiceList ul li {width: 33.33%;}
  .choiceList ul li:first-child {padding-left: 15px;}

}

@media (max-width: 767px) {

  .BlogListingV1 .post-item {width: 100%;}
  .blog-pagination li a {font-size: 16px;}
  .blog-pagination li a {width: 30px;height: 30px;line-height: 30px;}
  .blog-pagination ul li {padding: 0 2px;margin-right: -4px;}
  .PostTopRow {padding: 20px 10px;}
  .PostBodyRow {padding: 0 20px;position: relative;}
  .PostTopRow ul li {padding: 0 10px;}
  .BlogInnerimage {height: 290px;} 
  .RecentpostSec .post-item {width: 100%;padding: 15px 15px;}

  .choiceList ul li {width: 50%;}
  .blog-paginationV2 li a {font-size: 16px;}
  .blog-paginationV2 li a {width: 30px;height: 30px;line-height: 30px;}
  .blog-paginationV2 ul li {padding: 0 2px;margin-right: -4px;}
  .BlogListingV2Col {width: 100%;}
  .BlogListingV2ColLeft {margin: 0px;}
  .BlogListingV2 .post-itemV2 {padding:15px  0px;}
  .BlogListingV2ColRight {padding: 15px 0 15px 0px;} 
  .BlogListingV2ColRight h4 {margin-bottom: 15px;font-size: 18px;}
  .blog_subscribeV1 h3#hs_cos_wrapper_subscribe_designers_blog_title {font-size: 18px;}

}

@media (max-width: 480px) {
  .recentSocialICons ul li a {width: 35px;height: 35px;}
  .recentBox2FeaturedImage {height: 200px;}
  .recentBoxTopRow .w50 {width: 100%;padding: 5px 0;}
  .topic-list-Box:before {display: none;}
  .BlogInnerimage {height: 200px;}
  .PostSocialICons ul li a {width: 35px;height: 35px;}
  .PostTopRow {padding: 15px 0px;}
  .PostTopRow ul li {padding: 5px 0px 0 0;display: block;}
  .PostTopRow ul li:before {display: none;}
  .section.post-body ul li {padding: 7px 0 7px 22px;} 
  .section.post-body ul li:before {width: 15px;height: 15px;}

  .blogNextPrevious  .link svg {width: 20px;}
  .blogNextPrevious a span {padding: 0 5px;font-size: 14px;}

  .choiceList ul li {width: 100%;display: block;padding: 0 15px;border-bottom: 2px solid #fff;}

  .sectionV2.post-body ul li {padding: 7px 0 7px 22px;} 
  .sectionV2.post-body ul li:before {width: 15px;height: 15px;}

  .blogNextPreviousV2  .link svg {width: 20px;}
  .blogNextPreviousV2 a span {padding: 0 5px;font-size: 14px;}

}

.hs_cos_wrapper_type_rich_text ul {
       list-style-type: initial;
}

.blog_subscribeV1 {
    background: #ff9100;
    border-radius: 6px;
}

.blog_subscribeInnerV1 {
    padding-left: 15px;
    padding-right: 15px;   
}

.BlogListingV2ColRightInner {
    padding-top: 25px;
}


.display_none {
  display:none!important;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 4rem 1.4rem;
}
.systems-page .item{
    margin-top: 15px;
}
.systems-page p:last-child {
    margin-bottom: 15px;
}
.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}




/* --- CLS Critical Fixes -------------- */
/* Maintain aspect-ratio for images with width/height attributes */
img[width][height] {
  aspect-ratio: attr(width) / attr(height);
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* Reserve space for images without dimensions */
img:not([width]):not([height]) {
  display: block;
  width: 100%;
  height: auto;
  min-height: 200px; /* Prevents collapse */
  background: #f5f5f5; /* Visual placeholder */
}

/* Stabilize DND sections and modules */
.dnd-section,
.dnd_area,
.dnd-module {
  min-height: 100px;
  contain: layout style; /* Isolate layout calculations */
}

/* Banner sections need explicit heights */
.dnd-section[data-background-image],
section[style*="background-image"] {
  min-height: 400px;
}

/* Prevent font loading shifts */
body {
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

/* Stabilize iframes */
iframe {
  min-height: 300px;
  width: 100%;
  display: block;
}

/* Icon modules */
.fa {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}