/* CSS Document */
@import url('animation.css');
@import url('spacing.css');
@import url('custom.css');
@font-face {
    font-family: 'NeuePlakTextRegular';
    src: url('../fonts/NeuePlakTextRegular.eot');
    src: url('../fonts/NeuePlakTextRegular.eot') format('embedded-opentype'),
         url('../fonts/NeuePlakTextRegular.woff2') format('woff2'),
         url('../fonts/NeuePlakTextRegular.woff') format('woff'),
         url('../fonts/NeuePlakTextRegular.ttf') format('truetype'),
         url('../fonts/NeuePlakTextRegular.svg#NeuePlakTextRegular') format('svg');
}
@font-face {
    font-family: 'NeuePlakTextSemiBold';
    src: url('../fonts/NeuePlakTextSemiBold.eot');
    src: url('../fonts/NeuePlakTextSemiBold.eot') format('embedded-opentype'),
         url('../fonts/NeuePlakTextSemiBold.woff2') format('woff2'),
         url('../fonts/NeuePlakTextSemiBold.woff') format('woff'),
         url('../fonts/NeuePlakTextSemiBold.ttf') format('truetype'),
         url('../fonts/NeuePlakTextSemiBold.svg#NeuePlakTextSemiBold') format('svg');
}

@font-face {
    font-family: 'NeuePlakExtendedRegular';
    src: url('../fonts/NeuePlakExtendedRegular.eot');
    src: url('../fonts/NeuePlakExtendedRegular.eot') format('embedded-opentype'),
         url('../fonts/NeuePlakExtendedRegular.woff2') format('woff2'),
         url('../fonts/NeuePlakExtendedRegular.woff') format('woff'),
         url('../fonts/NeuePlakExtendedRegular.ttf') format('truetype'),
         url('../fonts/NeuePlakExtendedRegular.svg#NeuePlakExtendedRegular') format('svg');
}
:root {
    --accent-color: #1758F5;
	--accent-color2: #65B2E8;
	--accent-color3: #0F206C;

	--link-color:#1758F5;
	--link-hover-color:#1758F5;
      /*family*/
    --heading-family: "NeuePlakExtendedRegular";
    --body-family: 'NeuePlakTextRegular';

    /*font size*/
    --body-font-size: 16px;
    --body-font-size-small: 14px;
    --body-font-size-large: 26px;

    --heading-1: 3.75em;
    --heading-2: 3.125em;
    --heading-3: 1.375em;
    --heading-4: 1.1875em;
    --heading-5: 1em;
    --heading-6: .875em;

    --area-container-spacing: 6.25em;
}

@media print {
	a:link:after {
		content: " ";
	}
}

/*Fix actionMenu DNN9*/

.dnnEditState .actionMenu{
  display:block!important;
  opacity: 1!important;
}

.DNNEmptyPane{
	display: none;
   width:auto;
}


#Body {
	background: #FFF;
}

.body_bg {
	min-height: 100%;
}

html{
	margin: 0px;
	padding: 0px;
	color: #000000;
	height: 100%;
	font-family: var(--body-family), Helvetica, sans-serif;
	font-size: var(--body-font-size);
	line-height: 1.375;
	font-weight: 400;
}
body{
	margin: 0px;
	padding: 0px;
	font-family: var(--body-family), Helvetica, sans-serif;
	line-height: 1.375;
	font-weight: 400;
	color: #000000;
	height: 100%;
}

.Normal {
	font-family: "NeuePlakTextRegular", Helvetica, sans-serif, sans-serif;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	word-wrap: inherit;
}


@media screen and (min-width: 320px) {
    body {
        font-size:85.3333333333%
    }
}

@media screen and (min-width: 340px) {
    body {
        font-size:90.6666666667%
    }
}

@media screen and (min-width: 360px) {
    body {
        font-size:96%
    }
}

@media screen and (min-width: 380px) {
    body {
        font-size:101.3333333333%
    }
}

@media screen and (min-width: 400px) {
    body {
        font-size:106.6666666667%
    }
}

@media screen and (min-width: 420px) {
    body {
        font-size:112%
    }
}

@media screen and (min-width: 440px) {
    body {
        font-size:117.3333333333%
    }
}

@media screen and (min-width: 460px) {
    body {
        font-size:122.6666666667%
    }
}

@media screen and (min-width: 480px) {
    body {
        font-size:128%
    }
}

@media screen and (min-width: 500px) {
    body {
        font-size:133.3333333333%
    }
}

@media screen and (min-width: 520px) {
    body {
        font-size:138.6666666667%
    }
}

@media screen and (min-width: 540px) {
    body {
        font-size:144%
    }
}

@media screen and (min-width: 560px) {
    body {
        font-size:149.3333333333%
    }
}

@media screen and (min-width: 580px) {
    body {
        font-size:154.6666666667%
    }
}

@media screen and (min-width: 600px) {
    body {
        font-size:160%
    }
}

@media screen and (min-width: 620px) {
    body {
        font-size:165.3333333333%
    }
}

@media screen and (min-width: 640px) {
    body {
        font-size:170.6666666667%
    }
}

@media screen and (min-width: 640px) and (max-width:1025px) {
    body {
        font-size:170.6666666667%
    }
}

@media screen and (min-width: 1025px) {
    body {
        font-size:64.0625%
    }
}

@media screen and (min-width: 1075px) {
    body {
        font-size:67.1875%
    }
}

@media screen and (min-width: 1125px) {
    body {
        font-size:70.3125%
    }
}

@media screen and (min-width: 1175px) {
    body {
        font-size:73.4375%
    }
}

@media screen and (min-width: 1225px) {
    body {
        font-size:76.5625%
    }
}

@media screen and (min-width: 1275px) {
    body {
        font-size:79.6875%
    }
}

@media screen and (min-width: 1325px) {
    body {
        font-size:82.8125%
    }
}

@media screen and (min-width: 1375px) {
    body {
        font-size:85.9375%
    }
}

@media screen and (min-width: 1425px) {
    body {
        font-size:89.0625%
    }
}

@media screen and (min-width: 1475px) {
    body {
        font-size:92.1875%
    }
}

@media screen and (min-width: 1525px) {
    body {
        font-size:95.3125%
    }
}

@media screen and (min-width: 1575px) {
    body {
        font-size:98.4375%
    }
}

@media screen and (min-width: 1600px) {
    body {
        font-size:100%
    }
}

#site-content {
    overflow: hidden;
}


p {
	margin: 0 0 1em;
}

p:last-child {
    margin: 0;
}

header,
nav,
section,
footer {
	display: block;
}


A,
A:link {
	text-decoration: none;
	transition: color ease 300ms;
	-moz-transition: color ease 300ms; /* Firefox 4 */
	-webkit-transition: color ease 300ms; /* Safari and Chrome */
	-o-transition: color ease 300ms; /* Opera */
	-ms-transition: color ease 300ms; /* IE9? */
	color:var(--link-color);
}

A:active {
	color:var(--link-color);
	text-decoration: none;
}

A:visited {
	color:var(--link-color);
	text-decoration: none;
}

A:hover {
	color:var(--link-hover-color);
	text-decoration: none;
}

A:focus {
	color:var(--accent-color);
	outline: none;
	-moz-outline: none;
}

h1,.h1 {
	color:var(--accent-color3);
	font-family: var(--heading-family), Helvetica, sans-serif;
	font-size:var(--heading-1);
	line-height: 1.2;
    font-weight: 400;
    letter-spacing: .04em;
    margin: 1em 0 .3333333333em;
}
 
h2,.h2 {
	color:var(--accent-color3);
	font-family:var(--heading-family), Helvetica, sans-serif;
	font-size:var(--heading-2);
	line-height: 1.2;
    font-weight: 400;
    letter-spacing: .04em;
    margin: 1em 0 .3333333333em;
}

h3,.h3 {
	color:var(--accent-color3);
	font-family:var(--heading-family), Helvetica, sans-serif;
    font-size: var(--heading-3);
	line-height: 1.2;
    font-weight: 400;
    letter-spacing: .04em;
	margin: 1em 0 .6666666667em;
}

h4,.h4 {
	color:var(--accent-color3);
	font-family:var(--heading-family), Helvetica, sans-serif;
	font-size: var(--heading-4);
	line-height: 1.2;
    font-weight: 400;
    letter-spacing: .04em;
    margin: 1em 0 .3333333333em;
}

h5,.h5 {
	color:var(--accent-color3);
	font-family:var(--heading-family), Helvetica, sans-serif;
	font-size: var(--heading-5);
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: .04em;
    margin: 1em 0 .3333333333em;
}

h6,.h6 {
	color:var(--accent-color3);
	font-family:var(--heading-family), Helvetica, sans-serif;
	font-size: var(--heading-6);
	line-height: 1.3;
    font-weight: 400;
    letter-spacing: .04em;
    margin: 1em 0 .3333333333em;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: currentColor;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
    margin-top: 0;
}

h1+h1, h1+.h1, h1+h2, h1+.h2, h1+h3, h1+.h3, h1+h4, h1+.h4, h1+h5, h1+.h5, h1+h6, h1+.h6, .h1+h1, .h1+.h1, .h1+h2, .h1+.h2, .h1+h3, .h1+.h3, .h1+h4, .h1+.h4, .h1+h5, .h1+.h5, .h1+h6, .h1+.h6, h2+h1, h2+.h1, h2+h2, h2+.h2, h2+h3, h2+.h3, h2+h4, h2+.h4, h2+h5, h2+.h5, h2+h6, h2+.h6, .h2+h1, .h2+.h1, .h2+h2, .h2+.h2, .h2+h3, .h2+.h3, .h2+h4, .h2+.h4, .h2+h5, .h2+.h5, .h2+h6, .h2+.h6, h3+h1, h3+.h1, h3+h2, h3+.h2, h3+h3, h3+.h3, h3+h4, h3+.h4, h3+h5, h3+.h5, h3+h6, h3+.h6, .h3+h1, .h3+.h1, .h3+h2, .h3+.h2, .h3+h3, .h3+.h3, .h3+h4, .h3+.h4, .h3+h5, .h3+.h5, .h3+h6, .h3+.h6, h4+h1, h4+.h1, h4+h2, h4+.h2, h4+h3, h4+.h3, h4+h4, h4+.h4, h4+h5, h4+.h5, h4+h6, h4+.h6, .h4+h1, .h4+.h1, .h4+h2, .h4+.h2, .h4+h3, .h4+.h3, .h4+h4, .h4+.h4, .h4+h5, .h4+.h5, .h4+h6, .h4+.h6, h5+h1, h5+.h1, h5+h2, h5+.h2, h5+h3, h5+.h3, h5+h4, h5+.h4, h5+h5, h5+.h5, h5+h6, h5+.h6, .h5+h1, .h5+.h1, .h5+h2, .h5+.h2, .h5+h3, .h5+.h3, .h5+h4, .h5+.h4, .h5+h5, .h5+.h5, .h5+h6, .h5+.h6, h6+h1, h6+.h1, h6+h2, h6+.h2, h6+h3, h6+.h3, h6+h4, h6+.h4, h6+h5, h6+.h5, h6+h6, h6+.h6, .h6+h1, .h6+.h1, .h6+h2, .h6+.h2, .h6+h3, .h6+.h3, .h6+h4, .h6+.h4, .h6+h5, .h6+.h5, .h6+h6, .h6+.h6{
    margin-top: 0;
}

