@charset "UTF-8";
/*** manor stylings for page-template "ManorStyle" ***/
@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/Gotham/Gotham-Bold.eot");
  src: url("../fonts/Gotham/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Bold.svg#svgFontName") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'GothamMeduim';
  src: url("../fonts/Gotham/GothamMedium.eot");
  src: url("../fonts/Gotham/GothamMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/GothamMedium.woff") format("woff"), url("../fonts/Gotham/GothamMedium.ttf") format("truetype"), url("../fonts/Gotham/GothamMedium.svg#svgFontName") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Thin';
  src: url("../fonts/Gotham/Gotham-Thin.eot");
  src: url("../fonts/Gotham/Gotham-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Thin.woff") format("woff"), url("../fonts/Gotham/Gotham-Thin.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Thin.svg#svgFontName") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham/GothamBook.eot"), url("../fonts/Gotham/GothamBook.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/GothamBook.woff") format("woff"), url("../fonts/Gotham/GothamBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Gotham-Book', 'Gotham-Thin', 'GothamMeduim', 'Gotham-Bold', 'sans-serif';
  overflow-x: hidden; }

h1 {
  font-family: Gotham-Bold; }

p {
  font-family: Gotham-Book; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.zoom h5.Title {
  font-family: Gotham-Bold; }

.text-editor a {
  text-decoration: underline; }

.masthead {
  /*width: 1127px;*/
  min-height: 510px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../images/Bitmap.png);
  position: relative; }

.masthead::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(left, #ededed 0%, #ededed 1%, rgba(245, 246, 252, 0.05) 50%, rgba(245, 246, 252, 0.03) 51%, rgba(245, 246, 252, 0.03) 100%);
  background: linear-gradient(to right, #ededed 0%, #ededed 1%, rgba(245, 246, 252, 0.05) 50%, rgba(245, 246, 252, 0.03) 51%, rgba(245, 246, 252, 0.03) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#08f5f6fc', GradientType=1); }

.container-middle div.row {
  padding: 0rem 0 4rem 0; }

/* .zoom:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
} */
.zoom {
  /* cursor: pointer; */
  margin-bottom: 30px; }

/* .zoom:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
} */
.row div.zoom img {
  width: 100%;
  /*height: 30rem;*/
  object-fit: cover;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  box-shadow: -2px 1px 25px 0 rgba(0, 19, 35, 0.16); }

.noshadow {
  box-shadow: none !important; }

.row.h-100.align-items-center {
  padding: 3rem; }

ul.navbar-nav.mr-auto {
  margin-left: auto; }

p.mr-sm-2 {
  text-align: center; }

a.navbar-text.pull-left {
  margin-left: 2rem;
  color: #8D8C8C;
  font-size: 14px;
  font-family: Gotham-Book; }

footer.container-fluid {
  background: #f6f6f6; }

nav.navbar.navbar-mob.sticky-top {
  box-shadow: 0px 4px 5px -7px black; }

nav.navbar.navbar-expand-md {
  box-shadow: 0px 4px 5px -7px black; }

a.navbar-btn.btn.pull-right {
  border-color: black;
  color: black;
  background-color: #dc3545;
  padding: 0.5rem 3rem;
  font-size: 14px;
  float: right;
  font-family: Gotham-Bold; }

input.btn.btn-primary,
a.btn.btn-primary {
  border-color: black;
  color: black;
  background-color: transparent;
  font-size: 14px;
  padding: 0.5rem 3rem;
  font-family: Gotham-Bold; }

.col-lg-5.col-md-8.col-sm-12.col-xs-12.content-top {
  margin-bottom: 12rem !important; }

p.navbar-text {
  margin: 2rem 0;
  font-size: 14px;
  font-family: Gotham-Book;
  color: #8D8C8C; }

.dropdown,
.dropleft,
.dropright,
.dropup {
  bottom: -4px; }

li.nav-item {
  margin: 0 0.5rem; }

.form-inline.mt-2.mt-md-0 p {
  margin-bottom: 0;
  font-family: Gotham-Book;
  font-size: 14px; }

.navbar-mob .navbar-nav .nav-link {
  padding-left: 0rem; }

.lead {
  font-size: 15px; }

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  padding: 0.782rem 5.061rem; }

.navbar-expand-md .navbar-nav .nav-link {
  color: #8D8C8C;
  font-size: 12px;
  font-family: "Gotham-Book"; }

a.dropdown-toggle {
  color: #8D8C8C;
  font-size: 12px;
  text-decoration: none; }

.form-inline.mt-2.mt-md-0 {
  position: absolute;
  float: right;
  right: 1rem; }

ul.navbar-nav.mr-auto {
  position: absolute;
  float: right;
  right: 16rem; }

a.col-lg-6.col-md-4.col-sm-12.col-xs-12.navbar-brand.desktop img {
  width: auto; }

.navbar-mob .navbar-nav .nav-link {
  font-size: 15px;
  color: black;
  font-family: "Gotham-Bold"; }

.nav-link2 {
  font-size: 13px;
  color: black;
  font-family: "Gotham-Book"; }

.zoom a {
  color: black;
  font-family: Gotham-Book;
  text-decoration: none;
  border-bottom: 1px solid grey; }

.card-link {
  text-decoration: none !important;
  font-family: Gotham-Bold !important;
  border-bottom: 0px !important; }

a#search {
  color: #707070; }

#navbarCollapse ul.dropdown-menu li a {
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 4px;
  font-family: Gotham-Book; }

#navbarCollapse .dropdown-menu {
  min-width: 3rem;
  padding: 0.4rem 0;
  margin: 16px 0 0;
  box-shadow: 0px 4px 7px -6px black;
  left: -10px; }

#navbarCollapse li.dropdown:after {
  content: "";
  background-color: #8d8c8c;
  position: absolute;
  width: 1px;
  height: 75px;
  top: -32px;
  left: 148%;
  display: block;
  font-family: Gotham-Book; }

