@charset "UTF-8";.fa-fw,.fa-li {
    text-align: center
}

.fa,body {
    -moz-osx-font-smoothing: grayscale
}

.slider,html.is-reveal-open,html.is-reveal-open body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.menu.expanded,.mobile-table.fixed {
    table-layout: fixed
}

#footer-container ul,.accordion,.fa-ul,.menu,.tabs,ul.green-bullets,ul.white-bullets {
    list-style-type: none
}

#wpadminbar {
    position: fixed!important
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
    margin-top: 2rem
}

.wp-caption>figcaption {
    max-width: 100%;
    font-size: .8rem;
    color: #999;
    padding: .25rem 0
}

p.wp-caption-text {
    font-size: 90%;
    color: #666;
    padding: .625rem 0
}

.alignleft {
    float: left;
    padding-right: 1rem;
    margin: 0
}

.alignright {
    float: right;
    padding-left: 1rem;
    margin: 0
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.fa,.fa-stack,img {
    display: inline-block
}

.fa.fa-pull-left,.fa.pull-left {
    margin-right: .3em
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }
@font-face {
    font-family: 'Square';
    src: url('../fonts/Square721.eot');
    src: url('../fonts/Square721.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Square721.woff2') format('woff2'),
            url('../fonts/Square721.woff') format('woff'),
            url('../fonts/Square721.ttf') format('truetype'),
            url('../fonts/Square721.svg#Square721') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Square Bold';
    src: url('../fonts/Square721Bold.eot');
    src: url('../fonts/Square721Bold.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Square721Bold.woff2') format('woff2'),
            url('../fonts/Square721Bold.woff') format('woff'),
            url('../fonts/Square721Bold.ttf') format('truetype'),
            url('../fonts/Square721Bold.svg#Square721Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Square Bold Ext';
    src: url('../fonts/Square721BoldE.eot');
    src: url('../fonts/Square721BoldE.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Square721BoldE.woff2') format('woff2'),
            url('../fonts/Square721BoldE.woff') format('woff'),
            url('../fonts/Square721BoldE.ttf') format('truetype'),
            url('../fonts/Square721BoldE.svg#Square721BoldE') format('svg');
    font-weight: normal;
    font-style: normal;

}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

h1,h2,h3,h4,h5,h6,p {
    text-rendering: optimizeLegibility
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em
}

.fa.fa-pull-right,.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

body,button,legend {
    padding: 0
}

button,img,legend {
    border: 0
}

.fa-pull-left {
    float: left
}

.fa-pull-right,.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

.spin-ccw,.spin-cw {
    animation-name: spin-cw-1turn
}

.animated.infinite,.infinite {
    animation-iteration-count: infinite
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.small-pull-1,.small-pull-10,.small-pull-11,.small-pull-2,.small-pull-3,.small-pull-4,.small-pull-5,.small-pull-6,.small-pull-7,.small-pull-8,.small-pull-9,.small-push-1,.small-push-10,.small-push-11,.small-push-2,.small-push-3,.small-push-4,.small-push-5,.small-push-7,.small-push-8,.small-push-9,sub,sup {
    position: relative
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before,.fa-remove:before,.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before,.fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before,.fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before,.fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before,.fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,.fa-users:before {
    content: ""
}

.fa-chain:before,.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,.fa-scissors:before {
    content: ""
}

.fa-copy:before,.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before,.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before,.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,.fa-undo:before {
    content: ""
}

.fa-gavel:before,.fa-legal:before {
    content: ""
}

.fa-dashboard:before,.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,.fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before,.fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,.fa-usd:before {
    content: ""
}

.fa-inr:before,.fa-rupee:before {
    content: ""
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: ""
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: ""
}

.fa-krw:before,.fa-won:before {
    content: ""
}

.fa-bitcoin:before,.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}
.fa-tiktok{font-weight: 400;font-family: 'Font Awesome 6 Brands';}
.fa-tiktok:before {content: "\e07b";}
  

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,.fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,.fa-car:before {
    content: ""
}

.fa-cab:before,.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,.fa-rebel:before {
    content: ""
}

.fa-empire:before,.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,.fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before,.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before,.fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}
.fa-invoice{font-weight: 400;font-family: 'Font Awesome 6 Brands';}
.fa-invoice:before {
    content: "\f570"
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: "Square",sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 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:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,optgroup,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

.button,img {
    vertical-align: middle
}

sub {
    bottom: -.25em
}

.orbit-caption,.sticky.is-anchored.is-at-bottom,.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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
}

a,b,em,i,small,strong {
    line-height: inherit
}

body,dl,ol,p,ul {
    line-height: 1.5
}

button,select {
    text-transform: none
}

#footer-container #footer .footer-menu li,#menu-wrapper-desktop #menu-main-menu li a,.breadcrumbs li,.h1,.h2,.h3,.uppercase,h1,h2,h3,select {
    text-transform: uppercase
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: not-allowed
}

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
}

legend {
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    font-size: 100%;
    box-sizing: border-box
}

*,::after,::before {
    box-sizing: inherit
}

body {
    margin: 0;
    font-family: "Square",sans-serif;
    font-weight: 400;
    color: #111;
    background: #fefefe;
    -webkit-font-smoothing: antialiased
}

select {
    width: 100%
}

#map_canvas embed,#map_canvas img,#map_canvas object,.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object {
    max-width: none!important
}

button {
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    border-radius: 0;
    line-height: 1
}

[data-whatinput=mouse] button {
    outline: 0
}

.is-visible {
    display: block!important
}

.is-hidden {
    display: none!important
}

.row {
    max-width: 71.25rem;
    margin-left: auto;
    margin-right: auto
}

.row .row,.row.expanded {
    max-width: none
}

.row::after,.row::before {
    content: ' ';
    display: table
}

.row::after {
    clear: both
}

.row.collapse>.column,.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row .row {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media screen and (min-width: 40em) {
    .row .row {
        margin-left:-.9375rem;
        margin-right: -.9375rem
    }
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto
}

.column,.columns {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width: 40em) {
    .column,.columns {
        padding-left:.9375rem;
        padding-right: .9375rem
    }
}

.column:last-child:not(:first-child),.columns:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child,.end.columns:last-child:last-child {
    float: left
}

.column.row.row,.row.row.columns {
    float: none
}

.row .column.row.row,.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-1 {
    width: 8.33333%
}

.small-push-1 {
    left: 8.33333%
}

.small-pull-1 {
    left: -8.33333%
}

.small-offset-0 {
    margin-left: 0
}

.small-2 {
    width: 16.66667%
}

.small-push-2 {
    left: 16.66667%
}

.small-pull-2 {
    left: -16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    width: 25%
}

.small-push-3 {
    left: 25%
}

.small-pull-3 {
    left: -25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    width: 33.33333%
}

.small-push-4 {
    left: 33.33333%
}

.small-pull-4 {
    left: -33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    width: 41.66667%
}

.small-push-5 {
    left: 41.66667%
}

.small-pull-5 {
    left: -41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    width: 50%
}

.small-push-6 {
    position: relative;
    left: 50%
}

.small-pull-6 {
    left: -50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    width: 58.33333%
}

.small-push-7 {
    left: 58.33333%
}

.small-pull-7 {
    left: -58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    width: 66.66667%
}

.small-push-8 {
    left: 66.66667%
}

.small-pull-8 {
    left: -66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    width: 75%
}

.small-push-9 {
    left: 75%
}

.small-pull-9 {
    left: -75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    width: 83.33333%
}

.small-push-10 {
    left: 83.33333%
}

.small-pull-10 {
    left: -83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    width: 91.66667%
}

.small-push-11 {
    left: 91.66667%
}

.small-pull-11 {
    left: -91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1>.column,.small-up-1>.columns {
    width: 100%;
    float: left
}

.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both
}

.small-up-1>.column:last-child,.small-up-1>.columns:last-child {
    float: left
}

.small-up-2>.column,.small-up-2>.columns {
    width: 50%;
    float: left
}

.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-2>.column:nth-of-type(2n+1),.small-up-2>.columns:nth-of-type(2n+1) {
    clear: both
}

.small-up-2>.column:last-child,.small-up-2>.columns:last-child {
    float: left
}

.small-up-3>.column,.small-up-3>.columns {
    width: 33.33333%;
    float: left
}

.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both
}

.small-up-3>.column:last-child,.small-up-3>.columns:last-child {
    float: left
}

.small-up-4>.column,.small-up-4>.columns {
    width: 25%;
    float: left
}

.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both
}

.small-up-4>.column:last-child,.small-up-4>.columns:last-child {
    float: left
}

.small-up-5>.column,.small-up-5>.columns {
    width: 20%;
    float: left
}

.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both
}

.small-up-5>.column:last-child,.small-up-5>.columns:last-child {
    float: left
}

.small-up-6>.column,.small-up-6>.columns {
    width: 16.66667%;
    float: left
}

.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both
}

.small-up-6>.column:last-child,.small-up-6>.columns:last-child {
    float: left
}

.small-up-7>.column,.small-up-7>.columns {
    width: 14.28571%;
    float: left
}

.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both
}

.small-up-7>.column:last-child,.small-up-7>.columns:last-child {
    float: left
}

.small-up-8>.column,.small-up-8>.columns {
    width: 12.5%;
    float: left
}

.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both
}

.small-up-8>.column:last-child,.small-up-8>.columns:last-child {
    float: left
}

.small-collapse>.column,.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.expanded.row .small-collapse.row,.small-collapse .row {
    margin-left: 0;
    margin-right: 0
}

.small-uncollapse>.column,.small-uncollapse>.columns {
    padding-left: .625rem;
    padding-right: .625rem
}

.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.small-pull-0,.small-push-0,.small-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
}

