/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

#search input:focus,
.ns-close:focus,
.ns-close:hover,
a:active,
a:hover {
    outline: 0
}

img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    width: 100%;
    height: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

span.green-text {
    color: #72A348
}

.wrapper {
    max-width: 1026px;
    margin: 0 auto
}

.wrapper::after {
    content: "";
    display: table;
    clear: both
}

a,
body,
h1,
h2,
h3,
h4,
h5,
p,
span {
    font-family: Lato, sans-serif;
    -webkit-font-smoothing: antialiased
}

h1 {
    font-weight: 900;
    font-size: 54px
}

h2,
h3 {
    font-weight: 700
}

h2 {
    font-size: 35px
}

h3 {
    font-size: 25px
}

h4 {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .4px
}

#my-lightbox p,
.ns-box a,
h5 {
    font-weight: 700
}

h5 {
    font-size: 25px;
    letter-spacing: .5px
}

a.button {
    text-transform: uppercase
}

@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translate(-25%, 0);
        transform: translate(-25%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translate(-25%, 0);
        transform: translate(-25%, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

.transitionSlideIn {
    opacity: 1;
    -webkit-animation: fade-in-left 1s 1;
    animation: fade-in-left 1s 1
}

.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none
}

.ns-close,
.slideout-open,
.slideout-open .slideout-panel,
.slideout-open body {
    overflow: hidden
}

.slideout-panel {
    position: relative;
    z-index: 1;
    background: #fff
}

.slideout-open .slideout-menu {
    display: block
}

#mobile-menu,
#mobile-toggle-box,
#mobile-toggle-box .first-fa {
    display: none
}

@media screen and (max-width:768px) {
    #mobile-menu,
    #mobile-toggle-box {
        display: block
    }
    #main-navigation nav,
    #top-micro-nav {
        display: none
    }
    .slideout-panel {
        padding-top: 80px
    }
    #mobile-toggle-box {
        position: fixed;
        top: 0;
        width: 100%;
        padding-top: 10px;
        height: 70px;
        background: #fff;
        z-index: 99
    }
    #mobile-toggle-box a.brand-container {
        margin-left: 25px;
        padding-top: 12px
    }
    #mobile-toggle-box a.brand-container img {
        width: 100px;
        height: 42px
    }
    #mobile-toggle-box i {
        color: #72A348;
        margin: 5px 25px 0 0;
        font-size: 50px;
        cursor: pointer;
        float: right
    }
    #mobile-menu #mm-upper::after {
        content: "";
        display: table;
        clear: both
    }
    #mobile-menu #mm-upper a.brand-container {
        display: block;
        text-align: center;
        float: left;
        margin: 25px auto 40px 25px
    }
    #mobile-menu #m-language-select p,
    #mobile-menu #m-social-links p {
        margin: 0 8px 8px 0;
        text-align: left;
        color: #000;
        text-transform: uppercase;
        font-weight: 700
    }
    #mobile-menu #mm-upper span {
        float: right;
        width: 13%;
        top: 20px;
        position: relative;
        font-size: 20px;
        cursor: pointer
    }
    #mobile-menu #m-language-select {
        padding-top: 8px;
        padding-left: 20px
    }
    #mobile-menu #m-language-select::after,
    #mobile-menu #m-social-links::after {
        content: "";
        display: table;
        clear: both
    }
    #mobile-menu #m-language-select p {
        font-size: 16px;
        display: block
    }
    #mobile-menu #m-language-select a {
        font-size: 12px;
        color: #fff;
        background: #72A348;
        text-decoration: none;
        padding: 3px 18px;
        transition: all .3s ease-in
    }
    #mobile-menu #m-language-select a:active,
    #mobile-menu #m-language-select a:focus,
    #mobile-menu #m-language-select a:hover {
        background: #000;
        color: #fff
    }
    #mobile-menu #m-language-select a:last-child {
        margin-left: 8px
    }
    #mobile-menu #m-social-links {
        margin-bottom: 10px
    }
    #mobile-menu #m-social-links #m-sl-wrapper {
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
        text-align: center;
        padding-left: 20px
    }
    #mobile-menu #m-social-links p {
        font-size: 16px;
        display: none
    }
    #mobile-menu #m-social-links a {
        display: inline-block;
        background: #72A348;
        width: 25px;
        height: 25px;
        border-radius: 25px;
        position: relative;
        top: 0;
        float: left;
        transition: all .3s ease-in
    }
    #mobile-menu #m-social-links a i {
        color: #fff;
        font-size: 12px;
        position: relative;
        transition: all .3s ease-in
    }
    #mobile-menu #m-social-links a:active,
    #mobile-menu #m-social-links a:focus,
    #mobile-menu #m-social-links a:hover {
        background: #000
    }
    #mobile-menu #m-social-links a:active i,
    #mobile-menu #m-social-links a:focus i,
    #mobile-menu #m-social-links a:hover i {
        color: #fff
    }
    #mobile-menu #m-social-links a:nth-child(2) {
        margin-left: 15px
    }
    #mobile-menu ul.primary-menu {
        list-style: none;
        text-transform: uppercase;
        padding-left: 20px;
        margin-bottom: 0
    }
    #mobile-menu ul.primary-menu a {
        color: #000;
        font-weight: 700;
        font-style: none;
        margin-bottom: 14px;
        text-decoration: none;
        letter-spacing: 1px;
        position: relative;
        display: inline-block;
        transition: color .4s ease-out;
        font-size: 16px;
        line-height: 30px;
        width: 90%
    }
    #mobile-menu ul.primary-menu a+ul.submenu i,
    #mobile-menu ul.primary-menu a:active,
    #mobile-menu ul.primary-menu a:focus,
    #mobile-menu ul.primary-menu a:hover {
        color: #72A348
    }
    #mobile-menu ul.primary-menu a::after {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: -2px;
        right: 100%;
        left: 0;
        background: #72A348;
        height: 2px;
        transition: right .4s ease-out
    }
    #mobile-menu ul.primary-menu a:active:after,
    #mobile-menu ul.primary-menu a:focus:after,
    #mobile-menu ul.primary-menu a:hover:after {
        right: 0
    }
    #mobile-menu ul.primary-menu a+ul.submenu {
        border-top: 0 none;
        transition: all .3s ease-in;
        height: 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        list-style: none;
        -webkit-transform-origin: top;
        transform-origin: top;
        padding: 0;
        margin: 0
    }
    #mobile-menu ul.primary-menu a i.fa-plus {
        transition: all .3s ease-in;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        float: right;
        font-size: 10px;
        line-height: 30px
    }
    #mobile-menu ul.primary-menu li.open a i.fa-plus {
        transition: all .3s ease-in;
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    #mobile-menu ul.primary-menu li.open ul.submenu {
        height: 100%;
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
    #mobile-menu ul.primary-menu li.open ul.submenu li a {
        line-height: 20px;
        margin-bottom: 15px;
        width: 100%
    }
}

.ns-box {
    position: fixed;
    background: rgba(42, 45, 50, .85);
    padding: 22px;
    line-height: 1.4;
    z-index: 1000;
    pointer-events: none;
    color: rgba(250, 251, 255, .95);
    font-size: 90%;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif
}

.ns-box.ns-show,
.ns-box.ns-visible {
    pointer-events: auto
}

.ns-box a {
    color: inherit;
    opacity: .7
}

.ns-box a:focus,
.ns-box a:hover {
    opacity: 1
}

.ns-box p {
    margin: 0
}

.ns-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 4px;
    text-indent: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ns-close::after,
.ns-close::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 60%;
    top: 50%;
    left: 50%;
    background: #6e6e6e
}

.ns-close:hover::after,
.ns-close:hover::before {
    background: #fff
}

.ns-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.ns-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.ns-attached {
    left: 30px;
    max-width: 300px
}