a.navbar-text.pull-left:first-child {
  margin-left: 0rem; }

.navbar.navbar-mob.sticky-top .navbar-nav li.nav-item:first-child {
  margin: 0 0; }

.navbar.navbar-default.navbar-fixed-bottom div.container-fluid .col-lg-6.col-md-12.col-sm-12.col-xs-12 {
  text-align: center; }

.navbar.navbar-mob.sticky-top .navbar-nav button.btn.btn-danger.my-2.my-sm-0 {
  display: none; }

nav.navbar.navbar-mob.sticky-top div.container-fluid ul.navbar-nav.mr-auto {
  display: none; }

a.navbar-brand.desktop2 {
  display: none; }

span.navbar-toggler-icon:focus {
  outline: -webkit-focus-ring-color auto 0px; }

button.navbar-toggler.navbar-toggler-right:focus {
  outline: 0px auto -webkit-focus-ring-color; }

.navbar-toggler-icon {
  width: auto;
  height: auto; }

form.form-inline.md-form.form-sm.mt-0 i.fas.fa-search {
  font-size: 12px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }

input.form-control.form-control-sm.ml-1.mr-2 {
  position: absolute;
  right: 100%;
  width: 100%;
  display: none; }

a.col-lg-2.col-md-4.col-sm-12.col-xs-12.navbar-brand.desktopSearch {
  display: none; }

ul.dropdown-menu li a {
  color: black;
  font-size: 14px;
  text-decoration: none;
  text-align: left;
  display: block;
  padding: 4px 16px;
  font-family: Gotham-Book; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -6px;
  z-index: 1040;
  display: none;
  float: left;
  min-width: 15rem;
  padding: 0.8rem 0;
  margin: 8px 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: center;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0px 4px 7px -6px black;
  font-family: Gotham-Book; }

#inputSearchMobile {
  display: none; }

@media (min-width: 576px) {
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important; } }

@media (max-width: 915px) {
  .navbar-brand img {
    max-width: 100%; } }

@media (min-width: 767px) {
  body {
    margin: 30px 0px; }
  .navbar-default .navbar-nav > li.dropdown:hover > a,
  .navbar-default .navbar-nav > li.dropdown:hover > a:hover,
  .navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: #e7e7e7;
    color: #555555; }
  li.dropdown:hover > .dropdown-menu {
    display: block; }
  .navbar-mob {
    padding-top: 0;
    padding-bottom: 0; }
  .dropdown-menu {
    margin-top: 0; }
  .dropdown-menu.show {
    display: none; }
  .navbar-mob .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media (min-width: 767px) and (-ms-high-contrast: none) {
  /** IE <= 11 HACK **/
  #navbarCollapse {
    margin-top: -47px; } }

