/*--------------------------------------------------------------
# Helpers
---------------------------------------------------------------*/

/*

body { margin: 30px; }
  
body * { border: 1px solid red; }
  
*/

/*--------------------------------------------------------------
# General
---------------------------------------------------------------*/

:root {
    --topDistance: 75px;
    --adminBarTopDistance: 107px;
} 



@media (min-width: 1160px) {
    :root {
        --topDistance: 90px;
        --adminBarTopDistance: 122px;
    } 
}


html {
    scroll-behavior: smooth;
}

.post, .page {
    margin-bottom: 0;
}
  
.entry-content {
    margin: 0;
}

.ps2id-dummy-offset-wrapper {
    display: block!important;
}



h1,
h2,
h3,
h4,
p {
    margin: 0;
    margin-bottom: 1.5rem;
}

h1,
h2,
h3 { font-family: 'Archivo', sans-serif; }


h1 {
    font-weight: 900;
}

h2 {
    font-weight: 900;
    letter-spacing: 0.75px;
    font-size: 2em;
    hyphens: auto;
}

h3 {
    font-weight: 600;
    font-size: 1.1em;
}

h4 {
    font-weight: 300;
    font-size: 1.3em;
}


ul {
    margin-left: 0;
}


/* Links
--------------------------------------------- */
a {
    color: #4A809F
}

a:visited {
    color: #4A809F;
}

a:hover,
a:focus,
a:active {
    color: #4A809F;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}




/* Distance
--------------------------------------------- */


.top_0 { margin-top: 0px; }
 
.top_10 { margin-top: 10px; }

.top_15 { margin-top: 15px; }

.top_20 { margin-top: 20px; }

.top_30 { margin-top: 30px; }

.top_50 { margin-top: 50px; }

.top_80 { margin-top: 80px; }

.top_100 { margin-top: 100px; }

.top_110 { margin-top: 110px; }

.top_150 { margin-top: 150px; }



.bottom_0 { margin-bottom: 0px; }

.bottom_10 { margin-bottom: 10px; }

.bottom_15 { margin-bottom: 15px; }

.bottom_20 { margin-bottom: 20px; }

.bottom_30 { margin-bottom: 30px; }

.bottom_50 { margin-bottom: 50px; }

.bottom_80 { margin-bottom: 80px; }

.bottom_100 { margin-bottom: 100px; }

.bottom_110 { margin-bottom: 110px; }



body {
    font-family: 'Archivo', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #232323;
}


b, strong {
    font-weight: 700;
}


.meeting-cta-wrapper {
    position: fixed;
    z-index: 12000;
    bottom: 0px;
    width: 100%;
    pointer-events: none;
}

.meeting-cta-container {
    width: 100%;
    margin: 0 auto;
}

.meeting-cta {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FD5A22;
    color: #ffffff;
    transition: background-color 0.3s;
    float: right;
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    text-decoration: none;
    font-size: 24px;
    text-align: center;
    pointer-events: all;
    width: 100%;
    cursor: pointer;
}

.meeting-cta:hover {
    background-color: rgb(231, 79, 29);
}

@media (min-width: 1160px) {
    

.meeting-cta-wrapper {
    display: none;
}

/*
.meeting-cta-container {
    width: 92%;
    margin: 0 auto;
}

.meeting-cta {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #FD5A22;
    color: #ffffff;
    transition: background-color 0.3s;
    float: right;
    font-size: 24px;

}

*/


}



span.cta-button {
    background-color: #FD5A22!important;
    color: #ffffff!important;
    font-size: 18px;
    font-weight: 900;
    border-radius: 5px;
    border: 0;
    padding: 10px 16px;
    cursor: pointer;
    margin-top: 24px;
    margin-bottom: 48px;
    transition: all 0.3s ease;
    display: inline-block;
}

span.cta-button:hover {
    background-color: rgb(231, 79, 29)!important;
}

.clear {
	clear: both;
}