@media screen and (min-width: 40em) {
    .medium-pull-1,.medium-pull-10,.medium-pull-11,.medium-pull-2,.medium-pull-3,.medium-pull-4,.medium-pull-5,.medium-pull-6,.medium-pull-7,.medium-pull-8,.medium-pull-9,.medium-push-1,.medium-push-10,.medium-push-11,.medium-push-2,.medium-push-3,.medium-push-4,.medium-push-5,.medium-push-7,.medium-push-8,.medium-push-9 {
        position:relative
    }

    .medium-1 {
        width: 8.33333%
    }

    .medium-push-1 {
        left: 8.33333%
    }

    .medium-pull-1 {
        left: -8.33333%
    }

    .medium-offset-0 {
        margin-left: 0
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-push-2 {
        left: 16.66667%
    }

    .medium-pull-2 {
        left: -16.66667%
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-3 {
        width: 25%
    }

    .medium-push-3 {
        left: 25%
    }

    .medium-pull-3 {
        left: -25%
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-push-4 {
        left: 33.33333%
    }

    .medium-pull-4 {
        left: -33.33333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-push-5 {
        left: 41.66667%
    }

    .medium-pull-5 {
        left: -41.66667%
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-6 {
        width: 50%
    }

    .medium-push-6 {
        position: relative;
        left: 50%
    }

    .medium-pull-6 {
        left: -50%
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-push-7 {
        left: 58.33333%
    }

    .medium-pull-7 {
        left: -58.33333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-push-8 {
        left: 66.66667%
    }

    .medium-pull-8 {
        left: -66.66667%
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-9 {
        width: 75%
    }

    .medium-push-9 {
        left: 75%
    }

    .medium-pull-9 {
        left: -75%
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-push-10 {
        left: 83.33333%
    }

    .medium-pull-10 {
        left: -83.33333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-push-11 {
        left: 91.66667%
    }

    .medium-pull-11 {
        left: -91.66667%
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-up-1>.column,.medium-up-1>.columns {
        width: 100%;
        float: left
    }

    .medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .medium-up-1>.column:last-child,.medium-up-1>.columns:last-child {
        float: left
    }

    .medium-up-2>.column,.medium-up-2>.columns {
        width: 50%;
        float: left
    }

    .medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-2>.column:nth-of-type(2n+1),.medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .medium-up-2>.column:last-child,.medium-up-2>.columns:last-child {
        float: left
    }

    .medium-up-3>.column,.medium-up-3>.columns {
        width: 33.33333%;
        float: left
    }

    .medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .medium-up-3>.column:last-child,.medium-up-3>.columns:last-child {
        float: left
    }

    .medium-up-4>.column,.medium-up-4>.columns {
        width: 25%;
        float: left
    }

    .medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .medium-up-4>.column:last-child,.medium-up-4>.columns:last-child {
        float: left
    }

    .medium-up-5>.column,.medium-up-5>.columns {
        width: 20%;
        float: left
    }

    .medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .medium-up-5>.column:last-child,.medium-up-5>.columns:last-child {
        float: left
    }

    .medium-up-6>.column,.medium-up-6>.columns {
        width: 16.66667%;
        float: left
    }

    .medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .medium-up-6>.column:last-child,.medium-up-6>.columns:last-child {
        float: left
    }

    .medium-up-7>.column,.medium-up-7>.columns {
        width: 14.28571%;
        float: left
    }

    .medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .medium-up-7>.column:last-child,.medium-up-7>.columns:last-child {
        float: left
    }

    .medium-up-8>.column,.medium-up-8>.columns {
        width: 12.5%;
        float: left
    }

    .medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .medium-up-8>.column:last-child,.medium-up-8>.columns:last-child {
        float: left
    }

    .medium-collapse>.column,.medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .expanded.row .medium-collapse.row,.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .medium-uncollapse>.column,.medium-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .medium-pull-0,.medium-push-0,.medium-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }

    h1 {
        font-size: 3.4375rem
    }

    h2 {
        font-size: 2rem
    }

    h3,h4,h5 {
        font-size: 1.25rem
    }

    h6 {
        font-size: 1rem
    }
}

@media screen and (min-width: 64em) {
    .large-pull-1,.large-pull-10,.large-pull-11,.large-pull-2,.large-pull-3,.large-pull-4,.large-pull-5,.large-pull-6,.large-pull-7,.large-pull-8,.large-pull-9,.large-push-1,.large-push-10,.large-push-11,.large-push-2,.large-push-3,.large-push-4,.large-push-5,.large-push-7,.large-push-8,.large-push-9 {
        position:relative
    }

    .large-1 {
        width: 8.33333%
    }

    .large-push-1 {
        left: 8.33333%
    }

    .large-pull-1 {
        left: -8.33333%
    }

    .large-offset-0 {
        margin-left: 0
    }

    .large-2 {
        width: 16.66667%
    }

    .large-push-2 {
        left: 16.66667%
    }

    .large-pull-2 {
        left: -16.66667%
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .large-3 {
        width: 25%
    }

    .large-push-3 {
        left: 25%
    }

    .large-pull-3 {
        left: -25%
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .large-4 {
        width: 33.33333%
    }

    .large-push-4 {
        left: 33.33333%
    }

    .large-pull-4 {
        left: -33.33333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-push-5 {
        left: 41.66667%
    }

    .large-pull-5 {
        left: -41.66667%
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .large-6 {
        width: 50%
    }

    .large-push-6 {
        position: relative;
        left: 50%
    }

    .large-pull-6 {
        left: -50%
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-push-7 {
        left: 58.33333%
    }

    .large-pull-7 {
        left: -58.33333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        width: 66.66667%
    }

    .large-push-8 {
        left: 66.66667%
    }

    .large-pull-8 {
        left: -66.66667%
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .large-9 {
        width: 75%
    }

    .large-push-9 {
        left: 75%
    }

    .large-pull-9 {
        left: -75%
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .large-10 {
        width: 83.33333%
    }

    .large-push-10 {
        left: 83.33333%
    }

    .large-pull-10 {
        left: -83.33333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        width: 91.66667%
    }

    .large-push-11 {
        left: 91.66667%
    }

    .large-pull-11 {
        left: -91.66667%
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .large-up-1>.column,.large-up-1>.columns {
        width: 100%;
        float: left
    }

    .large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .large-up-1>.column:last-child,.large-up-1>.columns:last-child {
        float: left
    }

    .large-up-2>.column,.large-up-2>.columns {
        width: 50%;
        float: left
    }

    .large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-2>.column:nth-of-type(2n+1),.large-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .large-up-2>.column:last-child,.large-up-2>.columns:last-child {
        float: left
    }

    .large-up-3>.column,.large-up-3>.columns {
        width: 33.33333%;
        float: left
    }

    .large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .large-up-3>.column:last-child,.large-up-3>.columns:last-child {
        float: left
    }

    .large-up-4>.column,.large-up-4>.columns {
        width: 25%;
        float: left
    }

    .large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .large-up-4>.column:last-child,.large-up-4>.columns:last-child {
        float: left
    }

    .large-up-5>.column,.large-up-5>.columns {
        width: 20%;
        float: left
    }

    .large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .large-up-5>.column:last-child,.large-up-5>.columns:last-child {
        float: left
    }

    .large-up-6>.column,.large-up-6>.columns {
        width: 16.66667%;
        float: left
    }

    .large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .large-up-6>.column:last-child,.large-up-6>.columns:last-child {
        float: left
    }

    .large-up-7>.column,.large-up-7>.columns {
        width: 14.28571%;
        float: left
    }

    .large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .large-up-7>.column:last-child,.large-up-7>.columns:last-child {
        float: left
    }

    .large-up-8>.column,.large-up-8>.columns {
        width: 12.5%;
        float: left
    }

    .large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .large-up-8>.column:last-child,.large-up-8>.columns:last-child {
        float: left
    }

    .large-collapse>.column,.large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .expanded.row .large-collapse.row,.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .large-uncollapse>.column,.large-uncollapse>.columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .large-pull-0,.large-push-0,.large-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

#menu-wrapper-desktop .logged-in .logout,#page-full-width::after,#page-sidebar-left::after,#page::after,.breadcrumbs::after,.button-group::after,.clear,.clearfix::after,.homepage-step .step-meta .step-title,.menu.align-right::after,.ninja-forms-form-wrap .submit-wrap,.off-canvas-wrapper-inner::after,.pagination::after,.tabs::after,.title-bar::after,hr {
    clear: both
}

.accordion-title,.is-accordion-submenu-parent>a {
    position: relative
}

blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul {
    margin: 0;
    padding: 0
}

ol,ul {
    margin-left: 1.25rem
}

dl,h1,h2,h3,h4,h5,h6,ol,p,ul {
    margin-bottom: 1rem
}

em,i {
    font-style: italic
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Square Bold",sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 0
}

code,kbd {
    background-color: #eaeaea;
    color: #111;
    font-family: Consolas,"Liberation Mono",Courier,monospace
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
    color: #6b6b6b;
    line-height: 0
}

a {
    background-color: transparent;
    color: #6E9631;
    text-decoration: none;
    cursor: pointer
}

.breadcrumbs a:hover,.underline {
    text-decoration: underline
}

a:focus,a:hover {
    color: #3D414A;
}

a img {
    border: 0
}

hr {
    box-sizing: content-box;
    max-width: 71.25rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #6b6b6b;
    border-left: 0;
    margin: 1.25rem auto
}

dl,ol,ul {
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol ol,ol ul,ul ol,ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

.subheader,code,label {
    font-weight: 400
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #6b6b6b
}

blockquote,blockquote p {
    line-height: 1.5;
    color: #3d3d3d
}

cite {
    display: block;
    font-size: .8125rem;
    color: #3d3d3d
}

cite:before {
    content: '\2014 \0020'
}

abbr {
    color: #111;
    cursor: help;
    border-bottom: 1px dotted #111
}

code {
    border: 1px solid #6b6b6b;
    padding: .125rem .3125rem .0625rem
}

kbd {
    padding: .125rem .25rem 0;
    margin: 0
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4;
    color: #3d3d3d
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.button,.stat {
    line-height: 1
}

.stat {
    font-size: 2.5rem
}

p+.stat {
    margin-top: -1rem
}

.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-justify {
    text-align: justify
}

@media screen and (min-width: 40em) {
    .medium-text-left {
        text-align:left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 64em) {
    .large-text-left {
        text-align:left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

.badge,.button,.input-group-label,.menu-centered,.menu.icon-top>li>a,.orbit-bullets {
    text-align: center
}

.show-for-print {
    display: none!important
}

@media print {
    blockquote,img,pre,tr {
        page-break-inside: avoid
    }

    * {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    .show-for-print {
        display: block!important
    }

    .hide-for-print {
        display: none!important
    }

    table.show-for-print {
        display: table!important
    }

    thead.show-for-print {
        display: table-header-group!important
    }

    tbody.show-for-print {
        display: table-row-group!important
    }

    tr.show-for-print {
        display: table-row!important
    }

    td.show-for-print,th.show-for-print {
        display: table-cell!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after,a[href^='javascript:']:after,a[href^='#']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote,pre {
        border: 1px solid #3d3d3d
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100%!important
    }

    @page {
        margin: .5cm
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }
}

.button {
    cursor: pointer;
    -webkit-appearance: none;
    margin: 0 0 1rem
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button:focus,.button:hover {
    background-color: #6E9631;
    color: #fff
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.button.primary {
    background-color: #6E9631;
    color: #fff
}

.button.primary:focus,.button.primary:hover {
    background-color: #54963c;
    color: #fff
}

.button.secondary {
    background-color: #777;
    color: #fff
}

.button.secondary:focus,.button.secondary:hover {
    background-color: #5f5f5f;
    color: #fff
}

.button.success {
    background-color: #3adb76;
    color: #fff
}

.button.success:focus,.button.success:hover {
    background-color: #22bb5b;
    color: #fff
}

.button.warning {
    background-color: #ffae00;
    color: #fff
}

.button.warning:focus,.button.warning:hover {
    background-color: #cc8b00;
    color: #fff
}

.button.alert {
    background-color: #ec5840;
    color: #fff
}

.button.alert:focus,.button.alert:hover {
    background-color: #da3116;
    color: #fff
}

.button.hollow {
    border: 1px solid #6E9631;
    color: #6E9631
}

.button.hollow,.button.hollow:focus,.button.hollow:hover {
    background-color: transparent
}

.button.hollow:focus,.button.hollow:hover {
    border-color: #355e26;
    color: #355e26
}

.button.hollow.primary {
    border: 1px solid #6E9631;
    color: #6E9631
}

.button.hollow.primary:focus,.button.hollow.primary:hover {
    border-color: #355e26;
    color: #355e26
}

.button.hollow.secondary {
    border: 1px solid #777;
    color: #777
}

.button.hollow.secondary:focus,.button.hollow.secondary:hover {
    border-color: #3c3c3c;
    color: #3c3c3c
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:focus,.button.hollow.success:hover {
    border-color: #157539;
    color: #157539
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:focus,.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700
}

.button.hollow.alert {
    border: 1px solid #ec5840;
    color: #ec5840
}

.button.hollow.alert:focus,.button.hollow.alert:hover {
    border-color: #881f0e;
    color: #881f0e
}

.button.disabled,.button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled:focus,.button.disabled:hover,.button[disabled]:focus,.button[disabled]:hover {
    background-color: #6E9631;
    color: #fff
}

.button.dropdown::after {
    content: '';
    width: 0;
    height: 0;
    border: .4em inset;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: .4em;
    float: right;
    margin-left: 1em;
    display: inline-block
}

.button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -.1em
}

[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #6b6b6b;
    margin: 0 0 1rem;
    font-family: "Square",sans-serif;
    font-size: 1rem;
    color: #111;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(17,17,17,.1);
    border-radius: 0;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,textarea:focus {
    background-color: #fefefe;
    transition: box-shadow .5s,border-color .25s ease-in-out
}

textarea {
    min-height: 50px;
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #6b6b6b
}

input::placeholder,textarea::placeholder {
    color: #6b6b6b
}

input:disabled,input[readonly],textarea:disabled,textarea[readonly] {
    background-color: #eaeaea;
    cursor: default
}

[type=submit],[type=button] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    box-sizing: border-box
}

[type=file],[type=checkbox],[type=radio] {
    margin: 0 0 1rem
}

[type=checkbox]+label,[type=radio]+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

[type=checkbox]+label[for],[type=radio]+label[for] {
    cursor: pointer
}

label>[type=checkbox],label>[type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    color: #111
}

.form-error,.menu-text,.switch {
    font-weight: 700
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #333
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem
}

.input-group-button a,.input-group-button button,.input-group-button input,fieldset {
    margin: 0
}

.input-group>:first-child,.input-group>:last-child>* {
    border-radius: 0
}

.input-group-button,.input-group-field,.input-group-label {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle
}

.input-group-label {
    padding: 0 1rem;
    background: #eaeaea;
    color: #111;
    border: 1px solid #6b6b6b;
    white-space: nowrap;
    width: 1%;
    height: 100%
}

.form-error,.is-invalid-label {
    color: #ec5840
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%
}

.input-group .input-group-button {
    display: table-cell
}

fieldset {
    border: 0;
    padding: 0
}

legend {
    margin-bottom: .5rem;
    max-width: 100%
}

#affwp-login-form legend {
    margin-bottom: 0.5rem;
    max-width: 100%;
    font-size: 23px !important;
    color: #6E9631;
    line-height: 1.2;
    display: block;
    font-family: "Square Bold",sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-top: 0;
}

#affwp-login-form{
    text-align: left !important;
    max-width: 450px;
    margin: auto;
    padding: 60px 20px;
}

#affwp-login-form p label.affwp-user-remember {
    display: block !important;
    margin-bottom: 0 !important;
    padding: 0px;
    position: initial;
    background-color: transparent;
}

#affwp-login-form p label {
    font-weight: 400 !important;
    display: inline !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    padding: 0 5px;
    position: relative;
    z-index: 1;
    left: 8px;
    line-height: 2;
    top: 14px;
    background-color: #fefefe;
    color: #3D414A;
    transition: .3s;
}

#affwp-login-form p {
    margin: 0;
}
#affwp-login-form input {
    margin: 0px;
}

p.affwp-lost-password {
    float: right;
    position: relative;
    top: -85px;
}

.fieldset {
    border: 1px solid #6b6b6b;
    padding: 1.25rem;
    margin: 1.125rem 0
}

.fieldset legend {
    background: #fefefe;
    padding: 0 .1875rem;
    margin: 0 0 0 -.1875rem
}

.fadded-bg-right,select {
    background-repeat: no-repeat
}

select {
    padding: .5rem 1.5rem .5rem .5rem;
    margin: 0 0 1rem;
    font-family: "Square",sans-serif;
    line-height: normal;
    background-color: #fefefe;
    border-radius: 0;
    /* -webkit-appearance: none;
    -moz-appearance: none; */
    background-position: right -1rem center;
    background-origin: content-box
}

@media screen and (min-width: 0\0) {
    select {
        background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:disabled {
    background-color: #eaeaea;
    cursor: default
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    background-color: rgba(236,88,64,.1);
    border-color: #ec5840
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem
}

.form-error.is-visible {
    display: block
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-top: .45rem;
    margin-bottom: .45rem;
    border: 0;
    line-height: 1
}

input[type=range]:focus {
    outline: 0
}

input[type=range][disabled] {
    opacity: .25
}

input[type=range]::-webkit-slider-runnable-track {
    height: .5rem;
    background: #eaeaea
}

input[type=range]::-webkit-slider-handle {
    -webkit-appearance: none;
    background: #6E9631;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -.45rem
}

input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: .5rem;
    background: #eaeaea
}

input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    background: #6E9631;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -.45rem
}

input[type=range]::-ms-track {
    height: .5rem;
    background: #eaeaea;
    color: transparent;
    border: 0;
    overflow: visible;
    border-top: .45rem solid #fefefe;
    border-bottom: .45rem solid #fefefe
}

input[type=range]::-ms-thumb {
    background: #6E9631;
    width: 1.4rem;
    height: 1.4rem;
    border: 0
}

input[type=range]::-ms-fill-lower {
    background: #6b6b6b
}

input[type=range]::-ms-fill-upper {
    background: #eaeaea
}

output {
    line-height: 1.4rem;
    vertical-align: middle;
    margin-left: .5em
}

.accordion {
    background: #fefefe;
    margin-left: 0
}

.accordion-item:first-child>:first-child,.accordion-item:last-child>:last-child {
    border-radius: 0
}

.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: .75rem;
    color: #fefefe;
    border: 2px solid #3D414A;
    border-bottom: 0
}

:last-child:not(.is-active)>.accordion-title {
    border-radius: 0;
    /* border-bottom: 2px solid #3D414A */
    border-bottom: 0;
    border-top: 0;
}

.accordion-title:focus,.accordion-title:hover {
    background-color: transparent
}

.accordion-content {
    padding: 1rem;
    display: none;
    border: 2px solid #3D414A;
    border-bottom: 0;
    color: #111
}

:last-child>.accordion-content:last-child {
    border-bottom: 2px solid #3D414A
}

.is-accordion-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: #6E9631 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem
}

.is-accordion-submenu-parent[aria-expanded=true]>a::after {
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.badge {
    display: inline-block;
    padding: .3em;
    min-width: 2.1em;
    font-size: .6rem;
    border-radius: 50%;
    background: #6E9631;
    color: #fefefe
}

.badge.secondary {
    background: #777;
    color: #fefefe
}

.badge.success {
    background: #3adb76;
    color: #fefefe
}

.badge.warning {
    background: #ffae00;
    color: #fefefe
}

.badge.alert {
    background: #ec5840;
    color: #fefefe
}

.breadcrumbs {
    list-style: none;
    margin: 0 0 1rem
}

.breadcrumbs::after,.breadcrumbs::before {
    content: ' ';
    display: table
}

.breadcrumbs li {
    float: left;
    color: #111;
    font-size: .6875rem;
    cursor: default
}

.is-dropdown-menu.vertical.align-right,.menu.align-right>li {
    float: right
}

.breadcrumbs li:not(:last-child)::after {
    color: #6b6b6b;
    content: "/";
    margin: 0 .75rem;
    position: relative;
    top: 1px;
    opacity: 1
}

.breadcrumbs a {
    color: #6E9631
}

.breadcrumbs .disabled {
    color: #6b6b6b;
    cursor: not-allowed
}

.button-group {
    margin-bottom: 1rem;
    font-size: 0
}

.button-group::after,.button-group::before {
    content: ' ';
    display: table
}

.dropdown.menu.vertical>li.opens-left>a::after,.dropdown.menu.vertical>li.opens-right>a::after,.dropdown.menu>li.is-dropdown-submenu-parent>a::after,.is-drilldown-submenu-parent>a::after,.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after,.js-drilldown-back>a::before {
    content: '';
    height: 0
}

.button-group .button {
    margin: 0 1px 1px 0;
    font-size: .9rem
}

.button-group .button:last-child {
    margin-right: 0
}

.button-group.tiny .button {
    font-size: .6rem
}

.button-group.small .button {
    font-size: .75rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded {
    margin-right: -1px
}

.button-group.expanded::after,.button-group.expanded::before {
    display: none
}

.button-group.expanded .button:first-child:nth-last-child(2),.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button {
    display: inline-block;
    width: calc(50% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(2):last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(3),.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button {
    display: inline-block;
    width: calc(33.33333% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(3):last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(4),.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button {
    display: inline-block;
    width: calc(25% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(4):last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(5),.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button {
    display: inline-block;
    width: calc(20% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(5):last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(6),.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button {
    display: inline-block;
    width: calc(16.66667% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(6):last-child {
    margin-right: -6px
}

.button-group.primary .button {
    background-color: #6E9631;
    color: #fff
}

.button-group.primary .button:focus,.button-group.primary .button:hover {
    background-color: #54963c;
    color: #fff
}

.button-group.secondary .button {
    background-color: #777;
    color: #fff
}

.button-group.secondary .button:focus,.button-group.secondary .button:hover {
    background-color: #5f5f5f;
    color: #fff
}

.button-group.success .button {
    background-color: #3adb76;
    color: #fff
}

.button-group.success .button:focus,.button-group.success .button:hover {
    background-color: #22bb5b;
    color: #fff
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #fff
}

.button-group.warning .button:focus,.button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #fff
}

.button-group.alert .button {
    background-color: #ec5840;
    color: #fff
}

.button-group.alert .button:focus,.button-group.alert .button:hover {
    background-color: #da3116;
    color: #fff
}

.button-group.stacked .button,.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button {
    width: 100%
}

.button-group.stacked .button:last-child,.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-small .button:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        width:auto;
        margin-bottom: 0
    }
}

@media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        width:auto;
        margin-bottom: 0
    }
}

@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
        display:block
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

.callout {
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(17,17,17,.25);
    border-radius: 0;
    position: relative;
    color: #111;
    background-color: #fff
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #e9f4e5
}

.callout.secondary {
    background-color: #ebebeb
}

.callout.success {
    background-color: #e1faea
}

.callout.warning {
    background-color: #fff3d9
}

.callout.alert {
    background-color: #fce6e2
}

.callout.small {
    padding: .5rem
}

.callout.large {
    padding: 3rem
}

.close-button {
    position: absolute;
    color: #3d3d3d;
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus,.close-button:hover {
    color: #111
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block!important
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fefefe;
    transition: transform .15s linear
}

.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.is-drilldown-submenu-parent>a {
    position: relative
}

.is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    border: 6px inset;
    border-color: transparent transparent transparent #6E9631;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}

.js-drilldown-back>a::before {
    width: 0;
    border: 6px inset;
    border-color: transparent #6E9631 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown-pane {
    background-color: #fefefe;
    border: 1px solid #6b6b6b;
    border-radius: 0;
    display: block;
    font-size: 16rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10
}

.dropdown-pane.is-open {
    visibility: visible
}

.invisible,.sr-from-bottom,.sr-from-left,.sr-from-right,.sr-from-top {
    visibility: hidden
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    padding-right: 1.5rem;
    position: relative
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    border: 5px inset;
    border-color: #6E9631 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical>li>a::after {
    right: 14px;
    margin-top: -3px
}

.dropdown.menu.vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    border: 5px inset;
    border-color: transparent #6E9631 transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.dropdown.menu.vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    border: 5px inset;
    border-color: transparent transparent transparent #6E9631;
    border-left-style: solid;
    border-right-width: 0
}

@media screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        left:auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: #6E9631 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }

    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medium-vertical>li>a::after {
        right: 14px;
        margin-top: -3px
    }

    .dropdown.menu.medium-vertical>li.opens-left>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent #6E9631 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }

    .dropdown.menu.medium-vertical>li.opens-right>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent transparent transparent #6E9631;
        border-left-style: solid;
        border-right-width: 0
    }
}

@media screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        left:auto;
        right: 0;
        top: 100%
    }

    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        padding-right: 1.5rem;
        position: relative
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: #6E9631 transparent transparent;
        border-top-style: solid;
        border-bottom-width: 0;
        right: 5px;
        margin-top: -2px
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        left: auto;
        right: 100%
    }

    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.large-vertical>li>a::after {
        right: 14px;
        margin-top: -3px
    }

    .dropdown.menu.large-vertical>li.opens-left>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent #6E9631 transparent transparent;
        border-right-style: solid;
        border-left-width: 0
    }

    .dropdown.menu.large-vertical>li.opens-right>a::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 5px inset;
        border-color: transparent transparent transparent #6E9631;
        border-left-style: solid;
        border-right-width: 0
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fefefe;
    border: 1px solid #6b6b6b
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
    right: 14px;
    margin-top: -3px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    display: block;
    width: 0;
    border: 5px inset;
    border-color: transparent #6E9631 transparent transparent;
    border-right-style: solid;
    border-left-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent #6E9631;
    border-left-style: solid;
    border-right-width: 0
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden
}

.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen {
    padding-bottom: 56.25%
}

.flex-video.vimeo {
    padding-top: 0
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #6E9631;
    color: #fefefe
}

.label.secondary {
    background: #777;
    color: #fefefe
}

.label.success {
    background: #3adb76;
    color: #fefefe
}

.label.warning {
    background: #ffae00;
    color: #fefefe
}

.label.alert {
    background: #ec5840;
    color: #fefefe
}

.media-object {
    margin-bottom: 1rem;
    display: block
}

.media-object-section>:last-child,.menu a,.menu button,.menu input {
    margin-bottom: 0
}

.media-object img {
    max-width: none
}

@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding:0 0 1rem;
        display: block
    }

    .media-object.stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section {
    display: table-cell;
    vertical-align: top
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section.middle {
    vertical-align: middle
}

.media-object-section.bottom {
    vertical-align: bottom
}

.inline-block,.menu-icon,.menu-icon.dark,.menu>li,.menu>li>a i,.menu>li>a i+span,.menu>li>a img,.menu>li>a img+span,.menu>li>a svg,.menu>li>a svg+span,.title-bar-title {
    vertical-align: middle
}

.menu {
    margin: 0
}

[data-whatinput=mouse] .menu>li {
    outline: 0
}

.menu>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1
}

.menu>li>a i,.menu>li>a img,.menu>li>a svg {
    margin-right: .25rem;
    display: inline-block
}

.menu>li {
    display: table-cell
}

.menu.vertical>li {
    display: block
}

@media screen and (min-width: 40em) {
    .menu.medium-horizontal>li {
        display:table-cell
    }

    .menu.medium-vertical>li {
        display: block
    }
}

@media screen and (min-width: 64em) {
    .menu.large-horizontal>li {
        display:table-cell
    }

    .menu.large-vertical>li {
        display: block
    }
}

.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem
}

.menu.simple a {
    padding: 0
}

.menu.align-right::after,.menu.align-right::before {
    content: ' ';
    display: table
}

.menu.expanded {
    width: 100%;
    display: table
}

.menu.expanded>li:first-child:last-child {
    width: 100%
}

.menu.icon-top>li>a i,.menu.icon-top>li>a img,.menu.icon-top>li>a svg {
    display: block;
    margin: 0 auto .25rem
}

.menu.nested {
    margin-left: 1rem
}

.menu .active>a {
    color: #fefefe;
    background: #121212
}

.menu-text {
    color: inherit;
    line-height: 1;
    padding: .7rem 1rem
}

.menu-centered>.menu {
    display: inline-block
}

.no-js [data-responsive-menu] ul {
    display: none
}

body,html {
    height: 100%
}

.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto
}

.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    transition: transform .5s ease
}

.off-canvas-wrapper-inner::after,.off-canvas-wrapper-inner::before {
    content: ' ';
    display: table
}

.off-canvas-content {
    min-height: 100%;
    background: #fefefe;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    padding-bottom: .1px;
    box-shadow: 0 0 10px rgba(17,17,17,.5)
}

.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(254,254,254,.25);
    cursor: pointer;
    transition: background .5s ease
}

.off-canvas {
    position: absolute;
    background: #eaeaea;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.orbit-caption,.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover {
    background-color: rgba(17,17,17,.5)
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px
}

.is-open-left {
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px
}

.is-open-right {
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

@media screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        left:0;
        z-index: auto;
        position: fixed
    }

    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed
    }

    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }
}

@media screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        left:0;
        z-index: auto;
        position: fixed
    }

    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        right: 0;
        z-index: auto;
        position: fixed
    }

    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px
    }
}

.orbit,.orbit-container {
    position: relative
}

.orbit-container {
    margin: 0;
    overflow: hidden;
    list-style: none
}

.orbit-caption,.orbit-next,.orbit-previous {
    position: absolute;
    padding: 1rem;
    color: #fefefe
}

.orbit-slide {
    width: 100%;
    max-height: 100%
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
}

.orbit-figure {
    margin: 0
}

.orbit-image {
    margin: 0;
    width: 100%;
    max-width: 100%
}

.orbit-caption {
    width: 100%;
    margin-bottom: 0
}

.orbit-next,.orbit-previous {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem
}

[data-whatinput=mouse] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    background-color: #6b6b6b;
    border-radius: 50%
}

.orbit-bullets button.is-active,.orbit-bullets button:hover {
    background-color: #3d3d3d
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination::after,.pagination::before {
    content: ' ';
    display: table
}

.pagination li {
    font-size: .875rem;
    margin-right: .0625rem;
    border-radius: 0;
    display: none
}

.pagination li:first-child,.pagination li:last-child {
    display: inline-block
}

@media screen and (min-width: 40em) {
    .pagination li {
        display:inline-block
    }

    .reveal {
        min-height: 0
    }
}

.pagination a,.pagination button {
    color: #111;
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0
}

.pagination a:hover,.pagination button:hover {
    background: #eaeaea
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #6E9631;
    color: #fefefe;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #6b6b6b;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: 0 0
}

.pagination .ellipsis::after {
    content: '\2026';
    padding: .1875rem .625rem;
    color: #111
}

.pagination-previous a::before,.pagination-previous.disabled::before {
    content: '\00ab';
    display: inline-block;
    margin-right: .5rem
}

.pagination-next a::after,.pagination-next.disabled::after {
    content: '\00bb';
    display: inline-block;
    margin-left: .5rem
}

.progress {
    background-color: #6b6b6b;
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0
}

.progress.primary .progress-meter {
    background-color: #6E9631
}

.progress.secondary .progress-meter {
    background-color: #777
}

.progress.success .progress-meter {
    background-color: #3adb76
}

.progress.warning .progress-meter {
    background-color: #ffae00
}

.progress.alert .progress-meter {
    background-color: #ec5840
}

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #6E9631
}

.progress-meter-text {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap
}

meter,progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem
}

progress {
    border-radius: 0;
    background: #6b6b6b;
    border: 0
}

progress::-webkit-progress-bar {
    background: #6b6b6b;
    border-radius: 0
}

progress::-webkit-progress-value {
    background: #6E9631;
    border-radius: 0
}

progress::-moz-progress-bar {
    background: #6E9631;
    border-radius: 0
}

progress.primary {
    color: #6E9631
}

progress.primary::-webkit-progress-value {
    background: #6E9631
}

progress.primary::-moz-progress-bar {
    background: #6E9631
}

progress.secondary {
    color: #777
}

progress.secondary::-webkit-progress-value {
    background: #777
}

progress.secondary::-moz-progress-bar {
    background: #777
}

progress.success {
    color: #3adb76
}

progress.success::-webkit-progress-value {
    background: #3adb76
}

progress.success::-moz-progress-bar {
    background: #3adb76
}

progress.warning {
    color: #ffae00
}

progress.warning::-webkit-progress-value {
    background: #ffae00
}

progress.warning::-moz-progress-bar {
    background: #ffae00
}

progress.alert {
    color: #ec5840
}

progress.alert::-webkit-progress-value {
    background: #ec5840
}

progress.alert::-moz-progress-bar {
    background: #ec5840
}

meter {
    background: #6b6b6b;
    border: 0
}

.slider-fill,.slider-handle {
    display: inline-block;
    position: absolute
}

meter::-webkit-meter-bar {
    background: #6b6b6b
}

meter::-webkit-meter-optimum-value {
    background: #3adb76
}

meter::-webkit-meter-suboptimum-value {
    background: #ffae00
}

meter::-webkit-meter-even-less-good-value {
    background: #ec5840
}

meter::-moz-meter-bar {
    background: #6E9631
}

meter:-moz-meter-optimum::-moz-meter-bar {
    background: #3adb76
}

meter:-moz-meter-sub-optimum::-moz-meter-bar {
    background: #ffae00
}

meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: #ec5840
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #eaeaea;
    cursor: pointer;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    top: 0;
    left: 0;
    max-width: 100%;
    height: .5rem;
    background-color: #6b6b6b;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    transition: all 0s linear
}

.slider-handle {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #6E9631;
    transition: all .2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 0
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #6E9631;
}

.slider-handle.is-dragging {
    transition: all 0s linear
}

.slider.disabled,.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sticky-container {
    position: relative
}

.sticky {
    position: absolute;
    z-index: 0;
    transform: translate3d(0,0,0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto
}

body.is-reveal-open {
    overflow: hidden
}

html.is-reveal-open,html.is-reveal-open body {
    height: 100%;
    overflow: hidden;
    user-select: none
}

.table-scroll,table.scroll {
    overflow-x: auto
}

.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(17,17,17,.8);
    overflow-y: scroll
}

.reveal {
    display: none;
    z-index: 1006;
    padding: 3rem;
    border: 1px solid #6b6b6b;
    background-color: #fefefe;
    border-radius: 0;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto
}

.switch-paddle,.switch-paddle::after {
    display: block;
    transition: all .25s ease-out
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

.reveal .column,.reveal .columns {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

.reveal.collapse {
    padding: 0
}

table caption,table tbody td,table tbody th {
    padding: 1rem 2rem
}

@media screen and (min-width: 40em) {
    .reveal {
        width:71.25rem;
        max-width: 71.25rem
    }

    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto
    }

    .reveal.tiny {
        width: 30%;
        max-width: 71.25rem
    }

    .reveal.small {
        width: 50%;
        max-width: 71.25rem
    }

    .reveal.large {
        width: 90%;
        max-width: 71.25rem
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width: 39.9375em) {
    .reveal {
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        max-width: none;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.switch {
    margin-bottom: 1rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fefefe;
    font-size: .875rem
}

.switch-input {
    opacity: 0;
    position: absolute
}

.switch-paddle {
    background: #6b6b6b;
    cursor: pointer;
    position: relative;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    color: inherit;
    font-weight: inherit
}

input+.switch-paddle {
    margin: 0
}

.switch-paddle::after {
    background: #fefefe;
    content: '';
    position: absolute;
    height: 1.5rem;
    left: .25rem;
    top: .25rem;
    width: 1.5rem;
    transform: translate3d(0,0,0);
    border-radius: 0
}

input:checked~.switch-paddle {
    background: #6E9631
}

input:checked~.switch-paddle::after {
    left: 2.25rem
}

[data-whatinput=mouse] input:focus~.switch-paddle {
    outline: 0
}

.switch-active,.switch-inactive {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked+label>.switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked+label>.switch-inactive {
    display: none
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}

.switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked~.switch-paddle::after {
    left: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem
}

.switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked~.switch-paddle::after {
    left: 2rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}

.switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem
}

.switch.large input:checked~.switch-paddle::after {
    left: 2.75rem
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    /* margin-bottom: 1rem; */
    border-radius: 0
}

table tbody,table tfoot,table thead {
    border: none;
    background-color: #fefefe
}

table caption {
    font-weight: 700
}

table tfoot,table thead {
    background: #f8f8f8;
    color: #111
}

.tabs.primary>li>a,.title-bar,.tooltip {
    color: #fefefe
}

table tfoot tr,table thead tr {
    background: 0 0
}

table tfoot td,table tfoot th,table thead td,table thead th {
    padding: 1rem 2rem;
    font-weight: 700;
    text-align: left
}

table tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

@media screen and (max-width: 63.9375em) {
    table.stack tfoot,table.stack thead {
        display:none
    }

    table.stack td,table.stack th,table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

.tabs,.tabs-content {
    border: 1px solid #eaeaea
}

table.scroll {
    display: block;
    width: 100%
}

table.hover tr:hover {
    background-color: #f9f9f9
}

table.hover tr:nth-of-type(even):hover {
    background-color: #ececec
}

.table-scroll table {
    width: auto
}

.tabs {
    margin: 0;
    background: #fefefe
}

.tabs::after,.tabs::before {
    content: ' ';
    display: table
}

.tabs.vertical>li {
    width: auto;
    float: none;
    display: block
}

.tabs-title,.title-bar-left {
    float: left
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: 0 0
}

.tabs.primary {
    background: #6E9631
}

.tabs.primary>li>a:focus,.tabs.primary>li>a:hover {
    background: #64b248
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: .75rem
}

.tabs-title>a:hover {
    background: #fefefe
}

.tabs-title>a:focus,.tabs-title>a[aria-selected=true] {
    background: #eaeaea
}

.tabs-content {
    background: #fefefe;
    transition: all .5s ease;
    border-top: 0
}

.tabs-content.vertical {
    border: 1px solid #eaeaea;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    border: 4px solid #fefefe;
    box-shadow: 0 0 0 1px rgba(17,17,17,.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow .2s ease-out;
    border-radius: 0;
    margin-bottom: 1rem
}

.thumbnail:focus,.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(107,184,79,.5)
}

.title-bar {
    background: #111;
    padding: .5rem
}

.title-bar::after,.title-bar::before {
    content: ' ';
    display: table
}

.has-tip,.title-bar-title {
    display: inline-block;
    font-weight: 700
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-right {
    float: right;
    text-align: right
}

.has-tip {
    border-bottom: dotted 1px #3d3d3d;
    position: relative;
    cursor: help
}

.tooltip.top::before,.tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0
}

.tooltip {
    background-color: #111;
    font-size: 80%;
    padding: .75rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + .6495rem);
    max-width: 10rem!important;
    border-radius: 0
}

.tooltip::before {
    border: .75rem inset;
    border-color: transparent transparent #111;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top::before {
    border: .75rem inset;
    border-color: #111 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto
}

.tooltip.left::before,.tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    bottom: auto;
    top: 50%
}

.tooltip.left::before {
    border: .75rem inset;
    border-color: transparent transparent transparent #111;
    border-left-style: solid;
    border-right-width: 0;
    left: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    border: .75rem inset;
    border-color: transparent #111 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    left: auto;
    right: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.top-bar {
    padding: 0
}

.top-bar::after,.top-bar::before {
    content: ' ';
    display: table
}

.top-bar::after {
    clear: both
}

.top-bar,.top-bar ul {
    background-color: transparent
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.squeeze,.squeeze-centered {
    max-width: 630px
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,.top-bar .top-bar-right {
    width: 100%
}

@media screen and (min-width: 40em) {
    .top-bar .top-bar-left,.top-bar .top-bar-right {
        width:auto
    }

    .hide-for-medium {
        display: none!important
    }
}

@media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right {
        width:100%
    }
}

.top-bar-title {
    float: left;
    margin-right: 1rem
}

.float-center,.squeeze-centered {
    margin-left: auto;
    margin-right: auto
}

.top-bar-left {
    float: left
}

.top-bar-right {
    float: right
}

.hide {
    display: none!important
}

@media screen and (max-width: 0em),screen and (min-width:40em) {
    .show-for-small-only {
        display:none!important
    }
}

@media screen and (max-width: 39.9375em) {
    .hide-for-small-only,.show-for-medium {
        display:none!important
    }
}

@media screen and (min-width: 40em) and (max-width:63.9375em) {
    .hide-for-medium-only {
        display:none!important
    }
}

@media screen and (max-width: 39.9375em),screen and (min-width:64em) {
    .show-for-medium-only {
        display:none!important
    }
}

@media screen and (min-width: 64em) {
    .hide-for-large {
        display:none!important
    }
}

@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right {
        width:100%
    }

    .show-for-large {
        display: none!important
    }
}

@media screen and (min-width: 64em) and (max-width:74.9375em) {
    .hide-for-large-only {
        display:none!important
    }
}

@media screen and (max-width: 63.9375em),screen and (min-width:75em) {
    .show-for-large-only {
        display:none!important
    }
}

.show-for-sr,.show-on-focus {
    position: absolute!important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0)
}

.show-on-focus:active,.show-on-focus:focus {
    position: static!important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

.hide-for-portrait,.show-for-landscape {
    display: block!important
}

@media screen and (orientation: landscape) {
    .hide-for-portrait,.show-for-landscape {
        display:block!important
    }

    .hide-for-landscape,.show-for-portrait {
        display: none!important
    }
}

.hide-for-landscape,.show-for-portrait {
    display: none!important
}

@media screen and (orientation: portrait) {
    .hide-for-portrait,.show-for-landscape {
        display:none!important
    }

    .hide-for-landscape,.show-for-portrait {
        display: block!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-center {
    display: block
}

.clearfix::after,.clearfix::before {
    content: ' ';
    display: table
}

.menu-icon.dark::after,.menu-icon::after {
    content: '';
    top: 0;
    left: 0
}

.menu-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 16px
}

.menu-icon::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe
}

.menu-icon:hover::after {
    background: #6b6b6b;
    box-shadow: 0 7px 0 #6b6b6b,0 14px 0 #6b6b6b
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 16px
}

.menu-icon.dark::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #111;
    box-shadow: 0 7px 0 #111,0 14px 0 #111
}

.menu-icon.dark:hover::after {
    background: #3d3d3d;
    box-shadow: 0 7px 0 #3d3d3d,0 14px 0 #3d3d3d
}

.slide-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter,.slide-in-up.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    backface-visibility: hidden
}

.slide-in-right.mui-enter,.slide-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    -ms-transform: translateY(0);
    transform: translateY(0);
    backface-visibility: hidden
}

.slide-out-right.mui-leave,.slide-out-up.mui-leave {
    -webkit-backface-visibility: hidden;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform,opacity
}

.slide-out-down.mui-leave.mui-leave-active {
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    -ms-transform: translateX(0);
    transform: translateX(0);
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    -ms-transform: translateY(0);
    transform: translateY(0);
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: transform,opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fade-in.mui-enter,.fade-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: opacity
}

.slide-out-left.mui-leave.mui-leave-active {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    opacity: 0
}

.fade-in.mui-enter.mui-enter-active,.fade-out.mui-leave {
    opacity: 1
}

.hinge-in-from-bottom.mui-enter,.hinge-in-from-left.mui-enter,.hinge-in-from-middle-x.mui-enter,.hinge-in-from-middle-y.mui-enter,.hinge-in-from-right.mui-enter,.hinge-in-from-top.mui-enter,.hinge-out-from-bottom.mui-leave,.hinge-out-from-middle-x.mui-leave,.hinge-out-from-middle-y.mui-leave,.hinge-out-from-right.mui-leave,.hinge-out-from-top.mui-leave,.scale-in-down.mui-enter,.scale-in-up.mui-enter,.scale-out-down.mui-leave,.scale-out-up.mui-leave,.spin-in-ccw.mui-enter,.spin-in.mui-enter,.spin-out-ccw.mui-leave,.spin-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-property: transform,opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: right;
    transform-origin: right;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    transform: perspective(2000px) rotateX(90deg);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    transform: perspective(2000px) rotateY(90deg);
    -ms-transform-origin: left;
    transform-origin: left;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active,.hinge-out-from-top.mui-leave {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    -ms-transform-origin: top;
    transform-origin: top
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: right;
    transform-origin: right;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform,opacity;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active,.scale-out-up.mui-leave {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active,.spin-out.mui-leave {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-in-ccw.mui-enter,.spin-out.mui-leave.mui-leave-active {
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active,.spin-out-ccw.mui-leave {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    transition-duration: 750ms!important
}

.linear {
    transition-timing-function: linear!important;
    animation-timing-function: linear!important
}

.ease {
    transition-timing-function: ease!important;
    animation-timing-function: ease!important
}

.ease-in {
    transition-timing-function: ease-in!important;
    animation-timing-function: ease-in!important
}

.ease-out {
    transition-timing-function: ease-out!important;
    animation-timing-function: ease-out!important
}

.ease-in-out {
    transition-timing-function: ease-in-out!important;
    animation-timing-function: ease-in-out!important
}

.bounce-in {
    transition-timing-function: cubic-bezier(.485,.155,.24,1.245)!important;
    animation-timing-function: cubic-bezier(.485,.155,.24,1.245)!important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485,.155,.515,.845)!important;
    animation-timing-function: cubic-bezier(.485,.155,.515,.845)!important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important;
    animation-timing-function: cubic-bezier(.76,-.245,.24,1.245)!important
}

.short-delay {
    transition-delay: .3s!important;
    animation-delay: .3s!important
}

.long-delay {
    transition-delay: .7s!important;
    animation-delay: .7s!important
}

@keyframes shake-7 {
    0%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
        transform: translateX(7%)
    }

    15%,25%,35%,45%,5%,55%,65%,75%,85%,95% {
        transform: translateX(-7%)
    }
}

@keyframes spin-cw-1turn {
    0%,100% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(1turn)
    }
}

.wiggle {
    animation-name: wiggle-7deg
}

@keyframes wiggle-7deg {
    40%,50%,60% {
        transform: rotate(7deg)
    }

    35%,45%,55%,65% {
        transform: rotate(-7deg)
    }

    0%,100%,30%,70% {
        transform: rotate(0)
    }
}

.shake,.spin-ccw,.spin-cw,.wiggle {
    animation-duration: .5s
}

.slow {
    animation-duration: 750ms!important
}

.fast {
    transition-duration: 250ms!important;
    animation-duration: 250ms!important
}

p {
    font-size: 15px
}

sup {
    top: -.8em
}

.home sup {
    top: -.35em;
    font-size: 60%
}

table th {
    line-height: 1.2
}

.text-extended {
    letter-spacing: 1px
}

.relative {
    position: relative
}

.bold {
    font-weight: 700
}

.block {
    display: block
}

.fltL {
    float: left
}

.fltR {
    float: right
}

.disallow {
    color: gray!important;
    cursor: not-allowed
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.circle,.circle-icon,.circle-icon-medium {
    text-align: center;
    border-radius: 100%
}

.marg-btm-0 {
    margin-bottom: 0
}

.marg-top-10 {
    margin-top: 10px
}

.marg-top-20 {
    margin-top: 20px
}

.marg-top-40 {
    margin-top: 40px
}

.marg-top-60 {
    margin-top: 60px
}

.marg-btm-10 {
    margin-bottom: 10px
}

.marg-btm-20 {
    margin-bottom: 20px
}

.marg-btm-40 {
    margin-bottom: 40px
}
.marg-btm-50 {
    margin-bottom: 50px
}

.marg-btm-60 {
    margin-bottom: 60px
}

.padd-top-10 {
    padding-top: 10px
}

.padd-top-20 {
    padding-top: 20px
}

.padd-top-40 {
    padding-top: 40px
}

.padd-top-60 {
    padding-top: 60px
}

.padd-btm-10 {
    padding-bottom: 10px
}

.padd-btm-20 {
    padding-bottom: 20px
}

.padd-btm-40 {
    padding-bottom: 40px
}

.padd-btm-60 {
    padding-bottom: 60px
}

.padd-right-10 {
    padding-right: 10px
}

.padd-right-20 {
    padding-right: 20px
}

.padd-left-10 {
    padding-left: 10px
}

.padd-left-20 {
    padding-left: 20px
}

.padded-section {
    padding: 50px 0
}

@media screen and (min-width: 64em) {
    .padded-section {
        padding:90px 0
    }
}

.padding {
    padding: 40px 20px
}

@media screen and (min-width: 40em) {
    .padding {
        padding:50px 20px
    }
}

@media screen and (min-width: 64em) {
    .padding {
        padding:50px 20px
    }
}

.padding .padding {
    padding: 2rem
}

.border-box {
    border: 2px solid #d4d4d4;
    padding: 1.5rem
}

@media screen and (min-width: 64em) {
    .border-box {
        padding:2.5rem
    }
}

.border-box+.border-box,.or-circle+.border-box {
    border-top: none
}

.inline-block {
    display: inline-block;
    margin-left: 20px
}

@media screen and (min-width: 40em) {
    .vert-align-columns {
        display:table;
        width: 100%;
        height: 100%
    }

    .vert-align-columns.inline {
        display: inline-table
    }

    .vert-align-columns.auto-width {
        width: auto!important
    }

    .vert-align-columns.fixed {
        table-layout: fixed
    }

    .vert-align-columns .table-row {
        display: table-row
    }

    .vert-align-columns [class^=cell] {
        display: table-cell
    }

    .vert-align-columns [class^=cell].top {
        vertical-align: top
    }

    .vert-align-columns [class^=cell].bottom {
        vertical-align: bottom
    }

    .vert-align-columns [class^=cell].middle {
        vertical-align: middle
    }

    .vert-align-columns .cell {
        width: auto
    }

    .vert-align-columns .cell.fixed-height-50 {
        height: 50px
    }

    .vert-align-columns .cell.border {
        border: 1px solid #d4d4d4
    }

    .vert-align-columns .cell.fixed-height-80 {
        height: 80px
    }

    .vert-align-columns .cell.fixed-width-60 {
        width: 60px
    }

    .vert-align-columns .cell.w-100 {
        width: 100%
    }

    .vert-align-columns .cell.w-75 {
        width: 75%
    }

    .vert-align-columns .cell.w-50 {
        width: 50%
    }

    .vert-align-columns .cell.w-25 {
        width: 25%
    }

    .vert-align-columns .cell.breathing-room {
        padding: 0 25px
    }
}

.mobile-table {
    display: table;
    width: 100%;
    height: 100%
}

.mobile-table.inline {
    display: inline-table
}

.mobile-table.auto-width {
    width: auto!important
}

.mobile-table .table-row {
    display: table-row
}

.mobile-table [class^=cell] {
    display: table-cell
}

.circle,.circle-icon,.circle-icon-medium,.left-arrow {
    display: inline-block
}

.mobile-table [class^=cell].top {
    vertical-align: top
}

.mobile-table [class^=cell].bottom {
    vertical-align: bottom
}

.mobile-table [class^=cell].middle {
    vertical-align: middle
}

.mobile-table .cell {
    width: auto
}

.mobile-table .cell.fixed-height-50 {
    height: 50px
}

.mobile-table .cell.border {
    border: 1px solid #d4d4d4
}

.mobile-table .cell.fixed-height-80 {
    height: 80px
}

.mobile-table .cell.fixed-width-60 {
    width: 60px
}

.mobile-table .cell.w-100 {
    width: 100%
}

.mobile-table .cell.w-75 {
    width: 75%
}

.mobile-table .cell.w-50 {
    width: 50%
}

.mobile-table .cell.w-25 {
    width: 25%
}

.mobile-table .cell.breathing-room {
    padding: 0 25px
}

.bg-primary {
    background-color: #6E9631!important
}

.bg-secondary {
    background-color: #777!important
}

.bg-gray {
    background-color: #3D414A!important
}

.bg-dark-gray {
    background-color: #3d3d3d!important
}

.bg-light-gray {
    background-color: #eaeaea!important
}

.bg-black {
    background-color: #111!important
}

.wall-color {
    background-color: #eaeaea
}

.fadded-bg-right {
    background-position: center right;
    background-size: contain;
    padding: 5rem 1rem
}

.bg-black-particle,.bg-green-particle {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

@media screen and (max-width: 63.9375em) {
    .fadded-bg-right {
        padding:0;
        background-size: cover
    }

    .fadded-bg-right .row {
        background-color: rgba(254,254,254,.5);
        padding: 1rem
    }
}

.bg-black-particle {
    background-image: url(../images/black-particle-bg.jpg)
}

.bg-green-particle {
    background-image: url(../images/green-particle-bg.jpg)
}

.white,.white a,.white p {
    color: #fefefe
}

.black {
    color: #111
}

.gray {
    color: #d4d4d4
}

.primary {
    color: #6E9631
}

.icon-document.large {
    font-size: 50px;
    color: #6E9631
}

.left-arrow {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mw-300 {
    max-width: 300px;
    margin: auto
}

.circle {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: 10px
}

.circle sup {
    font-size: 40%
}

.circle-icon {
    height: 58px;
    width: 58px
}

.circle-icon [class^=icon] {
    font-size: 30px;
    line-height: 58px
}

.circle-icon .text {
    font: 700 42px/90px "Square",sans-serif;
}

.circle-icon.mobile-large {
    height: 90px;
    width: 90px
}

.circle-icon.mobile-large [class^=icon] {
    font-size: 45px;
    line-height: 90px
}

@media screen and (min-width: 64em) {
    .circle-icon {
        height:108px;
        width: 108px
    }

    .circle-icon [class^=icon] {
        font-size: 45px;
        line-height: 108px
    }

    /* .sellers-buyers {
        margin-bottom: 90px
    } */
}

.circle-icon-medium {
    height: 50px;
    width: 50px
}

.circle-icon-medium [class^=icon] {
    font-size: 30px;
    line-height: 50px
}

table [class^=icon] {
    font-size: 28px;
    color: #6E9631
}

.split-info-cols img {
    position: relative;
    height: 295px;
    width: 295px;
    border-radius: 100%;
    margin-bottom: 40px
}

@media screen and (min-width: 64em) {
    .split-info-cols {
        margin-top:200px
    }

    .split-info-cols img {
        margin-top: -155px
    }
}

.split-info-cols .column,.split-info-cols .columns {
    padding: 20px 10px 50px
}

@media screen and (min-width: 40em) {
    .split-info-cols .column,.split-info-cols .columns {
        padding:20px 40px 50px
    }
}

ul.green-bullets li,ul.white-bullets li {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left 5px
}

.split-info-cols .column:first-child,.split-info-cols .columns:first-child {
    background-color: #6E9631
}

.split-info-cols .column:last-child,.split-info-cols .columns:last-child {
    background-color: #eaeaea
}

ul.no-bullets {
    list-style: none;
    margin-left: 0
}

ul.green-bullets li {
    background-image: url(../images/green-bullet.jpg)
}

ul.white-bullets li {
    background-image: url(../images/white-bullet.jpg)
}

.border-wrap-gray {
    border: 2px solid #3D414A;
    padding: 25px
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: #6E9631;
    line-height: 1.2;
    display: block
}

.h1.bold,.h2.bold,.h3.bold,.h4.bold,.h5.bold,.h6.bold,h1.bold,h2.bold,h3.bold,h4.bold,h5.bold,h6.bold {
    font-weight: 700
}

.h1.white,.h2.white,.h3.white,.h4.white,.h5.white,.h6.white,h1.white,h2.white,h3.white,h4.white,h5.white,h6.white {
    color: #fefefe
}

.h1.white span,.h2.white span,.h3.white span,.h4.white span,.h5.white span,.h6.white span,h1.white span,h2.white span,h3.white span,h4.white span,h5.white span,h6.white span {
    color: #6E9631
}

.h1.black,.h2.black,.h3.black,.h4.black,.h5.black,.h6.black,h1.black,h2.black,h3.black,h4.black,h5.black,h6.black {
    color: #111
}

.h1.no-margin,.h2.no-margin,.h3.no-margin,.h4.no-margin,.h5.no-margin,.h6.no-margin,h1.no-margin,h2.no-margin,h3.no-margin,h4.no-margin,h5.no-margin,h6.no-margin {
    margin-bottom: 0!important
}

.h1 span,.h2 span,.h3 span,.h4 span,.h5 span,.h6 span,h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
    color: #fefefe
}

.h1,h1 {
    letter-spacing: 3px;
    font-size: 24px
}

.h2,.h3,.h4,.h5,h2,h3,h4,h5 {
    letter-spacing: 1px
}

.h2,h2 {
    font-size: 25px
}

.h3,h3 {
    font-size: 19px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 17px
}

.h6,h6 {
    font-size: 16px
}

@media screen and (min-width: 40em) {
    .h1,h1 {
        font-size:55px
    }

    .h2,h2 {
        font-size: 35px
    }

    .h3,h3 {
        font-size: 23px
    }

    .h4,h4 {
        font-size: 20px
    }

    .h5,h5 {
        font-size: 17px
    }

    .h6,h6 {
        font-size: 16px
    }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {
    20%,53%,80%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    animation-name: bounce;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@keyframes flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from,to {
        transform: scale3d(1,1,1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    from,to {
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        transform: translate3d(10px,0,0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    -ms-transform-origin: top center;
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from,to {
        transform: scale3d(1,1,1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from,to {
        transform: none
    }

    15% {
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    11.1%,from,to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.39062deg) skewY(.39062deg)
    }

    88.8% {
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    animation-name: jello;
    -ms-transform-origin: center;
    transform-origin: center
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        transform: translate3d(0,-10px,0)
    }

    90% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        transform: translate3d(-10px,0,0)
    }

    90% {
        transform: translate3d(5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        transform: translate3d(10px,0,0)
    }

    90% {
        transform: translate3d(-5px,0,0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        transform: translate3d(0,10px,0)
    }

    90% {
        transform: translate3d(0,-5px,0)
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInX
}

.flipInY,.flipOutX {
    -webkit-backface-visibility: visible!important
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible!important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible!important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate3d(0,0,1,80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        transform: rotate3d(0,0,1,60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.site-header {
    position: absolute;
    width: 100%;
    z-index: 99;
    box-shadow: 0 10px 21px rgba(0,0,0,.1);
    transition: .3s
}

@media screen and (max-width: 63.9375em) {
    .medium-text-center {
        text-align:center
    }

    .medium-padding {
        padding: 1rem
    }

    .site-header {
        background-color: #fefefe
    }

    .site-header #login-btn-sticky,.site-header .logged-in-sticky {
        display: block;
        position: absolute;
        right: 65px;
        height: 60px
    }

    .site-header #login-btn-sticky {
        background-color: #3D414A;
        color: #fefefe;
        padding: 10px
    }

    .site-header #login-btn-sticky i {
        display: block
    }

    .site-header .logged-in-sticky {
        background-color: #3D414A;
        padding: 10px 0;
        height: 100%
    }

    .site-header .logged-in-sticky a,.site-header .logged-in-sticky i {
        display: block;
        color: #fefefe
    }

    .site-header .logged-in-sticky a.logout {
        font: 700 11px/13px "Square",sans-serif;
        margin-top: 7px;
        padding: 3px 10px;
        background-color: #6E9631;
    }
}

@media screen and (min-width: 40em) {
    .site-header #login-btn-sticky,.site-header .logged-in-sticky {
        display:none
    }

    .site-header.is-stuck #menu-wrapper-mobile ul {
        width: 200px;
        float: right;
        box-shadow: 0 15px 21px rgba(0,0,0,.4)
    }
}

.site-header.is-stuck {
    position: fixed;
    background-color: #fefefe
}

.site-header.is-stuck #hamburger,.site-header.is-stuck .logo.mobile {
    display: block;
    padding: 0;
    max-height: 60px
}

.site-header.is-stuck #menu-wrapper-desktop,.site-header.is-stuck .logo.desktop {
    display: none
}

.site-header.is-stuck #login-btn-sticky,.site-header.is-stuck .logged-in-sticky {
    display: block;
    position: absolute;
    right: 65px;
    height: 60px
}

#hamburger,#menu-wrapper-desktop #login-btn,#menu-wrapper-desktop .logged-in {
    right: 0;
    position: absolute;
    color: #fefefe
}

.site-header.is-stuck #login-btn-sticky {
    background-color: #3D414A;
    color: #fefefe;
    padding: 10px
}

.site-header.is-stuck #login-btn-sticky i {
    display: block
}

.site-header.is-stuck .logged-in-sticky {
    background-color: #3D414A;
    padding: 10px 0;
    height: 100%
}

.site-header.is-stuck .logged-in-sticky a,.site-header.is-stuck .logged-in-sticky i {
    display: block;
    color: #fefefe
}

.site-header.is-stuck .logged-in-sticky a.logout {
    font: 700 11px/13px "Square",sans-serif;
    margin-top: 7px;
    padding: 3px 10px;
    background-color: #6E9631;
}

.logo {
    padding: 10px;
    max-height: 60px;
    transition: .3s
}

@media screen and (max-width: 63.9375em) {
    .logo.desktop {
        display:none
    }

    .logo.mobile {
        display: block;
        padding: 5px
    }
}

@media screen and (min-width: 64em) {
    .logo {
        padding:15px 0;
        max-height: 150px
    }

    .logo.desktop {
        display: block
    }

    .logo.mobile {
        display: none
    }
}

#hamburger,#menu-wrapper-desktop {
    display: block
}

#hamburger {
    top: 0;
    bottom: 0;
    width: 65px;
    height: 60px;
    background-color: #6E9631
}

@media screen and (min-width: 64em) {
    #hamburger {
        display:none
    }
}

#hamburger.open .line-wrap span:nth-child(1) {
    top: 10px;
    opacity: 0
}

#hamburger.open .line-wrap span:nth-child(2) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#hamburger.open .line-wrap span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#hamburger.open .line-wrap span:nth-child(4) {
    top: 34px;
    opacity: 0
}

#hamburger.open .line-wrap small {
    top: 42px
}

#hamburger .line-wrap {
    height: 100%
}

#hamburger .line-wrap span {
    position: absolute;
    height: 3px;
    width: 42px;
    left: 12px;
    background-color: #fefefe;
    transition: .3s
}

#hamburger .line-wrap span:nth-child(1) {
    top: 13px
}

