.faq-links a {
    color: #0f43be;
    font-weight: bold;
    cursor: pointer;
}

.faq-links a:hover {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.faqs a {
    color: #808080;
    text-decoration: none;
}

.faqs h2 {
    font-size: 2em !important;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: #000;
}

p {
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 1.6em;
    margin: 0 0 10px;
}

a {
    cursor: pointer;
}

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

.align-left p {
    text-align: left;
    padding-left: 12%;
}

.heading {
    font-weight: 800;
    font-size: 4.2em;
}

#blue-column {
    background-color: rgba(0, 7, 97, 0.93) !important;
    color: white;
}

#grey-column {
    background-color: rgba(78, 86, 130, 0.55) !important;
    color: black;
}

.table-header {
    font-size: 1.7em;
    font-weight: 950;
    line-height: 1.1;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 12%;
}

.goldenticket-link {
    color: #0f43be;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }

    .header-unbold, .header-bold {
        font-size: 1.6em !important;
    }

    .add-padding {
        padding-top: 10px !important;
        padding-bottom: 15px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tablet-hide {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .small-hide {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    .large-hide {
        display: none !important;
    }
}

.header-unbold {
    font-size: 2.4em;
    line-height: 1.1;
    font-weight: 300;
}

.header-bold {
    font-size: 2.4em;
    font-weight: 800;
    line-height: 1.1;
    font-family: 'Open Sans', sans-serif;
    margin-right: 0.15em;
    font-weight: 950;
    letter-spacing: 2px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  /*flex: 1;*/
}

.ui.grid>.column+.divider, .ui.grid>.row>.column+.divider {
    left:50%;
}

.wide.column.eight {
    width: 50% !important;
}

.ui.apply.vertical.divider:before {
    top: -80%;
}

.moment-picker .hour-view td {
    height: 2.3333333333em;
    width: 6em !important; 
    font-size: 14px;
}

.moment-picker .day-view td {
    font-size: 14px;
}

.small-font {
    line-height: 19.999px !important;
    font-size: 14px !important;
}

.tree-chart-card {
    max-width: 225px !important;
}

.Treant .collapse-switch {
    width: 3px;
    height: 3px;
    display: block;
    border: none;
    border-color: white;
    background-color: white;
    position: absolute;
    top: none;
    right: 1em;
    cursor: pointer;
 }
 
 .flex-field-container{
     display: flex;
     flex-direction: column;
     justify-content: space-around;
 }
 
 #payment-modal{
    min-height: 135px;
 }
 
 .margin-bottom-10{
    margin-bottom: 10px;
 }
 
 .margin-top-10{
    margin-top: 10px;
 }
 
 .paymentrequest {
  display: inline-block;
  border-radius: 4px;
  background-color: #0f770f;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding: 5px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.paymentrequest span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.paymentrequest span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.paymentrequest:hover span {
  padding-right: 25px;
}

.paymentrequest:hover span:after {
  opacity: 1;
  right: 0;
}

#individual_messenger_phone_label {
    position: fixed;
    top: 5rem;
    z-index: 3;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}