[class*=" ns-effect-"].ns-attached.ns-hide,
[class^=ns-effect-].ns-attached.ns-hide {
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.ns-effect-flip {
    background: #9bd1a2;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    bottom: 0;
    font-size: 1.15em;
    padding: 1.5em;
    max-width: 280px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ns-effect-flip .ns-close::after,
.ns-effect-flip .ns-close::before {
    background: #5a9862
}

.ns-effect-flip .ns-close:hover::after,
.ns-effect-flip .ns-close:hover::before {
    background: #4e8455
}

.ns-effect-flip.ns-hide,
.ns-effect-flip.ns-show {
    -webkit-animation-name: animFlipFront;
    animation-name: animFlipFront;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.ns-effect-flip.ns-hide {
    -webkit-animation-name: animFlipBack;
    animation-name: animFlipBack
}

@-webkit-keyframes animFlipFront {
    0% {
        -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg)
    }
    100% {
        -webkit-transform: perspective(1000px)
    }
}

@keyframes animFlipFront {
    0% {
        -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
        transform: perspective(1000px) rotate3d(1, 0, 0, -90deg)
    }
    100% {
        -webkit-transform: perspective(1000px);
        transform: perspective(1000px)
    }
}

@-webkit-keyframes animFlipBack {
    0% {
        -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg)
    }
    100% {
        -webkit-transform: perspective(1000px)
    }
}

@keyframes animFlipBack {
    0% {
        -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(1000px) rotate3d(1, 0, 0, 90deg)
    }
    100% {
        -webkit-transform: perspective(1000px);
        transform: perspective(1000px)
    }
}

.ns-effect-bouncyflip {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    background: #fff;
    color: #484860;
    top: 0;
    box-shadow: 0 13px 10px -5px rgba(0, 0, 0, .2)
}

.ns-effect-bouncyflip .icon {
    position: absolute;
    display: block;
    top: 2em;
    left: 2em
}

.ns-effect-bouncyflip p {
    padding: .5em .8em .8em 3.5em
}

.ns-effect-bouncyflip .ns-close::after,
.ns-effect-bouncyflip .ns-close::before {
    background: #484860
}

.ns-effect-bouncyflip .ns-close:hover::after,
.ns-effect-bouncyflip .ns-close:hover::before {
    background: #545484
}

.ns-effect-bouncyflip.ns-hide,
.ns-effect-bouncyflip.ns-show {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        -webkit-transition-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        -webkit-transition-timing-function: ease-out
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
        -webkit-transition-timing-function: ease-out
    }
    100% {
        -webkit-transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        transition-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        transition-timing-function: ease-out
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
        transition-timing-function: ease-in;
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
        transition-timing-function: ease-out
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.ns-effect-bouncyflip.ns-hide {
    -webkit-animation-name: flipInXSimple;
    animation-name: flipInXSimple;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes flipInXSimple {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        -webkit-transition-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px)
    }
}

@keyframes flipInXSimple {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        transition-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@media screen and (max-width:25em) {
    .ns-attached {
        left: 30px;
        max-width: none;
        right: 30px
    }
}

#my-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999
}

#my-lightbox .transperancy {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    -khtml-opacity: .85;
    opacity: .85
}

#my-lightbox iframe {
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
    position: relative;
    z-index: 9999
}

#my-lightbox p {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    z-index: 10;
    position: relative
}

#my-lightbox #lb-content {
    width: 965px;
    height: 480px;
    margin: 125px auto 25px;
    position: relative
}

#my-lightbox #lb-content i {
    position: absolute;
    right: -10px;
    top: -13px;
    color: #000;
    background: #fff;
    border-radius: 25px;
    width: 25px;
    height: 22px;
    display: block;
    z-index: 99999;
    text-align: center;
    font-style: normal;
    padding-top: 2px;
    cursor: pointer;
    font-weight: 700
}

@media screen and (max-width:1026px) {
    #my-lightbox iframe {
        width: 500px;
        height: 275px
    }
    #my-lightbox #lb-content {
        width: 500px
    }
}

@media screen and (max-width:480px) {
    #my-lightbox iframe {
        width: 450px;
        height: 275px
    }
    #my-lightbox #lb-content {
        width: 450px
    }
}

#top-micro-nav p {
    font-size: 10px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    font-weight: 900
}

#top-micro-nav #t-trade-info {
    padding: 14px 0;
    line-height: 7px;
    width: 55.458089668615984405458089668616%
}

#top-micro-nav #t-trade-info p {
    display: inline;
    margin-left: 25px
}

#top-micro-nav #t-trade-info #ti-uec {
    margin-left: 0
}

#top-micro-nav #t-social-links #t-sl-wrapper {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    height: 22px;
    margin-top: 8px;
    text-align: center
}

#top-micro-nav #t-social-links a,
#top-micro-nav #t-social-links p {
    display: inline-block
}

#top-micro-nav #t-social-links p {
    margin: 0 8px 0 0;
    font-size: 14px;
}

#top-micro-nav #t-social-links a {
    background: #a7a7a7;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    position: relative;
    top: 0;
    transition: all .3s ease-in
}

#top-micro-nav #t-social-links a i {
    color: #4e4e4e;
    font-size: 20px;
    position: relative;
    top: 3px;
    transition: all .3s ease-in
}

#top-micro-nav #t-social-links a:active,
#top-micro-nav #t-social-links a:focus,
#top-micro-nav #t-social-links a:hover {
    background: #72A348
}

#top-micro-nav #t-social-links a:active i,
#top-micro-nav #t-social-links a:focus i,
#top-micro-nav #t-social-links a:hover i {
    color: #fff
}

#top-micro-nav #t-social-links a:nth-child(3) {
    margin-left: 5px
}

#top-micro-nav #t-language-select {
    padding-top: 8px;
    text-align: right;
    width: 24.561403508771929824561403508772%
}

#top-micro-nav #t-language-select p {
    display: inline;
    margin-right: 16px
}

#top-micro-nav #t-language-select a {
    font-size: 9px;
    color: #000;
    background: #fff;
    text-decoration: none;
    padding: 3px 18px;
    transition: all .3s ease-in
}

#top-micro-nav #t-language-select a:active,
#top-micro-nav #t-language-select a:focus,
#top-micro-nav #t-language-select a:hover {
    background: #72A348;
    color: #fff
}

#top-micro-nav #t-language-select a:last-child {
    margin-left: 8px
}

#top-micro-nav::after {
    content: "";
    display: table;
    clear: both
}

#top-micro-nav #t-language-select,
#top-micro-nav #t-social-links,
#top-micro-nav #t-trade-info {
    float: left;
    margin: 0
}

#top-micro-nav #t-social-links {
    width: 19.980506822612085769980506822612%
}

nav a.brand-container img {
    width: 100%
}

nav a.brand-container #header-logo {
    display: block;
    opacity: 1;
    transition: all .3s ease-in
}

nav a.brand-container #header-logo-green {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in
}

nav a.brand-container:focus #header-logo,
nav a.brand-container:hover #header-logo,
nav a.brand-container:target #header-logo {
    opacity: .65
}

nav ul.primary-menu {
    list-style: none;
    text-align: right
}

nav ul.primary-menu div.submenu {
    display: none
}

nav ul.primary-menu li.primary-menu-list-item {
    display: inline-block;
    overflow-wrap: normal;
    position: relative;
    padding: 22px 16px
}

nav ul.primary-menu li.primary-menu-list-item a.primary-menu-item {
    display: block;
    text-transform: uppercase;
    color: #fff
}

nav ul.primary-menu li.primary-menu-list-item a {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1.2px;
    position: relative;
    display: inline-block;
    transition: color .4s ease-out
}

nav ul.primary-menu li.primary-menu-list-item a::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -2px;
    right: 100%;
    left: 0;
    background: #72A348;
    height: 2px;
    transition: right .4s ease-out
}

#feature-section::after,
#in-the-media #itm-items::after,
#latest-news #ln-news-items::after,
nav .wrapper::after {
    content: "";
    clear: both
}

nav ul.primary-menu li.primary-menu-list-item:active .submenu,
nav ul.primary-menu li.primary-menu-list-item:focus .submenu,
nav ul.primary-menu li.primary-menu-list-item:hover .submenu {
    display: block
}

nav ul.primary-menu li.primary-menu-list-item:active a.primary-menu-item,
nav ul.primary-menu li.primary-menu-list-item:focus a.primary-menu-item,
nav ul.primary-menu li.primary-menu-list-item:hover a.primary-menu-item {
    color: #72A348
}