form#Form {
	height: 100%;
}

.ModuleTitle_SubMenu {
	z-index: 9999!important;
}

.clearfix:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
	color: #328DDE!important;
}

.clear {
	clear: both;
}

/* ********** Container Style ************** */


.Head {
	font-weight: bold;
	font-family: "NeuePlakTextRegular", Helvetica, sans-serif, sans-serif;
}

.SubHead {
	font-family: "NeuePlakTextRegular", Helvetica, sans-serif, sans-serif;
}

.SubSubHead {
	font-family: "NeuePlakTextRegular", Helvetica, sans-serif, sans-serif;
}



/**************** Login page******************/
@media only screen and (max-width:767px) {

.loginContent .LoginPanel {
	width: 100% !important;
}

.loginContent .dnnFormItem .dnnLoginRememberMe {
	white-space: nowrap;
}

.loginContent .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}
}
/**************** register page******************/


@media only screen and (max-width:767px) {

.dnnRegistrationForm {
	min-width: inherit !important;
}

.dnnRegistrationForm .dnnForm {
	width: 100%;
}

.dnnRegistrationForm .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	display: block !important;
	float: none !important;
	text-align: left !important;
	width: 100%;
}

.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
	right: auto !important;
	position: static !important;
	margin-left: 5px !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem {
	padding: 0px !important;
	margin: 0px !important;
}

.dnnRegistrationForm .dnnFormItem input[type="text"],
.dnnRegistrationForm .dnnFormItem input[type="password"],
.dnnRegistrationForm .dnnFormItem input[type="email"],
.dnnRegistrationForm .dnnFormItem input[type="tel"],
.dnnRegistrationForm .dnnFormItem select,
.dnnRegistrationForm .dnnFormItem textarea {
	width: 100%;
	margin-bottom: 10px !important;
}
}

/**************** Password page******************/
@media only screen and(max-width:767px) {
 .dnnSendPasswordContent {
 width: auto !important;
}
 .dnnSendPasswordContent .dnnLabel {
 display: block !important;
 width: 100% !important;
 text-align: left;
}
 .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
 position: static;
}
 .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
 width: 90%;
 margin-bottom: 10px !important;
}
 .dnnSendPasswordContent ul.dnnActions {
 padding: 0 !important;
}
}

/* ********** Control Panel Style ************** */


 

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	color: #973939;
	text-decoration: none;
	font-weight: normal;
}

A.CommandButton:hover {
	color: #973939;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
	color: #000;
	text-decoration: underline;
}

.FileManager A:hover {
	color: #000;
	text-decoration: none;
}




/* ********** Pane Style ************** */



.row [class*="Pane"] {
	padding: 0 0 6.25em;
}
.pane-warp .row [class*="Pane"] {
	padding: 0 0 0em;
}

.DNNEmptyPane {
	display: none;
}
.LoginPanel {
   margin-top: 150px;
}


/* ********** Breadcrumb Style ************** */
.breadcrumb{
	display: inline-block;
}

.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #2e2e2e;
}

a.breadcrumb:hover {
	font-weight: normal;
	text-decoration: underline;
}

.Breadcrumb_bg {
	margin-bottom: 30px;
}
 @media only screen and (max-width: 767px) {

.breadcrumbBox .breadcrumbRight {
	display: none;
}

.Breadcrumb_bg {
	margin-bottom: 15px;
}
}

/* ********** Other Style ************** */	
.dnn_layout {
	margin: 0px auto;
}

#dnn_wrapper {
	position: relative;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 30px;
}

/*Login*/


/* Search Style  */
.btn-search{
	position: relative;
	cursor: pointer;
    margin-left: .625em;
    color: #fff;
    width: 2.375em;
    height: 2.375em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s;
}
.btn-search:before{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    border: 1px solid currentColor;
    border-radius: 50%;
}
.btn-search:after{
	content: "";
    width: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 10px 0 0 0px;
    border-bottom: 1px solid currentColor;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
.btn-search:hover{
	background-color: #fff;
        color: rgba(0, 0, 0, .6);
}
.searchBox{
	    display: none;
}
.searchbut.active{
	position: relative;
	z-index: 11;
}
.searchbut.active .btn-search{
	color: rgba(0, 0, 0, .6);
}
.searchbut.active .btn-search:hover{
	background-color: rgba(0, 0, 0, .1);
}
.searchbut.active .btn-search:before{
    width: 18px;
    height: 0;
    border-radius: 0;
    border-width: 1px;
    margin: 0px 0 0 -9px;
    -webkit-transform: rotate(132deg);
    transform: rotate(132deg);
    border: none;
    border-bottom: 1px solid currentColor;
    transform-origin: center center;
}
.searchbut.active .btn-search:after{
    width: 18px;
    height: 0;
    margin: -0px 0 0 -9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.searchBox input.NormalTextBox {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 400;
    background: transparent;
    border-radius: 0;
    color: #000;
    border: none;
    border-bottom: 1px solid #5d5d5d;
    padding: .5em 0 .625em;
    margin: 0;
    outline: none !important;
	border: none;
    padding-left: .9375em;
    padding-right: 3.4375em;
	border-color: rgba(93, 93, 93, .6);
}

.searchBox .searchInputContainer {
	position: relative !important;
	display: block !important;
}

.searchBox #dnn_dnnSEARCH_ClassicSearch{
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 1.1875em;
    pointer-events: none;
    transition: width 0.5s, opacity 0.1s ease 0.4s;
    width: 2.375em;
    opacity: 0;
    z-index: 10;
}
.searchBox.active #dnn_dnnSEARCH_ClassicSearch{
	width: 23.25em;
	opacity: 1;
	pointer-events: auto;
	transition: width 0.5s, opacity 0.1s ease;
}

.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 1px !important;
	left: auto;
	right: 35px !important;
}

.searchBox.searchSkinObjectPreview {
	right: inherit;
	left: auto;
	right: 0px;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
	width: 100%;
	max-width: none;
	padding: 10px 0px !important;
}

.dnnSearchResultPanel {
	padding: 10px 0px 7px 0px !important;
}
/* ********** HEADER ************** */
.header_bg{
    --height: 6.25em;
    --movedHeight: 3.4375em;
}
.header-wrap{
	color: #fff;
    height: 6.25em;
    display: flex;
    align-items: center;
    justify-content: stretch;
    padding: 0 5.3125em;
    transition: height 0.3s;
    position: relative;
    z-index: 2;
}
.header-wrap>* {
    position: relative;
    z-index: 3;
}
.header-wrap:before {
    content: ' ';
    background: var(--accent-color3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: background-color 0.3s;
}

@media screen and (min-width: 1025px) {
    .page--header-transparent .header-wrap:before {
        background: transparent;
    }
	.header_bg.moved .dnn_logo {
        transform: scale(.3794871795);
    }
    #site-content .Normal p,
    #site-content .Normal .editor p{
        font-size: clamp(14px, 1vw, 16px);
        line-height: calc(1em + 0.625rem);
    }
    #site-content .Normal .cke_show_borders.big p,
    #site-content .Normal .cke_show_borders .big p,
    #site-content .Normal .editor.big p,
    #site-content .Normal .editor .big p{
        font-size: clamp(18px, 1vw, 20px);
        line-height: calc(1em + 0.625rem);
    }
    #site-content .Normal .h1 p,
    #site-content .Normal .h2 p,
    #site-content .Normal .h3 p,
    #site-content .Normal .h4 p,
    #site-content .Normal .h5 p,
    #site-content .Normal .h6 p,
    #site-content .Normal h1 p,
    #site-content .Normal h2 p,
    #site-content .Normal h3 p,
    #site-content .Normal h4 p,
    #site-content .Normal h5 p,
    #site-content .Normal h6 p,
    #site-content .Normal .h1 .editor p,
    #site-content .Normal .h2 .editor p,
    #site-content .Normal .h3 .editor p,
    #site-content .Normal .h4 .editor p,
    #site-content .Normal .h5 .editor p,
    #site-content .Normal .h6 .editor p,
    #site-content .Normal h1 .editor p,
    #site-content .Normal h2 .editor p,
    #site-content .Normal h3 .editor p,
    #site-content .Normal h4 .editor p,
    #site-content .Normal h5 .editor p,
    #site-content .Normal h6 .editor p{
        font-size: inherit;
        line-height: inherit;
    }
    .Product_Detail_Right_Pane .Normal h3,
    .Product_Detail_Right_Pane .Normal .h3{
        font-size: clamp(18px, 1vw, 22px);
    }
    .Product_Detail_Right_Pane .Normal h3 + h6,
    .Product_Detail_Right_Pane .Normal .h3 + .h6{
        font-size: clamp(12px, 1vw, 24px);
    }
    .Product_Detail_Right_Pane .file-links li a{
        font-size: clamp(14px, 1vw, 16px);
    }
}
.header_bg.moved .header-wrap{
	height: 3.4375em;
}
.header_bg.moved,
.header-wrap:hover:before{
    background: var(--accent-color3);
}

.head_right_box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_bg {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}


#body,
body {
	position: relative;
}

.roll_logo {
	display: none;
}

.dnn_logo {
	width: 12.1875em;
    margin: 0 1.25em;
    transition: transform 0.3s;
}