@media screen and (max-width: 767px) {
  .row.h-100.align-items-center {
    padding: 1.5rem 0.5rem; }
  li.dropdown:after {
    display: none; }
  .container-middle div {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 0 0 4rem 0;
    margin-right: 0px;
    margin-left: 0px; }
  a.navbar-brand.desktop {
    display: none; }
  a.col-lg-8.col-md-4.col-sm-12.col-xs-12.navbar-brand.desktop img {
    width: 100%; }
  .navbar-fixed-bottom div.col-lg-3.col-md-12.col-sm-12.col-xs-12 {
    text-align: center; }
  .navbar-fixed-bottom div.col-lg-6.col-md-12.col-sm-12.col-xs-12 {
    text-align: center;
    display: grid; }
  .navbar-fixed-bottom div.col-lg-3.col-md-12.col-sm-12.col-xs-12 {
    text-align: center; }
  a.navbar-text.pull-left {
    margin-left: 0rem;
    margin-bottom: 1rem; }
  .col-lg-5.col-md-8.col-sm-12.col-xs-12.content-top {
    margin-bottom: 5rem !important; }
  .masthead {
    background-position: center;
    min-height: 360px; }
  .masthead::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,f5f6fc+100&1+1,0.03+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ededed 0%, #ededed 1%, rgba(245, 246, 252, 0.03) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ededed 0%, #ededed 1%, rgba(245, 246, 252, 0.03) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#08f5f6', GradientType=1);
    /* IE6-9 */ }
  .navbar-brand {
    margin-right: 0rem;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    width: 76%; }
  [type=button]:not(:disabled),
  [type=reset]:not(:disabled),
  [type=submit]:not(:disabled),
  button:not(:disabled) {
    padding: 0; }
  .navbar-mob .navbar-toggler {
    padding: 3px 0 !important; }
  a.navbar-btn.btn.pull-right {
    float: none; }
  li.nav-item {
    margin: 0 0rem;
    text-align: left; }
  .navbar.navbar-mob.sticky-top .navbar-nav li.nav-item:first-child {
    text-align: left; }
  .navbar.navbar-mob.sticky-top .navbar-nav button.btn.btn-danger.my-2.my-sm-0 {
    width: 20%;
    display: block;
    padding: 12.5px 0px 12.5px 0rem;
    font-family: Gotham-Book !important; }
  div#navbar1 ul {
    text-align: -webkit-center; }
  nav.navbar.navbar-mob.sticky-top div.container-fluid ul.navbar-nav.mr-auto {
    width: 100%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .dropdown,
  .dropleft,
  .dropright,
  .dropup {
    bottom: 0px; }
  .dropdown-menu {
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 2rem; }
  .navbar-nav .dropdown-menu {
    position: absolute; }
  a.col-lg-2.col-md-4.col-sm-12.col-xs-12.navbar-brand.desktopSearch {
    display: none; }
  form.form-inline.md-form.form-sm.mt-0 input.form-control {
    display: none; }
  form.form-inline.md-form.form-sm.mt-0.mobile {
    width: 100%; }
  a#search-mobile {
    color: #707070; }
  .row div.zoom img {
    margin-bottom: 2rem; }
  nav.navbar.navbar-mob.sticky-top .navbar-nav .nav-link {
    color: #8D8C8C;
    font-size: 12px;
    font-family: "Gotham-Book";
    padding-right: 1rem; }
  .navbar-mob .navbar-nav .nav-link {
    font-size: 15px;
    color: black;
    font-family: "Gotham-Bold"; }
  #navbar1 .dropdown-menu {
    position: static;
    box-shadow: none;
    width: 100%;
    margin-top: 0;
    padding: 0; }
  #navbar1 .dropdown-menu li a {
    color: #8D8C8C;
    font-size: 12px; }
  .navbar-desktop {
    display: none; }
  .navbar-mob > .container-fluid {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  /* typography mobile */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: break-word; }
  h1 {
    font-size: 1.4rem !important; }
  h2 {
    font-size: 1.1rem !important; }
  h3,
  section div.row div.zoom h3 {
    font-size: 0.9rem !important; }
  /* spaces mobile */
  .mb-5 {
    margin-bottom: 1.5rem !important; } }

