body {
	line-height: 1.42857143;
}

a, p, h1, h2, h3, h4, h5, h6, li, ul, ol, dl {
	font-family: Oxygen,sans-serif;
}

p {
	margin: 0 0 10px;
}

/******************* Policy Borders *******************/
.CookieDeclarationType {
	display: block;
	margin: 12px 0 12px 0;
	padding: 8px 8px 0 8px;
	border: 1px solid #333333;
	vertical-align: top;
}
.CookieDeclarationTypeHeader {
	font-weight: bold;
}
.CookieDeclarationTable tr td {
	border-left: none !important;
  border-right: none !important;
  border-top: none !important;
	border-bottom: 1px solid #777777; 
}
.CookieDeclarationTable {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 18px 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.CookieDeclarationTableHeader {
	font-weight: bold;
	border: none;
	text-align: left;
	padding: 4px;
	overflow: hidden;
}
.CookieDeclarationTable thead tr, thead td, thead th {
	background-color: transparent;
	color: #646464;
	vertical-align: bottom;
  	border-bottom: 1px solid #777777;
}
.CookieDeclarationTableCell {
	text-overflow: ellipsis;
	word-wrap: break-word;
	border-bottom: 1px solid #777777;
	vertical-align: top;
	padding: 4px 4px 5px 4px;
}
/******************* Policy Borders End *******************/

/******************* Full length bg background *******************/
:root {
  --bg-color: #f4f4f4;
}

.inverse {
  background-color: var(--bg-color);
  color: #efefef;
}

.full-bleed {
  box-shadow: 0 0 0 100vmax var(--bg-color);
  clip-path: inset(0 -100vmax);
}

/******************* Full length bg background *******************/
.left {
  float: left;
}

div#mainCenter {
	background-color: #FFFFFF;
	padding-top: 4px;
}
.container-no-padding {
  margin-left:auto;
  margin-right:auto;
  padding-left:0;
  padding-right:0
}

.copyright {
	font-size: 14px;
}

.main-content h2 {
	margin: 20px 0 20px;
	clear: both;
	font-size: 26px;
	color: #4d9b2c;
}

.homevideo {
  text-align: center;
}

.homevideo h2 {
	margin: 20px 0 20px;
	clear: both;
	font-size: 26px;
  color: #4d9b2c;
}

.homevideo p {
  font-family: Oxygen,sans-serif;
	margin: 0 0 20px;
	font-size: 17px;
  color: #646464;
}

.homevideo p a {
	color: #005691;
	text-decoration: none;
}

.homevideo p a:hover {
  color: #646464;
}

.quote {
	color: #4d9b2c;
}

.quote-box {
  padding-bottom: 20px;
}