.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

.hedaer_minHeight {
	background-color: transparent;
}

.roll_replace {
	position: absolute;
}

/* ********** NAV ************** */	

.nav_box {
	position: static;
	flex: 1;
}

/*dnngo_megamenu */
#dnngo_megamenu {
	margin: 0px;
	padding: 0px;
}

#dnngo_megamenu .primary_structure{
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#dnngo_megamenu .primary_structure:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
 
#dnngo_megamenu .primary_structure > li {
	padding: 0;
	margin: 0;
}
#dnngo_megamenu .primary_structure > li > a {
	color: #fff;
    display: block;
    padding: 2.5em 1.5625em 2.625em;
    position: relative;
    transition: color 0.3s;
}
*+html #dnngo_megamenu .primary_structure > li > a {
	display: inline;
}

#dnngo_megamenu .primary_structure > li > a:hover,
#dnngo_megamenu .primary_structure > li.menu_hover > a ,
#dnngo_megamenu .primary_structure > li.current > a { 
	text-decoration:none;
}
#dnngo_megamenu > div > ul > li > a{
	background:none;
}
#dnngo_megamenu > div > ul > li > a:hover{
}

#dnngo_megamenu > div > ul > li > a > span:after {
	content: ' ';
    position: absolute;
    left: 1.5625em;
    right: 1.5625em;
    top: 50%;
    margin-top: 1.5em;
    border-bottom: 1px solid #fff;
    transition: transform 0.4s ease, border-color 0.3s;
    transform-origin: 0 0;
    transform: scale(0, 1);
}


/*sub*/
#dnngo_megamenu .dnngo_boxslide .dnngo_custommenu{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 1.875em;
    margin: 0 auto;
    max-width: 90em;
}
#dnngo_megamenu .dnngo_menuslide {
	display: none;
	background: #F3FAFF;
    position: absolute;
    top: 100%;
    transition: transform 0.5s, padding-top 0.3s;
    /* transform: translateY(-105%); */
    pointer-events: none;
	z-index: 1;
	height: 36.25em;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
#dnngo_megamenu .primary_structure > li:hover > .dnngo_menuslide {
	transform: translateY(0);
	pointer-events: auto;

}
#dnngo_megamenu .primary_structure > li:hover > .dnngo_menuslide > .dnngo_boxslide{
	opacity: 1;
	pointer-events: auto;

}
#dnngo_megamenu .dnngo_masonrymenu {
	width:100%;
}
#dnngo_megamenu .dnngo_masonrymenu > ul {
	float:left;
	
}
#dnngo_megamenu .dnngo_masonrymenu > ul > li{
	margin:0px 10px;
}

/*dnngo_slide_menu*/
#dnngo_megamenu .dnngo_slide_menu {
	margin: 0;
	padding:0;
	background-color: #ffffff;
	white-space:nowrap;
	box-shadow:			0 0 2px rgba(0,0,0,0.4);	
	-moz-box-shadow:	0 0 2px rgba(0,0,0,0.4); 	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
#dnngo_megamenu .dnngo_slide_menu ul,
#dnngo_megamenu .dnngo_slide_menu ul li{
	margin:0;
	padding:0;
	}

#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	margin: 0;
	padding:0;
	background-color: #ffffff;
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 904;
	box-shadow:			0 0 2px rgba(0,0,0,0.4);	
	-moz-box-shadow:	0 0 2px rgba(0,0,0,0.4); 	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;
	border-bottom:1px solid #dbdbdb;
}
#dnngo_megamenu .dnngo_slide_menu li:last-child {
	border-bottom:none;
}

#dnngo_megamenu .dnngo_slide_menu li a {
	text-decoration:none;
	text-align:left;
	padding: 12px 80px 12px 15px;
	font-size:13px;
	display: block;
	color: #8C8C8C;
	transition: 	background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

#dnngo_megamenu .dnngo_slide_menu li a:hover,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a {
	color:#FFF;
	background-color:var(--accent-color3);
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a:before {
	content: "";
	border-right:1px solid #8C8C8C;
	border-bottom:1px solid #8C8C8C;
	width:5px;
	height:5px;
	right: 20px;
	top: 50%;
	position: absolute;
	margin:-2px 0 0 0;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); /* IE 9 */
	-moz-transform:rotate(-45deg); /* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari and Chrome */
	-o-transform:rotate(-45deg); /* Opera */
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a:hover:before,
#dnngo_megamenu .dnngo_slide_menu li.dir.menu_hover > a:before  {
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}


/*dnngo_boxslide*/

#dnngo_megamenu .dnngo_boxslide {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: auto;
	text-align:left;
	padding:0;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
	padding: 5em 0;
	transition: opacity 0.4s;
	opacity: 0;
	pointer-events: none;
}

.hmd-menu-wrap .hmd-title {
    margin: 0 0 1.875em;
}
.hmd-menu-wrap .hmd-title a{
	color: currentColor !important;
}
.hmd-menu-wrap .hmd-menu {
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
}
.hmd-menu-wrap .hmd-menu ul {
    margin: 0 1.875em 0 0;
    padding: 0;
}
.hmd-menu-wrap .hmd-menu ul li {
    padding: 0;
    margin: 0 0 .625em;
	list-style: none;
}
.hmd-menu-wrap .hmd-menu ul li a {
    transition: color 0.3s;
}
.hmd-menu-wrap .hmd-menu ul li a:hover{
	color: var(--accent-color2) !important;
}
.hmd-menu-wrap .hmd-actions {
    margin-top: 1.875em;
}
.hmd-right .hmd-right-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
}
.hmd-right .hmd-right-item.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}
.hmd-right .hmd-image {
    width: 43.75em;
    height: 16.25em;
    position: relative;
    background: rgba(15, 32, 108, .05);
}
.hmd-right .blue-grad-logo-pattern {
    background: var(--accent-color);
    background: -moz-linear-gradient(left, var(--accent-color) 0, var(--accent-color3) 100%);
    background: -webkit-linear-gradient(left, var(--accent-color) 0, var(--accent-color3) 100%);
    background: linear-gradient(to right, var(--accent-color) 0, var(--accent-color3) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.hmd-right .blue-grad-logo-pattern b {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    margin-left: 12.5em;
    will-change: transform;
}
.hmd-right .blue-grad-logo-pattern.blue-grad-logo-pattern--left b {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: 12.5em;
}
.hmd-right .hmd-image .blue-grad-logo-pattern.blue-grad-logo-pattern--left b {
    margin-right: 0;
}
.hmd-right .blue-grad-logo-pattern b:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-image: url(../images/logo-pat-blue.svg);
    background-position: right center;
	background-repeat: no-repeat;
    transform: scale(1, -1);
}


/*dnngo_custommenu*/

#dnngo_megamenu .dnngo_menuslide > .dnngo_boxslide{
	
}
#dnngo_megamenu .dnngo_custommenu > .menupane {
	background-color:transparent;
	padding-bottom:10000px;
	margin-bottom:-10000px;
	position:relative;
}
#dnngo_megamenu .dnngo_custommenu > .menupane:first-child{
    flex: 0 0 45.6%;
    max-width: 45.6%;
}
#dnngo_megamenu .dnngo_custommenu > .menupane:last-child{
    flex: 0 0 50.7%;
    max-width: 50.7%;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.topline .pane_space{
	border-top:1px solid #dcdcdc;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.bottomline .pane_space{
	border-bottom:1px solid #dcdcdc;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.leftline {
	border-left:1px solid #dcdcdc;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.rightline {
	border-right:1px solid #dcdcdc;
}
 
#dnngo_megamenu .dnngo_custommenu  .pane_space {
}
#dnngo_megamenu .dnngo_custommenu .submenu{
	margin:0;
	padding:0;
}
#dnngo_megamenu .dnngo_custommenu .submenu_title {
	color:#424242;
	line-height:1.4;
	font-weight:bold;
	margin:0 0 7px;
}
#dnngo_megamenu .dnngo_custommenu .submenulist_1 .submenu_title a:hover{
	text-decoration:none;
}
#dnngo_megamenu .dnngo_custommenu .submenulist_1 .submenu_title span{
	color:#424242;
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
}

#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li a{
	display:block;
	padding:6px 4px;
	color:#666666;
	transition: 		background ease-in 200ms;
	-moz-transition: 	background ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background ease-in 200ms; /* Opera */
	-ms-transition: 	background ease-in 200ms; /* IE9? */
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li a:hover{
	color:#FFF;
	background-color:#20a3fc;
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li a span{
	display:inline-block;
	transition: 		transform ease-in 200ms,color ease-in 0ms;
	-moz-transition: 	transform ease-in 200ms,color ease-in 0ms; /* Firefox 4 */
	-webkit-transition: transform ease-in 200ms,color ease-in 0ms; /* Safari and Chrome */
	-o-transition: 		transform ease-in 200ms,color ease-in 0ms; /* Opera */
	-ms-transition: 	transform ease-in 200ms,color ease-in 0ms; /* IE9? */
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li a:hover span{
	transform:translate(4px,0);
	-webkit-transform:translate(4px,0);
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 ul{
	margin:0 0 15px;
	padding:0px;
	list-style:none;
}
#dnngo_megamenu .dnngo_custommenu .menupane  .submenu.submenulist_1:last-child ul{
	margin:0;
}

#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li li a{
	padding-left:24px;
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li li li a{
	padding-left:44px;
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li li li li a{
	padding-left:64px;
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li li li li li a{
	padding-left:84px;
}




/*color*/

#dnngo_megamenu .dnngo_slide_menu ,
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu,
#dnngo_megamenu .dnngo_boxslide{
	background-color:transparent;
}

#dnngo_megamenu .dnngo_slide_menu li,
#dnngo_megamenu .dnngo_boxslide .menu_centerbox  .dnngo_masonrymenu > ul > li >  a > span{
	border-bottom:1px solid #dbdbdb;
}
#dnngo_megamenu .dnngo_boxslide ,
#dnngo_megamenu .dnngo_slide_menu li a,
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a {
	color:#777777;
}

#dnngo_megamenu .dnngo_slide_menu li.dir > a:before ,
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span:before{
	border-right:1px solid #777777;
	border-bottom:1px solid #777777;
}
#dnngo_megamenu .dnngo_slide_menu li a:hover, 
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a{
	background-color:var(--accent-color3);
}
#dnngo_megamenu .dnngo_slide_menu li a:hover, 
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a{
	background-color:var(--accent-color3);
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox  .dnngo_masonrymenu > ul > li >  a > span,
#dnngo_megamenu .mega_title,
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover{
	color:var(--accent-color3);
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover span:before{
	border-right:1px solid var(--accent-color3);
	border-bottom:1px solid var(--accent-color3);
}
#dnngo_megamenu .dnngo_menuslide {
	
}
#dnngo_megamenu > div > ul > li > a > span{
	white-space: nowrap;
}

#dnngo_megamenu > div > ul > li.menu_hover > a > span:after,
#dnngo_megamenu > div > ul > li.current > a > span:after,
#dnngo_megamenu > div > ul > li > a:hover > span:after {
    transform: scale(1, 1);
}

.roll_menu.roll_activated{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1000;
}
.roll_menu.roll_activated #top_menu .dropdown > li > .menuslide{
  top: 100%!important;
}
.roll_menu.roll_activated #top_menu .dropdown > li > .menuslide .menuslide{
  top: 0!important;
}