/* Medium only */
@media screen and (min-width: 40em) {
  a.navbar-brand.mobile {
    display: none; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .navbar-mob .navbar-nav .nav-link {
    font-size: 14px;
    color: black; }
  li.nav-item {
    margin: 0 0rem; }
  a.navbar-brand.desktop {
    display: none; }
  a.navbar-brand.desktop2 {
    display: block; }
  a.navbar-text.pull-left {
    margin-left: 1rem;
    color: #8D8C8C;
    font-size: 14px; }
  .navbar-fixed-bottom div.col-lg-3.col-md-12.col-sm-12.col-xs-12 {
    text-align: center; }
  .navbar-fixed-bottom div.col-lg-3.col-md-12.col-sm-12.col-xs-12:last-child {
    margin-bottom: 1rem; }
  a.navbar-btn.btn.pull-right {
    float: none; }
  .navbar-fixed-bottom div.col-lg-6.col-md-12.col-sm-12.col-xs-12 {
    margin-bottom: 1rem; }
  p.navbar-text {
    margin: 1rem 0;
    font-size: 14px; }
  a.col-lg-2.col-md-4.col-sm-12.col-xs-12.navbar-brand.desktopSearch {
    display: block; }
  a.navbar-brand.desktop2 {
    display: none; } }

@media screen and (min-width: 640px) and (max-width: 767px) {
  .row div.zoom img {
    margin-bottom: 2rem; }
  .navbar-mob .navbar-nav .nav-link {
    color: #8D8C8C;
    font-size: 12px;
    font-family: "Gotham-Book"; }
  a.navbar-brand.mobile {
    display: inline-block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 76%; }
  ul.navbar-nav.mr-auto {
    position: relative;
    float: right;
    right: 0rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: 0 !important; }
  li.dropdown:after {
    display: none; }
  .dropdown,
  .dropleft,
  .dropright,
  .dropup {
    bottom: 0px; }
  form.form-inline.md-form.form-sm.mt-0 a {
    color: #979797; }
  a.col-lg-2.col-md-4.col-sm-12.col-xs-12.navbar-brand.desktopSearch {
    display: none; }
  .navbar-mob .navbar-toggler {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  div#navbar1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .navbar-mob > .container,
  .navbar-mob > .container-fluid {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .collapse:not(.show) {
    display: none !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .navbar.navbar-mob.sticky-top .navbar-nav button.btn.btn-danger.my-2.my-sm-0 {
    display: block; }
  .navbar-mob .navbar-nav {
    display: block; } }

.col-lg-8.col-md-12.col-sm-12.col-xs-12.zoom.img {
  position: relative;
  margin: auto; }

.form_main {
  width: 100%; }

.form_main h4 {
  font-family: roboto;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 20px;
  text-transform: uppercase; }

.heading {
  border-bottom: 1px solid #fcab0e;
  padding-bottom: 9px;
  position: relative; }

.heading span {
  background: #9e6600 none repeat scroll 0 0;
  bottom: -2px;
  height: 3px;
  left: 0;
  position: absolute;
  width: 75px; }

.form {
  border-radius: 7px;
  padding: 6px; }

.txt[type="text"] {
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px 0 10px 5px;
  width: 100%;
  border-radius: 7px; }

.txt_3[type="text"] {
  margin: 10px 0 0;
  padding: 10px 0 10px 5px;
  width: 100%;
  border-radius: 7px; }

.txt2[type="submit"] {
  background: #242424 none repeat scroll 0 0;
  border: 1px solid #4f5c04;
  border-radius: 7px;
  font-size: 16px;
  font-style: normal;
  line-height: 50px;
  margin: 10px 0;
  padding: 0;
  text-transform: uppercase;
  width: 30%;
  float: right;
  font-family: Gotham-Bold; }

input.txt2:nth-child(1) {
  border: 1px solid #dc3545;
  color: #dc3545; }

.txt2:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #5793ef;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }

.panel-heading a:after {
  font-family: FontAwesome;
  content: "\f077";
  float: right;
  color: grey;
  font-weight: 900; }

.panel-heading a.collapsed:after {
  content: "\f078";
  font-weight: 900; }

.panel-heading a:after {
  font-family: "Font Awesome 5 Free";
  color: grey;
  position: relative;
  content: "\f077";
  float: right;
  font-weight: 900;
  margin-left: 15px;
  position: absolute;
  top: 8px;
  right: 0; }

.panel-heading a.collapsed:after {
  content: "\f078";
  font-weight: 900; }

.panel-body {
  font-size: 14px;
  margin-bottom: 2rem;
  font-family: Gotham-Book; }

h4.panel-title {
  line-height: 1.1rem;
  padding: 4px 25px 4px 0;
  position: relative; }

h4.panel-title a {
  font-size: 14px;
  text-decoration: none;
  color: #202020;
  font-family: Gotham-Bold; }

button {
  font-family: Gotham-Bold; }

section div.row div.zoom h3 {
  font-family: Gotham-Bold;
  font-size: 1.25rem; }

.form-field .editing-form-control-nested-control .form-control {
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px 0 10px 5px;
  width: 100%;
  border-radius: 7px; }

section div.row form input[type=submit] {
  background: #242424 none repeat scroll 0 0;
  border: 1px solid #4f5c04;
  border-radius: 7px;
  font-size: 16px;
  font-style: normal;
  line-height: 50px;
  margin: 10px 0;
  padding: 0;
  text-transform: uppercase;
  width: 30%;
  float: right;
  font-family: Gotham-Bold;
  -webkit-transition: .3s all;
          transition: .3s all; }

section div.row form input[type=submit]:hover {
  border: 1px solid #dc3545;
  color: #dc3545; }

section div.row form textarea {
  min-height: 168px; }

body.no-header header {
  display: none; }

body.no-footer footer {
  display: none; }

.button-editor-class {
  background: #000;
  color: #fff !important;
  border: 1px solid #c8c8c8;
  padding: 16px;
  border-radius: 4px;
  font-family: Gotham-Bold !important; }

.GoogleMapContainer-editor {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */ }

.form-control {
  display: block;
  color: inherit;
  background: #fff;
  border: none;
  border-bottom: 1px solid #000;
  box-shadow: none !important;
  outline: 0 !important;
  margin: 0;
  padding: 0 0 0 10px;
  height: 25px;
  width: 100%;
  font-size: inherit;
  font-style: inherit;
  line-height: 1.4; }

textarea.form-control {
  height: 150px; }

.radio,
.checkbox {
  margin: 8px 0 16px;
  display: block; }
  .radio input,
  .checkbox input {
    visibility: hidden;
    position: relative;
    left: -1000px;
    height: 0;
    float: left; }
  .radio br,
  .checkbox br {
    height: 0;
    display: none; }
  .radio label,
  .checkbox label {
    padding-left: 30px;
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 0.5rem; }
    .radio label::before,
    .checkbox label::before {
      content: "";
      width: 15px;
      height: 15px;
      line-height: 12px;
      position: absolute;
      left: 0;
      top: 0;
      border: 1px solid #000;
      text-align: center; }
  .radio input:checked + label::before,
  .checkbox input:checked + label::before {
    content: "x"; }

.radio label::before {
  border-radius: 100%; }

.radio input:checked + label::before {
  content: "•";
  font-size: 24px;
  line-height: 14px; }

.uploader-upload .uploader-input-file {
  border-bottom: 1px solid #000;
  width: 100%;
  padding: 2px 10px; }

.LabelField {
  background-color: #E4E4E4;
  padding: 10px 8px;
  margin-top: -10px;
  width: 100%;
  display: block; }
  .LabelField a {
    color: black; }

.FieldLabel span,
.FieldLabel label {
  display: block;
  background: #fff;
  font-size: 11px;
  color: #aaa;
  margin-left: 10px;
  margin-top: 30px; }

input.FormButton {
  display: block;
  cursor: pointer;
  color: #000 !important;
  background: #fff;
  border: 2px solid #000;
  outline: 0;
  padding: 0 15px !important;
  margin: 2rem auto 0;
  height: 50px;
  min-width: 160px;
  font-size: 16px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  line-height: 48px; }

.EditingFormCategoryRow {
  margin-top: 32px; }