.hometestimonials {
  color: #005691;
  font-size: 16px;
  font-weight: normal;
}
.extralinks {
  margin: 15px 0 10px;
  font-weight: 700;
}
.menuPopup .pagePanel {
	background-color: #fff;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
	color: #999;
	position: absolute;
	z-index: 100;
  text-transform: none;
}
.menuPopup .pagePanel a {
  color: #999; 
  display: block; 
  font-size: 16px; 
  font-weight: normal; 
  line-height: 1.8;
}
.menuPopup .pagePanel a:active, .menuPopup .pagePanel a:hover {
  color: #999; 
  text-decoration: underline;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.cell_16992696261275-background-color {
	border-radius: 10px !important;
}

/************************** BTN **************************/
a.custom_cta_button, .formwrap input.hs-button {
margin-top: 5px; display: inline-block;
-moz-transition: all .1s ease;
-webkit-transition: all .1s ease;
-o-transition: all .1s ease;
background: #005691; border: 1px solid #005691; border-radius: 6px; height: auto; transition: all .1s ease;
padding: 6px 18px; text-shadow: none; width: auto; font-size: 13px ; line-height: 1.5em; color: #ffffff; 
font-family: sans-serif; font-weight: 700;}
a.custom_cta_button:hover {
  background: #fff; 
  color: #005691 !important;  
  border: 1px solid #005691;
}
a.custom_cta_button:active, .custom_cta_button:active:hover {
  background: #fff; 
  color: #005691 !important; 
  border: 1px solid #005691; 
}
/** Form BTN **/
form .hs-button, form input[type="submit"] {
	background-color: #005691;
	border: 0 solid #005691;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Barlow,sans-serif;
	font-size: 13px;
	font-weight: 700;
	height: auto;
	letter-spacing: .03em;
	line-height: 1.1;
	margin: 0;
	padding: 14px 24px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all .15s linear;
	white-space: normal;
	width: auto;
	word-break: break-word;
}
form .hs-button:active,
form .hs-button:focus,
form .hs-button:hover,
form input[type=submit]:active,
form input[type=submit]:focus,
form input[type=submit]:hover {
  background-color:#005691;
  border-color:#005691;
  color:#fff;
  text-decoration:none;
  transform:scale(1.04)
}
form .hs-button:disabled,
form input[type=submit]:disabled {
  background-color:#d0d0d0;
  border-color:#d0d0d0;
  color:#e6e6e6
}
form .hs-button a,
form input[type=submit] a {
  color:#fff
}
form .hs-button a:hover,
form input[type=submit] a:hover {
  color:#fff;
  text-decoration:none
}
/** Form BTN End **/

/************************** BTN End **************************/

/************************** FAQ Page **************************/
.faq h1 {
	font-size: 29px;
	margin-bottom: 25px;
	color: #4d9b2c;
}
.faq p {
	font-size: 16px;
	margin: 0 0 20px;
	color: #646464;
}
.faq a {
  color: #005691;
}
.faq a:hover, 
.faq a:active {
  color: #4d9b2c;
}
.faq img {
  margin: 0;
}
.nopadding.relatedctas {
	background-color: #f5f5f5;
	margin: 0 0 15px;
}
.nopadding.relatedctas p {
	font-size: 16px;
	color: #005691;
  margin: 20px 15px;
}
.nopadding.relatedctas a {
  color: #005691;
}
.nopadding.relatedctas a:hover, 
.nopadding.relatedctas a:active {
  color: #646464;
}
.vecta-devices {
  margin: 0;
}

/************************** FAQ Page **************************/

/************************** Forms **************************/
form label {
	color: #4c4d4f;
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: .35rem;
	padding-top: 0;
	text-align: left;
	width: auto;
}
/************************** Forms **************************/

/************************** Full Width Banner **************************/
.vecta-bg-copy h1 {
  text-shadow: 1px 1px rgba(0,0,0,.2)
}

.vecta-bg-copy p {
  margin: 25px auto 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.vecta-bg-copy h1, .vecta-bg-copy h2, .vecta-bg-copy a {
  color: #fff;
  text-align: center;
}

.vecta-bg-copy  a:hover, 
.vecta-bg-copy a:active {
  color: #4d9b2c;
}

.fullwidth-banner-copy h1 {
  text-shadow: 1px 1px rgba(0,0,0,.2)
}

.fullwidth-banner-copy h2 {
	margin: 170px auto 20px;
	font-size: 30px;
}

.fullwidth-banner-copy h3 {
	margin: 170px auto 20px;
	font-size: 30px;
}

.fullwidth-banner-copy p {
  margin: 25px auto 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.fullwidth-banner-copy h1, .fullwidth-banner-copy h2, .fullwidth-banner-copy h3, .fullwidth-banner-copy p, .fullwidth-banner-copy a {
  color: #fff;
  text-align: center;
}

.fullwidth-banner-copy  a:hover, 
.fullwidth-banner-copy a:active {
  color: #4d9b2c;
}

/************************** Full Width Banner **************************/


/************************** Breadcrumbs **************************/
.shareprint {
	float: right;
}
.shareprint p, .shareprint a {
	font-family: Lato,sans-serif;
	margin: 0;
  color: #005691;
  font-size: 15px;
} 
.breadcrumbs-bar {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
.breadcrumbbar p, .breadcrumbbar a {
	font-family: Lato,sans-serif;
	margin: 0;
}
.maincontent a, .breadcrumbbar a {
	color: #005691;
}
.breadcrumbbar  a:hover, 
.breadcrumbbar a:active {
  color: #005691;
}
/************************** Breadcrumbs **************************/

/************************** Documentation BTN **************************/
.documentationlinks {visibility: hidden; display: none; opacity: 0; clear: both;}
.docfadein {
  visibility: visible;
  display: block;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;}
#documentationaccept, #documentationrefuse {float: left; margin: 10px 5px; color: #ffffff;background-color: #000000; padding: 8px; border-radius: 5px;}
#documentationaccept a, #documentationrefuse a {color: #ffffff; text-decoration: none;}
hr {clear: both;margin: 15px 0;}
/************************** Documentation BTN **************************/


.sideimg-responsive {
  width: 100%;
  max-width: 300px;
  height: auto;
}

/************************** System pages **************************/
.kl-error-page__preheader {
	color: #005691;
	display: block;
	font-family: Barlow,sans-serif;
	font-size: 50px;
	font-weight: 700;
	margin: 0 0 .5rem;
}
.kl-error-page a {
  color: #fff;
}
.kl-error-page a:active,
.kl-error-page a:focus,
.kl-error-page a:hover {
  color: #fff;
}
.button, .button_cta a, button {
	background-color: #005691;
	border: 0 solid #005691;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Barlow,sans-serif;
	font-size: 13px;
	font-weight: 700;
	height: auto;
	letter-spacing: .03em;
	line-height: 1.1;
	margin: 0;
	padding: 14px 24px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all .15s linear;
	white-space: normal;
	width: auto;
	word-break: break-word;
}
.button:active,
.button:focus,
.button:hover,
.button_cta a:active,
.button_cta a:focus,
.button_cta a:hover,
button:active,
button:focus,
button:hover {
  background-color:#005691;
  border-color:#005691;
  color:#fff;
  text-decoration:none;
  transform:scale(1.04)
}

.button:disabled,
.button_cta a:disabled,
button:disabled {
  background-color:#d0d0d0;
  border-color:#d0d0d0;
  color:#e6e6e6
}
.button a,
.button_cta a a,
button a {
  color:#fff
}
.button a:hover,
.button_cta a a:hover,
button a:hover {
  color:#fff;
  text-decoration:none
}
.button_cta,
.button_cta.button--arrow,
.button_cta.button--outlined {
  border:none;
  display:inline-block;
  padding:0
}
.button_cta.button--arrow:after,
.button_cta.button--outlined:after,
.button_cta:after {
  display:none
}
/************************** System pages **************************/

/************************** Mobile **************************/

@media screen and (max-width: 320px) {
  .Main-Banner-row-0-padding {
	padding-top: 60px !important;
	padding-bottom: 70px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
  }
  .rc-anchor-invisible {
	  width: 100%  !important;
	  display: -webkit-box;
	  display: -moz-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
  }
  .rc-anchor-compact .rc-anchor-pt {
    margin:0 0 2px 0;
    width: 100%  !important;
  }
  #rc-anchor-over-quota {
    width: !important;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    height: auto !important;
  }
  .rc-anchor-compact .rc-anchor-content #rc-anchor-over-quota {
    width: 100% !important;
  }
  .rc-anchor-normal .rc-anchor-pt.rc-anchor-over-quota-pt {
    width: 100% !important;
  }
}

    
@media screen and (max-width: 414px) {
}
    
@media screen and (max-width: 480px) {
}

@media (max-width: 549.9px) {
  .extralinks, .copyright {
    text-align: center;
  }
} 

@media (max-width: 599px) {
  .fullwidth-banner-copy h1 {
    font-size: 31px;
    margin: 85px auto 30px;
  }
  .fullwidth-banner-copy h2 {
    margin: 30px auto;
    font-size: 20px;
  }
  .fullwidth-banner-copy h3 {
    margin: 170px auto 20px;
	  font-size: 30px;
  }
  .fullwidth-banner-copy p {
    font-size: 18px;
    font-weight: 700;
  }
    .vecta-bg-copy h1 {
    font-size: 31px;
    margin: 85px auto 30px;
  }
  .vecta-bg-copy h2 {
    margin: 30px auto;
    font-size: 20px;
  }
  .vecta-bg-copy p {
    font-size: 18px;
    font-weight: 700;
  }

}

@media screen and (min-width: 600px) {
  .fullwidth-banner-copy h1 {
	  font-size: 45px;
	  margin: 70px auto 30px;
  }
  .fullwidth-banner-copy h2 {
	  font-size: 22px;
	  margin: 30px auto;
  }
  .fullwidth-banner-copy p {
    font-size: 20px;
  }
    .vecta-bg-copy h1 {
    font-size: 45px;
    margin: 70px auto 30px;
  }
  .vecta-bg-copy h2 {
    margin: 30px auto;
    font-size: 22px;
  }
  .vecta-bg-copy p {
    font-size: 20px;
  }
}
    
@media screen and (max-width: 764px) {
}
  
@media (max-width: 767.9px){
  .fullwidth-banner-copy h3 {
    margin: 170px auto 20px;
	  font-size: 30px;
  }
  .shareprint {
	  float: left;
	  clear: both;
	  text-align: left;
    padding: 0 0 10px 0;
  }
}    
    
@media (min-width: 768px) {
    .h1-padding {
    padding: 0px 20px;
  }
  .Main-Banner-row-0-padding {
	padding-top: 30px !important;
	padding-bottom: 50px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
  .maincontent .categorytext h2 {
    font-size: 31px;
    margin-top: 60px;
  }
  .fullwidth-banner-copy h1 {
    margin:110px auto 20px;
  }
  .fullwidth-banner-copy h2 {
	  font-size: 30px;
	  margin: 30px auto;
  }
  .fullwidth-banner-copy h3 {
	  margin: 170px auto 20px;
	  font-size: 30px;
  }
  .fullwidth-banner-copy p {
	  font-size: 22px;
  }
    .vecta-bg-copy h1 {
    margin:110px auto 20px;
  }
  .vecta-bg-copy h2 {
    margin: 30px auto;
    font-size: 24px;
  }
  .vecta-bg-copy p {
  font-size: 22px;
  }
  .vecta-header-bg {
    min-height: 400px;
  }
  .fullwidth-banner-copy {
	margin-bottom: 100px;
	margin-top: 100px;
}
}  
    
@media screen and (max-width: 800px) {
}    
 
@media (min-width: 992px) {
  .fullwidth-banner-copy h1 {
	  margin: 60px auto 15px;
}
  .vecta-bg-copy h1 {
    margin: 30px auto 15px;
  }
}    
@media screen and (max-width: 1024px) {
    .full-bleed {
    padding: 10px 0;
  }
}

@media screen and (max-width: 1065px) {
}
    
@media screen and (max-width: 1200px) 
}

@media (min-width: 1200px) {
  .maincontent .categorytext h2, .maincontent .categorytext p {
    padding-left: 75px;
    padding-right: 75px;
  }
  .fullwidth-banner-copy {
	margin-top: 150px;
	margin-bottom: 150px;
	/* min-width: 1000px; */
  }
}