
body {
    background-color: white;
    background-image: none;
}

div {
    position: relative;
}

/* Mobile Nav */
.nav-up {
    top: -80px !important;
    transition: top .2s linear;
}

.nav-down {
    transition: top .2s linear;
}

#mobile_nav {
    position: fixed;
    top: 0px;
    height: 70px;
    background-color: white;
    z-index: 99;
    width: 100%;
    box-shadow: 0px 1px 3px RGBA(0,0,0,.1);
}

#hamburger {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 70px;
    margin: 0px 30px;
    display: grid;
    align-items: center;
    font-size: 30px;
    color: #333333;
}

#hamburger .fa-times {
    display: none;
}

#mobile {
    display: none;
    position: fixed;
    top: 70px;
    height: 100vh;
    width: 100%;
    background-color: white;
}

.mobile_nav_actions {
    position: absolute;
    right: 2rem;
    font-size: 3rem;
    color: #333333;
}

#close_mobile_menu {
    display: none;
}

#mobile_nav .logo img {
    height: 50px;
    display: block;
    margin: auto;
    padding-left: 1rem;
}

#mobile_nav ul {
    padding: 0px;
    background-color: white;
}

#mobile_nav ul li {
    display: block;
    padding: 15px 30px;
    text-align: left;
}

#mobile_nav ul li a {
    text-decoration: none;
    color: #00a5ff;
    font-size: 2rem;
}

/* Desktop Nav Bar */
#desktop_menu .container {
    width: 100%;
}

#desktop_menu .logo img {
    height: 30px;
    width: auto;
    position: relative;
    top: 4px;
}

header {
    background-color: #ffffff;
    box-shadow: 0px 2px 5px -2px #00000080;
}

nav#desktop_menu {
    height: 60px;
    display: grid;
    align-items: center;
    grid-template-columns: 200px auto auto;
}

nav#mobile_nav {
    height: 80px;
    display: grid;
    align-items: center;
    grid-template-columns: 70% 30%;
}

#mobile_nav .logo img {
    height: 30px;
    display: block;
    width: auto;
    margin-left: 3rem;
}

nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.user_actions.menu ul {
    text-align: right;
}

nav ul li {
    display: inline-block;
    margin: 0px 4.0rem 0px 0px;
}

nav ul li a {
    color: #191b20;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    text-decoration: none;
    position: relative;
    top: 2px;
}

nav ul li a:after {
  display:block;
  content: '';
  border-bottom: 2px solid #00a5ff;
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}

nav ul li a:hover:after { transform: scaleX(1); }

.action_menu ul {
    text-align: right;
}

nav ul li:last-child {
    margin: 0px;
}

li.current-menu-item a, li.current_page_item a {
    font-weight: 600;
}

.sticky {
    position: fixed;
    top: 0px;
    left:0px;
    right: 0px;
}

/* Footer */
footer {
    background-color: #ffffff;
    padding-top: 40px;
}

footer .logo img {
    max-width: 60%;
}

footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer ul li {
    display: block;
    color: #191b20;
    margin: 0px 0px 5px 0px;
}

footer ul li a, footer ul li {
    text-decoration: none;
    color: #191b20;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    transition: .5s;
}

footer ul li a:hover {
    color: #999999;
    margin-left: 5px;
    transition: .5s;
}

footer .fa-ul {
    list-style-type: none;
    margin-left: 20px;
    padding-left: 0;
}

footer h2 {
    color: #191b20;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
}

footer .credits {
    margin-top: 2rem;
}

footer .credits p {
    text-align: center;
}

footer .credits a {
    font-weight: 500;
    color: #666666;
    text-decoration: none;
}

.copyright p {
    text-align: center;
    color: #999999;
    font-size: .9rem;
    text-transform: uppercase;
}

.hide_on_mobile {
    display: revert;
}

.show_on_mobile {
    display: none;
}



/*  Typography - - - - - - - - - - - - - - - - 
    
    Font Weights
    - regular = 400
    - medium = 500
    - demiBold = 600
    - bold = 700

    - - - - - - - - - - - - - - - - - - - - - - 
*/