.roll_menu.roll_activated .header_top ,
.roll_menu.roll_activated .dnn_logo {
	display:none;
}






/* ********** CONTENT ************** */	


#dnn_content {
	padding:0;
}



/* ********** FOOTER ************** */	

#to_top {
	width: 55px;
	height: 55px;
	line-height: px;
	text-align: center;
	float: right;
	font-size: 24px;
	margin-top: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #3b9af3;
	position: fixed;
	bottom: 10%;
	right: 2%;
	cursor: pointer;
	z-index: 1000;
	display: none;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}

#to_top:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -6px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
}

#to_top:hover:before {
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
}






 /*******HTML*********/

 .block-full.with-bg {
    position: relative;
}
.block-full.blue {
    background-color: var(--accent-color);
}
.block-full.blue-grad-2 {
    background: #1445c7;
    background: -moz-linear-gradient(top, #1445c7 0%, #12339a 100%);
    background: -webkit-linear-gradient(top, #1445c7 0%, #12339a 100%);
    background: linear-gradient(to bottom, #1445c7 0%, #12339a 100%);
}
.blue-grad-logo-pattern {
    background: var(--accent-color);
    background: -moz-linear-gradient(left, var(--accent-color) 0, var(--accent-color3) 100%);
    background: -webkit-linear-gradient(left, var(--accent-color) 0, var(--accent-color3) 100%);
    background: linear-gradient(to right, var(--accent-color) 0, var(--accent-color3) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.block-full:first-child .blue-grad-logo-pattern {
    clip: rect(0, auto, auto, 0);
}
.blue-grad-logo-pattern b {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    margin-left: 12.5em;
    will-change: transform;
}

.blue-grad-logo-pattern.blue-grad-logo-pattern--left b {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: 12.5em;
}
.blue-grad-logo-pattern b:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	background-image: url(../images/logo-pat-blue.svg);
    background-position: right center;
    transform: scale(1, -1);
	background-repeat: no-repeat;
}
.BannerPane .blue-grad-logo-fix,
.Custom_PaneB .blue-grad-logo-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: auto;
}
.block--head-home {
    background: #c0e5ff !important;
}
.block-full .block-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.js-lazy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent none center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
	border: none;
}
.block--head-home .block-bg .js-lazy {
    background-position: 15% center;
}
.block-full .block-content {
    position: relative;
    z-index: 2;
}
.block--blue-text .block-content {
    min-height: 20em;
    display: flex;
    align-items: center;
    justify-content: stretch;
    padding: 3.125em 0;
	box-sizing: content-box;
}
.block--image-text-tile .itt-wrap {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}
.block--image-text-tile.block--image-text-tile--image-right .itt-wrap {
    flex-direction: row-reverse;
}
.block--image-text-tile .itt-image {
    flex: 1;
    min-height: 60em;
    position: relative;
}
.block--image-text-tile .itt-text-wrap {
    flex: 1;
    min-height: 60em;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.block--image-text-tile .itt-text-pad {
    padding: 3.125em 20%;
    width: 100%;
}
.block--image-text-tile .itt-text-pad .wrapper {
    max-width: 75em;
}
@media screen and (min-width: 1025px) {
    .block-full.block-full-fullscreen .block-content {
        height: 100vh;
    }
}
.block--head-home .block-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wrapper {
    padding: 0 1.875em;
    margin: 0 auto;
    max-width: 90em;
    box-sizing: border-box;
}
.block--head-home .wrapper {
    width: 100%;
}
.block--head-home .hh-title h1 {
    line-height: 1.33;
	margin-top: 0;
	font-size: 3.75em;
    letter-spacing: .04em;
    margin: 1em 0 .3333333333em;
    color: var(--accent-color3);
	font-weight: 400;
}
.block--head-home .hh-title span {
    display: inline-block;
    position: relative;
    background: #F3FAFF;
    line-height: 1.2;
    padding: 0 .15em;
    margin: 0 -.15em;
}
.wait {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 50%;
    left: 50%;
    margin: -.75em 0 0 -.75em;
    perspective: 100px;
    perspective-origin: 50% 50%;
}
.wait:after {
    content: ' ';
    border-bottom: 1.25em solid var(--accent-color2);
    border-left: .75em solid transparent;
    border-right: .75em solid transparent;
    display: block;
    width: 0;
    transform-origin: 50% 50%;
    animation-name: wait-rotate;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#Body .button-001 {
    font-family: 'NeuePlakTextSemiBold';
    display: inline-block;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    line-height: 1 !important;
    min-height: 0 !important;
    color: #fff;
    text-align: center;
    padding: .5em 1.875em .75em;
    min-width: 8.125em;
    box-sizing: border-box;
    background: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: 1.125em;
    text-decoration: none;
    vertical-align: middle;
    transition: background 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s !important;
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#Body .button-001:hover:not(.bordered) {
    background-color: transparent !important;
    color: var(--accent-color);
}
.head_right_btn .button-001 {
    margin-right: .3125em;
}
#Body .button-001.yellow {
    background-color: #FFC600;
    border-color: #FFC600;
    color: var(--accent-color3);
}
#Body .button-001.yellow:hover{
	background-color: transparent;
	color: #FFC600;
	text-decoration: none;
}
#Body .button-001.white {
    background-color: transparent;
    color: #fff;
	border-color: #fff;
}
#Body .head_right_btn .button-001.white:hover{
    background-color: #fff !important;
}
#Body .button-001.white:hover{
	background-color: #fff;
	color: var(--accent-color3) !important;
	text-decoration: none;
}
#Body .button-001.blue-dark {
    background-color: var(--accent-color3);
    border-color: var(--accent-color3);
    color: #fff;
}
#Body .button-001.blue-dark:hover{
	background-color: transparent;
	color: var(--accent-color3);
	text-decoration: none;
}
#Body .button-001.blue-light {
    background-color: var(--accent-color2);
    border-color: var(--accent-color2);
    color: var(--accent-color3);
}
#Body .button-001.blue-light:hover{
	color: var(--accent-color2);
	background-color: transparent;
}