nav ul.primary-menu li.primary-menu-list-item:active a.primary-menu-item:after,
nav ul.primary-menu li.primary-menu-list-item:focus a.primary-menu-item:after,
nav ul.primary-menu li.primary-menu-list-item:hover a.primary-menu-item:after {
    right: 0
}

nav ul.primary-menu li.primary-menu-list-item:last-child a:after {
    display: none!important
}

nav div.submenu {
    position: absolute;
    top: 59px;
    left: -84px;
    width: 252px;
    background: #ededed;
    overflow: hidden
}

nav div.submenu ul {
    padding: 14px 0
}

nav div.submenu ul li {
    display: block;
    text-align: left;
    padding: 0 10px;
    margin: 0 20px
}

nav div.submenu ul li a {
    font-size: 22px;
    border-bottom: 1px solid #b8b8b8;
    padding: 12px 0;
    text-transform: uppercase;
    color: #323232;
    display: block;
    width: 100%
}

nav div.submenu ul li a:active,
nav div.submenu ul li a:focus,
nav div.submenu ul li a:hover {
    color: #72A348
}

nav div.submenu ul li:last-child a {
    border-bottom: 0
}

nav .wrapper::after {
    display: table
}

nav a.brand-container,
nav ul.primary-menu {
    float: left;
    margin: 0
}

nav a.brand-container {
    width: 24.39024390243902%;
    max-width: 152px;
    padding: 28px 0 20px
}

nav ul.primary-menu {
    width: 75.60975609756098%;
    padding: 35px 0 0;
    float: right
}

div#main-navigation {
    position: relative;
    transition: all .3s ease-in;
    background: 0 0;
    z-index: 999
}

div#main-navigation.fixed {
    position: fixed;
    width: 100%;
    -webkit-animation: from-no-where 1s;
    animation: from-no-where 1s;
    background: #fff;
    top: 0
}

div#main-navigation.fixed nav {
    box-shadow: 0 0 12px rgba(0, 0, 0, .175)
}

div#main-navigation.fixed nav a.brand-container #header-logo {
    display: none;
    opacity: 0;
    visibility: hidden
}

div#main-navigation.fixed nav a.brand-container #header-logo-green {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in
}

div#main-navigation.fixed nav a.brand-container #header-logo-green:hover {
    opacity: .75
}

div#main-navigation.fixed nav ul.primary-menu li.primary-menu-list-item a {
    color: #323232
}

div#main-navigation.fixed nav ul.primary-menu li.primary-menu-list-item a:hover {
    color: #72A348
}

div#main-navigation.fixed #top-micro-nav {
    background: #72A348
}

div#main-navigation.fixed #top-micro-nav p {
    color: #fff;
    font-weight: 700
}

div#main-navigation.fixed #top-micro-nav #t-trade-info #ti-uec {
    font-weight: 900
}

div#main-navigation.fixed #top-micro-nav #t-social-links #t-sl-wrapper {
    border-color: #8fb46e
}

div#main-navigation.fixed #top-micro-nav #t-social-links a {
    background: #dce8d2;
    transition: all .3s ease-in
}

div#main-navigation.fixed #top-micro-nav #t-social-links a i {
    color: #72A348;
    transition: all .3s ease-in
}

div#main-navigation.fixed #top-micro-nav #t-social-links a:active,
div#main-navigation.fixed #top-micro-nav #t-social-links a:focus,
div#main-navigation.fixed #top-micro-nav #t-social-links a:hover {
    background: #fff
}

div#main-navigation.fixed #top-micro-nav #t-social-links a:active i,
div#main-navigation.fixed #top-micro-nav #t-social-links a:focus i,
div#main-navigation.fixed #top-micro-nav #t-social-links a:hover i {
    color: #72A348
}

div#main-navigation.fixed #top-micro-nav #t-language-select a {
    background: #dce8d2;
    transition: all .3s ease-in
}

div#main-navigation.fixed #top-micro-nav #t-language-select a:active,
div#main-navigation.fixed #top-micro-nav #t-language-select a:focus,
div#main-navigation.fixed #top-micro-nav #t-language-select a:hover {
    background: #fff;
    color: #72A348
}

#search.focus #search-input {
    display: block;
    z-index: 5
}

#search #search-input {
    position: absolute;
    top: 2px;
    right: 44px;
    width: 664px;
    height: 60px;
    z-index: -5;
    overflow: hidden
}

#search input {
    display: block;
    position: absolute;
    top: 0;
    right: -664px;
    width: 620px;
    height: 100%;
    margin: 0;
    padding: 0 22px;
    border: none;
    background: #ededed;
    color: #323232;
    font-size: 12px;
    font-weight: 700;
    -webkit-backface-visibility: none;
    -ms-backface-visibility: none;
    backface-visibility: none;
    border-radius: 0;
    transition: right .1s
}

#search.focus {
    z-index: 20;
    display: block
}

#search.focus input {
    right: 0;
    transition: right .3s
}

@-webkit-keyframes from-no-where {
    from {
        top: -300px
    }
    to {
        top: 0
    }
}

@keyframes from-no-where {
    from {
        top: -300px
    }
    to {
        top: 0
    }
}

#percentage-scroll-bar {
    height: 2px;
    display: none!important
}

#percentage-scroll-bar span {
    width: 0;
    height: 2px;
    background: #72A348;
    display: block;
    transition: width 1s ease-in-out
}

@media screen and (max-width:1026px) {
    div#main-navigation nav,
    div#top-micro-nav {
        padding-left: 25px;
        padding-right: 25px
    }
    #top-micro-nav p {
        font-size: 8px
    }
    #top-micro-nav #t-trade-info {
        width: 50%
    }
    #top-micro-nav #t-trade-info p {
        margin-left: 5px
    }
    #top-micro-nav #t-language-select {
        width: 27%
    }
}

#home-jumbotron {
    /*height: 828px;*/
    height: 180px;
    position: relative;
    /*overflow: hidden;*/
    background-image: url(../img/feature-bg.jpg);
    background-size: cover;
    background-position: center center;
}

#home-jumbotron #h-dots {
    max-height: 107px;
    position: absolute;
    width: 100%;
    top: 40px;
    bottom: 0px;
    z-index: 3;
    background: url(../img/single-dot.png);
    opacity: 0.5;
}

#home-jumbotron #h-vb-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /*min-height: 370px;*/
    /* z-index: 2; */
    opacity: .3;
    background: #000
}

#home-jumbotron video {
    position: absolute;
    width: 100%
}

#home-jumbotron h1 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 2;
    padding-bottom: 0;
    margin-bottom: 0
}

#home-jumbotron h2 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 30px
}

#home-jumbotron #hj-content {
    margin-top: 200px;
    /*margin-top: 0px;*/
    text-align: center;
    overflow: visible;
    z-index: 5;
    position: relative
}

#home-jumbotron #hj-content a.button {
    padding: 10px 30px;
    color: #fff;
    border: 2px solid #72A348;
    background: #72A348;
    font-size: 9px;
    line-height: 42px;
    letter-spacing: 3px;
    font-weight: 700;
    border-radius: 25px;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 2;
    transition: all .3s ease-in
}

#home-jumbotron #hj-content a.button i,
#home-jumbotron #hj-content a.button span {
    position: relative;
    transition: all .3s ease-in
}

#home-jumbotron #hj-content a.button i {
    top: 2px;
    font-size: 18px;
    font-weight: 700;
    margin-left: 8px
}

#home-jumbotron #hj-content a.button:hover {
    background: #fff;
    color: #72A348
}

@media screen and (max-width:1300px) {
    #home-jumbotron {
        /*height: 685px;*/
    }
    #home-jumbotron #hj-content {
        margin-top: 155px
    }
}

@media screen and (max-width:1026px) {
    #home-jumbotron {
        /*height: 500px*/
    }
    #home-jumbotron #hj-content {
        margin-top: 75px
    }
    #home-jumbotron h1 {
        font-size: 48px
    }
}

