/* Elements */
html { box-sizing:border-box; }
*, *::before, *::after { box-sizing:inherit; }
body { color:#000; font-family:'Figtree', sans-serif; font-size:18px; font-weight:400; line-height:1.4; }
p, h1, h2, h3, h4, h5, h6, ol, ul, pre, address, blockquote, dl, fieldset, hr, noscript, table { margin:0 0 30px 0; }
ol ol, ol ul, ul ul, ul ol { margin-bottom:0 }
h1, h2, h3, h4, h5, h6 { font-weight:700; line-height:1; }
h1 { font-size:3.4em; }
h2 { font-size:2.4em; }
h3 { font-size:2em; }
h4 { font-size:1.8em; }
h5 { font-size:1.4em; }
h6 { font-size:1.2em; }
hr { background-color:#e6e6e6; border-width:0; height:1px; margin:60px 0; }
img { height:auto; max-width:100%; }
a { color:#60a822; text-decoration:underline; transition:color 0.3s; }
a:hover { color:#000; }
b, strong { font-weight:700; }
iframe { border-width:0; width:100%; }

/* WordPress Classes */
.alignleft { float:left; margin:0 60px 60px 0; }
.aligncenter { margin:0 auto; }
img.aligncenter { display:block; }
table.aligncenter { margin-bottom:30px; }
.alignright { float:right; margin:0 0 60px 60px; }

.wp-caption { margin:0; max-width:100%; text-align:center; }
.wp-caption .wp-caption-text { font-size:14px; }

/* Helper Classes */
.double-bottom-margin { margin-bottom:60px !important; }
.half-bottom-margin { margin-bottom:15px !important; }
.no-bottom-margin { margin-bottom:0 !important; }
.no-bottom-margin .aligncenter { margin-bottom:0 !important; }

.btn { background-color:#60a822; background-clip:padding-box; border:0.3em solid rgba(96, 168, 34, 0.3); border-radius:1.8em; color:#fff; display:inline-block; font-weight:700; line-height:3em; max-width:100%; outline-width:0; overflow:hidden; padding:0 1.8em; text-align:center; text-overflow:ellipsis; transition:transform 0.3s; vertical-align:middle; white-space:nowrap; }
a.btn { text-decoration:none; }
input.btn, button.btn { cursor:pointer; }
.btn:hover { transform:scale(1.05); }
a.btn:hover { color:#fff; }
.btn i { margin-right:0.3em; }

.btn.yellow { background-color:#ffc306; border-color:rgba(255, 195, 6, 0.3); color:#000; }
a.btn.yellow:hover { color:#000; }

.styled-table { border:1px solid #e6e6e6; border-collapse:collapse; width:100%; }
.styled-table th { text-align:left; }
.styled-table th, .styled-table td { padding:0.6em; vertical-align:top; }
.styled-table thead tr:last-child th, .styled-table thead tr:last-child td { border-bottom:2px solid #e6e6e6; }
.styled-table tbody tr:nth-of-type(odd) { background-color:#f7f7f7; }
.styled-table tfoot tr:first-child th, .styled-table tfoot tr:first-child td { border-top:2px solid #e6e6e6; }

.responsive-table { margin-bottom:30px; overflow-x:auto; }
.responsive-table .styled-table { margin-bottom:0; }

.small-font { font-size:0.8em; line-height:1.2; }
.medium-font { font-size:1.2em; line-height:1.2; }
.large-font { font-size:1.6em; line-height:1; }
.x-large-font { font-size:2em; line-height:1; }

.column-break { break-before:column; }