.bg_color01{
	background-color: #F3FAFF;
}
.bg_color02{
	background-color: var(--accent-color);
}
.bg_color03{
	background: #1445c7;
    background: -moz-linear-gradient(top, #1445c7 0%, #12339a 100%);
    background: -webkit-linear-gradient(top, #1445c7 0%, #12339a 100%);
    background: linear-gradient(to bottom, #1445c7 0%, #12339a 100%);
}
.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5,
.light-text h6,
.light-text p,
.light-text li,
.light-text div{
    color: #fff;
}
.white{
	color: #fff !important;
}
.custom_layout{
	padding: var(--area-container-spacing) 0;
}
.pt-01{
	padding-top: var(--area-container-spacing);
}
.pb-01{
	padding-bottom: var(--area-container-spacing);
}
.cke_show_borders,
.editor {
    font-size: 1em;
    line-height: 1.625em;
    color: var(--accent-color3);
    word-break: break-word;
}
.cke_show_borders.big,
.cke_show_borders .big,
.editor.big,
.editor .big {
    font-size: 1.25em;
}

.it-wrap {
    display: flex;
    align-items: center;
    justify-content: stretch;
}
.it-wrap .it-image {
    width: 51.875em;
    margin-right: 6.25em;
    flex-shrink: 0;
}
.image-wrap {
    position: relative;
    background: rgba(0, 0, 0, .05);
}
.block--photo3-text .image-wrap {
    background: transparent;
} 
.image-wrap img {
    display: block;
}
img.responsive {
    width: 100% !important;
    height: auto !important;
}
img.js-lazy {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    opacity: 0;
}
img.js-lazy.js-lazy-processed {
    opacity: 1;
}
.block-actions {
    margin-top: 1.875em;
}
.block--image-text--image-right .it-wrap {
    flex-direction: row-reverse;
}
.block--image-text--image-right .it-image {
    margin: 0 0 0 6.25em;
}
.block-full.block-full-pad {
    padding: var(--area-container-spacing) 0;
}
.block-full.block-full-pad.block-full-hr.anchorTag{
    margin-top: var(--area-container-spacing);
}
.spear-01{
	margin-top: var(--area-container-spacing);
}
.block-full.whitesmoke {
    background-color: #F3FAFF;
}
.block-full.white {
    background-color: #fff;
}
.block-full.whitesmoke.block-full-pad+.block-full.block-full-pad.whitesmoke:not(.block-full-hr) {
    padding-top: 3.125em;
    margin-top: -3.125em;
}
/*his*/
.block--head-image-scroll {
    padding-top: 0 !important;
}
.block--head-image-scroll .block-content .wrapper {
    width: 100%;
    max-width: 81.25em;
}
.block--head-image-scroll .his-title h1 {
    transition: color 0.3s;
    margin: 0;
}
.block--head-image-scroll .his-title h1 b {
    font-weight: 400;
}
.block--head-image-scroll .his-image {
    margin: 0 0 3.75em;
    overflow: hidden;
    height: 43.75em;
    position: relative;
    z-index: 3;
}
.block--head-image-scroll .his-image-title {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block--head-image-scroll .his-title {
    position: relative;
    z-index: 2;
    margin-bottom: 1.25em;
}
.block--head-image-scroll.js-scroll .his-title {
    transition: opacity 1s;
    opacity: 0;
}
.block--head-image-scroll.js-scroll.scrolled .his-title {
    opacity: 1;
}
@media screen and (min-width: 1025px) {
	.block--head-image-scroll .his-title.fixed .his-title-fixer {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.block--head-image-scroll .his-image-clip {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        clip: rect(-1000px, 4000px, auto, -1000px);
    }
	.block--head-image-scroll .his-image.fixed .image-wrap {
        position: fixed;
        top: 0;
        left: 50%;
        width: 77.5em;
        margin-left: -38.75em;
        transform-origin: 50% 0;
    }
	.block--head-image-scroll .his-scroll-spacer {
        height: 50vh;
    }
    .block--head-image-scroll:first-child {
        margin-top: -6.25em;
    }
}
.line-bg {
    position: absolute;
}
.block--honor .line-bg--1 {
    top: 0;
    bottom: -31%;
    left: 50%;
    margin-left: 40em;
    transform: skew(30deg);
}

/*footer_box*/
.footer_box{
	background-color: var(--accent-color3);
	color: #fff;
    padding: 7.5em 0;
}
.footer_box a{
	color: #fff;
}
.footer-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.footer-section {
    width: 20em;
    flex-shrink: 0;
    margin-left: 6.25em;
}
.footer-logo {
    flex: 1;
}
.footer-html-logo .fl {
    display: block;
	width: 10.625em;
    margin: 1.5625em auto 1.5625em 0;
    position: relative;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}
.bold{
	font-weight: 700;
}
.blue-light{
	color: var(--accent-color2);
}
.footer-section .footer-title {
    border-bottom: 1px solid #fff;
    margin-bottom: 1.5625em;
}
.footer-section .footer-social{
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.footer-section .footer-social a {
    font-size: 18px;
    display: inline-flex;
    margin: 0 .5333333333em 0 0;
    transition: background-color 0.3s;
	color: var(--accent-color3);
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	background-color: #fff;
    align-items: center;
    justify-content: center;
}
.footer-section .footer-social .fa{
    font-size: 0;
}
.footer-section .footer-social .fa:before{
    font-size: initial;
}
.footer-section .footer-social a:hover {
    background-color: #FFC600;
}
.footer-section .footer-address {
    margin-bottom: 1.5625em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.tac{
	text-align: center;
}
.header-pad {
	background: var(--accent-color3);
    height: 6.25em;
}
.page--header-transparent .header-pad {
    background: transparent;
}
.no-scroll {
    overflow: hidden;
    height: 100vh;
}
h1.shadow, .h1.shadow, h2.shadow, .h2.shadow, h3.shadow, .h3.shadow, h4.shadow, .h4.shadow, h5.shadow, .h5.shadow, h6.shadow, .h6.shadow {
    text-shadow: rgba(255, 255, 255, .6) 0 .0333333333em .0666666667em;
	box-shadow: none !important;
}
h1.shadow.white, .h1.shadow.white, h2.shadow.white, .h2.shadow.white, h3.shadow.white, .h3.shadow.white, h4.shadow.white, .h4.shadow.white, h5.shadow.white, .h5.shadow.white, h6.shadow.white, .h6.shadow.white {
    text-shadow: rgba(0, 0, 0, .6) 0 .0333333333em .0666666667em;
	box-shadow: none !important;
}
.cke_show_borders img, .editor img {
    max-width: 100% !important;
    height: auto !important;
}
.cke_show_borders.black, .editor.black {
    color: #000;
}
.img-box-01 h3{
	font-weight: normal;
}
.his-scroll-spacer{
	font-size: 0;
}
.cke_show_borders a:not(.button-001):not(.cta-arrow):not(.no-link),
.editor a:not(.button-001):not(.cta-arrow):not(.no-link) {
    color: var(--accent-color);
    text-decoration: underline;
}
.cke_show_borders a:not(.button-001):not(.cta-arrow):not(.no-link):hover,
.editor a:not(.button-001):not(.cta-arrow):not(.no-link):hover {
    text-decoration: none;
}
.cke_show_borders p, .editor p {
    margin-bottom: 1.625em;
}

/*tab*/
.pane-warp .tabs {
    margin-top: 3.75em;
}
.pane-warp .tabs .tab-titles-wrap {
    margin: 0 auto;
    width: auto;
    display: table;
}
.pane-warp .tab-titles {
    margin-bottom: 3.125em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid #5d5d5d;
    border-radius: 1.1875em;
    position: relative;
    transition: left 0.4s;
	box-sizing: content-box;
	padding-right: 2px;
}
.pane-warp .tab-titles-highlight {
    display: none;
    position: absolute;
    background: #0F206C;
    padding: 0 .625em;
    top: 1px;
    left: 0;
    bottom: 1px;
    border-radius: 1.1875em;
    transition: left 0.4s, width 0.4s;
	box-sizing: content-box;
}
.pane-warp .tabs .tab-titles-wrap .tab-title {
    white-space: nowrap;
    line-height: 2em;
    padding: 0 .625em .25em;
    color: #0F206C;
    transition: color 0.4s, background-color 0.3s;
    z-index: 2;
    position: relative;
}
.pane-warp .tabs .tab-titles-wrap .tab-title.active {
    color: #fff;
}
.pane-warp .tabs .tab-titles-wrap .tab-title:after {
    content: ' ';
    background-color: rgba(15, 32, 108, .1);
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 0;
    right: 0;
    border-radius: 1.1875em;
    transition: opacity 0.3s;
    opacity: 0;
}
.pane-warp .tab-contents {
    position: relative;
    transition: height 0.5s;
}
.pane-warp .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.5s;
    opacity: 0;
    pointer-events: none;
}
.pane-warp .tab-content.active {
    opacity: 1;
    pointer-events: auto;
}




.wrapper-form {
    max-width: 48.125em;
}
.pane-warp .tabs .tab-titles-wrap .tab-title:hover:after {
	opacity: 1;
}
.custom_contact_address{
	margin: 2.5em 1.5625em 0;
	padding-top: var(--area-container-spacing);
}
.custom_contact_address .h3{
    font-weight: normal;
}
.block--head-image .block-bg .js-lazy {
    background-position: 15% center;
}
.block--head-image .block-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header-logo svg .lbw {
    transition: fill 0.3s;
    fill: white !important;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: inherit !important;
}
.block-bg-overlay {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.block--photo3-text .p3t-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
    width: 81.25em;
    margin: 0 auto;
}
.block--photo3-text .p3t-left {
    flex: 1;
}
.block--photo3-text .p3t-right {
    width: 43.75em;
    flex-shrink: 0;
    margin-left: 2.5em;
}
.block--photo3-text .p3t-text {
    padding: 3.75em 3.75em 7.5em;
}
.block--photo3-text .p3t-image--1 {
    width: 35em;
    margin: 0 0 2.5em auto;
}
.block--photo3-text .p3t-image--2 {
    width: 27.5em;
}
.block--photo3-text .p3t-image {
    margin-bottom: 2.5em;
    background: none;
}
.pane-warp .image-wrap{
    background: transparent;
}
.pane-warp .product-image .image-wrap{
    background: rgba(0, 0, 0, .05);
}
.custom-spear-tp {
    padding-top: 3.125em !important;
    margin-top: -3.125em;
}
.block--team-featured .tf-title {
    margin-bottom: 3.75em;
}
.block--team-featured .block-actions2,
.block--team-featured .block-actions {
    margin-top: 3.75em;
}
.block--image-color2 {
    overflow: hidden;
}
.block--image-color2 .ic2-image {
    margin: 3.75em auto 0;
    max-width: 50em;
    background: #dbdbdb;
    position: relative;
}
.block--image-color2 .ic2-image:before {
    content: ' ';
    background: #fff;
    position: absolute;
    top: 50%;
    left: -50vw;
    right: -50vw;
    height: 100%;
}
.block--image-color2 .ic2-image .image-wrap {
    background: #e3e3e3;
    position: relative;
    z-index: 2;
}
.block--job-list .jl-wrap {
    max-width: 55em;
    margin: 0 auto;
}
.jl-intro {
    margin-bottom: 2.5em;
}
.cke_show_borders ol, .cke_show_borders ul, .editor ol, .editor ul {
    margin: 0 0 1.9166666667em;
    padding-left: 2.0833333333em;
    list-style-type: disc;
}
.certs-small {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 1.875em -1.25em 0;
}
.cert-small {
    width: 13.75em;
    margin: 2.5em 1.25em 0;
}
.cert-small .cs-image {
    width: 8.25em;
    height: 8.25em;
    position: relative;
    margin: 0 auto 1.875em;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
 	height: 0; 
	overflow: hidden;
	z-index:0;
}
 
.responsive-video iframe,
.responsive-video object,
.responsive-video embed,
.responsive-video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:1;
}
.video-box {
    margin: 1em 40px;
}
.cke_show_borders p:last-child, .editor p:last-child {
    margin-bottom: 0;
}
.block--reviews-b .PR_Review {
    margin: 6.25em auto 0;
    max-width: 50em;
}
.block--cta.block--cta--wrap .cw-wrap {
    position: relative;
    padding: 2.5em 1.875em;
}
.block--cta.block--cta--wrap .cw-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.block--cta.block--cta--wrap .line-bg {
    margin-left: 21.875em;
}
.block--cta.block--cta--wrap .cw-cont {
    position: relative;
    z-index: 2;
    min-height: 48.75em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block--cta.block--cta--wrap .block-content {
    display: block;
    min-height: 0;
}
.block-full.block-full-hr {
    border-top: 1px solid #D0D0D0;
}
.block-title {
    margin-bottom: 3.75em;
}
.block--quick-links .tab-titles-wrap{
    padding: 1.875em 0;
    display: flex;
    justify-content: center;
}
.block--quick-links .anchorNav_box{
    padding: 0 1px;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border: 1px solid #5d5d5d;
    border-radius: 1.1875em;
    position: relative;
    transition: left 0.4s;
    max-width: max-content;
    will-change: transform;
}
.block--quick-links .anchorNav_box li{
    list-style: none;
    white-space: nowrap;
    line-height: 2em;
    padding: 0 .625em .25em;
    color: #0F206C;
    transition: color 0.4s, background-color 0.3s;
    z-index: 2;
    position: relative;
    will-change: transform;
}
.block--quick-links .anchorNav_box li:hover{
    cursor: pointer;
}
.block--quick-links .anchorNav_box li:after {
    content: ' ';
    background-color: #0F206C;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 0;
    right: 0;
    border-radius: 1.1875em;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: -1;
}
.block--quick-links .anchorNav_box li.active:hover{
    outline: 0;
}
.block--quick-links .anchorNav_box li:hover:after {
    opacity: 0.1;
}
.block--quick-links .anchorNav_box li i{
    display: none;
}
.block--quick-links.fixed .fix-clone {
    display: block;
}
.block--quick-links .fix-clone {
    background: #F3FAFF;
    position: fixed;
    z-index: 90;
    left: 0;
    right: 0;
    top: 3.4375em;
    display: none;
    box-shadow: rgba(0, 0, 0, .3) 0 .3125em .625em -.3125em;
}
.block--quick-links .fix-clone .anchorNav_box::before{
    content: none;
    background-color: #0F206C;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: var(--left);
    right: var(--right);

    border-radius: 1.1875em;
    transition: all 0.3s;
}
.block--quick-links .fix-clone .anchorNav_box:has(li.active)::before{
    content: '';
}
.block--quick-links .fix-clone .anchorNav_box li.active{
    color: #fff;
}
.block--product-details .product-details {
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
    max-width: 75em;
    margin: 0 auto;
}
.block--product-details .product-image {
    width: 39.375em;
    margin-right: 4.375em;
    flex-shrink: 0;
}
.block--product-details .product-right {
    flex: 1;
}
.file-links {
    list-style: none;
    margin: 1.25em 0;
    padding: 0;
}
.file-links li {
    margin: .9375em 0;
}
.file-links li a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}
.file-links li a:hover {
    color: #1758F5;
}
.file-links li a .fa {
    font-size: 1.25em;
    margin-right: .3em;
}
hr {
    border: none;
    border-top: 1px solid #979797;
    margin: 3.125em 0;
}
hr.small {
    margin: 1.875em 0;
}
hr.blue-light {
    border-color: #65B2E8;
}
.title_mb{
    margin-bottom: 1em;
}
.service-teaser .st-action {
    margin-top: .9375em;
}
.dnnEditState .General_Inquiries_Pane .ModLiveFormsC *,
.dnnEditState .Request_Service_Pane .ModLiveFormsC *,
.dnnEditState .Request_Quote_Pane .ModLiveFormsC *{
    color: #000 !important;
}
.Footer_Bottom_ColorPane .justify-content-center .PR_Related_Products .swiper-wrapper{
    justify-content: center;
}
.Footer_Bottom_ColorPane .no-center .PR_Related_Products .swiper-wrapper{
    justify-content: initial;
}
.Custom_Contact_Top_Pane .block-actions {
    margin-top: 1.875em;
}
.row [class*="Pane"].Background_03_Pane1,
.row [class*="Pane"].Background_03_Pane2,
.row [class*="Pane"].Background_03_Pane3{
	padding: 0;
}

@media only screen and (min-width: 1500px) {
	.img-box-01{
		margin-left: 3%;
	}
	.dnn_layout {
		width: 1440px;
	}
	
	.head_mid,
	.content_mid,
	.footer_mid {
		padding: 0px 30px;
	}
	}
@media screen and (min-width: 1025px) {
	.page--header-color-inverse .header_bg:not(.moved) .header-wrap:not(:hover) #dnngo_megamenu .primary_structure > li > a {
        color: var(--accent-color3);
    }
	.page--header-color-inverse .header_bg:not(.moved) .header-wrap:not(:hover) #dnngo_megamenu > div > ul > li > a > span:after {
		border-color: var(--accent-color3);
	}
	.page--header-color-inverse .header_bg:not(.moved) .header-wrap:not(:hover) .header-logo svg .lbw {
        fill: #0F206C !important;
    }
	.page--header-color-inverse .header_bg:not(.moved) .header-wrap:not(:hover) .button-001.white {
        color: #0F206C !important;
        border-color: #0F206C;
    }
	.page--header-color-inverse .header_bg:not(.moved) .header-wrap:not(:hover) .btn-search{
		color: #0F206C !important;
	}
	.block--head-image .block-bg .js-lazy {
        background-attachment: fixed;
    }
	.BannerPane{
        margin-top: -6.25em;
    }
	.block-full.block-full-fullscreen .block-content {
        height: 100vh;
    }
    .block--head-home .block-bg .js-lazy {
        background-attachment: fixed;
    }
	.mobile, .tablet {
        display: none !important;
    }
	.dnnEditState.personabar-visible .Custom_PaneF.mobile .mobile,
	.dnnEditState.personabar-visible .Custom_PaneF.mobile{
		display: block !important;
	}
}

 @media only screen and (max-width: 1024px) {
    .file-links{
        word-break:break-word;
    }
    .block--product-details .product-image {
        width: auto;
        margin: 0 0 2.5em;
    }
    .block--product-details .product-details {
        display: block;
    }
    .block--quick-links .tab-titles-wrap{
        justify-content: left;
    }
    .block--cta.block--cta--wrap .cw-cont {
        min-height: 0;
    }
    .block--reviews-b .PR_Review {
        margin-top: 1.875em;
        padding: 0 2.5em;
    }
    .service-teaser {
        margin-top: 1.875em;
    }
    .block--photo3-text .p3t-right {
        width: auto;
        margin: 0;
    }
    .block--photo3-text .p3t-wrap {
        display: block;
        width: auto;
    }
    .block--photo3-text .p3t-text {
        padding: 0;
        margin: 0 0 1.875em;
    }
    .block--photo3-text .p3t-image--1 {
        width: auto;
    }
    .block--photo3-text .p3t-image--2 {
        width: auto;
    }
    .block--photo3-text .p3t-image--3 {
        width: auto;
    }
    .block--photo3-text .p3t-image {
        margin-bottom: 1.25em !important;
    }
	.block--cta .block-content {
        min-height: 25em;
    }
	.block--head-image .block-content {
        height: 21.875em;
    }
	.custom_contact_address{
		padding-top: 2.5em;
		margin: 0;
	}
	.row [class*="Pane"] {
		padding: 0 0 2.5em;
	}
    .row [class*="Pane"].Background_03_Pane1,
    .row [class*="Pane"].Background_03_Pane2{
        padding: 0 0 30px;
    }

	.block--blue-text .block-content {
        min-height: 0;
        padding: 2.5em 0;
    }
	.block--head-image-scroll .his-image {
        height: auto;
        margin: 0 -1.875em 1.875em;
        transform: none !important;
    }
	.block--head-image-scroll .his-image-title {
        position: absolute;
        padding: 0 1.25em;
    }
	.block--image-text-tile .itt-text-wrap {
        min-height: 20em;
    }
	.block--image-text-tile .itt-text-pad {
        padding: 2.5em 1.875em;
    }
	.block--image-text-tile .itt-image {
        min-height: 0;
        height: 20em;
    }
	.cke_show_borders.big, .cke_show_borders .big, .editor.big, .editor .big {
        font-size: 1.0625em;
    }
	.block--image-text-tile .itt-wrap {
        display: block;
    }
	.footer-html-logo .fl {
        margin: 0 auto .9375em;
		display: block;
    }
	.footer-html-logo .fl:first-child {
        width: 5em;
    }
	.footer-section .footer-addresses {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        margin-left: -5%;
    }
	.footer-section .footer-address {
        display: block;
        width: 45%;
        margin-left: 5%;
        margin-bottom: 0;
        margin-top: 1.5625em;
    }
	.footer-section .footer-contact {
        display: flex;
        flex-direction: column-reverse;
    }
	.footer-section {
        width: auto;
        margin: 0 0 2.5em;
    }
	.footer-wrapper{
		display: block;
	}
	.footer_box{
		padding: 3.75em 1.25em;
	}
	.block--certs .certs-diag {
        display: none;
    }
	.mtac {
        text-align: center !important;
    }
    .block--certs .certs-wrap {
        display: block;
    }
	.block--certs .certs-certs {
        width: 14.375em !important;
        margin: 1.875em auto 0;
    }
	.it-wrap .it-image{
        width: auto;
        margin: 0 0 1.875em !important;
    }
	.it-wrap {
        display: block;
    }
	.pt-01{
		padding-top: 2.5em;
	}
	.pb-01{
		padding-bottom: 2.5em;
	}
	.spear-01{
		margin-top: 2.5em;
	}
    .block-full.block-full-pad.block-full-hr.anchorTag{
        margin-top: 2.5em;
    }
	.block-full.block-full-pad,
	.custom_layout{
		padding: 2.5em 0;
	}
	.header-pad {
        height: 3.4375em;
    }
	.block--head-home .block-content {
        height: 21.875em;
    }
	.block--head-home .hh-title h1,
	h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
        font-size: 1.75em;
    }
	h2, .h2 {
        font-size: 1.375em;
    }
	h3, .h3 {
        font-size: 1.1875em;
    }
	h4, .h4 {
        font-size: 1em;
    }
	h5, .h5 {
        font-size: .875em;
    }
	h6, .h6 {
		font-size: .875em;
		line-height: 1.3;
		margin: 1em 0 1em;
	}
	.searchBox .header-search-closer {
		cursor: pointer;
		color: rgba(0, 0, 0, .6);
		width: 2.375em;
		height: 2.375em;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		z-index: 3;
		top: 0;
		right: 0;
		transition: background-color 0.3s, color 0.3s;
		top: 50%;
        right: 1.5625em;
        margin-top: -1.1875em;
	}
	.searchBox .header-search-closer:before {
		position: absolute;
		top: 50%;
		left: 50%;
		content: '';
		width: 25px;
		height: 0;
		border-radius: 0;
		border-width: 1px;
		margin: 0px 0 0 -12px;
		-webkit-transform: rotate(132deg);
		transform: rotate(132deg);
		border: none;
		border-bottom: 1px solid currentColor;
		transform-origin: center center;
	}
	.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
		top: 12px !important;
		left: auto;
		right: 58px !important;
	}
	.searchBox .header-search-closer:after {
		position: absolute;
		top: 50%;
		left: 50%;
		content: '';
		width: 25px;
		height: 0;
		margin: 0px 0 0 -12px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		border-bottom: 1px solid currentColor;
	}
	.header-search-closer:hover {
		background-color: rgba(0, 0, 0, .1);
	}
	.head_right_box{
		position: initial;
	}
	.searchBox #dnn_dnnSEARCH_ClassicSearch{
		width: 100%;
		position: static;
		transition: none;
	}
	.searchbut.active .btn-search{
		background: #ffffff !important;
	}
	.btn-search:hover{
		background: transparent;
		color: #ffffff;
	}
	.btn-search:before{
		width: 20px;
		height: 20px;
		margin: -13px 0 0 -15px;
	}
	.searchbut.active .btn-search:before{
		width: 20px;
		height: 20px !important;
		margin: -13px 0 0 -15px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		border-radius: 50%;
		border: 1px solid currentColor;
	}
	.searchbut.active .btn-search:after{
		width: 12px;
		margin: 8px 0 0 -1px;
	}
	.searchBox input.NormalTextBox{
		border: 1px solid rgba(93, 93, 93, .6);
        border-radius: 1.25em;
		padding-left: .9375em;
		padding-right: 3.4375em;
	}
	.searchBox{
		display: none;
		position: absolute;
		background: #F3FAFF;
        top: 100%;
        left: 0;
        right: 0;
        border-radius: 0;
        width: 100% !important;
        padding: .9375em 1.25em !important;
	}
	.btn-search:after{
		width: 12px;
		margin: 13px 0 0 -3px;
	}
	.header-wrap {
        height: 3.4375em;
        padding: 0 1.875em;
    }
	.dnn_logo {
        width: 4.625em;
        margin-top: -4px;
    }
	.desktop {
        display: none !important;
    }

	.dnn_layout {
		width: auto;
	}
	
	.content_mid,
	.footer_mid {
		padding: 0 1.875em;
	}
	
	.btn-search{
		margin-right: -.75em;
	}
	/*--------- Mobile Menu style ----------*/
	.mobile_icon {
	    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	margin-left: -.75em;

	}
	.hamburger {
		cursor: pointer;
		margin-right: .625em;
		color: #fff;
		width: 64.84px;
		height: 64.84px;
		padding: 17px 13px;
		border-radius: 50%;
		transition: background-color 0.3s, color 0.3s;
		display: flex;
        flex-flow: column;
        justify-content: space-between;
	}
	.hamburger .line {
		background-color: #ffffff;
		height: 2px;
		border-radius: 0.1em;
		transition: all 0.3s ease;
	}
	.mobile_icon.active .line:nth-child(1) {
		margin: -4px 0 0 0;
		transform: translateY(17px) rotate(45deg);
	}
	
	.mobile_icon.active .line:nth-child(2) {
		opacity: 0;
	}
	
	.mobile_icon.active .line:nth-child(3) {
		margin: 0px 0 -3px 0;
		transform: translateY(-18px) rotate(-45deg);
	}
	
	#mobile_menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 100vh;
		overflow: hidden;
		pointer-events: none;
		z-index: 3;
	}
	
	#mobile_menu .menu_main {
		background: #F3FAFF;
		position: absolute;
		z-index: 1 !important;
		top: 0;
		left: 0;
		right: 0;
		transition: transform 0.5s, padding-top 0.3s;
		transform: translateY(-105%);
		pointer-events: none;
			height: auto;
			overflow: auto;
			bottom: 3.4375em;
			display: flex;
			flex-direction: column;
	}
	.header_bg.drop #mobile_menu .menu_main {
		transform: translateY(0);
		pointer-events: auto;
	}
	.multi_menu {
		
	}
	
	.multi_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.multi_menu ul > li > a[href="javascript:;"] > .menu_arrow{
		width: 100%;
	}

	
	.multi_menu ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
		border-bottom: 1px solid rgba(93, 93, 93, .6);
        padding: 1.25em 0 0;
        transition: padding 0.5s;
	}
	
	.multi_menu ul li img {
		vertical-align: middle;
	}
	
	.multi_menu ul li a {
		font-size: 1em;
		line-height: 1.2;
		padding: 0px;
		margin: 0px;
		color: var(--accent-color3);
		letter-spacing: .04em;
		font-family: var(--heading-family);
		display: block;
		text-decoration: none;
		outline: none;
		text-align: left;
		font-weight: bold;
		position: relative;
	}
	
	
	.multi_menu ul li span {
		margin: -1.25em -1.5625em 0em -1.5625em;
        padding: 1.25em 1.5625em;
        position: relative;
        cursor: pointer;
		display: block;
		width: 100%;
	}
	
	.multi_menu ul li .menu_arrow {
		width: 60px;
		padding: 0px;
		text-indent: 0px;
		overflow: hidden;
		margin: 0px;
		text-align: center;
		font-size: 0;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
	}
	
	.multi_menu ul li .menu_arrow:before,
	.multi_menu ul li .menu_arrow:after {
		content: '';
		position: absolute;
		width: 20px;
		height: 0.2em;
		background-color: var(--accent-color3);
		transition: transform 0.3s ease;
		font-size: 1px;
        left: 50%;
        top: 50%;
        margin: 0px 0 0 -10px;
	}
	.multi_menu ul li .menu_arrow:before{
		transform: rotate(0deg);
	}
	.multi_menu ul li .menu_arrow:before{
		transform: rotate(90deg);
	}
	
	
	.multi_menu ul li .menu_arrow.arrow_closed:before {
		transform: rotate(0deg);
		opacity: 0;
	}
	.multi_menu ul li .menu_arrow.arrow_closed:after {
		transform: rotate(0deg);
	}
	
	.multi_menu ul li.active > a {
		color: #4378b6;
	}

	
	.multi_menu ul li a:hover {
		color: #4378b6;;
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		color: #4378b6;
	}
	.multi_menu ul li.active{
		
	}
	
	.multi_menu ul ul {
		display: none;
		padding: 0;
		margin: 0px;
	}
	.multi_menu ul ul li{
		padding: 0;
		margin: 0 0 .625em;
		border-bottom: none;
	}
	.multi_menu ul ul li a{
		font-weight: normal;
	}
	.multi_menu ul ul li a span{
		padding: 0;
		margin: 0;
	}
	
	.multi_menu ul li.current > ul {
		display: block;
		padding-bottom: 1.25em;
	}
	
	.multi_menu ul li.active > a,
	 .multi_menu ul li a:hover {
	}

	
	.multi_menu ul li a {
		padding: 0 0 0 1.5625em
	}
    #mobile_menu .menu_main .head_right_btn .desktop{
        display: block !important;
    }
    #mobile_menu .menu_main .head_right_btn{
        display: flex;
        flex-flow: column-reverse;
        padding: 1.5625em 1.5625em 0;
    }
    #mobile_menu .menu_main .head_right_btn .button-001{
        margin-top: 1.25em;
        color: #0F206C;
        border-color: #65B2E8;
        background-color: #65B2E8;
        margin-bottom: 1.25em;
    }
    #mobile_menu .menu_main .head_right_btn .button-001 + .button-001{
        padding: 0;
        margin: 0 0 .625em;
        background-color: transparent;
        text-align: left;
        border-radius: 0px;
        font-size: 1em;
        font-weight: normal;
        color: var(--accent-color3) !important;
        border-color: transparent;
    }
    #mobile_menu .menu_main .head_right_btn .button-001 + .button-001:hover{
        background-color: transparent !important;
        color: #4378b6 !important;
    }
    .menu_main .hmd-actions {
		margin-top: 1.875em;
		text-align: center;
        padding-bottom: 1.25em;
	}
	.menu_main .hmd-actions .button-001{
		display: inline-block;
		padding: .5em 1.875em .75em;
		font-size: 1em;
	}
}