@media screen and (max-width:768px) {
    #home-jumbotron #h-dots,
    #home-jumbotron #h-vb-overlay,
    #home-jumbotron video {
        display: none
    }
    #home-jumbotron #hj-content {
        margin-top: 125px;
        padding: 0px 15px;
    }
    #home-jumbotron {
        /*background: url(../img/homepage-jumbotron-mobile-background.jpg) no-repeat;*/
    }
}
@media screen and (max-width:525px) {
    #home-jumbotron h1 { font-size: 42px; }
    #home-jumbotron h2 { font-size: 16px; }
}

@media screen and (max-width:480px) {
    #home-jumbotron {
        /*background: url(../img/homepage-jumbotron-mobile-background.jpg) no-repeat;*/
        /*height: 425px*/
    }
    #home-jumbotron #hj-content {
        margin-top: 75px
    }
}
@media screen and (max-width:375px) {
    #home-jumbotron h1 { font-size: 28px; }
    #home-jumbotron h2 { font-size: 15px; }
    #home-jumbotron #hj-content {
        margin-top: 95px;
    }
}

#investor-kit {
    background: #72A348;
    position: relative
}

#investor-kit h5 {
    color: #fff;
    margin: 0;
    padding: 23px 0 27px
}

#investor-kit h5 i {
    display: none;
    padding-left: 15px
}

#investor-kit h5 a {
    color: #fff;
    text-decoration: none
}

#investor-kit button.ik-dropdown {
    background: #568330;
    color: #fff;
    border: 0;
    width: 235px;
    height: 44px;
    font-size: 12px;
    font-weight: 700;
    margin: 17px 0 19px;
    transition: all .3s ease-in
}

#investor-kit button.ik-dropdown i.fa-file-pdf-o {
    font-size: 17px
}

#investor-kit button.ik-dropdown span {
    width: 160px;
    display: inline-block;
    text-align: left;
    padding-left: 15px
}

#investor-kit button.ik-dropdown i.fa-angle-down {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all .3s ease-in
}

#investor-kit button.ik-dropdown:hover {
    outline: 0;
    background: #fff;
    color: #72A348
}

#investor-kit button.active i.fa-angle-down {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#investor-kit div.ik-dropdown-content {
    width: 235px;
    height: 175px;
    background: #72A348;
    top: 62px;
    position: absolute;
    display: none;
    z-index: 5
}

#investor-kit div.ik-dropdown-content div.hover-presentation-image,
#investor-kit div.ik-dropdown-content img {
    position: absolute;
    height: 100%;
    transition: all .3s ease-in;
    width: 100%
}

#investor-kit div.ik-dropdown-content img.standard-presentation-image {
    visibility: visible;
    opacity: 1;
    z-index: 1
}

#investor-kit div.ik-dropdown-content div.hover-presentation-image {
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    background: rgba(114, 163, 72, .75)
}

#investor-kit div.ik-dropdown-content div.hover-presentation-image button {
    border: 0;
    background: #FFF;
    border-radius: 25px;
    height: 30px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 25px;
    top: 75px;
    position: relative;
    margin: 0 auto;
    display: block;
    z-index: 3
}

#investor-kit div.ik-dropdown-content:hover div.hover-presentation-image {
    visibility: visible;
    opacity: 1
}

#investor-kit a.button {
    padding: 8px 10px 11px 13px;
    color: #FFF;
    border: 1px solid #FFF;
    font-size: 9px;
    border-radius: 25px;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 22px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 2.5px
}

#investor-kit a.button i,
#investor-kit a.button span {
    position: relative;
    transition: all .3s ease-in
}

#investor-kit a.button span {
    right: -9px
}

#investor-kit a.button i {
    top: 1px;
    opacity: 0;
    font-size: 15px;
    left: -10px
}

#investor-kit a.button:active span,
#investor-kit a.button:focus span,
#investor-kit a.button:hover span {
    right: 4px;
    opacity: .75
}

#investor-kit a.button:active i,
#investor-kit a.button:focus i,
#investor-kit a.button:hover i {
    opacity: 1;
    left: 5px
}

#investor-kit div.wrapper {
    overflow: initial
}

#investor-kit #ik-fact-sheet,
#investor-kit #ik-link,
#investor-kit #ik-presentation,
#investor-kit h5 {
    float: left
}

#investor-kit h5 {
    display: block;
    width: 18.03118908382066%
}

#investor-kit #ik-fact-sheet,
#investor-kit #ik-presentation {
    width: 29.23976608187135%;
    position: relative
}

#investor-kit #ik-link {
    width: 23.48927875243664%
}

#investor-kit #ik-fact-sheet-mobile,
#investor-kit #ik-presentation-mobile {
    display: none
}

@media screen and (max-width:1026px) {
    #investor-kit #ik-link,
    #investor-kit h5 {
        width: 100%;
        text-align: center
    }
    #investor-kit #ik-link a.button {
        margin: 30px 0
    }
    #investor-kit #ik-fact-sheet,
    #investor-kit #ik-presentation {
        width: 50%
    }
    #investor-kit #ik-fact-sheet button,
    #investor-kit #ik-presentation button {
        display: none
    }
    #investor-kit #ik-fact-sheet-mobile,
    #investor-kit #ik-presentation-mobile {
        display: block
    }
    #investor-kit #ik-fact-sheet-mobile a,
    #investor-kit #ik-presentation-mobile a {
        display: block;
        width: 100%
    }
    #investor-kit #ik-fact-sheet-mobile a img,
    #investor-kit #ik-presentation-mobile a img {
        border: 2px solid #fff
    }
    #investor-kit #ik-fact-sheet-mobile a h6,
    #investor-kit #ik-fact-sheet-mobile a img,
    #investor-kit #ik-presentation-mobile a h6,
    #investor-kit #ik-presentation-mobile a img {
        float: left
    }
    #investor-kit #ik-fact-sheet-mobile a h6,
    #investor-kit #ik-presentation-mobile a h6 {
        color: #fff;
        text-decoration: none;
        font-size: 30px;
        font-weight: 700;
        margin-top: 13%
    }
    #investor-kit #ik-fact-sheet-mobile a::after,
    #investor-kit #ik-presentation-mobile a::after {
        content: "";
        display: table;
        clear: both
    }
    #investor-kit #ik-fact-sheet-mobile h6,
    #investor-kit #ik-fact-sheet-mobile img,
    #investor-kit #ik-presentation-mobile h6,
    #investor-kit #ik-presentation-mobile img {
        width: 44%;
        margin-left: 5%
    }
}

@media screen and (max-width:768px) {
    #investor-kit h5 {
        margin-top: 25px
    }
    #investor-kit #ik-fact-sheet,
    #investor-kit #ik-presentation {
        width: 80%;
        margin: 25px 10%
    }
    #investor-kit #ik-link {
        margin-bottom: 25px
    }
    #investor-kit h5 {
        margin-top: 0
    }
    #investor-kit h5 i {
        display: inline-block;
        transition: all .3s ease-in;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        padding-right: 15px
    }
    #investor-kit #ik-fact-sheet,
    #investor-kit #ik-link,
    #investor-kit #ik-presentation {
        display: none
    }
    #investor-kit.open h5 a i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    #investor-kit.open #ik-fact-sheet,
    #investor-kit.open #ik-link,
    #investor-kit.open #ik-presentation {
        display: block
    }
}

@media screen and (max-width:480px) {
    #investor-kit #ik-fact-sheet-mobile a h6,
    #investor-kit #ik-presentation-mobile a h6 {
        font-size: 20px
    }
    #investor-kit #ik-fact-sheet,
    #investor-kit #ik-presentation {
        width: 90%;
        margin: 25px 5%
    }
    #investor-kit #ik-link {
        margin-bottom: 25px
    }
}