#hamburger .line-wrap span:nth-child(2),#hamburger .line-wrap span:nth-child(3) {
    top: 20px
}

#hamburger .line-wrap span:nth-child(4) {
    top: 27px
}

#hamburger .line-wrap small {
    position: absolute;
    top: 34px;
    left: 12px;
    font: 700 12px/16px "Square",sans-serif;
    letter-spacing: 2px;
    transition: .3s
}

@media screen and (max-width: 63.9375em) {
    #menu-wrapper-desktop {
        display:none
    }
}

#menu-wrapper-desktop .menu .active>a {
    background-color: #3D414A
}

#menu-wrapper-desktop #menu-main-menu {
    display: table;
    width: 100%;
    padding-right: 135px;
    height: 90px;
    text-align: right
}

#menu-wrapper-desktop #menu-main-menu li {
    display: inline-block
}

#menu-wrapper-desktop #menu-main-menu li a {
    position: relative;
    height: 90px;
    padding: 35px 10px;
    font: 700 14px/16px "Square",sans-serif;
    color: #fefefe;
    letter-spacing: 2px;
    z-index: 10
}

#menu-wrapper-desktop #menu-main-menu li a:hover:after {
    height: 100%
}

#menu-wrapper-desktop #menu-main-menu li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #6E9631;
    z-index: -1;
    transition: .3s
}