html {
    font-size: 10px;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, li, td, th {
    color: #191b20;
    margin-top: 0;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 6.5rem;
    line-height: 8.0rem;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 6.4rem;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 5.4rem;
    line-height: 6.4rem;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 4.8rem;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 3.34rem;
    line-height: 4.0rem;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 3.2rem;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    line-height: 3.2rem;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 3.2rem;
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    line-height: 2.2rem;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 2.4rem;
}

h6,
footer h2.widget_title,
h6.overline {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 4px !important;
    text-transform: uppercase;
    margin-bottom: .8rem;
}

h6.overline + h1,
h6.overline + h2,
h6.overline + h3,
h6.overline + h4,
h6.overline + p {
    margin-top: 0;
}

h1.right, h2.right, h3.right, h4.right, h5.right, h6.right, p.right {
    text-align: right !important;
    display: block !important;
}

p, li, td, th, button, .button, td a {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0px;
    font-weight: 400;
}

p {
    margin-bottom: 3.2rem;
}

p.caption {
    display: -webkit-box;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0.14px;
    color: #191B2099;
    margin-bottom: 2.4rem;
}

p.teaser {
    color: #747474;
    height: 36px;
    overflow: hidden;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

a {
    color: #00a5ff;
    font-weight: 500;
}

a.no_underline {
    text-decoration: none;
}

.center {
    text-align: center;
}

.white {
    color: #ffffff !important;
}

span.cents {
    font-size: 30%;
    font-weight: 600;
}

.statistic {
    text-align: center;
    position: relative;
}

.statistic i {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    font-size: 1.6rem;
    z-index: 4;
    cursor: help;
}

.statistic h2 {
    margin: 1.6rem 0 0 0;
    font-size: 4rem;
}

.statistic h6 {
    margin: 0px;
}

ul.actions {
    list-style: none;
    padding: 0px;
}

ul.actions li {
    margin: 0.8rem 0;
}

.breadcrumb a {
    text-decoration: none;
    display: inline-block;
}

.breadcrumb a p {
    margin-bottom: .4rem;
    color: #00a5ff;
}

.notyf__message {
    font-size: 1.4rem;
}

.question p:first-child {
    margin-bottom: .8rem;
}

.question_overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #00a5ff;
    z-index: 3;
    display: grid;
    align-items: center;
    padding: 1.6rem;
    display: none;
}

.question_overlay p {
    color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
}

/*  Copy Trading Page */

.accordion {
    margin-bottom: 16px;
}

.accordion_section_title {
    background-color: #E5F6FF;
    padding: 1.6rem;
}

.accordion_body {
    background-color: #F2FBFF;
    padding: 1.6rem;
}

.accordion h5 {
    font-size: 2rem;
    color: #00a5ff;
    font-weight: 400;
    margin: 0px;
}

.accordion i {
    font-size: 1.6rem;
    color: #00a5ff;
    text-align: right;
}

.accordion_section_title {
    display: grid;
    grid-template-columns: 90% 10%;
    align-items: center;
}

/*  Components - - - - - - - - - - - - - - - - 
    - Empty State
    - TBD
*/

.empty_state {
    padding: 10rem;
    border: 2px solid #191b20;
}

/* page-home.php - - - - - - - - - - - - - - - - */

/*  Post */
span.seperator {
    margin: 0 1rem;
}

/* page-about.php - - - - - - - - - - - - - - - - */

.hide {
    display: none;
}

/* social_widget.widget.php - - - - - - - - - - - - - - - - */

/* Images - - - - - - - - - - - - - - - - */

img.alignright { float: right; margin: 0 0 2.4rem 2.4rem; }
img.alignleft { float: left; margin: 0 2.4rem 2.4rem 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

img {
    width: 100%;
    position: relative;
}

.square {
    padding-top: 100%;
    width: 100%;
}

.sixteen_nine {
    padding-top: 56.25%;
}

.four_three {
    padding-top: 75%;
}

.portrait {
    padding-top: 75%;
}

.banner {
    padding-top: 40%;
}

.video iframe {
    width: 100%;
    height: 100%;
}

.projects_banner {
    padding: 7.2rem 0 7.2rem 0;
}

.blue_scrim::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00a5ff80;
    z-index: 2;
}

.scrim_overlay {
    position: relative;
    z-index: 3;
}

/*  Colors - - - - - - - - - - - - - - - - */

.black {
    color: #191b20;
}

.primary {
    color: #00a5ff;
}

/*  Tags & Categories - - - - - - - - - - - - - - - - 
    
    - pill
    - flag

*/

.pill {
    background-color: #00a5ff;
    padding: .5rem 1rem;
    display: inline-block;
    margin-bottom: 2rem;
    margin-right: 0.8rem;
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1rem;
    border-radius: 50px;
    color: white;
}

.flag {
    background-color: RGBA(255,255,255,.75);
    padding: .5rem;
}

.rounded.flag {
    border-radius: 4px;
}

.top.left.flag {
    position: absolute;
    top: 10px;
    left: 10px;
}

.bottom.left.flag {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

/*  Card Styles - - - - - - - - - - - - - - - - 
    
    Card Sizes
    - Large (6.4rem padding)
    - Medium (4.8rem padding)
    - Small (2.4rem padding)
    - Wire Card (Outline insted of drop shadow)

*/

.card {
    box-shadow: 0 8px 24px 0 rgba(14,13,13,0.10);
    position: relative;
    background-color: #ffffff;
    z-index: 2;
    margin-bottom: 3.2rem;
}

.wire.card:active {
    box-shadow: 0 8px 24px 0 rgba(14,13,13,0.10);
}

.card a:hover,
.post a:hover {
    text-decoration: underline !important;
    text-decoration-color: #666666 !important;
}

.wire.card {
    box-shadow: none;
    position: relative;
    background-color: #ffffff;
    z-index: 2;
    margin-bottom: 3.2rem;
    border-radius: 4px;
    border-radius: 4px;
}

.banner.card {
    display: block;
}

.large.card,
.image.card .large.card_inner {
    padding: 6.4rem;
}

.medium.card,
.image.card .medium.card_inner {
    padding: 3.6rem;
}

.small.card,
.image.card .small.card_inner {
    padding: 2.4rem;
}

.image.card {
    padding: 0;
}

.image.card .four_three {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.card_inner h4.fixed_height {
    line-height: 2.6rem;
    height: 60px;
}

.card_inner,
.overlay {
    z-index: 2;
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.post .left_sidebar .card_inner {
    padding-top: 3.2rem;
}

.white_bg {
    background-color: white;
    border-radius: 4px;
    border: solid 1px #eaeaea;
}

.pin_to_bottom {
    position: absolute;
    bottom: 4.8rem;
    left: 4.8rem;
    right: 4.8rem;
    z-index: 2;
}

.scroll_inside {
    position: absolute;
    top: 4.8rem;
    bottom: 4.8rem;
    left: 4.8rem;
    right: 4.8rem;
    overflow: scroll;
    z-index: 2;
}

.card h1:last-child,
.card h2:last-child,
.card h3:last-child,
.card h4:last-child,
.card h5:last-child,
.card h6:last-child,
.card p:last-child,
.card p.caption:last-child {
    margin-bottom: 0;
}

/* Forms */

/* File Uploader */

li.wpuf-el.file_upload {
    text-align: center;
    border: 3px dashed black;
    display: block;
    padding: 4rem !important;
    background-color: #fafafa;
    margin-bottom: 4rem;
}

.wpuf-success {
    background-color: #fafafa;
    color: #000000;
    padding: 6rem;
    margin: 10px 0 20px 0;
    text-align: center;
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

form span.main-label {
    font-size: 1.6rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #191b20;
}

span.sub-label span {
    color: #191b20CC;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin: .4rem 0 .8rem 0;
}

.field-cover input[type="text"], 
.field-cover input[type="email"], 
.field-cover select {
    border: 1px solid black !important;
    border-radius: 20px !important;
    background-color: white !important;
    color: black !important;
    height: 40px !important;
    font-size: 1.4rem !important;
}

textarea, input {
    width: 100%;
    box-sizing: border-box;
}

body ul.wpuf-form li {
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0px !important;
}

.fc-form .final-success  {
    background-color: #2dbd851A !important;
    padding: 7.2rem 0 !important;
}

.fc-form .final-success .final-success-check {
    color: #2dbd85 !important;
    border: 2px solid #2dbd85 !important;
}

.final-success span {
    color: #2dbd85 !important;
    font-size: 1.6rem !important;
}

.fc-form .form-element.is-required-true .field-cover .main-label>span::after {
    color:  !important;
}

/* Carousel */

i.fal.fa-angle-left.slick-arrow {
    position: absolute;
    top: 50%;
    left: -50px;
    font-size: 60px;
}

i.fal.fa-angle-right.slick-arrow {
    position: absolute;
    top: 50%;
    right: -50px;
    font-size: 60px;
}

/*  Scrims - - - - - - - - - - - - - - - - 

    Scrim Types
    - full_scrim
    - half_scrim

*/

.sidebar {
    background-color: #fafafa;
    padding: 4rem;
    border-radius: 4px;
}

.full_scrim:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
}

.full_white_scrim:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(256,256,256,.7);
    z-index: 1;
}

.half_scrim:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
}

.hidden {
    display: none;
}

/*  page-contact.php */

input[type="text"],
input[type="email"] {
    height: 40px !important;
    font-size: 14px !important;
    line-height: 40px !important;
    color: #191b20 !important;
}

form textarea {
    font-size: 14px !important;
    padding: 12px !important;
    color: #191b20 !important;
    font-size: 14px !important;
    padding: 12px !important;
    border-radius: 20px !important;
    background-color: #ffffff !important;
    border: 1px solid black !important;
}

textarea:placeholder {
    color: black;
}

.powered-by {
    display: none !important;
}

/*  page-payments.php */

.formcraft-css .fc-form .stripe-cover {
    padding-top: 0px;
}

html .formcraft-css .fc-form .form-element .error {
    top: 19px !important;
    right: 20px !important;
}

/*  Pagination */
nav.navigation.pagination {
    text-align: center;
    border-top: 1px solid #999999;
    padding-top: 15px;
}

.navigation.pagination h2 {
    display: none;
}

.nav-links a.page-numbers {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    padding: 0 4px;
    text-decoration: none;
}

.nav-links a.page-numbers:hover {
    font-family: 'Poppins', sans-serif;
    color: #999999;
    padding: 0 4px;
    text-decoration: none;
}

.page-numbers.current {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333333;
    border-bottom: 2px solid #333333;
    padding-bottom: 0px;
}

.page-numbers .fa-chevron-left, .page-numbers .fa-chevron-right {
    position: relative;
    top: 1px;
}

/* Investor Dashboard */

.calendar .weeks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: .4rem;
}

.calendar .weeks p i {
    margin-right: 2px;
}

.calendar .labels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: .4rem;
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
}