@media screen and (max-width:768px) {
    #investor-kit h5 {
        margin-top: 25px
    }
    #investor-kit #ik-fact-sheet,
    #investor-kit #ik-presentation {
        width: 80%;
        margin: 25px 10%
    }
    #investor-kit #ik-link {
        margin-bottom: 25px
    }
    #investor-kit h5 {
        margin-top: 0
    }
    #investor-kit h5 i {
        display: inline-block;
        transition: all .3s ease-in;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        padding-right: 15px
    }
    #investor-kit #ik-fact-sheet,
    #investor-kit #ik-link,
    #investor-kit #ik-presentation {
        display: none
    }
    #investor-kit.open h5 a i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    #investor-kit.open #ik-fact-sheet,
    #investor-kit.open #ik-link,
    #investor-kit.open #ik-presentation {
        display: block
    }
}

@media screen and (max-width:480px) {
    #investor-kit #ik-fact-sheet-mobile a h6,
    #investor-kit #ik-presentation-mobile a h6 {
        font-size: 20px
    }
    #investor-kit #ik-fact-sheet,
    #investor-kit #ik-presentation {
        width: 90%;
        margin: 25px 5%
    }
    #investor-kit #ik-link {
        margin-bottom: 25px
    }
}



#feature-section {
    margin-top: 48px;
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 60px
}

#feature-section #fs-videos h3 {
    margin-bottom: 20px
}

#feature-section #fs-videos #fs-videos-container {
    height: 525px;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
}

#feature-section #fs-videos #fs-videos-container #fs-sc-down,
#feature-section #fs-videos #fs-videos-container #fs-sc-up {
    position: absolute;
    color: #fff;
    right: 10%;
    width: 25px;
    height: 25px;
    border: 3px solid #fff;
    border-radius: 25px
}

#feature-section #fs-videos #fs-videos-container #fs-sc-down i,
#feature-section #fs-videos #fs-videos-container #fs-sc-up i {
    position: relative;
    left: 6px;
    font-size: 21px
}

#feature-section #fs-videos #fs-videos-container #fs-sc-up {
    top: 10px
}

#feature-section #fs-videos #fs-videos-container #fs-sc-down {
    top: 240px
}

#feature-section #fs-videos #fs-videos-container #fs-sc-down i {
    top: 2px
}

#feature-section #fs-videos figure#fs-primary-video {
    width: 570px;
    height: 282px;
    margin: 0;
    float: left
}

#feature-section #fs-videos figure#fs-primary-video a {
    display: block;
    overflow: hidden;
    width: 570px;
    height: 282px
}

#feature-section #fs-videos figure#fs-primary-video a img {
    width: 100%
}

#fs-primary-video .overlay-container {
    position: absolute;
    width: 570px;
    height: 100%;
    background: #000;
    opacity: 0.25;
    transition: opacity .3s ease-in
}

#fs-primary-video .overlay-container i {
    position: relative;
    left: 50%;
top: 50%;
transform: translate(-50%,-50%);
    font-size: 75px;
    color: #fff
}

#fs-primary-video .overlay-container:active,
#fs-primary-video .overlay-container:focus,
#fs-primary-video .overlay-container:hover {
    opacity: .5
}

#feature-section #fs-videos div#fs-scroll-container {
    height: 282px;
    float: left;
    position: relative;
    top: -127px;
    display: none
}

#feature-section #fs-videos div#fs-scroll-container figure {
    margin: 0
}

#feature-section #fs-sign-up form::after,
#feature-section #fs-videos::after {
    content: "";
    display: table;
    clear: both
}

#feature-section #fs-sign-up #fs-signup-message {
    margin-top: 10px
}

#feature-section #fs-sign-up form input[type=text] {
    height: 58.5px;
    width: 95%;
    max-width: 327px;
    padding-left: 5%;
    margin-bottom: 17px;
    background: #EEE;
    font-size: 12px;
    color: #717171;
    font-weight: 700;
    border: 0;
    transition: all .3s ease-in
}

#feature-section #fs-sign-up form input[type=text]:active,
#feature-section #fs-sign-up form input[type=text]:focus {
    background: #72A348;
    color: #fff
}

#feature-section #fs-sign-up form input[type=text]:active::-webkit-input-placeholder,
#feature-section #fs-sign-up form input[type=text]:focus::-webkit-input-placeholder {
    color: #fff
}

#feature-section #fs-sign-up form input[type=text]:active:-moz-placeholder,
#feature-section #fs-sign-up form input[type=text]:focus:-moz-placeholder {
    color: #fff
}

#feature-section #fs-sign-up form input[type=text]:active::-moz-placeholder,
#feature-section #fs-sign-up form input[type=text]:focus::-moz-placeholder {
    color: #fff
}

#feature-section #fs-sign-up form input[type=text]:active:-ms-input-placeholder,
#feature-section #fs-sign-up form input[type=text]:focus:-ms-input-placeholder {
    color: #fff
}

#feature-section #fs-sign-up form input.input-error {
    outline: red solid 2px
}

#feature-section #fs-sign-up form button[type=submit] {
    padding: 4px 40px;
    border: 1px solid #72A348;
    background: #72A348;
    color: #fff;
    border-radius: 25px;
    display: block;
    letter-spacing: 2px;
    font-size: 10px;
    margin-top: 5px;
    float: left;
    transition: all .3s ease-in
}

#feature-section #fs-sign-up form button[type=submit] i,
#feature-section #fs-sign-up form button[type=submit] span {
    transition: all .3s ease-in;
    position: relative
}

#feature-section #fs-sign-up form button[type=submit] span {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 25px;
    left: 9px
}

#feature-section #fs-sign-up form button[type=submit] i {
    font-size: 10px;
    opacity: 0;
    left: -10px
}

#feature-section #fs-sign-up form button[type=submit]:active,
#feature-section #fs-sign-up form button[type=submit]:focus,
#feature-section #fs-sign-up form button[type=submit]:hover {
    color: #72A348;
    background: #fff
}

#feature-section #fs-sign-up form button[type=submit]:active span,
#feature-section #fs-sign-up form button[type=submit]:focus span,
#feature-section #fs-sign-up form button[type=submit]:hover span {
    left: 0
}

#feature-section #fs-sign-up form button[type=submit]:active i,
#feature-section #fs-sign-up form button[type=submit]:focus i,
#feature-section #fs-sign-up form button[type=submit]:hover i {
    opacity: 1;
    left: 0
}

#feature-section #fs-sign-up form p {
    float: left;
    color: #b2b2b2;
    margin-left: 25px;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 0
}

#feature-section #fs-sign-up form #form-password {
    display: none
}

#feature-section #fs-sign-up form #fs-signup-valid-email,
#feature-section #fs-sign-up form #fs-signup-valid-name {
    color: red;
    margin-top: -17px
}

#feature-section #fs-sign-up,
#feature-section #fs-videos {
    float: left;
    overflow: hidden
}

#feature-section #fs-videos {
    width: 59.94152046783626%
}

#feature-section #fs-sign-up {
    width: 34.1130604288499%;
    padding-left: 5.94541910331384%
}

#feature-section::after {
    display: table
}

@media screen and (max-width:1026px) {
    #feature-section {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media screen and (max-width:768px) {
    #feature-section {
        display: table;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 0
    }
    #feature-section #fs-sign-up,
    #feature-section #fs-videos {
        width: 100%;
        padding-left: 0;
        float: none
    }
    #feature-section #fs-sign-up {
        display: table-row-group;
        width: 100%;
        padding-left: 0;
        float: none;
        text-align: center
    }
    #feature-section #fs-sign-up form input[type=text] {
        margin: 10px auto;
        display: block
    }
    #feature-section #fs-sign-up form button[type=submit] {
        float: none;
        margin: 0 auto
    }
    #feature-section #fs-sign-up form p {
        float: none;
        margin-left: 0
    }
    #feature-section #fs-videos {
        display: table-header-group;
    }
    #feature-section #fs-videos h3 {
        text-align: center
    }
    #feature-section #fs-videos figure#fs-primary-video,
    #feature-section #fs-videos figure#fs-primary-video a,
    #feature-section #fs-videos figure#fs-primary-video a img,
    #feature-section #fs-videos figure#fs-primary-video .overlay-container {
        width: 100%;
        box-sizing:border-box;
        display:block;
        /*height: auto;*/
    }
    #feature-section #fs-videos #fs-videos-container { height: auto;  }
    #feature-section #fs-videos figure#fs-primary-video .overlay-container { height: 100%;  }
    #fs-videos h3 { padding-left: 10px; padding-right: 10px;}
    #fs-primary-video .overlay-container i  { font-size: 45px; }
}