#menu-wrapper-desktop #login-btn {
    top: 0;
    width: 122px;
    text-align: center;
    line-height: 1;
    padding: 10px;
    background-color: #6E9631;
    transition: .3s;
    height: 90px;
}

#menu-wrapper-desktop #login-btn:hover {
    background-color: #3D414A;
    padding: 20px 0 15px
}

#menu-wrapper-desktop #login-btn .icon-large {
    font-size: 1.4rem;
    padding-bottom: 10px;
    display: inline-block
}

#menu-wrapper-desktop #login-btn small,#menu-wrapper-desktop #login-btn span {
    display: block;
    font-weight: 700;
    font-family: "Square",sans-serif;
}

#menu-wrapper-desktop #login-btn span {
    font-size: 16px;
    margin-top: 3px;
    letter-spacing: .1em;
    margin-bottom: 5px;
}

#menu-wrapper-desktop .logged-in {
    top: 0;
    width: auto;
    font-family: "Square",sans-serif;
    background: #6E9631
}

#menu-wrapper-desktop .logged-in>div {
    width: auto;
    height: 90px;
    display: table
}
header.is-stuck #menu-wrapper-desktop .logged-in>div{height: 60px;}

#menu-wrapper-desktop .logged-in a {
    color: #fefefe;
    display: table-row
}

#menu-wrapper-desktop .logged-in span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
    font-size: 14px;
    padding:10px 10px 10px 0;
}

#menu-wrapper-desktop .logged-in i {
    font-size: 30px;
    vertical-align: middle;
    width: 50px;
    padding: 10px;
    display: table-cell
}

#menu-wrapper-desktop .logged-in .logout {
    display: block;
    width: 100%;
    background: #3D414A;
    padding: 5px;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center
}

#menu-wrapper-desktop .logged-in .edit-account {
    position: absolute;
    top: auto;
    left: 13px
}

#menu-wrapper-mobile {
    position: absolute;
    display: none;
    top: 60px;
    left: 0;
    width: 100%
}

#menu-wrapper-mobile #menu-main-menu-mobile {
    display: block
}

#menu-wrapper-mobile #menu-main-menu-mobile li {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #6E9631;
    transition: .3s
}

#menu-wrapper-mobile #menu-main-menu-mobile li:hover {
    background-color: #3D414A
}

#menu-wrapper-mobile #menu-main-menu-mobile li a {
    position: relative;
    padding: 20px 0;
    height: auto;
    border-bottom: 2px solid #3D414A;
    z-index: 10;
    color: #fefefe;
    font: 700 18px/18px "Square",sans-serif;
}

#footer-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto
}

#footer-container ul {
    width: 100%;
    margin: 0
}

#footer-container #footer-cta {
    padding: 30px 5px
}

#footer-container #footer-cta .vert-align-columns {
    margin-left: auto;
    margin-right: auto
}

#footer-container #footer-cta .cell {
    padding: 0 10px
}

@media screen and (max-width: 39.9375em) {
    #footer-container #footer-cta .vert-align-columns {
        display:block
    }

    #footer-container #footer-cta .cell {
        padding: 10px;
        display: block
    }
}

#footer-container #footer {
    color: #6b6b6b;
    height: 95px
}

#footer-container #footer a {
    color: #6b6b6b;
    font-weight: 600;
    transition: .3s
}

#footer-container #footer a:hover {
    color: #9e9e9e
}

@media screen and (max-width: 63.9375em) {
    #footer-container #footer .social-footer ul {
        text-align:center
    }
}

#footer-container #footer .social-footer ul li {
    text-align: center;
    width: 50px;
    display: inline-block;
    padding: 20px 0
}

@media screen and (min-width: 64em) {
    #footer-container #footer .social-footer ul li {
        width:70px;
        padding: 30px 0;
        border-left: 1px solid #6b6b6b
    }

    #footer-container #footer .social-footer ul li:last-child {
        border-right: 1px solid #6b6b6b
    }

    #footer-container #footer .fa {
        width: 70px
    }
}

#footer-container #footer .menu-meta-wrap {
    text-align: center;
    line-height: 95px;
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
}

#footer-container #footer .footer-menu li {
    display: inline-block;
    margin: 0 5px;
    font-size: 13px
}

@media screen and (min-width: 40em) {
    #footer-container #footer .footer-menu li {
        margin:5px 10px
    }
}

#footer-container #footer .copyright p {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 10px
}

@media screen and (min-width: 64em) {
    #footer-container #footer .copyright p {
        margin-top:0
    }

    #footer-container .social-footer li {
        float: left;
        width: 25%
    }
}

.sidebar {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

.sidebar:last-child:not(:first-child) {
    float: right
}

@media screen and (min-width: 40em) {
    .sidebar {
        width:33.33333%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem;
        margin-top: 1rem
    }

    .sidebar:last-child:not(:first-child) {
        float: right
    }
}

@media screen and (min-width: 40em) and (min-width:40em) {
    .sidebar {
        padding-left:.9375rem;
        padding-right: .9375rem
    }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-inner,.fancybox-outer,.fancybox-skin {
    position: relative
}

.fancybox-skin {
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0,0,0,.5)
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Square",sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span {
    background-image: url(../images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close,.fancybox-nav,.fancybox-nav span {
    z-index: 8040;
    position: absolute;
    cursor: pointer
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: url(../images/blank.gif);
    -webkit-tap-highlight-color: transparent
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock,.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Square",sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0,0,0,.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span {
        background-image:url(../images/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(../images/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

.fancybox-type-iframe .fancybox-inner {
    padding-top: 56.2%;
    height: 0!important
}

.fancybox-type-iframe .fancybox-inner .fancybox-iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.button,.checkout-btn,.woocommerce a.button,.woocommerce input.button,[type=submit] {
    display: inline-block;
    border-radius: 30px;
    text-transform: uppercase;
    border: 3px solid #6E9631;
    background-color: transparent;
    color: #6E9631;
    transition: .3s;
    padding: 10px 30px;
    font: 700 14px/14px "Square",sans-serif;
    letter-spacing: 1px
}

.button.alt,.button:hover,.checkout-btn.alt,.checkout-btn:hover,.woocommerce a.button.alt,.woocommerce a.button:hover,.woocommerce input.button.alt,.woocommerce input.button:hover,[type=submit].alt,[type=submit]:hover {
    background-color: #6E9631;
    color: #fefefe
}

.button.no-margin,.checkout-btn.no-margin,.woocommerce a.button.no-margin,.woocommerce input.button.no-margin,[type=submit].no-margin {
    margin-bottom: 0
}

.button.large,.checkout-btn.large,.woocommerce a.button.large,.woocommerce input.button.large,[type=submit].large {
    padding: 15px 45px
}

.button .left-arrow,.checkout-btn .left-arrow,.woocommerce a.button .left-arrow,.woocommerce input.button .left-arrow,[type=submit] .left-arrow {
    position: relative;
    top: 2px;
    right: 4px
}

.button.alt:hover,.checkout-btn.alt:hover,.woocommerce a.button.alt:hover,.woocommerce input.button.alt:hover,[type=submit].alt:hover {
    background-color: #fefefe;
    color: #6E9631
}

.button.primary-bordered,.checkout-btn.primary-bordered,.woocommerce a.button.primary-bordered,.woocommerce input.button.primary-bordered,[type=submit].primary-bordered {
    background-color: transparent;
    border: 3px solid #6E9631;
    color: #6E9631
}

.button.primary-bordered:hover,.checkout-btn.primary-bordered:hover,.woocommerce a.button.primary-bordered:hover,.woocommerce input.button.primary-bordered:hover,[type=submit].primary-bordered:hover {
    background-color: #6E9631;
    color: #fefefe
}

.button.white,.checkout-btn.white,.woocommerce a.button.white,.woocommerce input.button.white,[type=submit].white {
    color: #fefefe;
    border-color: #fefefe
}

.button.white:hover,.checkout-btn.white:hover,.woocommerce a.button.white:hover,.woocommerce input.button.white:hover,[type=submit].white:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color:#3D414A;
}

.button.white-hover:hover,.checkout-btn.white-hover:hover,.woocommerce a.button.white-hover:hover,.woocommerce input.button.white-hover:hover,[type=submit].white-hover:hover {
    color: #6E9631;
    border-color: #fefefe;
    background-color: #fefefe
}

.button [class^=icon],.checkout-btn [class^=icon],.woocommerce a.button [class^=icon],.woocommerce input.button [class^=icon],[type=submit] [class^=icon] {
    margin-left: 8px
}

#featured-hero {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 170px
}

#featured-hero-checkout {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
}

@media screen and (min-width: 40em) {
    #featured-hero {
        height:240px
    }
    #featured-hero-checkout {
        height:100px
    }
}

@media screen and (max-width: 39.9375em) {
    #featured-hero .padd-btm-60 {
        padding-bottom:10px
    }

    #featured-hero .vert-align-columns {
        display: table;
        height: 100%;
        width: 100%;
        text-align: center
    }

    #featured-hero .vert-align-columns .cell-100 {
        display: table-cell;
        width: 100%
    }

    #featured-hero .vert-align-columns .bottom {
        vertical-align: bottom
    }
}

.dotted {
    border-style: dashed;
    margin: 2rem 0
}

[data-whatinput=mouse] a:focus,button:focus,button:focus [data-whatinput=touch] a:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: #3D414A;
    opacity: 1!important
}

:-moz-placeholder {
    color: #3D414A;
    opacity: 1!important
}

::-moz-placeholder {
    color: #3D414A;
    opacity: 1!important
}

:-ms-input-placeholder {
    color: #3D414A;
    opacity: 1!important
}

[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],select,textarea {
    border: 2px solid #3D414A;
    transition: .3s;
    color: #3D414A
}

[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,select:focus,textarea:focus {
    outline: 0!important;
    box-shadow: none;
    border: 2px solid #3D414A
}

[type=text].saved,[type=password].saved,[type=date].saved,[type=datetime].saved,[type=datetime-local].saved,[type=month].saved,[type=week].saved,[type=email].saved,[type=number].saved,[type=search].saved,[type=tel].saved,[type=time].saved,[type=url].saved,[type=color].saved,select.saved,textarea.saved {
    border-color: #6E9631!important
}

[type=text].error,[type=password].error,[type=date].error,[type=datetime].error,[type=datetime-local].error,[type=month].error,[type=week].error,[type=email].error,[type=number].error,[type=search].error,[type=tel].error,[type=time].error,[type=url].error,[type=color].error,select.error,textarea.error {
    border-color: red
}

[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],select {
    height: 45px
}

[type=text].has-error,[type=password].has-error,[type=date].has-error,[type=datetime].has-error,[type=datetime-local].has-error,[type=month].has-error,[type=week].has-error,[type=email].has-error,[type=number].has-error,[type=search].has-error,[type=tel].has-error,[type=time].has-error,[type=url].has-error,[type=color].has-error,select.has-error {
    border-color: red!important
}

[type=text]:-webkit-autofill,[type=password]:-webkit-autofill,[type=date]:-webkit-autofill,[type=datetime]:-webkit-autofill,[type=datetime-local]:-webkit-autofill,[type=month]:-webkit-autofill,[type=week]:-webkit-autofill,[type=email]:-webkit-autofill,[type=number]:-webkit-autofill,[type=search]:-webkit-autofill,[type=tel]:-webkit-autofill,[type=time]:-webkit-autofill,[type=url]:-webkit-autofill,[type=color]:-webkit-autofill,select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fefefe inset;
    -webkit-text-fill-color: #fefefe!important;
    -webkit-text-fill-color: #6b6b6b!important
}

select {
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QOPaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzExMSA3OS4xNTgzMjUsIDIwMTUvMDkvMTAtMDE6MTA6MjAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzU4YjA2ODItNTY5My00YmFlLTllMjMtZWJmYmE0YzQ1NDc3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBEMjc3NkZFMjY3ODExRTY4MjlDQzc1NTdEOTg1MDYzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBEMjc3NkZEMjY3ODExRTY4MjlDQzc1NTdEOTg1MDYzIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjYyM2U2N2UtNmQzMi00NjRlLWJmMjEtNjExZmVhZjgzMjJjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6M2Q5OTU2NjctNTJjMy0xMTc5LTlmZjQtYzc1NDMzYjgxNGM4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDAwEBAQEBAQECAQECAgIBAgIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/8AAEQgAFQAVAwERAAIRAQMRAf/EAGQAAQADAQAAAAAAAAAAAAAAAAgGBwkKAQEAAAAAAAAAAAAAAAAAAAAAEAABAwIFAwIHAAAAAAAAAAADAQIEBQYAERITBxQWCBUXISIjJHa2NxEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A7+MAK/GL+s+T/wCeM/Zb9wDUwARqN48jeN3I8499VKrXxxPfVYLLFcB2qedQ5x/irEEJrQxJMOOxGviDaOPJjjR8drHseJoVZx3zjbHGVyeSF0sIOuS7lvIZbMp0V66K6pa5e0kUzea1dqlABLEQpMs9JGtaiue1MBNxWr5NMsqby664qq68ZN0Uu8hcf5O2RW/BpVYgnCtIe1+Ug8OoDalMG4blijVSbktBNGDQ5K7I7IuH3G6Hs/oX+r9fno0ZpsdLt/cepdRp6bZ+vv6dv58sBm944i4IZyuR0+dX5R3T19uhXdS6VBpopGY3xVqh4dYqIj3GhHqOIjhjjK8aERUOQQxhq3gP/9k=);
    background-size: 21px;
    color: #6b6b6b;
    font-size: 14px;
    padding-left: 12px
}

.input-area label,.ninja-forms-form-wrap label {
    padding: 0 5px;
    position: absolute;
    background-color: #fefefe;
    transition: .3s;
    text-transform: uppercase
}

.input-area label {
    left: 25px;
    top: 14px;
    color: #3D414A
}

.input-area label.focus {
    top: -11px
}

.input-area label .required {
    font-size: 10px;
    color: #6E9631
}

.input-area [class^=icon] {
    position: absolute;
    right: 30px;
    top: 10px;
    color: #6b6b6b;
    font-size: 25px
}

.ninja-forms-form-wrap label {
    font-weight: 400!important;
    display: inline!important;
    width: auto!important;
    margin-bottom: 0!important;
    left: 15px;
    top: 18px;
    color: #3D414A
}

.ninja-forms-form-wrap label.focus {
    top: -2px
}

.ninja-forms-form-wrap label .ninja-forms-req-symbol {
    color: #6E9631;
    font-size: 10px;
    vertical-align: super
}

.ninja-forms-form-wrap .field-wrap {
    width: 100%;
    padding: 10px;
    margin: 0;
    height: 60px;
    position: relative
}

.ninja-forms-form-wrap .field-wrap .ninja-forms-field {
    border: 2px solid #3D414A;
    margin-left: 0!important
}

@media screen and (min-width: 40em) {
    .ninja-forms-form-wrap .field-wrap.label-left {
        width:50%;
        float: left
    }

    .ninja-forms-form-wrap .field-wrap.label-above {
        clear: both;
        display: block
    }
}

.ninja-forms-form-wrap .field-wrap input {
    width: 100%
}

.ninja-forms-form-wrap .textarea-wrap {
    height: 200px
}

.ninja-forms-form-wrap .ninja-forms-field-error {
    color: #6E9631;
    position: absolute;
    bottom: -7px
}

.ninja-forms-form-wrap .ninja-forms-field-error p {
    margin: 0;
    font-size: 10px;
    text-transform: uppercase
}

