@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:wght@100;300;400;500;700;900&display=swap');
main { padding-top: 15px; padding-bottom: 15px; }
.sc-menu {
    -moz-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}
#google_translate_element a { display: none; }
.accordion-header {
    border: 1px solid #0079bc !important;
    border-radius: 8px;
    color: #0079bc;
    background-image: linear-gradient(rgba(0,121,188,0),rgba(0,121,188,0.1));
    cursor: pointer;
    font-size: 22px;
}
h1,h2,h3,h4 { font-family: Roboto, sans-serif; }
h1 { font-size: 42px; line-height: 1.2; font-weight: 500; }
h2 { font-size: 32px; line-height: 1.2; font-weight: 500; }
.title h2 { font-size: 52px; }
h3 { font-size: 22px; line-height: 1.2; font-weight: 500; }
h4 { font-size: 18px; line-height: 1.2; font-weight: 500; }
p,li,td,th { font-weight: 300;}
strong { font-weight: 700; }
.grid-button div {
    background-image: linear-gradient(#ff9900,#ff0000);
}
.show-on-admin { display: none; }
.personabar-visible .show-on-admin { display: block; color: #ff9900; }
.personabar-visible .space-on-admin { margin-top: 30px; margin-bottom: 30px; padding-top: 30px; padding-bottom: 30px; border-top: 1px dashed #ff9900; border-bottom: 1px dashed #ff9900; }
.personabar-visible .stripe-on-admin {
    background-image: linear-gradient(45deg, #fcdeb0 25%, #fff2de 25%, #fff2de 50%, #fcdeb0 50%, #fcdeb0 75%, #fff2de 75%, #fff2de 100%);
background-size: 56.57px 56.57px;
}
table
    tr:nth-child(odd) td {background-color: #F5F5F5;
}

th, td {
  text-align: left;
  padding: 15px;
}

table td p { margin-bottom: 0;}




