@media screen and (max-width:480px) {
    #feature-section #fs-sign-up form input[type=text] {
        width: 80%
    }
    #feature-section #fs-sign-up form button[type=submit] {
        margin: 25px auto 0
    }
    #feature-section #fs-sign-up h3 {
        padding-left: 25px;
        padding-right: 25px
    }
}

#in-the-media h3 {
    margin: 53px 0 30px;
    line-height: 24px
}

#in-the-media h3 a.button {
    padding: 6px 20px;
    color: #fff;
    background: #72A348;
    border: 1px solid #72A348;
    border-radius: 25px;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 32px;
    top: -6px;
    position: relative;
    transition: all .3s ease-in
}

#in-the-media h3 a.button i,
#in-the-media h3 a.button span {
    position: relative;
    transition: all .3s ease-in
}

#in-the-media h3 a.button span {
    right: -8px
}

#in-the-media h3 a.button i {
    opacity: 0;
    font-size: 11px;
    left: -10px
}

#in-the-media h3 a.button:active,
#in-the-media h3 a.button:focus,
#in-the-media h3 a.button:hover {
    color: #72A348;
    background: #fff
}

#in-the-media h3 a.button:active span,
#in-the-media h3 a.button:focus span,
#in-the-media h3 a.button:hover span {
    right: 2px
}

#in-the-media h3 a.button:active i,
#in-the-media h3 a.button:focus i,
#in-the-media h3 a.button:hover i {
    opacity: 1;
    left: 5px
}

#in-the-media #itm-items {
    margin-bottom: 65px
}

#in-the-media #itm-items .itm-item .img-container {
    padding-right: 135px;
    height: 50px;
    line-height: 110px
}

#in-the-media #itm-items .itm-item .img-container img {
    width: 100%
}

#in-the-media #itm-items .itm-item p {
    font-size: 14px;
    letter-spacing: .28px;
    line-height: 20px;
    padding-right: 55px
}

#in-the-media #itm-items .itm-item .itm-date {
    font-weight: 900;
    color: #72A348;
    margin-top: 32px;
    margin-bottom: 0
}

#in-the-media #itm-items .itm-item .itm-title {
    margin-top: 0;
    margin-bottom: 30px
}

#in-the-media #itm-items .itm-item a.button {
    font-size: 10px;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #72A348;
    border-radius: 25px;
    color: #000;
    transition: all .3s ease-in;
    padding: 8px 20px
}

#in-the-media #itm-items .itm-item a.button i,
#in-the-media #itm-items .itm-item a.button span {
    transition: all .3s ease-in;
    position: relative
}

#in-the-media #itm-items .itm-item a.button span {
    left: 2px
}

#in-the-media #itm-items .itm-item a.button span.video {
    left: 5px
}

#in-the-media #itm-items .itm-item a.button i.fa {
    color: #72A348
}

#in-the-media #itm-items .itm-item a.button i.fa-video-camera {
    opacity: 1;
    top: 0;
    visibility: visible
}

#in-the-media #itm-items .itm-item a.button i.fa-external-link {
    bottom: 35px;
    right: -10px;
    opacity: 0;
    visibility: hidden
}

#in-the-media #itm-items .itm-item a.button:active,
#in-the-media #itm-items .itm-item a.button:focus,
#in-the-media #itm-items .itm-item a.button:hover {
    background: #72A348
}

#in-the-media #itm-items .itm-item a.button:active i.fa-external-link,
#in-the-media #itm-items .itm-item a.button:focus i.fa-external-link,
#in-the-media #itm-items .itm-item a.button:hover i.fa-external-link {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

#in-the-media #itm-items .itm-item a.button:active i.fa-video-camera,
#in-the-media #itm-items .itm-item a.button:focus i.fa-video-camera,
#in-the-media #itm-items .itm-item a.button:hover i.fa-video-camera {
    top: 35px;
    opacity: 0;
    visibility: hidden
}

#in-the-media #itm-items .itm-item a.button:active i,
#in-the-media #itm-items .itm-item a.button:active span,
#in-the-media #itm-items .itm-item a.button:focus i,
#in-the-media #itm-items .itm-item a.button:focus span,
#in-the-media #itm-items .itm-item a.button:hover i,
#in-the-media #itm-items .itm-item a.button:hover span {
    color: #fff
}

#in-the-media #itm-items .itm-item:nth-child(1) {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

#in-the-media #itm-items .itm-item:nth-child(2) {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

#in-the-media #itm-items .itm-item:nth-child(3) {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

#in-the-media #itm-items .itm-item:nth-child(4) {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s
}

#in-the-media #itm-items .itm-item {
    width: 25%;
    float: left
}

#in-the-media #itm-items::after {
    display: table
}

@media screen and (max-width:1026px) {
    #in-the-media {
        width: 90%
    }
}

@media screen and (max-width:768px) {
    #in-the-media {
        width: 100%
    }
    #in-the-media h3 {
        margin: 25px 0;
        line-height: 24px;
        width: 100%;
        text-align: center
    }
    #in-the-media h3 a.button {
        margin-left: 32%;
        margin-right: 32%;
        display: inline-block;
        padding: 6px 45px;
        line-height: 20px;
        margin-top: 35px
    }
    #in-the-media #itm-items {
        padding-left: 20%;
        padding-right: 20%
    }
    #in-the-media #itm-items .itm-item {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0 0 25px
    }
    #in-the-media #itm-items .itm-item .img-container {
        padding-right: 0;
        width: 35%;
        height: 65px
    }
}

@media screen and (max-width:480px) {
    #in-the-media #itm-items {
        padding-left: 15%;
        padding-right: 15%
    }
    #in-the-media h3 a.button {
        margin-left: 25%;
        margin-right: 25%;
        padding: 6px 28px
    }
}

#latest-news {
    background: url(../img/latest-news-background-image.jpg) center center no-repeat fixed;
    background-size: cover;
    height: 308px;
    color: #fff;
    overflow: hidden
}

#latest-news #ln-dots {
    height: 308px;
    width: 100%;
    position: absolute;
    z-index: 3;
    background: url(../img/single-dot.png)
}

#latest-news #ln-dots span {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .75;
    display: block
}

#latest-news #ln-video {
    position: absolute;
    width: 100%;
    z-index: 1
}

#latest-news #ln-header {
    padding-top: 25px;
    position: relative;
    z-index: 4
}

#latest-news #ln-header h3 {
    line-height: 24px
}

#latest-news #ln-header a.button {
    padding: 6px 20px;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 25px;
    top: -6px;
    position: relative;
    margin-left: 32px;
    letter-spacing: 1px;
    font-size: 10px;
    -webkit-user-select: none;
    transition: all .3s ease-in
}

#latest-news #ln-header a.button i,
#latest-news #ln-header a.button span {
    transition: all .3s ease-in;
    position: relative
}

#latest-news #ln-header a.button span {
    font-size: 10px;
    text-transform: uppercase;
    left: 5px
}

#latest-news #ln-header a.button i {
    font-size: 10px;
    opacity: 0;
    left: -10px
}

#latest-news #ln-header a.button:active,
#latest-news #ln-header a.button:focus,
#latest-news #ln-header a.button:hover {
    background: 0 0;
    color: #fff
}

#latest-news #ln-header a.button:active span,
#latest-news #ln-header a.button:focus span,
#latest-news #ln-header a.button:hover span {
    left: -3px
}

#latest-news #ln-header a.button:active i,
#latest-news #ln-header a.button:focus i,
#latest-news #ln-header a.button:hover i {
    opacity: 1;
    left: 4px
}

#latest-news #ln-news-items {
    overflow: visible;
    padding-top: 10px;
    position: relative;
    z-index: 4
}

#latest-news #ln-news-items .news-item p {
    font-size: 13px
}

#latest-news #ln-news-items .news-item .news-date {
    font-weight: 900
}

#latest-news #ln-news-items .news-item .news-title {
    padding-right: 60px;
    font-weight: 400;
    margin-bottom: 35px;
    max-height: 32px;
    overflow: hidden;
    height: 100%;
}