.ninja-forms-form-wrap .ninja-forms-required-items {
    display: none
}

.ninja-forms-form-wrap .submit-wrap {
    display: block;
    text-align: center;
    padding-top: 40px
}

.ninja-forms-form-wrap .submit-wrap [type=submit] {
    border: 3px solid #6E9631;
    display: inline-block;
    width: auto
}

.woocommerce form.login,.woocommerce form.register,form {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0
}

.woocommerce form.login .form-row,.woocommerce form.register .form-row,form .form-row {
    padding: 0;
    margin: 0 0 25px;
    position: relative
}

.woocommerce form.login .form-row label,.woocommerce form.register .form-row label,form .form-row label {
    font-weight: 400!important;
    display: inline!important;
    width: auto!important;
    margin-bottom: 0!important;
    text-transform: uppercase;
    padding: 0 5px;
    position: absolute;
    left: 8px;
    top: 8px;
    background-color: #fefefe;
    color: #3D414A;
    transition: .3s
}

.woocommerce form.login .form-row label.focus,.woocommerce form.register .form-row label.focus,form .form-row label.focus {
    top: -14px
}

.woocommerce form.login .form-row label .required,.woocommerce form.register .form-row label .required,form .form-row label .required {
    font-size: 10px;
    color: #6E9631
}

.woocommerce form.login .form-row.woocommerce-validated input.input-text,.woocommerce form.register .form-row.woocommerce-validated input.input-text,form .form-row.woocommerce-validated input.input-text {
    border-color: #6E9631
}

@media screen and (min-width: 40em) {
    .woocommerce form.login.register .form-row,.woocommerce form.register.register .form-row,form.register .form-row {
        width:50%;
        float: left;
        padding: 0 12px
    }

    .woocommerce form.login.register .form-row label,.woocommerce form.register.register .form-row label,form.register .form-row label {
        left: 20px
    }

    .woocommerce form.login.register .first-name,.woocommerce form.login.register .last-name,.woocommerce form.register.register .first-name,.woocommerce form.register.register .last-name,form.register .first-name,form.register .last-name {
        width: 40%
    }

    .woocommerce form.login.register .middle-name,.woocommerce form.register.register .middle-name,form.register .middle-name {
        width: 20%
    }

    .woocommerce form.login.register .billing-city,.woocommerce form.login.register .billing-zip,.woocommerce form.register.register .billing-city,.woocommerce form.register.register .billing-zip,form.register .billing-city,form.register .billing-zip {
        width: 25%
    }

    .woocommerce form.login.register .billing-address,.woocommerce form.register.register .billing-address,form.register .billing-address {
        width: 100%;
        float: none;
        display: block;
        clear: both
    }
}

.woocommerce form.login input.button,.woocommerce form.register input.button,form input.button {
    margin: auto;
    display: block
}

.woocommerce form.login .lost_password,.woocommerce form.register .lost_password,form .lost_password {
    margin-top: -10px
}

.woocommerce form.login .lost_password label,.woocommerce form.register .lost_password label,form .lost_password label {
    display: inline-block;
    color: #3D414A;
    text-transform: uppercase
}

.woocommerce form.login .lost_password a,.woocommerce form.register .lost_password a,form .lost_password a {
    float: right;
    font-weight: 700
}

fieldset {
    margin-bottom: 1rem
}

fieldset.padding {
    padding: 2rem 0
}

input[type=checkbox],input[type=radio] {
    display: none
}

input[type=checkbox]+label span,input[type=radio]+label span {
    display: inline-block;
    color: #6E9631;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    border: 2px solid #6E9631;
    cursor: pointer
}

.is-static .accordion-content,.js-accordion.checkbox-accordion .accordion-item:not(.wc_payment_method) .accordion-title label {
    display: block
}

input[type=checkbox]:checked+label span:after,input[type=radio]:checked+label span:after {
    content: '\e908';
    font-family: Icomoon;
    font-size: 20px
}

.white input[type=checkbox]+label span,.white input[type=radio]+label span {
    color: #fefefe;
    border-color: #fefefe
}

label {
    line-height: 1.2
}

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

[class*=" icon-"],[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-download:before {
    content: "\e900"
}

.icon-pencil:before {
    content: "\e901"
}

.icon-checkbox:before {
    content: "\e902"
}

.icon-cycle:before {
    content: "\e903"
}

.icon-lock:before {
    content: "\e904"
}

.icon-document:before {
    content: "\e905"
}

.icon-user:before {
    content: "\e906"
}

.icon-user-alt:before {
    content: "\e907"
}

.icon-checkmark:before {
    content: "\e908"
}

.icon-phone:before {
    content: "\e909"
}

.icon-map:before {
    content: "\e90a"
}

.icon-clock:before {
    content: "\e90b"
}

.icon-search:before {
    content: "\e90c"
}

.icon-down-arrow:before {
    content: "\e90d"
}

.icon-checkmark-circle:before {
    content: "\e90e"
}

.icon-x-circle:before {
    content: "\e90f"
}

.icon-warning:before {
    content: "\e910"
}

.icon-cancel:before {
    content: "\e911"
}

.icon-step-1:before {
    content: "\e912"
}

.icon-step-2:before {
    content: "\e913"
}

.icon-step-3:before {
    content: "\e914"
}

.icon-xsmall {
    font-size: 1rem
}

.icon-small {
    font-size: 1.5rem
}

.icon-medium {
    font-size: 2rem
}

.icon-large,.icon-xlarge {
    font-size: 2.5rem
}

@media screen and (min-width: 40em) {
    .icon-xlarge {
        font-size:4.5rem
    }
}

.js-accordion.checkbox-accordion .h5 {
    color: #3D414A
}

.js-accordion.checkbox-accordion .accordion-item:not(.wc_payment_method).is-active .accordion-title:before,.js-accordion.checkbox-accordion .accordion-item:not(.wc_payment_method).is-static .accordion-title:before {
    content: "\e908";
    font-family: icomoon;
    font-size: 17px;
    color: #6E9631;
    border-color: #6E9631
}

.js-accordion.checkbox-accordion .accordion-item:not(.wc_payment_method).is-active .h5,.js-accordion.checkbox-accordion .accordion-item:not(.wc_payment_method).is-static .h5 {
    color: #111
}

.js-accordion.checkbox-accordion .accordion-item:not(.wc_payment_method) .accordion-title {
    padding-left: 75px
}

.js-accordion.checkbox-accordion .accordion-item:not(.wc_payment_method) .accordion-title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    left: 40px;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    border: 2px solid #3D414A
}

.how-it-works-steps:before,.owners:before {
    content: ''
}

.js-accordion.checkbox-accordion .accordion-item:not(.wc_payment_method) .accordion-content {
    background-color: transparent;
    border: none
}

.create-transfer .accordion-title {
    background-color: #3D414A;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.create-transfer .is-active .accordion-title,.create-transfer .is-static .accordion-title {
    background-color: #6E9631
}

.create-transfer .accordion-title:focus,.create-transfer .accordion-title:hover {
    color: #fefefe
}

.create-transfer .accordion-content .button {
    margin: 0
}

.create-transfer .accordion-content.no-pad {
    padding: 0;
    border: none
}

@media screen and (min-width: 40em) {
    .create-transfer .accordion-content {
        padding:2rem 2.5rem
    }

    .create-transfer .is-static .split-list ul {
        column-count: 2
    }
}

.create-transfer .is-static {
    border: none;
    padding-bottom: 20px
}

.create-transfer .is-static .accordion-content {
    border-color: #f6f6f6;
    background-color: #f6f6f6
}

.create-transfer .is-static .split-list ul li {
    column-break-inside: avoid
}

.create-transfer .is-static .name {
    text-align: center;
    line-height: 30px;
    font-size: 15px
}

.create-transfer .is-static .name strong {
    text-transform: uppercase;
    padding-right: 15px;
    font-size: 17px
}

.create-transfer .is-static .name span {
    padding: 0 30px;
    border-bottom: 2px solid #d8d8d8;
    display: inline-block
}

.create-transfer .is-static .info-row {
    padding: 12px 12px 30px;
    border-bottom: 2px solid #d8d8d8;
    font-size: 16px
}

.create-transfer .is-static .info-row:last-of-type {
    border-bottom: none
}

.create-transfer .is-static .info-row .box-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    padding-bottom: 15px
}

.create-transfer .is-static .info-row input[type=text] {
    background: 0 0
}

.create-transfer .firearm-info {
    font-size: 15px;
    background-color: #fff;
    border-collapse: collapse;
    text-align: center
}

.create-transfer .firearm-info tr {
    background: #fff
}

.create-transfer .firearm-info td {
    border: 2px solid #ddd;
    padding: 20px
}

.create-transfer .firearm-info .box-heading {
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase
}

.create-transfer .create-transfer-nav {
    list-style: none;
    padding: 0
}

.create-transfer .create-transfer-nav .nav-header {
    display: table;
    margin-bottom: 1rem
}

.create-transfer .create-transfer-nav .nav-title {
    display: table-cell;
    vertical-align: middle;
    color: #3D414A;
    line-height: 1.1;
    padding: 0 10px;
    font-size: 1.2rem
}

.create-transfer .create-transfer-nav .nav-number {
    vertical-align: middle;
    background-color: #3D414A;
    color: #fefefe;
    display: block;
    padding: 15px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 1
}

.create-transfer .create-transfer-nav .active .nav-number,.or-circle {
    background-color: #6E9631
}

.create-transfer .create-transfer-nav .nav-number small,.create-transfer .create-transfer-nav .nav-number span {
    display: block
}

.create-transfer .create-transfer-nav .nav-number span {
    font-size: 30px
}

.create-transfer .create-transfer-nav .nav-content {
    display: none
}

.create-transfer .create-transfer-nav .active .nav-content,.or-circle {
    display: block
}

.create-transfer .create-transfer-nav .active .nav-title {
    color: #111
}

.or-circle {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fefefe;
    border-radius: 100%;
    font-weight: 700;
    font-size: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px
}

.upload-file {
    display: none
}

button.remove-button,button.upload-button {
    display: block;
    margin-bottom: 20px!important
}

.uploaded-files,.uploaded-images {
    list-style: none;
    padding: 0;
    margin: 0
}

.uploaded-files li,.uploaded-images li {
    margin-bottom: 1rem;
    text-align: center
}

.selection-box {
    background-color: #3D414A;
    padding: 2rem
}

.selection-box.selected {
    background-color: #6E9631
}

.accordion-content {
    background-color: #fefefe
}

.agree-items li label {
    display: block
}

.js-select-box,.js-select-box label {
    color: #3D414A
}

.js-select-box.selected,.js-select-box.selected label {
    color: #111
}

.input-button-group {
    display: table;
    width: 100%
}

.input-button-group .cell {
    display: table-cell;
    vertical-align: middle
}

.input-button-group .cell:last-child {
    width: 120px;
    padding-left: 20px
}

.input-button-group .cell input {
    margin: 0
}

#home-hero {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #101010;
}

@media screen and (max-width: 35em) {
    #home-hero {
        /* background-size:100% auto;
        background-image: url(../images/home-hero-static.jpg);
        background-repeat: no-repeat;
        background-position: center bottom */
        height: 350px;
    }

    #home-hero .scroll-indicator {
        display: none
    }
}

@media screen and (min-width: 40em) and (max-width:63.9375em) {
    #home-hero {
        height:500px;
        background-size: 100%;
        background-image: url(../images/cycle-background.jpg);
        background-repeat: no-repeat;
        background-position: center bottom
    }

    #home-hero .scroll-indicator {
        display: none
    }
}

@media screen and (min-width: 64em) {
    .uploaded-files li,.uploaded-images li {
        text-align:left
    }

    #home-hero {
        height: 650px;
        background-image: none
    }

    #home-hero .button {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

#home-hero .scroll-indicator {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0
}

#home-hero .text {
    position: relative;
    margin-top: 75px;
    z-index: 1
}

@media screen and (max-width: 39.9375em) {
    #home-hero .text {
        text-align:center
    }

    #home-hero .text .button.large {
        margin-top: 10px;
        padding: 10px 35px
    }
}

@media screen and (min-width: 40em) {
    #home-hero .text {
        margin-top:150px;
        margin-left: 50px
    }
}

#home-hero .text .h1 {
    line-height: 1;
    font-size: 46px
}

@media screen and (min-width: 40em) {
    #home-hero .text .h1 {
        font-size:90px
    }
}

#home-hero .text p {
    display: block;
    color: #fefefe;
}

@media screen and (min-width: 64em) {
    /* #home-hero .text {
        margin-top:275px
    } */

    #home-hero .text p {
        display: block;
        color: #fefefe;
        font-size: 21px;
        margin-top: 15px;
    }
}

.homepage-step.activated .step,.homepage-step.activated .step-icon,.homepage-step.activated .step-number,.homepage-step.activated .step-title,.homepage-step.default .step,.homepage-step.default .step-icon,.homepage-step.default .step-number,.homepage-step.default .step-title {
    margin-top: 0!important
}

#home-hero video {
    display: none
}

.gray-cta .breathing-room {
    padding: 15px 0
}

@media screen and (min-width: 64em) {
    #home-hero video {
        display:block;
        position: absolute;
        right: -50px;
        bottom: 0;
        z-index: 0;
        width: auto
    }

    .gray-cta .column,.gray-cta .column:last-of-type,.gray-cta .columns,.gray-cta .columns:last-of-type {
        float: none;
        display: table-cell;
        vertical-align: middle;
        width: auto
    }

    .gray-cta .circle-icon .text {
        font-family: "Square",sans-serif;
    }

    .gray-cta .breathing-room {
        padding: 0 10px
    }

    .gray-cta .breathing-room span {
        font-size: 22px
    }
}

#home-steps-section {
    margin-bottom: 20px
}

.homepage-step {
    position: relative;
    padding: 20px 0
}

.homepage-step.activated .step-meta {
    opacity: 1!important
}

.homepage-step.default {
    position: relative;
    z-index: -1
}

.homepage-step.default .step-meta {
    opacity: 1
}

.homepage-step .step-meta {
    position: relative;
    padding: 0 40px 0 20px
}

.homepage-step .step-meta .relative {
    padding-left: 106px
}

.homepage-step .step-meta .step {
    float: left;
    font: 44px/1 "Square",sans-serif;
    color: #9d9b9b;
}

.homepage-step .step-meta .step-icon {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #6E9631;
    color: #fefefe;
    width: 85px;
    height: 85px;
    font-size: 50px;
    line-height: 85px
}

.homepage-step .step-meta .step-number {
    font-size: 44px;
    line-height: 1;
    float: left
}

.homepage-step .step-meta .step-title {
    font: 400 22px/1 "Square",sans-serif;
    display: block
}

@media screen and (min-width: 64em) {
    .homepage-step .step-meta {
        position:fixed;
        top: 0;
        left: 0;
        opacity: 0;
        width: 50%;
        height: 100%;
        float: left;
        transition: .2s
    }

    .homepage-step .step-meta .inner {
        position: absolute;
        width: 400px;
        height: 460px;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .homepage-step .step-meta .step {
        position: absolute;
        top: 85px;
        left: -150px;
        font-size: 165px;
        font-weight: 700;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        z-index: -1;
        transition: .2s;
        margin-top: 30px
    }

    .homepage-step .step-meta .step-icon {
        display: block;
        margin-left: 10px;
        margin-bottom: 50px;
        height: 175px;
        width: 175px;
        font: 400 105px/175px icomoon;
        transition: .3s;
        margin-top: 50px;
        position: relative
    }

    .homepage-step .step-meta .step-number {
        font: 400 125px/125px "Square",sans-serif;
        transition: .4s;
        margin-top: 90px;
        margin-left: -55px
    }

    .homepage-step .step-meta .step-title {
        display: block;
        font-size: 46px;
        transition: .5s;
        margin-top: 100px;
        margin-left: -55px
    }

    .homepage-step .step-meta.ui-abs {
        position: absolute
    }
}

.homepage-step .step-content {
    display: none
}

@media screen and (min-width: 64em) {
    .homepage-step .step-content {
        width:50%;
        height: 100%;
        float: right;
        position: relative;
        display: block
    }

    .homepage-step .step-content .inner {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 535px;
        padding: 80px 50px;
        background-color: #6E9631;
        background-size: cover
    }

    .homepage-step .step-content .inner.step-2 .step-content-content p,.homepage-step .step-content .inner.step-2 .step-content-title {
        color: #111
    }

    .homepage-step .step-content .step-content-title {
        line-height: 1
    }

    .homepage-step .step-content .button {
        margin-top: 40px
    }

    .why-gun-transfer .h2 {
        margin-bottom: 90px
    }
}

/* .why-gun-transfer {
    padding: 80px 10px 150px
} */

@media screen and (max-width: 63.9375em) {
    .why-gun-transfer .item-content {
        padding-left:15px
    }
}

.who-we-are {
    padding-bottom: 30px
}

.who-we-are .first {
    text-align: center
}

@media screen and (min-width: 64em) {
    .who-we-are .first {
        text-align:right
    }
}

.who-we-are .second {
    text-align: center
}

@media screen and (min-width: 64em) {
    .who-we-are .second {
        text-align:left
    }
}

.who-we-are .owner-image {
    display: inline-block;
    position: relative;
    height: 150px;
    width: 150px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

@media screen and (min-width: 40em) {
    .who-we-are {
        padding-bottom:60px
    }

    .who-we-are .owner-image {
        height: 350px;
        width: 350px;
        top: 0;
    }
}

.who-we-are .owner-image .owner-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(111,150,50,.85);
    padding: 20px 5px;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    transition: .3s
}

@media screen and (max-width: 39.9375em) {
    .who-we-are .owner-image .owner-name {
        font-size:10px
    }
}

.list-heading {
    font-size: 19px
}

.pie-chart {
    font-size: 30px;
    font-family: "Square",sans-serif;
    padding: 0 1rem
}

.pie-chart span {
    display: block;
    line-height: 1.1
}

.pie-chart span small {
    font-size: 50%;
    display: block
}

.pie-chart .big-num {
    font-size: 50px;
    font-weight: 500;
    line-height: 1
}

.pie-chart .big-num sup {
    font-size: 50%;
    top: -.7em
}

.pie-chart .primary .big-num {
    color: #111
}

.pie-chart .gray .big-num {
    color: #a5a5a5
}

.how-it-works-steps {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 3rem 1rem
}

.how-it-works-steps h2 {
    line-height: 1
}

.how-it-works-steps li {
    margin-bottom: 3rem
}

.how-it-works-steps li:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 40em) {
    .pie-chart {
        font-size:35px
    }

    .pie-chart .big-num {
        font-size: 100px
    }

    /* .how-it-works-steps li {
        margin-bottom: 4rem
    } */
}

.how-it-works-steps .step-meta {
    position: relative;
    display: block;
    margin-right: 10px
}

.how-it-works-steps .step-label {
    font: 500 30px/30px "Square",sans-serif;
    color: #d4d4d4
}

.how-it-works-steps .step-num {
    font: 500 50px/50px "Square",sans-serif;
}

.how-it-works-steps .step-icon {
    height: 50px;
    width: 50px;
    text-align: center
}

.how-it-works-steps .step-icon [class^=icon] {
    font-size: 30px;
    line-height: 50px
}

.how-it-works-steps:before {
    background-color: #eaeaea;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 74%;
    z-index: -1
}

@media screen and (min-width: 40em) {
    .how-it-works-steps .step-label,.how-it-works-steps .step-num {
        font:500 40px/40px "Square",sans-serif;
        right: 80px;
        position: absolute
    }

    .how-it-works-steps .step-meta {
        margin-right: 10px;
        height: 60px
    }

    .how-it-works-steps .step-label {
        top: 0
    }

    .how-it-works-steps .step-num {
        bottom: 0
    }

    .how-it-works-steps .step-icon {
        position: absolute;
        top: 0;
        right: 0;
        height: 60px;
        width: 60px
    }

    .how-it-works-steps .step-icon [class^=icon] {
        font-size: 40px;
        line-height: 60px
    }
}

@media screen and (min-width: 64em) {
    .how-it-works-steps .step-label,.how-it-works-steps .step-num {
        font:500 90px/90px "Square",sans-serif;
        right: 150px;
        position: absolute
    }

    .how-it-works-steps {
        padding: 5rem 1rem
    }

    .how-it-works-steps .step-meta {
        height: 110px
    }

    .how-it-works-steps .step-label {
        top: -10px
    }

    .how-it-works-steps .step-num {
        bottom: -14px
    }

    .how-it-works-steps .step-icon {
        position: absolute;
        top: 0;
        right: 0;
        height: 110px;
        width: 110px
    }

    .how-it-works-steps .step-icon [class^=icon] {
        font-size: 60px;
        line-height: 110px
    }

    .how-it-works-steps .step-content {
        padding: 0 3rem
    }
}

.split-info-cols .cell {
    padding: 2rem
}

.split-info-cols .cell div {
    max-width: 500px;
    margin: auto
}

table .circle {
    display: block;
    margin: 0 auto 10px
}

@media screen and (min-width: 64em) {
    table .circle {
        display:inline-block;
        margin: 0
    }
}

.owners {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 3rem 1rem
}

#page,#page-sidebar-left {
    margin-top: 3rem
}

#page,#page-full-width,#page-sidebar-left {
    max-width: 71.25rem;
    margin-left: auto;
    margin-right: auto
}

.owners li {
    margin-bottom: 3rem
}

.owners li:last-child {
    margin-bottom: 0
}

.owners:before {
    background: url(../images/black-particle-bg.jpg) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 74%;
    z-index: -1
}

@media screen and (min-width: 64em) {
    .owners {
        padding:5rem 1rem
    }

    .owners .owner-content {
        padding: 0 3rem
    }

    .single-post #featured-hero .h1 {
        font-size: 40px
    }
}

@media screen and (max-width: 63.9375em) {
    .owners .circle-icon {
        display:none
    }
}

#page-full-width::after,#page-full-width::before,#page-sidebar-left::after,#page-sidebar-left::before,#page::after,#page::before {
    content: ' ';
    display: table
}

#page .main-content {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

#page .main-content:last-child:not(:first-child) {
    float: right
}

