* {
    margin: 0;
    padding: 0;
}

textarea, select, input[type="email"], input[type="text"], input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #464646;
}

.home-holder {
    width: 900px;
    display: block;
    margin: auto;
    text-align: center;
}

.resL span {
    font-size: 12px;
    margin-left: 10px; 
}

h2 {
    font-size: 41px;
    margin-bottom: 11px;
    margin-top: 40px;
}

p.tp {
    font-size: 22px;
    font-weight: bold;
}

form {
    width: 100%;
    margin-top: 70px;
}

.flex-grid {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.flex-grid-thirds .col {
    width: 33%;
}

.flex-grid-half .col {
    width: 50%;
}

label {
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    display: block;
    padding-left: 15px;
}

select, input[type="text"], input[type="email"] {
    width: 100%;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 13px;
    padding-left: 13px;
    margin-top: 7px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #53a347;
    outline: none;
    border-radius: 9px;
    border: 4px solid #484848;
    box-sizing: border-box;
}

.flex-grid.flex-grid-thirds input:focus, .flex-grid.flex-grid-thirds select:focus {
    border-color: #53a347;
}

select option:disabled {
    color: #c7c7c7;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #c7c7c7;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #c7c7c7;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #c7c7c7;
}
:-moz-placeholder { /* Firefox 18- */
    color: #c7c7c7;
}

.subbtn {
    width:100%;
    position: relative;
    margin-top: 26px;
    height: 110px;
}

.subbtn input {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #53a347;
    border: none;
    height: 105px;
    border-radius: 9px;
    outline: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 47%);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.47);
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 47%);
}

input[type="submit"] {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    color: white;
    text-transform: uppercase;
}

.subbtn p {
    color: white;
    z-index: 2;
    width: 100%;
    text-align: center;
    top: 39px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.9px;
    cursor: pointer;
}

.subbtn p img {
    width: 16px;
}

.un p {
    font-style: italic;
    margin-top: 40px;
    font-size: 23px;
}

.un img {
    width: 150px;
    margin-top: 19px;
    margin-bottom: 100px;
}

p.copyright {
    text-align: center;
    font-size: 13px;
    margin-bottom: 50px;
}

a.back {
    margin-top: 14px;
    margin-left: 40px;
    background-color: #53a347;
    display: inline-block;
    padding: 14px 31px 14px 23px;
    border-radius: 10px;
    text-decoration: none;
    float: left;
}

.back span {
    color: white;
    font-weight: 600;
    text-decoration: none;
}

.back img {
    width: 16px;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 9px;
}

.results-holder {
    width:1100px;
    margin: auto;
    text-align: center;
}

.results-holder h2 {
    margin-top: 23px; 
}

a.es {
    background-color: #53a347;
    display: inline-block;
    padding: 14px 31px 14px 23px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    float: right;
    vertical-align: top;
    margin-top: -12px;
    margin-right: 12px;
}

a.es img {
    width: 16px;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 9px;
}

.sb {
    background-color: #f3f3f3;
    padding: 22px 0px 22px 0px;
    margin-top: 30px;
    border: 1px solid #dedede;
}

.sb p {
    display: inline-block;
    font-weight: 600;
    margin-right: 60px;
}

.sb p span {
    color: #53a347;
}

p.sd {
    font-size: 20px;
    font-weight: 600;
    margin-top: 90px;
}

.resL {
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    margin-left: 15px;
    margin-top: 29px;
}

.resB {
    width: 100%;
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 13px;
    padding-left: 13px;
    margin-top: 7px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    outline: none;
    border-radius: 9px;
    border: 4px solid #484848;
    box-sizing: border-box;
    text-align: left;
    color: #53a347;
}

.rb {
    border-radius: 9px;
    border: 4px solid #53a347;
    padding-right: 40px;
    padding-left: 40px;
    box-sizing: border-box;
    padding-bottom: 37px;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(71 88 206);
    -moz-box-shadow: 0px 0px 20px 0px rgba(71,88,206,1);
    box-shadow: 0px 0px 20px 0px rgb(71 88 206);
}

p.rec {
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
}

h2.cf {
    font-size: 41px;
    margin-top: 80px;
}

.flex-grid.gg {
    width: 800px;
    margin: auto;
    margin-top: 40px;
}

.flex-grid.gg input {
    border-width: 2px;
    color: #53a347;
}

.subbtn.cfirm {
    width: 800px;
    position: relative;
    margin-top: 26px;
    height: 110px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 110px;
}

.loading-screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #53a347;
    z-index: 10;
    transform: translateY(0vh);
    animation: screenload 600ms ease 2000ms forwards;
}

@keyframes screenload {
    0% { transform: translateY(0vh) ;}
    100% { transform: translateY(-100vh) ;}
}

p.comp {
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
}

.lrel {
    position: relative;
    height: 100%;
    width: 100%;
}

.mid {
    text-align: center;
    height: 150px;
    margin-top: -120px;
    top: 50%;
    position: absolute;
    width: 100%;
    color: white;
}

.mid img {
    width: 50px;
    margin-bottom: 10px; 
}

p.ps {
   font-size: 23px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 10px; 
}

.lco {
    overflow: hidden;
}

.flex-grid.gg input:focus {
    border-color: #53a347;
} 

h2.notop {
    margin-top: 23px;
}

input[type="radio" i] {
    position: absolute;
    visibility: hidden;
}

form.proc {
    width: 580px;
    display: block;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 80px;
}