.calendar .weeks p,
p.week  {
    text-align: center;
    background-color: #dddddd;
    line-height: 3.2rem;
    font-size: 1.2rem;
    margin: 0;
    border-radius: 3px;
}

.calendar .weeks p.complete,
p.week.complete {
    background-color: #2dbd85;
    color: white;
}
.calendar .weeks p.current {
    background-color: #00a5ff;
    color: white;
}

/*  Tables - - - - - - - - - - - - - - - - 
    
    - Transactions Table
    - Documents

*/

table {
    width: 100%;
}

table tr th,
table tr td {
    text-align: left;
    padding: .8rem 0;
}

table tr th {
    font-weight: 600;
}

table.transactions th:nth-child(1), 
table.documents th:nth-child(1) {
    width: 25%;
}

table.transactions th:nth-child(2), 
table.documents th:nth-child(2) {
    width: auto;
}

table.transactions th:nth-child(3), 
table.documents th:nth-child(3) {
    width: 20%;
    text-align: right;
}

.transactions td:last-child,
.documents td:last-child {
    text-align: right;
}

table .border_top {
    border-top: 1px solid #191B2066;
}

table .border_bottom {
    border-bottom: 1px solid #191B2066;
}

/*  Buttons  - - - - - - - - - - - - - - - - 
    
    Button Types
    - Solid
    - Wire

*/