#latest-news #ln-news-items .news-item-breaker {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

#latest-news #ln-news-items .news-item:nth-child(1) {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

#latest-news #ln-news-items .news-item:nth-child(2) {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

#latest-news #ln-news-items .news-item:nth-child(3) {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s
}

#latest-news #ln-news-items a.button {
    padding: 8px 40px;
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    line-height: 30px;
    font-weight: 700;
    transition: all .3s ease-in
}

#latest-news #ln-news-items a.button i,
#latest-news #ln-news-items a.button span {
    transition: all .3s ease-in;
    position: relative;
    top: -3px
}

#latest-news #ln-news-items a.button span {
    font-size: 10px;
    text-transform: uppercase;
    left: 5px
}

#latest-news #ln-news-items a.button i {
    font-size: 10px;
    opacity: 0;
    left: -10px
}

#latest-news #ln-news-items a.button:active span,
#latest-news #ln-news-items a.button:focus span,
#latest-news #ln-news-items a.button:hover span {
    left: -3px
}

#latest-news #ln-news-items a.button:active i,
#latest-news #ln-news-items a.button:focus i,
#latest-news #ln-news-items a.button:hover i {
    opacity: 1;
    left: 4px
}

#latest-news #ln-news-items .news-item {
    width: 25%;
    float: left
}

#latest-news #ln-news-items .news-item-breaker {
    width: 12.5%;
    float: left
}

#latest-news #ln-news-items .news-item-breaker span {
    margin: 15px auto;
    display: block;
    text-align: center;
    height: 100px;
    background: #4e4e4d;
    width: 1px
}

#latest-news #ln-news-items::after {
    display: table
}

@media screen and (max-width:1240px) {
    #latest-news {
        position: relative
    }
    #latest-news #ln-video {
        width: 180%
    }
}

@media screen and (max-width:1026px) {
    #latest-news .wrapper {
        width: 90%;
        margin: 0 auto
    }
}

@media screen and (max-width:768px) {
    #latest-news {
        height: initial;
        padding-bottom: 25px
    }
    #latest-news .wrapper {
        width: 100%
    }
    #latest-news #ln-dots,
    #latest-news #ln-video {
        display: none
    }
    #latest-news #ln-header h3 {
        width: 100%;
        text-align: center
    }
    #latest-news #ln-header a.button {
        margin-left: 32%;
        margin-right: 32%;
        display: inline-block;
        padding: 6px 45px;
        line-height: 20px;
        margin-top: 35px
    }
    #latest-news #ln-news-items {
        padding-left: 20%;
        padding-right: 20%
    }
    #latest-news #ln-news-items .news-item-breaker {
        display: none
    }
    #latest-news #ln-news-items .news-item {
        width: 100%;
        padding: 0;
        margin: 0 0 25px
    }
    #latest-news #ln-news-items .news-item:nth-child(2) {
        margin: 0 0 25px
    }
}

@media screen and (max-width:480px) {
    #latest-news #ln-news-items {
        padding-left: 15%;
        padding-right: 15%
    }
    #latest-news #ln-header a.button {
        margin-left: 25%;
        margin-right: 25%;
        padding: 6px 28px
    }
}

footer#primary-footer {
    background: #fff;
    position: relative;
    z-index: 2
}

footer#primary-footer nav {
    padding: 48px 0 44px
}

footer#primary-footer a {
    font-size: 12px;
    letter-spacing: .24px;
    text-decoration: none;
    text-transform: capitalise;
    color: #7D7D7D;
    position: relative;
    padding-bottom: 2px;
    display: inline-block;
    transition: color .4s ease-out
}

footer#primary-footer a.header-link {
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #515356;
    font-size: 10px;
    margin-bottom: 5px
}

footer#primary-footer a::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -2px;
    right: 100%;
    left: 0;
    background: #72A348;
    height: 2px;
    transition: right .4s ease-out
}

footer#primary-footer a:active,
footer#primary-footer a:focus,
footer#primary-footer a:hover,
footer#secondary-footer #sf-first-container a:active,
footer#secondary-footer #sf-first-container a:focus,
footer#secondary-footer #sf-first-container a:hover {
    color: #72A348
}

footer#primary-footer a:active:after,
footer#primary-footer a:focus:after,
footer#primary-footer a:hover:after {
    right: 0
}

footer#secondary-footer {
    background: #434343
}

footer#secondary-footer #sf-first-container a {
    color: #83cb43;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    transition: color .3s ease-in
}

footer#secondary-footer #sf-first-container p {
    font-size: 14px;
    margin: 0
}

footer#secondary-footer #sf-second-container a {
    width: 24px;
    height: 24px;
    background: #fff;
    text-align: center;
    border-radius: 25px;
    font-size: 12px;
    display: inline-block;
    transition: all .3s ease-in
}

footer#secondary-footer #sf-second-container a i {
    color: #434343;
    top: 5px;
    position: relative
}

footer#secondary-footer #sf-second-container a:focus,
footer#secondary-footer #sf-second-container a:hover {
    background: #72A348;
    color: #434343
}

footer#secondary-footer #sf-second-container a:nth-child(3) {
    margin-left: 5px
}

footer#secondary-footer #sf-second-container p {
    margin-top: 0
}

footer#secondary-footer #sf-second-container #form-password {
    display: none
}

footer#secondary-footer #sf-second-container input[type=text] {
    border-radius: 25px;
    border: 0;
    padding-left: 20px;
    width: 210px;
    height: 32px;
    color: #717171;
    font-size: 12px
}

footer#secondary-footer #sf-second-container input[type=text]::-webkit-input-placeholder {
    color: #717171
}

footer#secondary-footer #sf-second-container input[type=text]:-moz-placeholder {
    color: #717171
}

footer#secondary-footer #sf-second-container input[type=text]::-moz-placeholder {
    color: #717171
}

footer#secondary-footer #sf-second-container input[type=text]:-ms-input-placeholder {
    color: #717171
}

footer#secondary-footer #sf-second-container button {
    border: 0;
    background: #fff;
    border-radius: 25px;
    color: #4e4e4e;
    position: relative;
    right: 29px
}

footer#secondary-footer #sf-second-container button i {
    font-size: 11px
}

footer#secondary-footer #sf-first-container p,
footer#secondary-footer #sf-second-container p,
footer#secondary-footer #sf-third-container p {
    color: #fff
}

footer#secondary-footer #sf-second-container,
footer#secondary-footer #sf-third-container {
    padding-top: 45px
}

footer#secondary-footer #sf-second-container p,
footer#secondary-footer #sf-third-container p {
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 15px
}

footer#secondary-footer #sf-third-container a {
    text-decoration: none;
    padding-top: 6px;
    display: block
}

footer#secondary-footer #sf-third-container a p {
    float: left;
    margin-left: 60px;
    margin-top: 17px
}

footer#secondary-footer #sf-third-container a span {
    height: 43px;
    width: 43px;
    border-radius: 25px;
    border: 1px solid #72A348;
    float: right
}

footer#secondary-footer #sf-third-container a span i {
    color: #fff;
    background: url(../img/up-arrow.png) no-repeat;
    width: 15px;
    height: 21px;
    display: block;
    left: 14px;
    position: relative;
    top: 10px;
    transition: all .3s ease-in
}

footer#secondary-footer #sf-third-container a:focus span i,
footer#secondary-footer #sf-third-container a:hover span i {
    top: 8px
}

footer#primary-footer ul {
    list-style: none;
    width: 17.056530214424951267056530214425%;
    float: left;
    padding: 0;
    margin: 0
}

footer#primary-footer ul.tiny {
    width: 7.943469785575048732943469785575%
}

footer#secondary-footer #sf-first-container,
footer#secondary-footer #sf-second-container,
footer#secondary-footer #sf-third-container {
    float: left
}

footer#secondary-footer #sf-first-container {
    width: 29.14230019493177%;
    padding-top: 64px;
    padding-bottom: 68px
}

footer#secondary-footer #sf-second-container {
    width: 51.65692007797271%
}