@media only screen and (max-width: 767px) {
    .row [class*="Pane"].Background_03_Pane1,
    .row [class*="Pane"].Background_03_Pane2,
    .row [class*="Pane"].Background_03_Pane3{
        padding: 0 0 20px;
    }
	.hamburger{
		width: 48.97px;
		height: 48.97px;
		padding: 12px 9px;
	}
	.searchbut .btn-search:before{
		width: 16px;
		height: 16px;
		margin: -10px 0 0 -10px;
	}
	.btn-search:after {
        width: 10px;
        margin: 10px 0 0 0px;
    }
	.searchbut.active .btn-search:before {
        width: 16px;
        height: 16px !important;
		margin: -10px 0 0 -10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        border-radius: 50%;
        border: 1px solid currentColor;
    }
	.searchbut.active .btn-search:after {
        width: 10px;
		margin: 7.5px 0 0 2px;
    }
    .mobile_icon.active .line:nth-child(1) {
		margin: 0px 0 0 0;
		transform: translateY(14px) rotate(45deg);
	}
	
	.mobile_icon.active .line:nth-child(3) {
		transform: translateY(-12px) rotate(-45deg);
	}
	
}
@media only screen and (max-width: 576px) {
	.hamburger {
        width: 38px;
        height: 38px;
        padding: 12px 9px;
    }
    .mobile_icon.active .line:nth-child(1) {
        margin: -6px 0 0 0;
		transform: translateY(12px) rotate(45deg);
	}
	
	.mobile_icon.active .line:nth-child(3) {
		transform: translateY(-9px) rotate(-45deg);
	}
}