.center.button {
    margin: auto;
}

.button {
    padding: 1.6rem 2.4rem;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
}

.solid.primary.button {
    background-color: #00a5ff;
    color: #fafafa;
}

.button.no_margin,
.no_margin {
    margin-bottom: 0px !important;
}

.wire.button {
    line-height: 1.7rem;
    font-weight: 600;
    padding: 1.2rem 4rem;
    text-align: center;
    transition: all .1s linear;
    cursor: pointer;
    display: block;
    border: 2px solid #191b20;
}

.white.button {
    background-color: #ffffff !important;
    color: #191b20 !important;
    border: 1px solid #ffffff !important;
}

a.card,
a.button {
    text-decoration: none;
}

.right.button {
    float: right;
}

.button i {
    margin-right: 0.8rem;
}

.primary.button:hover {
    opacity: 1;
    box-shadow: 2px 2px 6px 1px rgba(0,0,0,.1);
    text-decoration: none !important;
}

.primary.button:active {
    opacity: 0.9;
}

.white.button:hover {
    background-color: #191b20 !important;
    color: #ffffff !important;
    border: 1px solid #191b20 !important;
}

.wire.button:hover {
    background-color: #00a5ff;
    color: #ffffff;
    border: 1px solid #00a5ff;
}

.button:active {
    opacity: .6;
}

form button.submit-button {
    padding: 1.6rem 2.4rem !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    display: inline-block !important;
    border: 1px solid #00a5ff !important;
    background-color: #00a5ff !important;
    color: #fafafa !important;
    transition: all .1s linear !important !important;
    font-size: 1.4rem !important;
    margin-top: 1.6rem !important;
}