footer#secondary-footer #sf-second-container #sf-follow-us {
    width: 13.757973733583489681050656660413%;
    border-left: 1px solid #CDCDCD;
    float: left;
    height: 64px;
    padding-left: 13.009380863039399624765478424015%;
    padding-right: 13.133208255159474671669793621013%
}

footer#secondary-footer #sf-second-container #sf-subscribe {
    width: 59.099437148217636022514071294559%;
    border-right: 1px solid #CDCDCD;
    float: right;
    height: 64px
}

footer#secondary-footer #sf-second-container #sf-subscribe i.fa-check {
  color: #72A348 !important;
}

footer div.wrapper::after,
footer#secondary-footer #sf-second-container::after {
    content: "";
    display: table;
    clear: both
}

footer#secondary-footer #sf-third-container {
    width: 19.20077972709552%
}

@media screen and (max-width:1026px) {
    footer#primary-footer {
        padding: 0 25px
    }
    footer#secondary-footer #sf-first-container p {
        font-size: 12px;
        margin: 0 0 0 5px
    }
    footer#secondary-footer #sf-third-container a p {
        margin-left: 10px
    }
    footer#secondary-footer #sf-third-container a span {
        margin-left: 5px;
        float: left
    }
    footer#secondary-footer #sf-second-container #sf-follow-us {
        width: 18.758%;
        padding-left: 8.009%
    }
    footer#secondary-footer #sf-second-container input[type=text] {
        width: 185px
    }
}

@media screen and (max-width:768px) {
    footer#primary-footer,
    footer#secondary-footer #sf-second-container,
    footer#secondary-footer #sf-third-container {
        display: none
    }
    footer#secondary-footer #sf-first-container,
    footer#secondary-footer #sf-second-container,
    footer#secondary-footer #sf-third-container {
        float: none
    }
    footer#secondary-footer #sf-first-container {
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center
    }
    footer#secondary-footer #sf-first-container p {
        font-size: 14px
    }
}


#top-micro-nav #t-language-select {display:none;}
#top-micro-nav #t-social-links { width:25%; }
#top-micro-nav #t-social-links #t-sl-wrapper { text-align:right; }
#top-micro-nav #t-social-links  #t-sl-wrapper a { text-align: center; }
#top-micro-nav #t-trade-info { width: 75%; }

#mobile-menu #m-language-select { display: none; }

#in-the-media #itm-items .itm-item .itm-title {
    box-sizing: border-box;
min-height: 60px;
}

/*.front-page-light #home-jumbotron #h-vb-overlay {opacity:0.3;}*/
/*.front-page-lighter #home-jumbotron #h-vb-overlay {opacity:0.2;}
.front-page-lightest #home-jumbotron #h-vb-overlay {opacity:0;}*/

/* ===== FEATURE VIDEO PAGE additional styles ===== */
.front-page-structure-featured #home-jumbotron {
  height: 180px;
}

.front-page-featured-video #feature-section .fv-green-link {
  background:rgba(114,163,72,1);
  color: white;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  transition: all 200ms ease-in;
  padding: 15px 0px;
  width:100%;
}

.front-page-featured-video #feature-section .fv-green-link:hover {
  background-color: rgba(114,163,72,0.85);
}

.front-page-featured-video-7 #feature-section #fs-videos #fs-videos-container, .front-page-featured-video-8 #feature-section #fs-videos #fs-videos-container  {
  height: 0px;
}

a {
  color: #72A348;
}

#feature-section #fs-sign-up form input[type=text]:nth-of-type(2),
#feature-section #fs-sign-up form input[type=text]:nth-of-type(3) {
  margin-top: 5px;
}


/**************** NEWS TABS ***************************/
#news-tab-box .ntb-row {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
#news-tab-box .ntb-row::after {
    content: "";
    display: table;
    clear: both;
}
#news-tab-box .ntb-row a {
    display: table-cell;
    text-decoration: none;
    transition: all .3s ease-in;
}
#news-tab-box .ntb-row a span {
    background: #eee;
    color: #000;
    display: block;
    text-align: center;
    line-height: 34px;
    text-decoration: none;
    width: 95%}
#news-tab-box .ntb-row a.active span, #news-tab-box .ntb-row a:active span, #news-tab-box .ntb-row a:focus span, #news-tab-box .ntb-row a:hover span {
    background: #72A348;
    color: #fff;
}
#feature-section div.news ul.nav-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
}
#feature-section div.news ul.nav-tabs li {
    width: 20%;
    float: left;
}
#feature-section div.news ul.nav-tabs li a {
    width: 95%;
    background: #eee;
    color: #000;
    line-height: 34px;
    display: block;
    text-decoration: none;
    margin-bottom: 7px;
    text-align: center;
    transition: all .3s ease-in;
}
#contact-page-content form .tickbox-row .tickbox::after, #contact-page-content form .tickbox-row::after, #feature-section div.news ul.nav-tabs::after {
    content: "";
    display: table;
    clear: both;
}
#feature-section div.news ul.nav-tabs li a:focus, #feature-section div.news ul.nav-tabs li a:hover, #feature-section div.news ul.nav-tabs li.current a {
    background: #72A348;
    color: #fff;
}
#news-listing .news-line-item {
    border-bottom: 1px solid #cfcfcf;
    padding-top: 43px;
    padding-bottom: 38px;
    position: relative;
}
#news-listing .news-line-item a {
    color: #333;
    text-decoration: none;
}
#news-listing .news-line-item a .news-date {
    font-weight: 700;
    font-size: 20px;
    color: #333;
}
#news-listing .news-line-item a .news-title {
    font-size: 16px;
    max-width: 75%;
    color: #333;
}
#news-listing .news-line-item a i {
    position: absolute;
    right: 10px;
    top: 45%;
    color: #333;
    opacity: 1;
    transition: all .3s ease-in;
}
#news-listing .news-line-item a i.fa-arrow-right {
    right: -5px;
    opacity: 0;
}
#news-listing .news-line-item:hover i.fa-newspaper-o {
    right: 25px;
    opacity: 0;
}
#news-listing .news-line-item:hover i.fa-arrow-right {
    right: 10px;
    opacity: 1;
}
#news-listing .news-line-item:hover .news-date, #news-listing .news-line-item:hover .news-title {
    color: #000;
}
#news-listing .news-line-item:last-child {
    border: 0;
}

#mylightbox {
  display: none;
  margin-bottom: -35px;
}

.featherlight {
    background: rgba(0,0,0,.8) !important;
}

.featherlight .featherlight-content {
  padding: 0 !important;
}

.featherlight .featherlight-content #mylightbox {
  display: block;
}

.featherlight * {
  max-width: 500px !important;
  width: 100%;
  overflow: hidden;
}

.featherlight * > input {
  width: 302px !important;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #eeeeee;
  display: block;
  border: none;
  padding-left: 20px;
  font-size: 12px;
}

.featherlight * > input:first-of-type {
  margin-top: 30px;
}

.featherlight .featherlight-close-icon {
  color: white !important;
  width: 25px !important;
  background: rgba(255,255,255,0) !important;
}

.featherlight * > button {
  background-color: #72A348;
  width: 150px !important;
  margin: 0 auto !important;
  margin-bottom: 20px;
  border-radius: 25px;
  color: white;
  padding: 10px;
  border: 1px solid #72A348;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.featherlight * > button:hover {
  color: #72A348;
  background-color: #fff;
  border: 1px solid #72A348;
  transition: all ease-in .3s;
}

.featherlight * > p {
  text-align: center;
  font-size: 12px;
}

.green-box {
  background-color: #72A348;
  color: white;
  text-align: center;
  padding: 20px;
}

.green-box form.popup-form {
  display: block !important;
}

.captcha-popup {
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.message {
 text-align: center;
 margin-top: 25px;
}

.front-page-featured-video p#fs-signup-valid-phone {margin-top: -17px; color: red !important; float: none !important;}

.embed-wrapper {
  height: 0;
  margin-bottom: 40px;
  max-width: 100%;
  margin-top: 25px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.embed-wrapper iframe,
.embed-wrapper object,
.embed-wrapper embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