/*PostIt*/
.ModWebSitesCreativePostItC {
	padding: var(--area-container-spacing) 0 0;
}
.ModWebSitesCreativePostItC .wsc_postit_subscribe{
	display: none;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item .wsc_title{
	font-size: 1.375em;
    margin: 1em 0 .6666666667em;
	margin-top: 0;
	line-height: 1.2;
    letter-spacing: .04em;
	color: var(--accent-color3);
    font-family: var(--heading-family);
    font-weight: 400;
}
.ModWebSitesCreativePostItC .wsc_posts_list{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 3rem;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item{
    display: grid;
    grid-template-rows: auto auto auto;
    grid-row-gap: 1rem;
    margin-bottom: 0;
}
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item .wsc_clear,
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item .wsc_pi_feed_info{
    display: none;
}

.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item > p,
.ModWebSitesCreativePostItC .wsc_posts_list .wsc_post_item .wsc_post_summary p:last-child{
	margin-bottom: 0;
}
.ModWebSitesCreativePostItC .wsc_posts_list a.wsc_readmore,
.ModWebSitesCreativePostItC .wsc_posts_list a.wsc_readmore:link{
	display: inline-block;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    line-height: 1 !important;
    min-height: 0 !important;
    font-family: 'NeuePlakTextSemiBold';
    color: #fff;
    text-align: center;
    padding: .5em 1.875em .75em;
    min-width: 8.125em;
    box-sizing: border-box;
    background: var(--accent-color3);
    border: 1px solid var(--accent-color3);
    border-radius: 1.125em;
    text-decoration: none;
    vertical-align: middle;
    transition: background 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	float: none;
	text-transform: capitalize;
	margin-top: 1rem;
}
.ModWebSitesCreativePostItC .wsc_posts_list a.wsc_readmore:hover{
	background-color: transparent;
	color: var(--accent-color3);
}

/*wsc_pi_detailed_view */
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em;
    display: table;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_pi_post_header .wsc_title{
	font-size: 1.375em;
    margin: 1em 0 .6666666667em;
	margin-top: 0;
	line-height: 1.2;
    letter-spacing: .04em;
    color: var(--accent-color3);
    font-family: var(--heading-family);
    font-weight: 400;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_pi_body .wsc_post_summary{
    font-size: 1em;
    line-height: 1.625em;
    color: var(--accent-color3);
    word-break: break-word;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content .is-layout-flex{
	align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content :where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content :where(.wp-block-columns) {
    margin-bottom: 1.75em;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content .wp-block-heading{
    line-height: 1.2;
    letter-spacing: .04em;
    color: var(--accent-color3);
    font-family: "NeuePlakExtendedRegular", Helvetica, Arial, sans-serif;
    font-weight: 400;
	font-size: 1.375em;
    margin: 1em 0 .6666666667em;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content .is-layout-flex > div:first-child{
	flex-basis: 66.66% !important;
}
.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content .is-layout-flex > div:last-child{
	flex-basis: 33.33% !important;
}

@media (min-width: 782px) {
    .ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content .is-layout-flex {
        flex-wrap: nowrap !important;
    }
}
@media (max-width: 1024px) {
    .ModWebSitesCreativePostItC .wsc_pi_detailed_view .wp-block-image .alignright {
        float: none;
        margin: .5em 0em 1em;
        display: table;
    }
    .cert-pop .ModLiveFormsC{
        padding: 0 !important;
    }
	.ModWebSitesCreativePostItC{
		padding: 2.5em 0 0 ;
	}
	.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content .is-layout-flex{
		display: block;
	}
	.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content .is-layout-flex > div:first-child{
		flex-basis: 100% !important;
	}
	.ModWebSitesCreativePostItC .wsc_pi_detailed_view .wsc_post_content .is-layout-flex > div:last-child{
		flex-basis: 100% !important;
	}
}
/*PostIt end*/



/**/
.cert-pop h3 {
    font-size: 1.875em;
}
.hidden{
    display: none;
    }
.dnnEditState .hidden{
    display: block;
    }
.dnnEditState .PR_Certs .hidden{
    display: none;
}  
.dnnEditState .form_top_font .white{
    color: #000 !important;
}
.minilightbox-holder {
    background: rgba(0, 0, 0, .8);
    display: none;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1000000;
    }
    .minilightbox-content .lightbox-image .minilightbox-close,
    .minilightbox-content .lightbox-htmlcont .minilightbox-close {
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    width: 50px;
    height: 50px;
    z-index: 100;
    background: none;
    border: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24'%3E %3Cpath stroke='%2365B2E8' d='M6.34314575 6.34314575L17.6568542 17.6568542M6.34314575 17.6568542L17.6568542 6.34314575' /%3E%3C/svg%3E");
    background-size: 100px 100px;
    background-position: center center;
    background-repeat: no-repeat;
    color: #65B2E8;
    position: fixed;
    top: 2.5em;
    right: 4.6875em;
    text-align: center;
    z-index: 10;
    transition: all 0.3s;
    outline: none;
    }
    .minilightbox-content .lightbox-image .minilightbox-close:hover,
    .minilightbox-content .lightbox-htmlcont .minilightbox-close:hover{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24'%3E %3Cpath stroke='%23ffffff' d='M6.34314575 6.34314575L17.6568542 17.6568542M6.34314575 17.6568542L17.6568542 6.34314575' /%3E%3C/svg%3E");
    }
    
    .minilightbox-content {
        background: #0F206C;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .minilightbox-content.next-cont{
    transform: translateX(100%);
    opacity: 0;
    }
    .minilightbox-content.prev-cont{
    transform: translateX(-100%);
    opacity: 0;
    }
    
    .minilightbox-content > .box{
    
    }
    .minilightbox-content > .box > *{
    
    }
    .minilightbox-content .lightbox-image{
    max-width: 90vw;
    max-height: 80vh;
    text-align: center;
    align-items: center;
    display: flex;
    flex: 0 1 100%;
    justify-content: center;  
    flex-direction: column;
    } 
    .minilightbox-content .lightbox-image img{
    max-width: 90vw;
    max-height: 80vh;
    vertical-align: middle;
    border: 4px solid #ffffff;
    }
    
    .minilightbox-content .lightbox-youtube,
    .minilightbox-content .lightbox-vimeo,
    .minilightbox-content .lightbox-html5,
    .minilightbox-content .lightbox-map {
    max-width: 90vw;
    max-height: 80vh;
    width: 1200px;
    display: flex;
    justify-content: center;
    
    }  
    .minilightbox-content .box-responsive{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    }
    
    
    .minilightbox-content .lightbox-youtube iframe,
    .minilightbox-content .lightbox-vimeo iframe,
    .minilightbox-content .lightbox-map iframe,
    .minilightbox-content .lightbox-html5 video{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000;
    }
    
    .minilightbox-content .lightbox-htmlcont{
        overflow: auto;
        overflow-x: hidden;
        min-height: 12.5em;
        max-height: 100%;
        flex: 1;
    }
    .minilightbox-content .lightbox-htmlcont .js-pop-blue {
        padding: 3.75em 0;
    }
    
    
    @-webkit-keyframes loading-rotate {
    0% {
    -webkit-transform: rotate(0);
    }
    100% {
    -webkit-transform: rotate(360deg);
    }
    }
    @keyframes loading-rotate{
    0% {
    transform: rotate(0);
    }
    100% {
    transform: rotate(360deg);
    }
    }
    .minilightbox-content.loading::after{
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 5px solid #fff;
    border-top-color:#555;
    border-left-color:#555;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    -webkit-animation: loading-rotate 0.7s infinite;
    animation: loading-rotate 0.7s infinite;
     }
    .minilightbox-mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(23, 88, 245, .9);
    }
    
    .minilightbox-content > .box{
    z-index: 1;
    position: relative;
    }
    
    .minilightbox-holder .minilight-title{
    color: #FFF;
    margin-top: 24px;
    border-radius: 25px;
    padding: 4px 15px;
    font-size: 18px;
    font-weight:600;
    position: absolute;
    top: 100%;
    }
    
    .minilightbox-holder .minilightbox-prev, 
    .minilightbox-holder .minilightbox-next{
    position: absolute;
    top: 50%;
    width: 100px;
    height: 100px;
    color: #fff;
    margin-left:0!important;
    margin-right:0!important;
    margin-top: -50px; 
    z-index: 10;
    cursor: pointer;
    background: none;
    border: none;
    backface-visibility: hidden;
    }
    .minilightbox-holder .minilightbox-next{
    right: 0;
    } 
    .minilightbox-holder .minilightbox-prev{
    left: 0;
    }
    .minilightbox-holder .minilightbox-next.disabled,
    .minilightbox-holder .minilightbox-prev.disabled{
    opacity: .2;
    cursor: initial;
    }
    
    .minilightbox-holder .minilightbox-next span, 
    .minilightbox-holder .minilightbox-prev span{
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -14px;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: rotate(-45deg) translate3d(0,0,0);
    }
    .minilightbox-holder .minilightbox-next::after, 
    .minilightbox-holder .minilightbox-prev::after{
    content: "";
    width: 30px;
    border-bottom: 1px solid currentColor; 
    position: absolute;
    top: 50px;
    left: 50%;
    margin: -1px 0 0 -15px;
    }
    
    .minilightbox-holder .minilightbox-next span{
    margin: -5px 0 0 4px;
    transform: rotate(135deg) translate3d(0,0,0);
    }
    
    .minilightbox-content > .box.remove{
    position: absolute;
    }
    .cert-pop .ModLiveFormsC {
        padding: 0 1.875em;
        margin: 0 auto;
        box-sizing: border-box;
        max-width: 48.125em;
    }
    

    @media screen and (max-width: 1024px) {
        .cert-pop h3 {
            font-size: 1.375em;
        }
        .minilightbox-content .lightbox-image .minilightbox-close,
        .minilightbox-content .lightbox-htmlcont .minilightbox-close {
            top: 1.875em;
            right: 1.875em;
        }
    }


    .map {
        height: 46.875em;
        background: #F3FAFF;
    }
    .header-overlay {
        background: rgba(0, 0, 0, .6);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        transition: opacity 0.5s;
        opacity: 0;
        pointer-events: none;
    }
    .header_bg.drop .header-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .minilightbox-content .lightbox-htmlcont .js-pop-blue .cert-pop .Field input,
    .minilightbox-content .lightbox-htmlcont .js-pop-blue .cert-pop .Field textarea{
        color: #fff;
    }
    .minilightbox-content .lightbox-htmlcont .js-pop-blue .cert-pop .Field.Dropdown select option{
        background-color: #0F206C;
    }
    .minilightbox-content .lightbox-htmlcont .js-pop-blue .cert-pop .thank-you h2,
    .minilightbox-content .lightbox-htmlcont .js-pop-blue .cert-pop .thank-you{
        color: #fff;
        text-align: center;
    }
    #dnn_wrapper .LFSettings.design .Field input,
    #dnn_wrapper .LFSettings.design .Field textarea,
    #dnn_wrapper .LFSettings.design .Field select,
.dnnEditState.personabar-visible #dnn_wrapper .js-pop-blue .cert-pop .Field input,
.dnnEditState.personabar-visible #dnn_wrapper .js-pop-blue .cert-pop .Field textarea,
.dnnEditState.personabar-visible #dnn_wrapper .js-pop-blue .cert-pop .Field select{
    border-color: #5d5d5d;
}