/* Margin Classes */
.no_margin_top {
    margin-top: 0px !important;
}

.no.margin.bottom {
    margin-bottom: 0px !important;
}

.medium.top_and_bottom_padding {
    padding: 2.4rem 0;
}

span.pad_left {
    padding-left: 8px;
}

span.pad_right {
    padding-right: 8px;
}

span.pad_sides {
    padding-left: 8px;
    padding-right: 8px;
}

/* Alignment Classes */
.center {
    text-align: center;
}

/* Media Queries */

@media (min-width: 1023px) {
    nav#mobile_nav {
        display: none;
    }

    table.transactions th:nth-child(1), 
    table.documents th:nth-child(1) {
        width: 35%;
    }

    .three_columns.mobile_three {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .statistic h2 {
        font-size: 3.2rem;
    }

   .statistic h6 {
        font-size: 1.2rem;
        letter-spacing: 1.5px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
 	table.transactions th:nth-child(1), 
    table.documents th:nth-child(1) {
        width: 40%;
    }

    .container {
        padding: 0px 30px;
	}

    nav#desktop_menu {
        display: none;
    }

    nav#mobile_nav {
        display: grid;
        align-items: center;
    }

    .show_on_mobile {
        display: revert;
    }

    .hide_on_mobile {
        display: none;
    }

    .calendar .weeks p, p.week {
        text-align: left;
        line-height: 3.2rem;
        font-size: 1.6rem;
        margin: 0.4rem 0;
        padding: 0 0.8rem;
    }

    .calendar .weeks {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 0.4rem;
    }

    .three_columns.mobile_three {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .statistic h2 {
        font-size: 3.2rem;
    }

   .statistic h6 {
        font-size: 1.2rem;
        letter-spacing: 1.5px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
}

@media (min-width: 481px) and (max-width: 767px) {
    table.transactions th:nth-child(1), 
    table.documents th:nth-child(1) {
        width: 40%;
    }

    nav#desktop_menu {
        display: none;
    }

    nav#mobile_nav {
        display: grid;
        align-items: center;
    }

    .card {
        margin-bottom: 2.4rem;
    }

    .card:last-child {
        margin-bottom: 0;
    }

        .show_on_mobile {
        display: revert;
    }

    .hide_on_mobile {
        display: none;
    }

    .calendar .weeks p, p.week {
        text-align: left;
        line-height: 3.2rem;
        font-size: 1.6rem;
        margin: 0.4rem 0;
        padding: 0 0.8rem;
    }

    .calendar .weeks {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 0.4rem;
    }
}

@media (min-width: 0px) and (max-width: 480px) {
    
    .hide_on_mobile {
        display: none;
    }

    .show_on_mobile {
        display: revert;
    }

    table.transactions th:nth-child(1), 
    table.documents th:nth-child(1) {
        width: 40%;
    }

    nav ul li a:after {
        display: none;
    }

    nav#desktop_menu {
        display: none;
    }

    nav#mobile_nav {
        display: grid;
        align-items: center;
    }

    table.transactions td,
    table.transactions th,
    table.documents td,
    table.documents th {
        font-size: 1.3rem;
    }

    .calendar .weeks,
    .calendar .labels {
        grid-template-columns: 1fr;
    }

    .calendar .weeks p,
    p.week {
        text-align: left;
        line-height: 3.2rem;
        font-size: 1.6rem;
        margin: 0.4rem 0;
        padding: 0 .8rem;
    }

    .calendar .labels p {
        text-align: left !important;
        margin-top: 0.8rem;
    }

    /* Cards */
    .medium.card, .large.card, .image.card .large.card_inner {
        padding: 2.4rem;
    }

    .pin_to_bottom {
        bottom: 2.4rem;
        left: 2.4rem;
        right: 2.4rem;
    }

    /* Typography */

    h1 {
        font-size: 4.6rem;
        line-height: 5.5rem;
    }

    h2 {
        font-size: 3.2rem;
        line-height: 4.2rem;
    }

    h3 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }

    h4 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    h5 {
        font-size: 1.2rem;
        line-height: 2.0rem;
    }

    h6,
    footer h2.widget_title,
    form span.main-label {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }

    p, a, li, td {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }

    .banner {
        height: 40vh;
    }

    footer img {
        width: 80%;
        display: block;
        margin: auto;
    }

    footer .column {
        margin: 0px 0px 60px 0px;
    }
}