form.proc label {
    display: inline-block;
    border: 1px solid #3e3e3e;
    text-align: center;
    padding-left: 0px;
    width: 270px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: 300ms ease;
    margin-right: 25px;
}

h2.smtop {
    margin-top: 73px;
}

p.tc {
    margin-top: 23px;
    font-size: 13px;
}

form.proc label.nr {
    margin-right: 0px;
}

.container {
    width: 1400px;
    margin: auto;
    display: block;
}

.marea h2 {
    color: #53a347
}

.bold {
    font-weight: bold;
}

.half {
    width: 41%;
    display: inline-block;
    vertical-align: top;
    margin-right: 240px;
}

.half p {
    font-size: 22px;
}

.half:last-child {
    margin-right: 0px;
}

.marea p {
    margin-bottom: 20px;
}

.right {
    text-align: right;
}

.topbg {
    background-image: url(../img/mainbg.jpg);
    background-size: cover;
    background-position: center center;
    background-size: 550px;
    background-repeat: no-repeat;
    padding-top: 166px;
    padding-bottom: 60px;
}

.generaltxt p {
	margin-bottom: 20px;
	font-size: 18px;
}

h4 {	
	font-size: 29px;
	margin-bottom: 3px;
	margin-top: 40px;
}

.bintext {
	display: inline-block;
    vertical-align: top;
    margin-top: 14px;
    margin-left: 10px;
    margin-right: 10px;
    border-left: 1px solid gainsboro;
    padding-left: 10px;
}

.bintext p {
	font-size: 15px;
	margin-bottom: 8px;
} 

.binbox {
	margin-bottom: 40px;
}

.binbox img {
	width: 120px;
	display: inline-block;
}

.wt {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid gainsboro;
	margin-top: 14px;
	height: 100%;
	padding-left: 16px;
}

.wt p {
	font-size: 15px;
	margin-bottom: 10px;
}

.wt img {
	width: 20px;
	vertical-align: top;
	margin-top: 2px;
}


.drop {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drop.open {
  z-index: 100;
}
.drop.open .drop-screen {
  z-index: 100;
  display: block;
}
.drop.open .drop-options {
  z-index: 200;
  max-height: 200px;
}
.drop.open .drop-display {
  z-index: 200;
  border-color: #465;
}
.drop select {
  display: none;
}
.drop .drop-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0px;
  left: 0px;
  opacity: 0;
  display: none;
  z-index: 1;
}

.link {
  text-align: center;
  margin: 20px 0px;
  color:#8CACD7;
}


.drop .drop-display {
  position: relative;
  padding: 0px 20px 5px 5px;
  border: 4px solid #444;
  width: 100%;
  background: #FFF;
  z-index: 1;
  margin: 0px;
  font-size: 16px;
  min-height: 58px;
}
.drop .drop-display:hover:after {
  opacity: 0.75;
}
.drop .drop-display:after {
  font-family: 'Material Icons';
  content: "\e5c6";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 24px;
  color: #444;
}
.drop .drop-display .item {
  position: relative;
  display: inline-block;
  border: 2px solid #333;
  margin: 5px 5px -4px 0px;
  padding: 0px 25px 0px 10px;
  overflow: hidden;
  height: 40px;
  line-height: 36px;
}
.drop .drop-display .item .btnclose {
  color: #444;
  position: absolute;
  font-size: 16px;
  right: 5px;
  top: 10px;
  cursor: pointer;
}
.drop .drop-display .item .btnclose:hover {
  opacity: 0.75;
}
.drop .drop-display .item.remove {
  -webkit-animation: removeSelected 0.2s, hide 1s infinite;
          animation: removeSelected 0.2s, hide 1s infinite;
  -webkit-animation-delay: 0s, 0.2s;
          animation-delay: 0s, 0.2s;
}
.drop .drop-display .item.add {
  -webkit-animation: addSelected 0.2s;
          animation: addSelected 0.2s;
}
.drop .drop-display .item.hide {
  display: none;
}
.drop .drop-options {
  background: #444;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  max-height: 0px;
  overflow-y: auto;
  transition: all 0.25s linear;
  z-index: 1;
}
.drop .drop-options a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  color: white;
  position: relative;
  max-height: 40px;
  transition: all 1s;
  overflow: hidden;
}
.drop .drop-options a:hover {
  background: #465;
  cursor: pointer;
}
.drop .drop-options a.remove {
  -webkit-animation: removeOption 0.2s;
          animation: removeOption 0.2s;
  max-height: 0px;
}
.drop .drop-options a.add {
  -webkit-animation: addOption 0.2s;
          animation: addOption 0.2s;
}
.drop .drop-options a.hide {
  display: none;
}

@-webkit-keyframes pop {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pop {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes removeOption {
  from {
    max-height: 40px;
  }
  to {
    max-height: 0px;
  }
}
@keyframes removeOption {
  from {
    max-height: 40px;
  }
  to {
    max-height: 0px;
  }
}
@-webkit-keyframes addOption {
  from {
    max-height: 0px;
  }
  to {
    max-height: 40px;
  }
}
@keyframes addOption {
  from {
    max-height: 0px;
  }
  to {
    max-height: 40px;
  }
}
@-webkit-keyframes removeSelected {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes removeSelected {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes addSelected {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes addSelected {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hide {
  from, to {
    max-height: 0px;
    max-width: 0px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
  }
}
@keyframes hide {
  from, to {
    max-height: 0px;
    max-width: 0px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
  }
}

