.page-header {
background:#000;
color:#fff;
position:absolute; left: 0; right:0;
text-align:center;
padding:30px;
border-bottom:10px solid #E31735;
}
.form_container {
margin-bottom:50px;
padding:30px;
}
.required { color:#000000; }
.contactfield { display: none; }
.clear { clear: both; }
#error { background: #FDE3E6; border: 1px solid #E51226; padding: 1.0em; margin-bottom:1.0em;}
#error2 { background: #FDE3E6; border: 1px solid #E51226; margin-bottom:1.0em; padding:1em;}  .success { background: #EEFDD9; border: 1px solid #006600; padding: 1.0em; }
.result, .note { background: #EEFDD9; border: 1px solid #006600; padding:.5em 0; }
.result p, .note p  {padding:.5em 1.0em;}
.text_r {text-align:right;} .marginT {margin-top:21px;}
.form_holder {width:100%;}
.formfield {padding:0 0 1.0em;} .radiobox {padding:1em .5em;} .form-submit [type=submit] { color:#FFFFFF; display:block; padding:0.75em; position:relative; float:right; width:auto; margin-bottom:20px;} .page-content .elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
align-items: normal;
}
.page-content .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon .fas {
padding-top:12px;
} a#top-of-page {
display:none;
position:fixed;
right:10px;
bottom:10px;
background:#666;
text-transform:uppercase;
color:#fff;
padding:0 20px 8px 20px;
font-size:1.6em;
}
a#top-of-page span {
font-size:0.5em;
}
a#top-of-page:hover {
text-decoration:none;
} .elementor-post__excerpt p:after{
content: "...";
} .page-content .elementor hr {
margin:30px 0 30px 0;
border-top:1px solid #F0F0F0;
border-left:0;
} .page-content .nf-form-content {
padding: 0;
max-width: 100%;
margin: 0 auto;
}
.page-content .nf-form-content .listselect-wrap .nf-field-element div, 
.page-content .nf-form-content input.ninja-forms-field, 
.page-content .nf-form-content select.ninja-forms-field:not([multiple]) {
height: auto;
}
.nf-form-fields-required {
font-size:0.8em;
font-style:italic;
margin-bottom:20px;
}
.checkbox-container .nf-field-label label {
font-weight:normal;
}
.nf-form-content input.ninja-forms-field[type=button] {
height:auto;
}  .toggle-button {
position: fixed;
width: 54px;
height: 46px;
top: 20px;
left: 30px;
padding: 8px;
transition: .25s;
z-index: 15;
background:#000;
}
.toggle-button:hover {
cursor: pointer;
}
.toggle-button .menu-bar {
position: absolute;
border-radius: 2px;
width: 72%;
transition: .5s;
}
.toggle-button .menu-bar-top {
border: 4px solid #fff;
border-bottom: none;
top:10px;
}
.toggle-button .menu-bar-middle {
height: 4px;
background-color: #fff;
margin-top: 7px;
margin-bottom: 7px;
top: 14px;
}
.toggle-button .menu-bar-bottom {
border: 4px solid #fff;
border-top: none;
top: 32px;
}
.button-open {
left: 25px;
z-index: 20;
}
.button-open .menu-bar-top {
border-color: #fff;
transform: rotate(45deg) translate(11px, 3px);
transition: .5s;
width: 50%;
}
.button-open .menu-bar-middle {
background-color: #fff;
transform: translate(230px);
transition: .1s ease-in;
opacity: 0;
}
.button-open .menu-bar-bottom {
border-color: #fff;
transform: rotate(-45deg) translate(12px, -5px);
transition: .5s;
width: 50%;
}
.menu-wrap {
background-color:#000;
position: fixed;
top: 0;
height: 100%;
width: 320px;
margin-left: -320px;
font-size: 1em;
overflow: auto;
transition: .25s;
z-index: 15;
}
.menu-show {
margin-left: 0; }
.menu-sidebar {
margin: 75px 20px 80px 0;
position: relative;
top: 70px;
}
.menu-sidebar ul {
margin:0 20px 0 50px;
padding:0;
list-style-type:none;
}
.menu-sidebar li {
padding: 0 0 1em 0;
line-height:1.2em;
}
.menu-sidebar ul ul {
margin:10px 0 0 20px;
}
.menu-sidebar li > a { color: #fff;
font-weight:700;
text-transform:uppercase;
font-size: 0.9em;
position: relative;
text-decoration:none;
}
.menu-sidebar ul ul li {
padding: 0 0 0.5em 0;
line-height:1.2em;
}
.menu-sidebar li ul li > a {  font-size: 0.8em;
position: relative;
text-decoration:none;
}
.menu-sidebar li > a::after {
content: "";
display: block;
height: 0.15em;
position: absolute;
top: 100%;
width: 100%;
left: 50%;
transform: translate(-50%);
background-image: linear-gradient(to right, transparent 50.3%, #e31735 50.3%); transition: background-position .2s .1s ease-out;
background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
display: none;
}
.sidebar-menu-arrow::after {
content: "\276F"; padding: 10px;
color: #e31735; position: relative;
}
.sidebar-menu-arrow:hover::after {
cursor: pointer;
color: #e31735; }
.sidebar-menu-arrow:active::after {
top: 2px;
} @media only screen and (min-width : 768px) {
.toggle-button {
display:none;
}
a#top-of-page {
display:none !important;
}
} @media only screen and (min-width : 992px) {
} @media only screen and (min-width : 1200px) {
}