@media screen and (min-width: 40em) {
    .owners li {
        margin-bottom:4rem
    }

    #page .main-content {
        width: 66.66667%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem
    }

    #page .main-content:last-child:not(:first-child) {
        float: right
    }
}

@media screen and (min-width: 40em) and (min-width:40em) {
    #page .main-content {
        padding-left:.9375rem;
        padding-right: .9375rem
    }
}

#page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

#page-sidebar-left .main-content:last-child:not(:first-child) {
    float: right
}

@media screen and (min-width: 40em) {
    #page-sidebar-left .main-content {
        width:66.66667%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem;
        position: relative;
        left: 33.33333%
    }

    #page-sidebar-left .main-content:last-child:not(:first-child) {
        float: right
    }
}

@media screen and (min-width: 40em) and (min-width:40em) {
    #page-sidebar-left .main-content {
        padding-left:.9375rem;
        padding-right: .9375rem
    }
}

#page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

#page-sidebar-left .sidebar:last-child:not(:first-child) {
    float: right
}

@media screen and (min-width: 40em) {
    #page-sidebar-left .sidebar {
        width:33.33333%;
        float: left;
        padding-left: .625rem;
        padding-right: .625rem;
        position: relative;
        left: -66.66667%;
        margin-top: 1rem
    }

    #page-sidebar-left .sidebar:last-child:not(:first-child) {
        float: right
    }
}

@media screen and (min-width: 40em) and (min-width:40em) {
    #page-sidebar-left .sidebar {
        padding-left:.9375rem;
        padding-right: .9375rem
    }
}

#page-full-width {
    margin-top: 3rem
}

.big-phone,.blog-date span {
    display: block
}

#page-full-width .main-content {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width: 40em) {
    #page-full-width .main-content {
        padding-left:.9375rem;
        padding-right: .9375rem
    }
}

#page-full-width .main-content:last-child:not(:first-child) {
    float: right
}

@media screen and (max-width: 39.9375em) {
    .single-post .main-content .padd-top-60 {
        padding-top:0
    }
}

.single-content {
    padding: 40px 0
}

@media screen and (max-width: 39.9375em) {
    .single-content {
        text-align:center;
        margin-top: 30px;
        padding: 0 10px
    }

    .single-meta {
        text-align: center
    }
}

.single-meta {
    padding: 40px 0 0
}

.social-links {
    width: 90px;
    text-align: center
}

.social-links .social-links-inner {
    border-top: 2px solid #6E9631;
    border-left: 2px solid #6E9631;
    height: 90px
}

.social-links a {
    display: block;
    width: 50%;
    float: left;
    border-bottom: 2px solid #6E9631;
    border-right: 2px solid #6E9631;
    padding: 5px 0
}

@media screen and (max-width: 39.9375em) {
    .social-links .social-links-inner {
        height:46px
    }

    .social-links a {
        width: 25%
    }

    .social-links {
        width: 90%;
        margin: 0 auto
    }
}

.page-id-47 #featured-hero {
    height: 270px;
    padding: 20px
}

@media screen and (min-width: 40em) {
    .page-id-47 #featured-hero {
        height:370px;
        padding: 0
    }
}

@media (min-width: 1023px) and (max-width:1065px) {
    .page-id-47 .padd-left-20 {
        padding-left:5px
    }
   
    div#page-my-transfers .ofer_button_text {
    padding-bottom: 20px;
}
}

@media (max-width: 735px) {
    .side {
        display:block;
        clear: both
    }
}

.side:first-child .info {
    padding-right: 50px
}

@media (min-width: 735px) {
    .odd-center {
        width:700px;
        margin: auto
    }
}

.big-phone {
    font-size: 22px
}

@media screen and (min-width: 40em) {
    .big-phone {
        font-size:33px;
        padding-top: 15px
    }
}

.big-phone i {
    font-size: 30px;
    padding-right: 15px;
    vertical-align: middle
}

@media screen and (min-width: 40em) {
    .big-phone i {
        font-size:50px
    }
}

.blog-date {
    position: absolute;
    height: 90px;
    width: 90px;
    padding: 25px 0;
    background-color: #6E9631;
    color: #fefefe;
    text-transform: uppercase
}

.blog-date .month-day {
    font: 400 16px/16px "Square",sans-serif;
    letter-spacing: 1px
}

.blog-date .year {
    font: 700 25px/25px "Square",sans-serif;
}

.blog-date.static {
    position: static
}

.blog-date.top {
    top: 0;
    left: 0
}

@media screen and (min-width: 64em) {
    .side {
        display:block;
        clear: both
    }

    .blog-date.top {
        top: 0;
        margin-top: -25px;
        left: 50%;
        margin-left: -45px
    }
}

.blog-date.left {
    top: 0;
    left: 0
}

@media screen and (min-width: 64em) {
    .blog-date.left {
        top:50%;
        margin-top: -45px;
        left: 0;
        margin-left: -45px
    }
}

@media screen and (max-width: 39.9375em) {
    .blog-date {
        display:inline-block
    }
}

.blog-featured .featured-item {
    height: 345px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: none
}

.blog-featured .featured-item:hover .bottom-title {
    padding: 20px 5px
}

.blog-featured .featured-item:first-child {
    display: block
}

@media screen and (min-width: 40em) {
    .blog-featured .featured-item {
        display:block
    }
}

.blog-featured .bottom-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(109,171,68,.85);
    padding: 10px 5px;
    letter-spacing: 2px;
    transition: .3s;
    display: table
}

.blog-featured .bottom-title div {
    display: table-cell;
    vertical-align: middle
}

.blog-featured .bottom-title div h4 {
    color: #fefefe;
    margin: 0
}

.blog-filters {
    padding: 50px 0
}

.blog-excerpt-wrap {
    padding-left: 50px
}

@media screen and (max-width: 39.9375em) {
    .blog-item .vert-align-columns>div {
        display:block;
        width: 100%
    }

    .blog-item .blog-excerpt-wrap {
        padding: 0 5px;
        margin-top: 25px;
        text-align: center
    }
}

.load-more {
    margin-bottom: 50px
}

@media screen and (min-width: 64em) {
    .load-more {
        margin-bottom:90px
    }
}

.new-transfer {
    margin: 30px 0 35px
}

.no-transfers {
    display: table-cell
}

.remaining-credits {
    padding-bottom: 25px
}

@media screen and (min-width: 64em) {
    .new-transfer {
        margin:60px 0 100px
    }

    .remaining-credits {
        position: absolute;
        top: 20px;
        right: 0
    }
}

.remaining-credits .credit-wrap {
    display: table;
    width: 100%;
    border: 2px solid #6E9631
}

.remaining-credits .credit-wrap>div {
    display: table-cell;
    vertical-align: middle
}

.remaining-credits .credit-wrap .credits-left {
    height: 55px;
    width: 55px;
    color: #fefefe;
    background-color: #6E9631
}

.transfer-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px;
    text-align: left
}

@media screen and (max-width: 39.9375em) {
    .transfer-table>div:nth-child(2) {
        margin-top:0
    }
}

.transfer-heading {
    display: none
}

.transfer-row {
    margin-top: 30px;
    position: relative;
    background-color: #eaeaea;
    margin-left: 0!important;
    margin-right: 0!important
}

.transfer-row .d-cell {
    float: left;
    text-align: center
}

@media screen and (min-width: 64em) {
    .transfer-heading {
        display:table-header-group
    }

    .transfer-heading .header {
        display: table-cell;
        font-weight: 700;
        text-transform: uppercase
    }

    .transfer-row {
        height: 58px;
        display: table-row
    }

    .transfer-row:nth-child(even) {
        background-color: #eaeaea
    }

    .transfer-row::before {
        display: none
    }

    .transfer-row .d-cell {
        display: table-cell;
        text-overflow: ellipsis;
        float: none;
        width: auto;
        padding: 0;
        text-align: left;
        height: 75px;
        vertical-align: middle;
        border-top: 1px solid #fefefe;
        border-bottom: 1px solid #fefefe
    }

    .transfer-row .mobile-header {
        display: none
    }
}

.transfer-row .mobile-header {
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 8px;
    text-transform: uppercase
}

.transfer-row .role {
    padding: 0;
    color: #fefefe;
    vertical-align: bottom;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    text-align: left
}

@media screen and (max-width: 63.9375em) {
    .transfer-row .role {
        background-color:#d4d4d4
    }
}

.transfer-row .role span {
    padding: 10px 0;
    display: inline-block;
    width: 90px;
    text-align: center
}

@media screen and (min-width: 64em) {
    .transfer-row .role {
        width:75px
    }

    .transfer-row .role span {
        position: absolute;
        top: 100%;
        left: 0;
        width: 74px;
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -ms-transform-origin: top left;
        transform-origin: top left
    }
}

.transfer-row .role.seller span {
    background-color: #6E9631
}

.transfer-row .role.buyer span {
    background-color: #595555
}

.transfer-row .completion-date,.transfer-row .make-model {
    float: left;
    width: 50%;
    padding: 20px
}

@media screen and (min-width: 64em) {
    .transfer-row .completion-date,.transfer-row .make-model {
        width:auto;
        float: none;
        padding: 0
    }
}

.transfer-row .status {
    float: left;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 0
}

@media screen and (min-width: 64em) {
    .transfer-row .status {
        width:auto;
        float: none;
        padding: 0
    }
}

.transfer-row .serial-number {
    float: left;
    width: 50%;
    padding: 20px
}

@media screen and (min-width: 64em) {
    .transfer-row .serial-number {
        display:table-cell;
        width: auto;
        padding: 0;
        float: none
    }
}

.transfer-row .steps-table {
    display: inline-table
}

@media screen and (max-width: 63.9375em) {
    .transfer-row .steps-table {
        height:38px;
        width: 120px;
        position: absolute;
        top: 0;
        right: 0
    }
}

.transfer-row .step-cell {
    width: 40px;
    height: 38px;
    text-transform: uppercase;
    font-size: 8px;
    display: table-cell;
    line-height: 11px;
    text-align: center;
    background-color: #3D414A;
    color: #fefefe;
    vertical-align: middle;
    border-right: 1px solid #fff
}

.transfer-row .step-cell:last-of-type {
    border-right: none
}

.transfer-row .step-cell .step-num {
    font-size: 20px;
    line-height: 15px
}

.transfer-row .status-desc {
    float: left;
    width: 50%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px
}

@media screen and (min-width: 64em) {
    .transfer-row .status-desc {
        width:auto;
        float: none;
        padding: 0
    }
}

.transfer-row .view-details {
    vertical-align: middle;
    text-align: center;
    background-color: #6E9631;
    width: 100%;
    padding: 8px 0;
    margin-top: 5px
}

.transfer-row .view-details .icon-search {
    padding-bottom: 3px;
    font-size: 18px
}

.transfer-row .view-details .icon-search::before {
    vertical-align: middle
}

.transfer-row .view-details .item-link {
    display: block;
    width: 100%;
    color: #fefefe;
    font-weight: 700;
    font-size: 9px
}

@media screen and (max-width: 63.9375em) {
    .transfer-row .view-details .item-link {
        font-size:14px
    }
}

@media screen and (min-width: 64em) {
    .transfer-row .view-details {
        width:54px;
        margin-top: 0;
        padding: 0 10px
    }

    .transfer-row .view-details .icon-search {
        display: block
    }

    .transfer-row .view-details .item-link {
        word-wrap: break-word
    }
}

.background-check .check-item {
    display: inline-table;
    margin: 10px 0
}

@media screen and (min-width: 40em) {
    .background-check .check-item {
        width:50%;
        float: left
    }
}

.background-check .item-name,.background-check .status {
    display: table-cell;
    vertical-align: middle
}

.background-check .status {
    height: 58px;
    width: 58px;
    text-align: center;
    border-radius: 50%
}

.background-check .status:before {
    font-family: icomoon;
    color: #fefefe;
    line-height: 58px;
    font-size: 30px
}

.background-check .status.pending {
    background-color: #6b6b6b
}

.background-check .status.pending:before {
    content: "\e90b"
}

.background-check .status.approved {
    background-color: #6E9631
}

.background-check .status.approved:before {
    content: "\e908"
}

.background-check .status.denied {
    background-color: #111
}

.background-check .status.denied:before {
    content: "\e911"
}

.background-check .item-name {
    padding: 0 10px;
    font: 600 16px/16px "Square",sans-serif;
}

.background-check .button {
    margin-top: 30px
}

.background-check .pass-fail {
    text-align: center;
    background-color: #eaeaea;
    float: left;
    width: 100%
}

.background-check .pass-fail .result {
    display: inline-table;
    background-color: #3D414A;
    color: #c8c8c8;
    max-height: 115px;
    padding: 30px;
    width: 100%
}

@media screen and (min-width: 40em) {
    .background-check .pass-fail .result {
        width:33.33%;
        float: left
    }
}

.background-check .pass-fail .result.pass.active {
    background-color: #6E9631;
    color: #fefefe
}

.background-check .pass-fail .result.pass.active .icon {
    background-color: #fefefe
}

.background-check .pass-fail .result.pass.active .icon i {
    color: #6E9631
}

.background-check .pass-fail .result.pending.active {
    background-color: #3D414A;
    color: #fefefe
}

.background-check .pass-fail .result.pending.active .icon {
    background-color: #fefefe
}

.background-check .pass-fail .result.pending.active .icon i {
    color: #3D414A
}

.background-check .pass-fail .result.fail.active {
    background-color: #111;
    color: #fefefe
}

.background-check .pass-fail .result.fail.active .icon {
    background-color: #fefefe
}

.background-check .pass-fail .result.fail.active .icon i {
    color: #111
}

.background-check .pass-fail .icon,.background-check .pass-fail .text {
    display: table-cell;
    vertical-align: middle
}

.background-check .pass-fail .text {
    padding-left: 20px;
    font: 600 18px/18px "Square",sans-serif;
}

.background-check .pass-fail .icon {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    text-align: center;
    background-color: #c8c8c8
}

.background-check .pass-fail .icon i {
    color: #3D414A;
    font-size: 30px;
    line-height: 70px
}

.reveal.warning .icon-warning {
    color: #ec5840;
    font-size: 100px
}

@media screen and (min-width: 64em) {
    .reveal.warning .icon-warning {
        font-size:150px
    }
}

.accordion {
    border-bottom: 2px solid #3D414A!important;
    margin-bottom: 20px
}

.accordion .accordion-item {
    padding-bottom: 0!important
}

.invite-acceptance-pending .clock,.invite-acceptance-pending .text {
    display: inline-block;
    vertical-align: top
}

.invite-acceptance-pending .clock {
    font-size: 80px
}

.invite-acceptance-pending .text {
    margin-top: 10px
}

.invite-acceptance-pending h2 {
    color: #fefefe;
    margin-bottom: 0;
    font-weight: 700
}

@media screen and (max-width: 39.9375em) {
    .invite-acceptance-pending h2 {
        font-size:30px
    }

    .invite-acceptance-pending [type=submit] {
        margin: auto!important
    }
}

@media screen and (min-width: 40em) {
    .invite-acceptance-pending .text {
        text-align:left
    }

    .invite-acceptance-pending [type=text] {
        width: 75%;
        float: left
    }

    .invite-acceptance-pending [type=submit] {
        width: 20%;
        margin-left: 5%!important;
        float: left
    }

    .complete-transfer .img-wrap:nth-of-type(odd) {
        padding-left: 0;
        padding-right: 15px;
        clear: left
    }

    .complete-transfer .img-wrap:nth-of-type(even) {
        padding-right: 0;
        padding-left: 15px
    }
}

.invite-acceptance-pending .subtext {
    font: 500 18px/18px "Square",sans-serif;
}

.invite-acceptance-pending form {
    margin-bottom: 30px
}

.complete-transfer .intro-copy {
    text-align: center;
    padding-bottom: 50px
}

.complete-transfer .img-wrap {
    padding-bottom: 30px
}

.complete-transfer .img-wrap img {
    width: 100%
}

.complete-transfer .info-table {
    text-align: center;
    margin-bottom: 50px;
    border-collapse: collapse;
    border: 1px solid #3D414A;
    border-bottom: none
}

.complete-transfer .info-table .m-cell {
    padding: 25px;
    border-bottom: 1px solid #3D414A;
    line-height: 1.1
}

.complete-transfer .info-table .m-cell strong {
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase
}

@media screen and (min-width: 40em) {
    .complete-transfer .info-table {
        display:table;
        width: 100%
    }

    .complete-transfer .info-table .m-row {
        display: table-row
    }

    .complete-transfer .info-table .m-cell {
        display: table-cell;
        vertical-align: middle;
        border: 1px solid #3D414A
    }
}

.complete-transfer .checkbox-field {
    padding-bottom: 5px
}

.complete-transfer .checkbox-field span {
    float: left
}

@media screen and (min-width: 64em) {
    .complete-transfer .checkbox-field span {
        margin-bottom:15px
    }
}

.complete-transfer .submit-wrap {
    padding: 30px 0
}

.complete-transfer .login-wrap {
    text-transform: uppercase;
    font-weight: 700
}

@media screen and (max-width: 39.9375em) {
    .complete-transfer #update-firearm-info td {
        width:100%;
        display: block
    }
}

@media print {
    .page-template-bke-bill-of-sale #footer-container,.page-template-bke-bill-of-sale .logged-in-sticky,.page-template-bke-bill-of-sale .main-navigation,.page-template-bke-bill-of-sale .save-wrap,.page-template-bke-bill-of-sale .site-header,.page-template-bke-bill-of-sale .step-sidebar {
        display: none
    }

    .page-template-bke-bill-of-sale #featured-hero h1 {
        margin-top: 100px
    }
}

.page-template-bke-bill-of-sale .saved {
    font-family: "Dancing Script",Georgia,serif;
    font-size: 20px
}

.page-template-bke-bill-of-sale .accordion {
    border: 0
}

.woocommerce-checkout .entry-title,.woocommerce-checkout .woocommerce-error:before,.woocommerce-checkout .woocommerce-message:before {
    display: none
}

.woocommerce-checkout form.checkout {
    width: 100%;
    float: left;
    padding-left: .625rem;
    padding-right: .625rem
}

@media screen and (min-width: 40em) {
    .woocommerce-checkout form.checkout {
        padding-left:.9375rem;
        padding-right: .9375rem
    }
}

.woocommerce-checkout form.checkout:last-child:not(:first-child) {
    float: right
}

.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    float: none
}

.woocommerce-checkout .product {
    margin-bottom: 20px!important
}

.woocommerce-checkout .product .h2 {
    font-size: 40px
}

.woocommerce-checkout form.checkout_coupon {
    display: block;
    border: 0;
    /* padding: 0;
    margin: 0 */
}

.woocommerce-checkout #customer_details {
    margin-bottom: 50px
}

.woocommerce-checkout .woocommerce-billing-fields .accordion-content {
    padding-top: 45px
}

.woocommerce-checkout .checkout_coupon p {
    margin-bottom: 0
}

.woocommerce-checkout #order_review_heading {
    color: #111
}

.woocommerce-checkout #payment,.woocommerce-checkout #payment div.payment_box {
    background-color: #fefefe
}

.woocommerce-checkout #payment div.payment_box:before {
    display: none
}

.woocommerce-checkout #payment .wc_payment_method {
    padding: 15px;
    border: 2px solid #3D414A
}

.woocommerce-checkout #payment .wc_payment_method:not(:last-child) {
    border-bottom: 1px solid #fefefe
}

.woocommerce-checkout #payment label {
    display: block;
    color: #3D414A
}

.woocommerce-checkout #payment [type=radio]:checked+label {
    color: #111
}

.woocommerce-checkout .about_paypal {
    visibility: hidden
}

.woocommerce-checkout .payment_box label {
    top: -13px
}

.woocommerce-checkout .product .inner {
    padding: 30px
}

.woocommerce-checkout .product .checkout-price {
    color: #fefefe;
    letter-spacing: 0
}

.woocommerce-checkout .product .checkout-price sup {
    font-size: 20px;
    top: -.8em
}

.woocommerce-checkout #totals {
    display: inline-table;
    width: auto;
    text-align: center
}

#create-title,.ro-register-account,.woocommerce-checkout .woocommerce-checkout-review-order-table {
    display: none
}

.woocommerce-checkout .checkout-btn {
    max-width: 250px;
    margin-left: 10px;
    margin-bottom: 10px
}

@media screen and (max-width: 39.9375em) {
    .woocommerce-checkout .checkout-btn {
        max-width:100%
    }
}

.already-login {
    padding-left: 12px;
    font-size: 18px;
    padding-bottom: 20px;
    text-transform: uppercase
}

.mw-450 {
    max-width: 450px;
    margin: auto;
    padding: 60px 20px
}

.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link,.woocommerce form .form-row {
    margin-bottom: 15px
}

@media screen and (min-width: 40em) {
    .woocommerce-checkout .about_paypal {
        visibility:visible
    }

    .woocommerce-checkout #totals {
        text-align: right;
        float: right
    }

    .mw-450 {
        padding: 80px auto
    }
}

.woocomerce-FormRow.submit {
    padding-top: 20px;
    display: block;
    clear: both;
    width: 100%
}

.woocommerce .woocommerce-MyAccount-navigation {
    padding: 30px;
    float: none;
    width: 100%
}

@media screen and (min-width: 40em) {
    .woocommerce .woocommerce-MyAccount-navigation {
        float:left;
        width: 30%
    }
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    text-align: center;
    margin-left: 0
}

/* .woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard,.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads,.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders {
    display: none
} */

.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #6E9631;
    color: #fefefe
}

.woocommerce .woocommerce-MyAccount-content {
    padding: 30px;
    float: none;
    width: 100%
}

@media screen and (min-width: 40em) {
    .woocommerce .woocommerce-MyAccount-content {
        float:right;
        width: 70%
    }
}

#affwp-login-form {
    text-transform: uppercase
}

#affwp-login-form .button {
    margin: 20px auto 0px auto;
    border: 3px solid #6E9631;
}

#affwp-affiliate-dashboard-profile,#affwp-login-form,.no-access {
    text-align: center
}

.affwp-form label {
    display: block;
    margin: 10px auto;
    color: #6E9631;
    font-weight: 600
}

.affwp-form input[type=text],.affwp-form input[type=email],.affwp-form input[type=password] {
    border: 2px solid #3D414A!important
}

