@charset "utf-8";
/* CSS Document */

.mainbox {
	position: relative !important;
}

.box2 {
  top: -10px;
  right: 4px;
  position: absolute !important;
  background: #E8BC64;
	
	font-weight: bold;
	font-size: 13px;
	padding: 2px 10px;
}


.btn-sample {
    color: #333333;
    background-color: #E8BC64;
    border-color: #E8BC64;
}
.btn-sample:hover, .btn-sample:focus, .btn-sample:active, .btn-sample.active, .open .dropdown-toggle.btn-sample {
    color: #333333;
    background-color: #E8BC64;
    border-color: #E8BC64;
}
.btn-sample:active, .btn-sample.active, .open .dropdown-toggle.btn-sample {
    background-image: none;
}
.btn-sample.disabled, .btn-sample[disabled], fieldset[disabled] .btn-sample, .btn-sample.disabled:hover, .btn-sample[disabled]:hover, fieldset[disabled] .btn-sample:hover, .btn-sample.disabled:focus, .btn-sample[disabled]:focus, fieldset[disabled] .btn-sample:focus, .btn-sample.disabled:active, .btn-sample[disabled]:active, fieldset[disabled] .btn-sample:active, .btn-sample.disabled.active, .btn-sample[disabled].active, fieldset[disabled] .btn-sample.active {
    background-color: #E8BC64;
    border-color: #E8BC64;
}
.btn-sample .badge {
    color: #E8BC64;
    background-color: #333333;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', serif;
    color: #333333;
    background-color: #ffffff;
    font-size: 16px;
}
.container2 {
    padding-right: 15px;
}
p {
    margin: 0px 0 20px 0;
}
header {
    background-color: #0F7B3F;
}
a {
    color: #0F7B3F;
    text-decoration: underline;
}
a:visited, a:active, a:focus, a:active:focus {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}
header .flexBox {
    max-width: 860px;
    margin: 0 auto;
    /*	background-image: url();*/
    height: 150px;
    background-repeat: no-repeat;
    background-position-x: right;
    align-items: center;
    flex-wrap: nowrap;
}
.greyBox label {
    color: #0F7B3F;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    padding: 4px 0px 13px 0px;
    margin-bottom: 0px;
}
.greyBox input {
    padding: 10px 20px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: normal;
    color: #0F7B3F;
    vertical-align: none;
    text-align: left;
    text-transform: none;
    background-color: #ffffff;
    border: 1px solid #0F7B3F;
}
.preferences {
    padding: 20px;
    background-color: #FFFFFF;
}
.preferences .flexBox {
    margin: 20px 0;
}
.preferences p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #0F7B3F;
}
.preference .name {
    font-weight: 500;
}
.preference .frequency {
    font-size: 11px;
}
.preference .more-info {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease-out;
    margin-bottom: 0;
    font-size: 13px;
}
.preference .show.more-info {
    max-height: 150px;
}
.preference .see-more-link {
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
    color: #0F7B3F;
}
.preferences .form-group {
    margin-bottom: 15px
}
.form-group.preference {
    -webkit-box-shadow: 0px 0px 0px 2px #F8F8F8;
    box-shadow: 0px 0px 0px 2px #F8F8F8;
    padding: 0;
}
.form-group.preference:nth-of-type(3n+2), .optstatus + .optstatus {
    margin-left: 10px;
    margin-right: 10px;
}
.preference .details, .preference .subscribe, .preference .unsubscribe, .optstatus .optin, .optstatus .optout {
    padding: 10px;
}
.form-group.optstatus {
    padding: 0px;
}
.preference .details {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
label.radio-container {
    display: flex;
    cursor: pointer;
}
.preference .subscribe, .preference .unsubscribe, .optstatus .optin, .optstatus .optout {
    -webkit-box-shadow: 0px -1px 0px 1px #F8F8F8;
    box-shadow: 0px -1px 0px 1px #F8F8F8;
    border: 1px solid #ffffff;
}
.preference .remove-shadow, .optstatus .remove-shadow {
    -webkit-box-shadow: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}
input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 10px;
    accent-color: #0F7B3F;
}
input#email:read-only {
    background-color: #e3e3e3;
    cursor: no-drop;
}
h1 {
    font-family: 'Frank Ruhl Libre', serif;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 38px;
	color:#0F7B3F;
	text-align:left;
	font-weight: normal
		
}
h2 {
    font-family: 'Frank Ruhl Libre', serif;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #0F7B3F;
    line-height: 32px;
    letter-spacing: 1%;
    font-weight: 350;
}
h5{
    font-family: 'Frank Ruhl Libre', serif;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 1.25rem;
    text-align: center;
}
input.form-control {
	font-size:16px;
}
.clCompulsoryMarker {
    color: #0F7B3F;
    font-weight: bold;
}
p.clCompulsoryMarker {
    padding: 0;
    margin: 0;
}
input[type=submit]:hover {
    background-color: #BAA94A !important;
}
input[type=submit]:active, input[type=submit]:active:focus, input[type=submit]:focus {
    background-color: #BAA94A !important;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
input[type=submit] {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #BAA94A;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 12px 20px;
    color: #0F7B3F !important;
    border-radius: 5px;
    border: 0 !important;
    cursor: pointer;
    width: 100%
}
.error {
    color: #E50003;
	font-size: 14px;
}
.has-error * {
    color: red !important;
}
.privacy-error {
    display: block !important;
    margin-top: 20px;
}
/* Customize the label (the container) */
.checkbox-container {
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    line-height: 25px;
    border: 1px solid #D9D9D9;
    padding: 10px 10px 10px 45px;
}
/* Customize the label when selected */
.checkbox-container.selected {
    background-color: #BAA94A;
    border: 1px solid #0F7B3F;
}
.checkbox-container:hover {
    background-color: #BAA94A;
    border: 1px solid #0F7B3F;
}
.subscribe.selected, .unsubscribe.selected, .optin.selected, .optout.selected {
    background-color: #BAA94A;
    border: 1px solid #0F7B3F;
}
.subscribe:hover, .unsubscribe:hover, .optin:hover, .optout:hover {
    background-color: #BAA94A;
    border: 1px solid #0F7B3F;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkbox-container .checkmark {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 25px;
    width: 25px;
    background-color: #FFFFFF;
    border: 1px solid #0F7B3F;
}
/* On mouse-over */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ffffff;
}
/* When the checkbox is checked */
.checkbox-container input:checked ~ .checkmark {
    background-color: #ffffff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 5px;
    height: 12px;
    border: solid #0F7B3F;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 25px;
    width: 25px;
    background-color: #FFFFFF;
    border: 1px solid #0F7B3F;
}
/* On mouse-over */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ffffff;
}
/* When the checkbox is checked */
.checkbox-container input:checked ~ .checkmark {
    background-color: #ffffff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 5px;
    height: 12px;
    border: solid #0F7B3F;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.table.vouchedfor {
    width: 100%;
    margin-bottom: 0;
    color: #333333;
}
.table.vouchedfor td, .table.vounchedfor th {
    padding: 0;
    vertical-align: middle;
    border-top: none !important;
}


@media screen and (max-width:800px) {
	.table.vouchedfor td, .table.vouchedfor th {
		display:block;
		width:100%;
	}
	.table.vouchedfor img {
		margin-bottom:10px;
	}
}