.affwp-send-notifications-wrap label {
    display: inline-block;
    margin: 0
}

#affwp-generate-ref-url label {
    width: auto!important
}

.no-access {
    text-transform: uppercase;
    font: 600 30px/30px "Square",sans-serif;
    color: #6E9631
}

.affwp-referral-url-submit-wrap .button,.affwp-save-profile-wrap .button {
    background-color: #6E9631;
    color: #fefefe;
    width: auto!important
}

table.affwp-table th {
    background-color: #6E9631;
    color: #fefefe
}

#affwp-affiliate-dashboard h4 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0
}

.affwp-no-results {
    text-align: center;
    font-weight: 600
}

@media screen and (min-width: 40em) {
    #affwp-affiliate-dashboard-tabs {
        padding-bottom:15px!important;
        border-bottom: 2px solid #6E9631!important
    }
}





/*changes 17/02/2023 start*/

.moosend_newsletter .inner-row-div {max-width: 71.25rem !important; }
.moosend_newsletter .inner-row-div div.landing-page-slot {margin:0 auto; max-width: 60% !important; }
.moosend_newsletter .inner-row-div div.landing-page-slot .slot-container .component.form-component button {display: inline-block; border-radius: 30px !important; text-transform: uppercase; border: 3px solid #6E9631 !important; background-color: transparent !important; color: #6E9631 !important; transition: .3s !important; padding: 10px 30px !important; font: 700 14px/14px "Square",sans-serif !important; letter-spacing: 2px; width: inherit !important; }
.moosend_newsletter .inner-row-div div.landing-page-slot .slot-container .component.form-component button:hover{background-color:#6E9631 !important; color:#fff !important;}


/*changes 17/02/2023 end*/


/* Design changes - 18-02-23 */
.woocommerce form.login .form-row label, .woocommerce form.register .form-row label, form .form-row label{
    z-index: 1;
}
.site-header .logo.desktop{
    max-height: 100px;
}
.woocommerce-lost-password .woocommerce{
    padding: 30px 30px 14px;
}
.breathing-room p:last-child, .breathing-room p:last-child .button{
    margin-bottom: 0px;
}
#menu-wrapper-desktop #menu-main-menu li a{
    line-height: 23px;
}
#menu-wrapper-desktop .logged-in .edit-account{
    top: auto;
    bottom: 0px;
}
#menu-wrapper-desktop .logged-in .logout{
    font-size: 13px;
    line-height: 1;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{display: inline-block;border-radius: 30px;text-transform: uppercase;border: 3px solid #6E9631;background-color: transparent;color: #6E9631;transition: .3s;padding: 10px 30px;font: 700 14px/14px "Square",sans-serif;letter-spacing: 1px;}
@media (max-width: 767px) {
    #footer-container #footer{height: auto;}
    .site-header.is-stuck .logo.mobile{
        padding: 5px 0;
    }
    .who-we-are .owner-image .owner-name{
        padding: 10px 5px;
    }
    .side:first-child .info {
        padding-right: 0px;
    }
    .side .info h4{
        margin-bottom: 0px;
    }
    #featured-hero h1{margin-bottom: 5px;}
    #featured-hero p:empty{display: none;}
    
    .homepage-step .step-meta .step{font:400 38px/1 "Square",sans-serif;margin-bottom: 5px;}
    .homepage-step .step-meta .step-number{font:400 38px/1 "Square",sans-serif;}
    .homepage-step .step-meta .step-title{font:400 18px/1 "Square",sans-serif;}
    .homepage-step .step-meta .step-icon{width: 70px;height: 70px;line-height: 70px;}
    .woocommerce-form-login-toggle{margin-bottom:15px;width: 100%;}
    .woocommerce .checkout-wc-custom form.login{margin:15px 15px 40px 15px;}
}

.section{padding-top: 50px;padding-bottom: 50px;}
.section h2{margin-bottom: 40px;}
.section h2.marg-btm-60{margin-bottom: 60px;}
.section.icons-section .column .mw-300 h2{margin-bottom: 15px;}

.ScroolToDown{animation: mapping 1s linear infinite;position: absolute;bottom: 20px;left: 0px;right: 0px;margin: auto;width: 23px;}
@keyframes mapping{
	0%, 100%{margin-bottom: 10px;}
	50%{margin-bottom: -10px; }
}

#home-hero .hero-image {
    display:block;
    position: absolute;
    top: 2%;
    bottom: 0;
    z-index: 0;
    width: auto
}


/* Design changes home page - 23-02-23 */
/* Buy Section design */
.buy-wrap{
    display: flex;
    flex-wrap: wrap;
    background-color: #e6e5e6;


  }
  .by_cnt{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .buy_two, .buy_three, .buy_one{
    padding: 0 15px;
    width: 33.33%;  
  }
  .buy_two a, .buy_three a,  .buy_one a{
    background-color: #6E9631;
    display: block;
    padding: 40px;
    color: #fff;
    text-align: center;
    font-size: 20px;
  }
  .buy_two a > span, .buy_three a > span,  .buy_one a span{
    display: block;
    line-height: 1;
    font-size: 30px;
    font-weight: bold;
  }
  .buy_two a > .prc, .buy_three a > .prc{
    margin: 10px 0 25px;
  }
  .buy_two a .sl_prc, .buy_three a .sl_prc{
    font-size: 36px;
    font-weight: bold;
    font-family: "Square Bold",sans-serif;
    line-height: 1;
  }
  .buy_two a s, .buy_three a s{
    font-size: 15px;
    vertical-align: super;
  }
  .by_bx_head{
    font-size: 17px;
    font-weight: 500;
  }
  .by_btn{
    font-size: 15px;
  }
  .by_cnt h2{
    color: #111111;
    margin-bottom: 15px;
  }
  /* .buy_one a{
    background-color: #6E9631;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 40px;
    text-align: center;
    min-width: 220px;
    text-transform: uppercase;
    border: 2px solid #6E9631;
  }
  .buy_one a span{
    font-size: 16px;
    font-weight: 300;
    display: block;
    font-family: "Square light",sans-serif;
  } */
  .buy_one p{
    margin-bottom: 25px;
  }
  /* .buy_one a:hover{
    background-color: transparent;
    color: #6E9631;
  } */
  .buy_two a:hover, .buy_three a:hover,  .buy_one a:hover {
    background-color: #3d414a;
  }
  .checkout-wc-custom-price .medium-3{
    width: 100%;
}
.by_btn i {
    margin-left: 5px;
}
.checkout-wc-custom-price{
    float: none;
    width: 29%;
}

.woocommerce-checkout form.checkout:last-child:not(:first-child){
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 40px;
}
.checkout-main-content{
    float: none;
    width: 70%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.checkout-main-content .js-accordion.checkbox-accordion .accordion-item:not(.wc_payment_method) .accordion-content{
    border: 2px solid #3D414A;
}
.checkout-wc-custom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    height: auto;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}
.checkout-wc-custom-price{
    position: absolute;
    right: 0;
}
/* .checkout-wc-custom-price.scrolled{
    position: fixed;
    top: 90px;
    right: 85px;
    float: none;
    width: 26.5%;
} */

.site-header #site-navigation .checkout-logo{
    display: flex;
    justify-content: center;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 100%;
}
.woocommerce-billing-fields p#billing_first_name_field {
    width: 47%;
}
.woocommerce-billing-fields p#billing_last_name_field {
    width: 47%;
}
.woocommerce-billing-fields p#billing_city_field, .woocommerce-billing-fields p#billing_postcode_field{
    width: 47%;
    float: left;
}
.woocommerce-billing-fields p#billing_state_field, .woocommerce-billing-fields p#billing_phone_field {
    width: 47%;
    float: right;
}
.woocommerce-billing-fields p#billing_city_field.form-row-wide,.woocommerce-billing-fields p#billing_state_field.form-row-wide,.woocommerce-billing-fields p#billing_postcode_field.form-row-wide,.woocommerce-billing-fields p#billing_phone_field.form-row-wide {
    clear:initial;
}
.woocommerce-billing-fields span.select2.select2-container.select2-container--default {
    display: none;
}
.woocommerce-page form.checkout_coupon .form-row-last, .woocommerce form.checkout_coupon .form-row-last{
    text-align: center;margin: 0;padding: 0;
}
.checkout-main-content form .form-row.create-account label{
    position: relative;
    top: 0px;
    padding-left: 21px;
    padding-right: 0px;
    margin-left:0px;   
    margin-right: 0px;
}
.checkout-main-content form .form-row.create-account label:before{
    content: "";
    position: absolute;
    top: 50%;
    right: auto;
    left: 0px;
    height: 16px;
    width: 16px;
    border: 2px solid #3D414A;
    transform: translateY(-50%);
}
.woocommerce .checkout-main-content form .form-row.create-account .input-checkbox{
    position: absolute;
    left: -9999px;
}
.woocommerce .checkout-main-content form .form-row.create-account .input-checkbox:checked ~ label:before{
    content: "\e908";
    font-family: icomoon;
    font-size: 13px;
    color: #6E9631;
    border-color: #6E9631;
    line-height: 1;
}
.site-header.is-stuck .logo.mobile {
    padding: 7px 0;
    width: auto;
}
table.gtrans-features tbody tr:nth-child(odd) {
    background-color: #3D414A;
}
table.gtrans-features tbody tr:nth-child(even) {
    background-color: #6E9631;
}
table.gtrans-features tbody tr td {
    font-size: 20px;
}
table.gtrans-features tbody tr td, table.gtrans-features tbody tr th, table.gtrans-features [class^=icon] {
    color: #fff;
}
table.gtrans-features{
    width: auto;
    margin-left: auto;
    font-family: "Square Bold",sans-serif;
    margin-right: auto;
}
.checkout-wc-custom table{font-family: "Square",sans-serif;width: auto;margin-left: auto;margin-right: auto;color:#fff;}
.checkout-wc-custom table td{padding:0.6rem 1.2rem;}
.checkout-wc-custom table tbody > tr{display: flex;}
.checkout-wc-custom table tbody > tr td:first-child{width: 60%;}
.checkout-wc-custom table tbody > tr td:last-child{width: 40%;}
.checkout-wc-custom table tbody > tr{background-color: #6E9631;}
.checkout-wc-custom table tbody > tr:last-child{background-color: #3D414A;}
.woocommerce form.login .form-row label.woocommerce-form-login__rememberme{
    position: relative;
}
.woocommerce form.login .form-row input[type=checkbox]{
    display: inline-block;
}
.woocommerce-checkout #totals{
    float: none;
    width: 100%
}
/* .woocommerce-checkout #totals tbody td{
    padding: 1rem 1.5rem;
} */
.woocommerce .checkout-wc-custom form.login{
    padding: 1rem;
    border: 2px solid #000;    
    margin-top: 15px;
}
#menu-wrapper-desktop .menu .active>a{
    background-color: transparent;
}
.woocommerce form.login .lost_password{
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
}
.woocommerce form.login .form-row:nth-of-type(4){
    margin-bottom: 15px;
}
.ninja-forms-form-wrap label{
    position: unset;
    color: #000;
}
.checkout-wc-custom .column{
    padding: 0px;
}
.woocommerce form.login .lost_password a{float: none;}

/* Sub menu after login */
.sub-menu{
    position: absolute;
    top: 100%;
    list-style: none;
    padding: 0px;
    margin:0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .3s height;
  }
  #menu-wrapper-desktop .logged-in div:hover .sub-menu{
    height: 104px;
    transition: .3s height;
  }
  #menu-wrapper-desktop .logged-in div{
    position: relative;
  }
  #menu-wrapper-desktop .logged-in .edit-account{
    position: unset;
  }
  #menu-wrapper-desktop .logged-in .logout{
    background-color: transparent;
    padding:0px;
  }
  #menu-wrapper-desktop .logged-in li.item-sub-menu a{
    padding: 10px;
    display: block;
    background-color: #3e424a;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    z-index: 10;
    position: relative;
    left:0;
  }
  #menu-wrapper-desktop .logged-in li.item-sub-menu a:hover{
   color: #6e9631;
  }
  #menu-wrapper-desktop .logged-in li.item-sub-menu a:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    transition: .3s;
  }
  #menu-wrapper-desktop .logged-in li.item-sub-menu a:hover:after{
    width: 100%;
  }

  /* My Transfer CSS */
  .remaining-credits .credit-wrap .credits-left{
    display: block;
    width: auto;
    line-height: 55px;  
    min-width: 100px;
  }
  .remaining-credits .credit-wrap .options{
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .remaining-credits .credit-wrap.user-wrap .credits-left span{
    font-size: 14px;
    display: inline-block;
  }
  .remaining-credits .credit-wrap .options div{ 
    width: 50%;
    font-size: 16px;
    display: block;  
  }
  .remaining-credits .credit-wrap .credits-left i{
    vertical-align: middle;
  }
  .remaining-credits .credit-wrap .options div.crd_info{
    padding: 3px 5px;
  }
  .remaining-credits .credit-wrap .options div.crd_info.edit_ic {
    padding: 0px;
  }
  .remaining-credits .credit-wrap .options div.crd_info.edit_ic a{
    color: #3d414a;
    padding: 3px 5px;
    display: block;
  }
  .remaining-credits .credit-wrap .options div.crd_link a{
    background-color: #3d414a;
    padding: 3px 5px;
    display: block;
    color: #fff;
  }
  .remaining-credits .credit-wrap .options div.crd_link a:hover{
    background-color: #fdfdfd;  
    color: #3d414a;
  }
  .remaining-credits .credit-wrap .options div.crd_info.edit_ic a:hover{
    color: #fff;  
    background-color: #3d414a;
  }
  .remaining-credits{
    position: unset;
  }
  .remaining-credits .btn-trans{
    display: flex;
  }
  .user-wrap{
    margin-left: 15px;
  }

  /* Transfer accordion css */
  #create-transfer-accordion .accordion-item:last-child .accordion-content .row{
    display: flex;
    justify-content: center;
  }
/* footer CSS */
#footer-container #footer-cta{
    background-image: url(../images/bar.png);
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    position: relative;
    bottom: 0;
    z-index: 9;
    width: 100%;
}
#footer-container #footer-cta.fixed{position: fixed;}
#footer-container #footer-cta .vert-align-columns .left{vertical-align: middle;}
#footer-container #footer-cta .trns{display: flex;justify-content: flex-end;align-items: center;}
/* Buy section new design */

/*gift page css start*/
.postid-8806 .small-12 .summary.entry-summary .product_meta span.sku_wrapper, .postid-8806 .small-12 .summary.entry-summary .product_meta .posted_in {display: none; }
.postid-8806 .small-12 .summary.entry-summary .gtc-gift-card-summary .gtc-gift-card-amount-wrapper button.gtc-active {border: 2px solid #6e9631; color: #ffffff;background-color: #6e9631;}
.postid-8806 .small-12 .summary.entry-summary .gtc-gift-card-summary p.gtc-gift-card-field-row label.focus {width: 100%; margin-bottom: 5px;}
.postid-8806 .small-12 .summary.entry-summary p.gtc-product-quantity-field {display: none;}
.postid-8806 .small-12 .summary.entry-summary .gtc-gift-card-summary button.single_add_to_cart_button {padding: 10px 20px; color: #fff; background-color: #6d953d; margin: 5px 0; height: auto; border-radius: 30px; line-height: 23px; }
.postid-8806 .small-12 .summary.entry-summary .gtc-gift-card-summary button.single_add_to_cart_button:hover{    background-color: #3e424a;}
.postid-8806 .small-12 .summary.entry-summary .gtc-gift-card-summary p.gtc-gift-card-field-row textarea,.postid-8806 .small-12 .summary.entry-summary .gtc-gift-card-summary p.gtc-gift-card-field-row input {border-radius: 0;border: 1px solid #3D414A;    color: #3D414A;}
.postid-8806 .small-12 .woocommerce-product-gallery,.postid-8806 .small-12 .summary.entry-summary {padding-top: 50px; }
.woocommerce-checkout #totals span.ro-discount a {color: #fff !important;}
.woocommerce-info {margin-bottom: 0;}
.gtc-checkout-gift-card-usage-content.gtc-hide {float: none;}
.gtc-checkout-gift-card-usage-content.gtc-hide .gtc-checkout-gift-card-usage-form {display: block;}
.gtc-checkout-wallet-usage-wrapper .gtc-checkout-wallet-usage-content.gtc-hide .gtc-checkout-wallet-usage-form {display: block;}
.gtc-checkout-gift-card-usage-content.gtc-hide .gtc-checkout-gift-card-usage-form button.button{padding: 10px 20px; color: #fff; background-color: #6d953d; margin: 5px 0; height: auto; border-radius: 30px; line-height: 23px; }
.gtc-checkout-gift-card-usage-content.gtc-hide .gtc-checkout-gift-card-usage-form button.button:hover{background-color: #3e424a;}
.gtc-myaccount-gift-card-balance-form-wrapper form.gtc-gift-card-available-balance-form {margin-bottom: 30px;}
.gtc-myaccount-redeem-gift-card-wrapper .gtc-redeem-gift-card-content input.gtc-redeem-gift-card-form-btn.gtc-form-btn{border-color: #6d953d;padding: 10px 20px; color: #fff; background-color: #6d953d; margin: 5px 0; height: auto; border-radius: 30px; line-height: 23px; }
.gtc-myaccount-redeem-gift-card-wrapper .gtc-redeem-gift-card-content input.gtc-redeem-gift-card-form-btn.gtc-form-btn:hover{background-color: #3e424a;}
.gtc-checkout-wallet-usage-wrapper .gtc-checkout-wallet-usage-content.gtc-hide .gtc-checkout-wallet-usage-form button.button{padding: 10px 20px; color: #fff; background-color: #6d953d; margin: 5px 0; height: auto; border-radius: 30px; line-height: 23px; }
.gtc-checkout-wallet-usage-wrapper .gtc-checkout-wallet-usage-content.gtc-hide .gtc-checkout-wallet-usage-form button.button:hover{background-color: #3e424a;}
.gtc-myaccount-activity-wrapper {
    margin-top: 30px;
}
.gtc-checkout-wallet-usage-wrapper.gtc-form-wrapper .woocommerce-info a, .gtc-checkout-gift-card-usage-wrapper.gtc-form-wrapper .woocommerce-info a {
    color: #6E9631 !important;
}
.gtc-checkout-gift-card-usage-form label,.gtc-checkout-wallet-usage-form label {
    display: none;
}
/*gift page css end*/



.ofer_bx{flex-basis: 32%;max-width: 33.33%;background-color: #e6e5e6 ;position: relative;}
/*.ofer_bx:before{content: ''; background-image: url(https://guntransfer.com/wp-content/themes/ro/assets/images/Product-bar.jpg); background-repeat: no-repeat; position: absolute; bottom: 0; width: 100%; height: 10%; background-position: bottom; background-size: contain;z-index: 1;}
*/
#buy-now{padding-top: 20px;}
.buy-wrap{justify-content: space-between;}
.ofer_cnt{text-align: center;padding:0;}
.ofer_button_text {padding: 10px 0 20px 0;position: relative;}
.ofer_button_text i.fa.fa-angle-right{    margin-left: 10px;
    margin-bottom: 0px;
    background-color: #3C424C;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;}
.ofer_button_text i.fa.fa-angle-right:before{font-size: 20px;}
/* .ofer_button_text i.fa.fa-angle-right {position: relative; margin-left: 10px; margin-bottom: 0px; padding: 3px 13px; background-color: #fff; border-radius: 40px; width: 30px; height: 30px; align-items: center; justify-content: center; display: flex;}
.ofer_button_text i.fa.fa-angle-right:after {    content: ''; background-color: #3c424c; position: absolute; width: 22px; height: 22px; border-radius: 30px; left: 4px; top: 4px; z-index: 0;}
.ofer_button_text i.fa.fa-angle-right:before {z-index: 1; position: relative; font-size: 24px; left: 0;}
.btn_buy:hover  i.fa.fa-angle-right:after{    background-color: #70973f;} */

.ofer_cnt h4{font-size: 30px;color: #3F434B;margin-bottom: 0px;background-color: #70973f; padding: 10px;border-bottom: 1px solid #3F434B;}
.ofer_cnt h4 span{color: #fff}
.ofer_img{margin-bottom: 0px;padding:20px 0;}
.ofer_bx .ofer_button_text a.btn_buy {display: flex; flex-wrap: wrap; align-items: center; width: fit-content; margin: 0 auto;padding: 10px 30px;padding-right: 15px;}
div#page-my-transfers .ofer_bx .ofer_button_text a.btn_buy{padding-right: 15px;}
.page-id-254 .ofer_img{padding:5px 0;padding-bottom: 0px;}
.ofer_cnt .ofer_img img{width:70px;margin: 0 5px;}
.checkout-main-content .ofer_cnt .ofer_img img{width:60px;}
.checkout-main-content .ofer_bx .discount{padding:0;}
.ofer_cnt h5{font-size: 42px;color: #70973f;display: flex;justify-content: center;align-items: center;letter-spacing: 0px;z-index: 1; position: relative;}
.ofer_cnt h5 span{font-size: 25px;display: inline-block;line-height: 1;}
.ofer_cnt h5 > span{margin-right: 3px;margin-left: 20px;}
.ofer_cnt h5 span span{display: block;}
/*.discount{position: absolute;color: #fff;padding: 30px;left: 16px;bottom: 15%;z-index: 2;}*/
.discount span{    font-size: 25px;}
/*.discount img {position: absolute;width: 100%;z-index: -1;top: 12px;left: 0;}*/
.discount span, .discount label{color: #fff;font-weight: bold;line-height: 1;}
.btn_buy{text-transform: uppercase;color: #fff; padding: 10px 20px; background-color: #3C424C; border-radius: 30px; font-weight: bold; font-size: 20px; display: inline-block;/* box-shadow: 0px 1px 0px 3px rgb(255 255 255), -4px 1px 0px 3px rgb(255 255 255), 4px 1px 0px 3px rgb(255 255 255); */border: none;    z-index: 1; position: relative;}
/*.ofer_button_text:before{content: ''; background-image: url(https://guntransfer.com/wp-content/themes/ro/assets/images/Product-BG.jpg); background-repeat: no-repeat; position: absolute; top: -25px; width: 100%; height: 100%; background-position: bottom; background-size: contain; z-index: 0; left: 0;}
*/.btn_buy:focus,
.btn_buy:hover{ 
box-shadow: 2px 3px 6px #00000029;
background-color: #70973f;color: #fff;}
.btn_buy:focus i, .btn_buy:hover i{background-color: #70973f !important;}
.btn_buy:focus-visible{outline: 0px;}
.ofer_bx.redeem{max-width: none;}
.ofer_bx.redeem .ofer_cnt{padding: 0px;}
.ofer_bx.redeem .ofer_cnt h4{text-transform: uppercase;font-family: 'Square Bold Ext', sans-serif;font-size: 22px;color: #6e9631;    background-color: #3f434b;}
.ofer_bx.redeem:before{height: 20%; left: 0;}
.ofer_bx.redeem .ofer_button_text:before{right: 0;left: auto;     background-size: cover;width: 80%;}
.ofer_bx.redeem .ofer_img{display: flex;justify-content: center;align-items: center;z-index: 1; position: relative;    padding-top: 15px;}
.ofer_bx.redeem .ofer_img img{width: 60px;margin-left: 15px;margin-right: 15px;}
.ofer_bx.redeem .ofer_img h5{margin: 0;font-size: 32px;}
/* .ofer_bx.redeem .ofer_button_text{padding-bottom: 50px;} */
.ofer_bx.redeem .btn_buy{font-family: 'Square Bold Ext', sans-serif;font-weight: normal;}
#home-hero .text p.tag_lne{ border-bottom: 4px solid #6E9631; display: inline-block;}
.ofer_bx .discount {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-bottom: 10px;}
.ofer_bx .discount img {width: 18%;}
.ofer_bx .discount h5.prc {margin-bottom: 0; margin-right: 11px;}
/* Checkout page CSS */
.woocommerce-checkout .ofer_cnt h4 {
    font-size: 20px;
}

.woocommerce-checkout .ofer_cnt {
    padding: 0px;
}
.woocommerce-checkout .ofer_cnt h5 {
    font-size: 30px;
}
.woocommerce-checkout .discount {    
    padding: 20px;
    top: 43%;
}
.woocommerce-checkout .ofer_bx{border: none;}
.ofer_bx.quntyActive {
    border:none;
}

.quntyActive .ofer_button_text a.checkout_ajax_addtocart.btn_buy{background-color: #70973f;color: #fff;box-shadow: 2px 3px 6px #00000029;}
.quntyActive .ofer_button_text a.checkout_ajax_addtocart.btn_buy i{background-color: #6e9631;}
/* .quntyActive .ofer_button_text a.checkout_ajax_addtocart.btn_buy i:after {background-color: #6e9631 !important;} */
.woocommerce-checkout .discount span, .woocommerce-checkout .discount label {    
    font-size: 14px;
}
.woocommerce-checkout .ofer_cnt h5 > span {
    margin-left: 10px;
}
.woocommerce-checkout .ofer_cnt h5 {
    font-size: 30px;
    margin-bottom: 0px;
}
.woocommerce-checkout .buy-wrap{
    margin-bottom: 20px;
}
.woocommerce-checkout .ofer_cnt h5 span {
    font-size: 20px;
}

/*.ofer_bx .active_img, .ofer_bx.quntyActive .simple_img{
    display: none;
}*/

.ofer_bx.quntyActive .active_img, .ofer_bx .simple_img{
    display: block;
}
.ofer_bx.quntyActive a{
    cursor: default;
    pointer-events: none;
}
@media (max-width: 1440px){  
    .checkout-wc-custom-price {
        position: absolute;
        right: 10px;
    }
}

@media (max-width: 1100px){
    .by_bx_head {
        font-size: 16px;
    }
    .buy_two a .sl_prc, .buy_three a .sl_prc {
        font-size: 30px;
    }
    .buy_two a, .buy_three a, .buy_one a {        
        padding: 30px;
    }
    .ofer_cnt h5 {
        font-size: 40px;
    }
    .ofer_cnt h5 span {
        font-size: 20px;
    }
    .ofer_cnt h4 {
        font-size: 28px;
    }    
    /* .checkout-wc-custom-price.scrolled{
        right: 10px;
        width: 30%;
    } */
}
@media (max-width: 1100px) and (min-width: 1024px){
    #footer-container #footer .social-footer ul li {
        width: 66px;
    }
}
@media (max-width: 1090px){

    .discount{left: 0;}

} 

@media (max-width: 1023px) {
     div#page-my-transfers .row.text-center.marg-top-20 .new-transfer{margin-bottom: 20px !important;}
    .discount{left: 16px;}
    div#page-my-transfers .row.text-center .giftcard-transfer{margin-bottom: 20px !important;}
    #home-hero{
        background-image: none;
    }
    #home-hero .hero-image{
        top: 0px;
        height: 100%;
        object-fit: cover;
    }
    .logged-in-mob{
        position: absolute;
        display: flex;
        right: 65px;
        align-items: center;
        height: 100%;
    }
    .logged-in-mob a{
        font-size: 30px;
        padding: 5px;
    }
    .logged-in-mob a i{
        vertical-align: middle;
    }
    /*.ofer_bx {
        flex-basis: calc(50% - 5px);
        max-width: 50%;
    }*/
    /* .ofer_bx.cr_2{
        margin-left: 10px;
    } */
   /* .ofer_bx.cr_3{
        margin: 10px auto 0;
    }*/
    /* Mobile Sub Menu */
    .sub-mob-menu{
        position: absolute;
        top: 100%;
        list-style: none;
        padding: 0px;
        margin:0;        
        display: none;
      }            
      .sub-mob-menu .edit-account{
        position: unset;
      }
      .sub-mob-menu .logout{
        background-color: transparent;
        padding:0px;
      }
      .sub-mob-menu li.item-sub-menu a{
        padding: 10px 15px;
        display: block;
        background-color: #3e424a;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        z-index: 10;
        position: relative;
        color: #fff;
        left:0;
      }
      .transfer-row .serial-number{
        word-break: break-all;
      }
      /* .sub-mob-menu li.item-sub-menu a:hover{
       color: #6e9631;
      }
      .sub-mob-menu li.item-sub-menu a:after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #fff;
        z-index: -1;
        transition: .3s;
      }
      .sub-mob-menu li.item-sub-menu a:hover:after{
        width: 100%;
      } */
      .site-header #login-btn-sticky{
        display: block;
      }
      .logo.mobile{
        min-height: 60px;
      }
      .mob_tab_hide{display: none;}
      .homepage-step{height: auto !important;}
}
@media (max-width: 991px){    
    .buy_two a, .buy_three a, .buy_one a {        
        padding: 20px;
    }
    .buy-wrap{
        align-items: center;
    }
    #footer-container #footer{
        height: auto;
    }
    .buy_two, .buy_three {
        padding: 0 15px;
    }
    #home-hero .text {
        margin-top: 0;    
        margin-left: 31px;
    }
    #home-hero .text .h1 {
        font-size: 65px;
    }
    #footer-container #footer-cta{
        background-position: 22%;
    }
    #home-hero {
        height: 600px;
    }
    /* #home-hero .hero-image{
        top: 0px;
        height: 100%;
        object-fit: cover;
    } */
    .ofer_cnt .ofer_img img {
    width: 55px;}

    
}
@media (max-width: 768px) {
    .checkout-wc-custom-price{
        position: initial;
    }
    
}
@media (min-width: 768px) {
    #home-hero .dsk-hide{
        display: none;
    }
}
@media (min-width: 1023px){
    .site-header.is-stuck #menu-wrapper-desktop #login-btn, .site-header.is-stuck #hamburger{
        display: none;
    }
    .site-header.is-stuck #menu-wrapper-desktop{
        display: flex;
    }
    .site-header.is-stuck #login-btn-sticky, .site-header.is-stuck .logged-in-sticky{
        right: 0px;
    }    
    .site-header.is-stuck #menu-wrapper-desktop #menu-main-menu li a{
        color: #3d414a;
        height: 60px;
        padding: 20px 10px;
    }
    .site-header.is-stuck #menu-wrapper-desktop #menu-main-menu{
        height: 60px;
    }
    .site-header.is-stuck #menu-wrapper-desktop #menu-main-menu li a:hover{
        color: #fff;
    }

}
@media (min-width: 1024px) {
    .logged-in-mob{display: none;}
    #menu-wrapper-desktop #menu-main-menu li:last-child a{
        padding: 10px 20px;
        background-color: #6d953d;
        margin: 5px 0;
        height: auto;
        border-radius: 30px;
    }
    #menu-wrapper-desktop #menu-main-menu li:last-child a:hover{
        background-color: #3e424a;
    }
    .site-header.is-stuck #menu-wrapper-desktop #menu-main-menu li:last-child a{
        color: #fff;
    }
    #menu-wrapper-desktop #menu-main-menu li:last-child a::after{display: none;}
    .site-header.is-stuck #menu-wrapper-desktop #menu-main-menu li:last-child a{
        height: auto;
        padding: 10px 20px;
    }
    #menu-wrapper-desktop{
        display: flex;
    }
    #menu-wrapper-desktop.User-logged-in #menu-main-menu{
        padding-right: 10px;
    }
    /* #menu-wrapper-desktop #login-btn{
        position: unset;
        min-width: 95px;
        display: inline-block;
    } */
    .large_screen_hide{
        display: none;
    }
    #menu-wrapper-desktop .logged-in{position: unset;}
}

@media(max-width: 768px){

    .checkout-main-content {
    display: flex;
    flex-wrap: wrap;
        width: 94%;
    margin: 0 auto;
    }
.checkout-main-content form.checkout.woocommerce-checkout .clearfix.place-order {
    text-align: center;
}

    .checkout-wc-custom-price {
        width: 100%;
        position: relative;
        order: 2;
        right: 0;
    }

    .checkout-main-content .row.buy-wrap {
        order: 1;
    }

    .checkout-main-content form.checkout.woocommerce-checkout {
        order: 3;
    }
    .checkout-wc-custom-price {
    flex-direction: column-reverse;display: flex;
}

.checkout-wc-custom-price .row {
    width: 100%;
    margin-bottom: 10px;
}
.checkout-wc-custom-price {
    flex-direction: column-reverse;
}

.checkout-wc-custom-price .row {
    width: 100%;
    margin-bottom: 10px;
}
.checkout-main-content form.checkout.woocommerce-checkout .clearfix.place-order input {
    float: none !important;
}
.border-wrap-gray{width: 95%;
    margin: 0 auto;padding: 15px;margin-bottom: 20px;}
    .border-wrap-gray form.checkout_coupon p {
    width: 50%;
    margin: 0;
}
.border-wrap-gray form.checkout_coupon {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}



}

@media (max-width: 767px) {
    .by_cnt, .of_bx {
        width: 100%;        
    }
    .of_bx{
        margin-top: 20px;
        padding: 0px;
    }
    .buy_two a, .buy_three a, .buy_one a {
        padding: 15px;
    }
    .buy_two a .sl_prc, .buy_three a .sl_prc {
        font-size: 21px;
    }
    .by_bx_head {
        font-size: 14px;
    }
    .buy_two a > .prc, .buy_three a > .prc {
        margin: 10px 0 15px;
    }
    .by_btn, .buy_two a s, .buy_three a s {
        font-size: 14px;
    }
    .buy_one{
        text-align: center;
    }
    .buy_one p{
        text-align: left;
    }
    /* .buy_one a span {
        font-size: 14px;
    }
    .buy_one a {        
        font-size: 15px;
        padding: 10px 20px;
        min-width: 200px;
    } */
    #home-hero .mob-hide{
        display: none;
    }
    /* #home-hero .banner-wrap{flex-direction: column;padding-bottom: 25px;padding-top: 25px;}
    #home-hero .banner-wrap .img-wrap{width:100%;text-align: center;}
    #home-hero .banner-wrap .text-wrap{width:100%;text-align: center;} */
    #home-hero .hero-image {
        top: auto;
        height: auto;
        object-fit: unset;
        position: static;
        width: 50%;        
        margin: -10% auto 0;
    }
    #home-hero{
        height: 100%;
    }
    .checkout-wc-custom-price{
        float: right;
        width: 100%;
    }
    
    .checkout-main-content{
        float: left;
        width: 100%;
    }
    .site-header.is-stuck .logo.mobile {
        padding: 5px 0;
    }
    /* .checkout-wc-custom{
        flex-direction: column-reverse;
    } */
    .logged-in-mob a{
        font-size: 20px;
    }
    /*.ofer_bx {
        flex-basis: 100%;
        max-width: 100%;
    }*/
    /*.ofer_bx.cr_2{
        margin-top: 10px;
        margin-left: 0px;
    }*/
    #footer-container #footer-cta{
        padding: 5px;
        background-position: 12%;
    }
    #footer-container #footer-cta .cell{
        padding: 3px 0;
    }
    .buy_one, .buy_two, .buy_three{
        width: 100%;
    }
    .buy_one, .buy_two{
        margin-bottom: 20px;
    }
    .logo.mobile{
        min-height: auto;
        width: auto;
    }
    /* #home-hero .banner-wrap{flex-direction: column;padding-bottom: 25px;padding-top: 25px;}
    #home-hero .banner-wrap .img-wrap{width:100%;text-align: center;}
    #home-hero .banner-wrap .text-wrap{width:100%;text-align: center;} */
    #home-hero .row.banner-wrap{flex-wrap: wrap;}
    #footer-container #footer-cta .vert-align-columns{display: flex; align-items: center; width: 100%;}
    .flag_ic{height: 30px;width: 50px;}
    #footer-cta a.button{padding: 10px;}
    #home-hero .text{margin-top: 30px; margin-left: 0px;}
    .who-we-are .owner-image {
        height: 150px;
        width: 150px;
        top: 0;
    }    
    #home-hero .text .h1{font-size: 46px;}
    .gtc-checkout-wallet-usage-wrapper.gtc-form-wrapper,.gtc-checkout-gift-card-usage-wrapper.gtc-form-wrapper {
    padding-right: 10px;
    padding-left: 10px;
}

}

@media (min-width: 640px) and (max-width: 767px) {
    #home-hero .row.banner-wrap{padding: 0 10px;}
    #home-hero .text p{font-size: 13px;}
    #home-hero a.button.large{
        padding: 15px 28px;
        font-size: 1rem;
    }
}
@media (max-width: 640px) {
    .vert-align-columns .cell.breathing-room{
        margin-bottom: 40px;
    }
    div#page-my-transfers .ofer_bx .ofer_button_text a.btn_buy {
    padding-left: 30px;
}
    .ofer_bx .ofer_button_text a.btn_buy{padding: 10px 20px;    font-size: 16px;}
    .ofer_cnt .ofer_img img {width: 40px; margin: 0;}
    .ofer_cnt h5 {font-size: 30px;}
    .ofer_img{    padding: 10px 0;}
    .ofer_button_text i.fa.fa-angle-right{display: none;}
    div#page-my-transfers .ofer_button_text i.fa.fa-angle-right{display: flex;}
    .ofer_bx .discount img {width: 27%;}
    .ofer_button_text{    padding-bottom: 15px !important;}
}
@media(max-width: 550px){

    .woocommerce-checkout .discount{padding: 30px;}
     .woocommerce-checkout .ofer_cnt h5 {
    font-size: 20px;
}

.woocommerce-checkout .discount {
    padding: 5px;
}
.woocommerce-checkout .checkout-main-content .ofer_cnt .ofer_img img {
    width: 30px;    margin: 0 2px;
}
}

@media(max-width: 408px){

    .ofer_cnt .ofer_img img{    width: 30px;}
    .ofer_bx .ofer_button_text a.btn_buy{padding: 10px 10px;}
    .ofer_cnt h5 {font-size: 21px;}

}

@media (max-width: 400px) {
   
    .logo.mobile{ width: 150px;}
    .site-header #login-btn-sticky, .site-header .logged-in-sticky {        
        right: 55px;
        height: 48px;
    }
    #hamburger .line-wrap span {        
        width: 31px;
    }
    #hamburger .line-wrap small{
        font-size: 9px;
        left: 10px;
    }
    #hamburger {
        width: 55px;
        height: 48px;
    }
    .site-header #login-btn-sticky i{
        font-size: 1rem;
    }
    .site-header #login-btn-sticky small{
        font-size: 70%;
    }
    .site-header.is-stuck #login-btn-sticky, .site-header.is-stuck .logged-in-sticky{
        right: 55px;
        height: 60px;
    }
    .site-header.is-stuck #hamburger{
        height: 60px;
    }
    #hamburger .line-wrap span:nth-child(2), #hamburger .line-wrap span:nth-child(3) {
        top: 15px;
    }
    #hamburger .line-wrap span:nth-child(4) {
        top: 22px;
    }
    #hamburger .line-wrap span:nth-child(1) {
        top: 8px;
    }
    #hamburger .line-wrap small {
        top: 31px;
    }
}
@media (max-width: 360px){
    div#page-my-transfers .row.text-center.marg-top-20 .new-transfer a,div#page-my-transfers .row.text-center .giftcard-transfer a{font-size: 16px;}
    .buy_two, .buy_three{
        width: 100%;
    }
    .buy_three{
        margin-top: 20px;
    }    
    #home-hero .text p{
        font-size: 13px;
    }
    #home-hero a.button.large{
        padding: 15px 28px;
        font-size: 1rem;
    }
    .discount{left: 4px;}
    .woocommerce-page form.checkout_coupon .form-row-last, .woocommerce form.checkout_coupon .form-row-last input{padding:10px 15px;}
    .checkout-wc-custom-price .border-wrap-gray{padding:10px;}
    .woocommerce-checkout #payment [type=radio]:checked+label{font-size:14px;}
}
html {
    scroll-behavior: smooth;
  }
.woocommerce-info{border-top-color: #3D414A;padding:1em 1em 1em 3em;}
.woocommerce-info::before {color: #3D414A;left: 1em;}
#home-hero .row.banner-wrap {display: flex;align-items: center;justify-content: center;}

/*changes date 27/03/2023 start*/
.woocommerce-checkout p#billing_country_field span.woocommerce-input-wrapper {outline: 0;border: 2px solid #3D414A; display: block; box-sizing: border-box; width: 100%; height: 45px; padding: 0.5rem; margin: 0; font-family: "Square",sans-serif; font-size: 1rem; color: #111; background-color: #fefefe; box-shadow: inset 0 1px 2px rgba(17,17,17,.1); border-radius: 0; transition: box-shadow .5s,border-color .25s ease-in-out; -webkit-appearance: none; }
#menu-wrapper-desktop #login-btn small, #menu-wrapper-desktop #login-btn span{font-size: 12px !important;}
header#featured-hero .cell-100.bottom h1.h1.uppercase.bold {
    font-size: 35px;
}
div#page-my-transfers .row.text-center.marg-top-20 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
div#page-my-transfers .row.text-center.marg-top-20 .new-transfer {
    margin: 0;    margin-bottom: 20px;
}
div#page-my-transfers .row.text-center .giftcard-transfer a {
    background-color: #6E9631;
    color: #fefefe;
}

div#page-my-transfers .row.text-center .giftcard-transfer a:hover {
        background-color: #3f434b;
    color: #fff;
    border-color: #3f434b;
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700;
    color: #000;
}
/*changes date 27/03/2023 end*/

.coupon.custom-coupon-section {text-align: center;position: relative;}
.coupon.custom-coupon-section input#coupon_code {width: 100%;height: 45px;margin-bottom: 0;padding-left: 10px;border: 2px solid #3D414A;}
.coupon.custom-coupon-section .button {position: absolute;right: 0;height: 45px;top: 0;padding: 0 11px;border-radius: 0;background-color: #6E9631;color: #fff;}
.gtc-checkout-wallet-usage-content, .gtc-checkout-gift-card-usage-content, .gtc-gift-card-balance-form,.woocommerce-checkout .checkout-wc-custom-price .checkout_coupon{background-color: #f7f6f7;padding: 5%;margin: 10px 0;}
.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper .woocommerce-message > a{display: none;}
.woocommerce-checkout .site-header{box-shadow: none;}

.ro-register-account .register .g-recaptcha {position: relative;float: none;clear: both;padding: 0 12px;}


.ninja-forms-form-wrap .nf-after-field{padding: 10px 10px 0 ;}
.ninja-forms-form-wrap  .nf-error-msg{margin-top: 24px;}    
.ninja-forms-form-wrap .nf-before-form-content{display: none;}
#ninja_forms_required_items,.nf-form-content  .nf-field-container{margin-bottom: 0;}
.ninja-forms-form-wrap .textarea-container .nf-error-msg{margin-top: 40px;}
@media (max-width:991px) {
     .ninja-forms-form-wrap .nf-error-msg{margin-top: 20px;}
}

/* my_dashboard */
#how-it-works.my_dashboard .step-title,
#how-it-works.my_dashboard .step-content {text-align: left;}
#how-it-works.my_dashboard .btn_bottom {display: flex;flex-wrap: wrap;gap: 10px 15px;justify-content: center;padding-top: 20px;}
#how-it-works.my_dashboard .btn_bottom .new-transfer,
#how-it-works.my_dashboard .btn_bottom .giftcard-transfer {margin: 0;}
#how-it-works.my_dashboard .btn_bottom .giftcard-transfer a {background-color: #6E9631;color: #fefefe;}
#how-it-works.my_dashboard .btn_bottom .giftcard-transfer a:hover {background-color: #3f434b;color: #fff;border-color: #3f434b;}
@media (max-width: 360px){
    #how-it-works.my_dashboard .btn_bottom a {font-size: 16px;}
}
.transfer-table .delete_transfer span{display: block;padding: 10px;text-align: center;color: #3C424C;}
.transfer-table .delete_transfer span:hover{color: #6E9631;}

/* complete transfer registration pending overlap the captcha fix start here on date: 24-04-2025 */
body.page-template-bke-complete-transfer #register ul.no-bullets {margin-top: 90px;}
body.page-template-bke-complete-transfer #register iframe {margin-top: 20px;}
@media (max-width: 767px) {
    body.page-template-bke-complete-transfer #register iframe {margin-top: 0px;}
    body.page-template-bke-complete-transfer #register ul.no-bullets {margin-top: 0px;}
}
/* complete transfer registration pending overlap the captcha fix end here on date: 24-04-2025 */