/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-extralight: 200;
    --font-weight-medium: 500;
    --radius-2xl: 1rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@layer utilities {
  .\!visible {
    visibility: visible !important;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .visible\! {
    visibility: visible !important;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-full {
    top: 100%;
  }
  .left-0 {
    left: 0;
  }
  .left-1 {
    left: var(--spacing);
  }
  .isolate {
    isolation: isolate;
  }
  .z-50 {
    z-index: 50;
  }
  .col-2 {
    grid-column: 2;
  }
  .clear-both {
    clear: both;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .container\! {
    width: 100% !important;
    @media (width >= 40rem) {
      max-width: 40rem !important;
    }
    @media (width >= 48rem) {
      max-width: 48rem !important;
    }
    @media (width >= 64rem) {
      max-width: 64rem !important;
    }
    @media (width >= 80rem) {
      max-width: 80rem !important;
    }
    @media (width >= 96rem) {
      max-width: 96rem !important;
    }
  }
  .m-0 {
    margin: 0;
  }
  .m-1 {
    margin: var(--spacing);
  }
  .m-8 {
    margin: calc(var(--spacing) * 8);
  }
  .m-18 {
    margin: calc(var(--spacing) * 18);
  }
  .m-24 {
    margin: calc(var(--spacing) * 24);
  }
  .m-30 {
    margin: calc(var(--spacing) * 30);
  }
  .m-34 {
    margin: calc(var(--spacing) * 34);
  }
  .m-39 {
    margin: calc(var(--spacing) * 39);
  }
  .m-42 {
    margin: calc(var(--spacing) * 42);
  }
  .m-48 {
    margin: calc(var(--spacing) * 48);
  }
  .m-50 {
    margin: calc(var(--spacing) * 50);
  }
  .m-52 {
    margin: calc(var(--spacing) * 52);
  }
  .m-59 {
    margin: calc(var(--spacing) * 59);
  }
  .m-60 {
    margin: calc(var(--spacing) * 60);
  }
  .m-67 {
    margin: calc(var(--spacing) * 67);
  }
  .m-71 {
    margin: calc(var(--spacing) * 71);
  }
  .m-73 {
    margin: calc(var(--spacing) * 73);
  }
  .m-76 {
    margin: calc(var(--spacing) * 76);
  }
  .m-80 {
    margin: calc(var(--spacing) * 80);
  }
  .m-82 {
    margin: calc(var(--spacing) * 82);
  }
  .m-103 {
    margin: calc(var(--spacing) * 103);
  }
  .m-107 {
    margin: calc(var(--spacing) * 107);
  }
  .m-125 {
    margin: calc(var(--spacing) * 125);
  }
  .m-143 {
    margin: calc(var(--spacing) * 143);
  }
  .m-158 {
    margin: calc(var(--spacing) * 158);
  }
  .m-160 {
    margin: calc(var(--spacing) * 160);
  }
  .m-179 {
    margin: calc(var(--spacing) * 179);
  }
  .m-182 {
    margin: calc(var(--spacing) * 182);
  }
  .m-192 {
    margin: calc(var(--spacing) * 192);
  }
  .m-196 {
    margin: calc(var(--spacing) * 196);
  }
  .m-197 {
    margin: calc(var(--spacing) * 197);
  }
  .m-208 {
    margin: calc(var(--spacing) * 208);
  }
  .m-209 {
    margin: calc(var(--spacing) * 209);
  }
  .m-214 {
    margin: calc(var(--spacing) * 214);
  }
  .m-215 {
    margin: calc(var(--spacing) * 215);
  }
  .m-228 {
    margin: calc(var(--spacing) * 228);
  }
  .m-232 {
    margin: calc(var(--spacing) * 232);
  }
  .m-252 {
    margin: calc(var(--spacing) * 252);
  }
  .m-268 {
    margin: calc(var(--spacing) * 268);
  }
  .m-271 {
    margin: calc(var(--spacing) * 271);
  }
  .m-296 {
    margin: calc(var(--spacing) * 296);
  }
  .m-303 {
    margin: calc(var(--spacing) * 303);
  }
  .m-304 {
    margin: calc(var(--spacing) * 304);
  }
  .m-319 {
    margin: calc(var(--spacing) * 319);
  }
  .m-322 {
    margin: calc(var(--spacing) * 322);
  }
  .m-339 {
    margin: calc(var(--spacing) * 339);
  }
  .m-345 {
    margin: calc(var(--spacing) * 345);
  }
  .m-357 {
    margin: calc(var(--spacing) * 357);
  }
  .m-372 {
    margin: calc(var(--spacing) * 372);
  }
  .m-375 {
    margin: calc(var(--spacing) * 375);
  }
  .m-392 {
    margin: calc(var(--spacing) * 392);
  }
  .m-393 {
    margin: calc(var(--spacing) * 393);
  }
  .m-402 {
    margin: calc(var(--spacing) * 402);
  }
  .m-421 {
    margin: calc(var(--spacing) * 421);
  }
  .m-422 {
    margin: calc(var(--spacing) * 422);
  }
  .m-429 {
    margin: calc(var(--spacing) * 429);
  }
  .m-449 {
    margin: calc(var(--spacing) * 449);
  }
  .m-490 {
    margin: calc(var(--spacing) * 490);
  }
  .m-500 {
    margin: calc(var(--spacing) * 500);
  }
  .m-503 {
    margin: calc(var(--spacing) * 503);
  }
  .m-539 {
    margin: calc(var(--spacing) * 539);
  }
  .m-557 {
    margin: calc(var(--spacing) * 557);
  }
  .m-571 {
    margin: calc(var(--spacing) * 571);
  }
  .m-572 {
    margin: calc(var(--spacing) * 572);
  }
  .m-600 {
    margin: calc(var(--spacing) * 600);
  }
  .m-620 {
    margin: calc(var(--spacing) * 620);
  }
  .m-637 {
    margin: calc(var(--spacing) * 637);
  }
  .m-753 {
    margin: calc(var(--spacing) * 753);
  }
  .m-839 {
    margin: calc(var(--spacing) * 839);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: 0;
  }
  .my-2\.5 {
    margin-block: calc(var(--spacing) * 2.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .contents\! {
    display: contents !important;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .size-1 {
    width: var(--spacing);
    height: var(--spacing);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-auto {
    height: auto;
  }
  .h-px {
    height: 1px;
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize\! {
    resize: both !important;
  }
  .list-none {
    list-style-type: none;
  }
  .columns-2 {
    columns: 2;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-0 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: 0;
      margin-inline-end: 0;
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-3\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3.5) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3.5) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-5 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 5) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-6 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-12 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 12) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-20 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 20) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-tl-2xl {
    border-top-left-radius: var(--radius-2xl);
  }
  .rounded-br-2xl {
    border-bottom-right-radius: var(--radius-2xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-black\/10 {
    border-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-b-black\/20 {
    border-bottom-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-bottom-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-\[\#1C3F94\] {
    background-color: #1C3F94;
  }
  .bg-\[\#F7F7F7\] {
    background-color: #F7F7F7;
  }
  .bg-\[\#FDCF4D\] {
    background-color: #FDCF4D;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-justify {
    text-align: justify;
  }
  .text-right {
    text-align: right;
  }
  .font-\[\'Poppins\'\] {
    font-family: 'Poppins';
  }
  .font-\[\'Roboto\'\] {
    font-family: 'Roboto';
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .break-all {
    word-break: break-all;
  }
  .text-\[\#F1C034\] {
    color: #F1C034;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .lining-nums {
    --tw-numeric-figure: lining-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .proportional-nums {
    --tw-numeric-spacing: proportional-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .slashed-zero {
    --tw-slashed-zero: slashed-zero;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow\! {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .sepia {
    --tw-sepia: sepia(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .\*\:m-0 {
    :is(& > *) {
      margin: 0;
    }
  }
  .\*\:h-full {
    :is(& > *) {
      height: 100%;
    }
  }
  .\*\:w-full {
    :is(& > *) {
      width: 100%;
    }
  }
  .\*\:font-\[\'Poppins\'\] {
    :is(& > *) {
      font-family: 'Poppins';
    }
  }
  .\*\:font-\[\'Roboto\'\] {
    :is(& > *) {
      font-family: 'Roboto';
    }
  }
  .\*\:text-4xl {
    :is(& > *) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .\*\:leading-none {
    :is(& > *) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
  .\*\:font-extralight {
    :is(& > *) {
      --tw-font-weight: var(--font-weight-extralight);
      font-weight: var(--font-weight-extralight);
    }
  }
  .\*\:text-black {
    :is(& > *) {
      color: var(--color-black);
    }
  }
  .\*\:text-white {
    :is(& > *) {
      color: var(--color-white);
    }
  }
  .\*\:italic {
    :is(& > *) {
      font-style: italic;
    }
  }
  .group-hover\:flex {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: flex;
      }
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: 0;
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:mb-12 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:p-12 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:w-\[320px\] {
    @media (width >= 80rem) {
      width: 320px;
    }
  }
  .xl\:w-auto {
    @media (width >= 80rem) {
      width: auto;
    }
  }
  .xl\:space-x-12 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 12) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .\[id\$\=\"import_type\"\]\:visible {
    &:is(id$="import type") {
      visibility: visible;
    }
  }
}
body {
  width: 100%;
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 1em;
  background: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  color: #333;
}
div#pageWrapper {
  text-align: left;
}
header {
  width: 100%;
  height: auto;
  background: #fdcf4c;
}
header div.headerWrapper {
  width: 100%;
  height: auto;
}
header div.headerWrapper div.logoContainer {
  width: auto;
  float: left;
}
header div.headerWrapper div.logoContainer a img {
  margin-top: 5px;
}
header div.headerWrapper div.navContainer {
  width: auto;
  float: right;
}
header div.headerWrapper div.navContainer div.navSearch {
  vertical-align: top;
}
header div.headerWrapper div.navContainer div.navSearch nav {
  display: block;
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header div.headerWrapper div.navContainer div.navSearch nav.mobile {
  display: none;
  display: block;
  width: 100%;
}
header div.headerWrapper div.navContainer div.navSearch nav nav.desktop {
  padding-top: 10px;
}
header div.headerWrapper div.navContainer div.navSearch nav nav.desktop ul {
  display: inline-block;
  margin-top: 10px;
  list-style: none;
}
header div.headerWrapper div.navContainer div.navSearch nav nav.desktop ul li {
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #000;
  position: relative;
}
header div.headerWrapper div.navContainer div.navSearch nav nav.desktop ul li:last-child {
  border-right: 0;
}
header div.headerWrapper div.navContainer div.navSearch nav nav.desktop ul li a {
  text-decoration: none;
  color: #000;
  display: inline-block;
}
header div.headerWrapper div.navContainer div.navSearch nav nav.desktop ul li ul.sub-menu {
  position: absolute;
  display: block;
  background-color: #fdcf4c;
  left: 0;
  top: 11px;
  width: 240px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: none;
  z-index: 999999;
}
header div.headerWrapper div.navContainer div.navSearch nav nav.desktop ul li ul.sub-menu li {
  display: block;
  border: 0 none;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
  padding: 5px 5px 5px 20px;
}
header div.headerWrapper div.navContainer div.navSearch nav div.searchContainer {
  padding-top: 15px;
  color: #f1f2f2;
}
header div.headerWrapper div.navContainer div.navSearch nav div.searchContainer input#s {
  width: 100%;
  border: 0 none;
  padding: 5px 7px;
  box-sizing: border-box;
  font-size: 1em;
  background: #fff url("images/search.svg")right center no-repeat;
}
header div.headerWrapper div.navContainer div.navSearch nav div.searchContainer input#s.watermark {
  color: #333;
}
header div.headerWrapper div.navContainer div.navSearch nav div.searchContainer input#searchsubmit {
  display: none;
}
header div.headerWrapper div.navContainer div.navSearch div.profileContainer {
  display: inline-block;
  float: right;
  margin: 1px 15px;
  text-align: center;
  position: relative;
}
header div.headerWrapper div.navContainer div.navSearch div.profileContainer a {
  text-decoration: none;
  border: 0 none;
}
header div.headerWrapper div.navContainer div.navSearch div.profileContainer img {
  display: inline;
  padding: 0;
  margin: 0;
  width: 90px;
  height: 90px;
  border-top-left-radius: 15px;
  box-sizing: border-box;
}
header div.headerWrapper div.navContainer div.navSearch div.profileContainer a.login {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 80%;
  background: #77787b;
  color: #fff;
  text-align: center;
  padding: 1px 0;
  position: absolute;
  bottom: 0;
}
div#slideWrapper {
  width: 100%;
}
div#contentWrapper {
  width: 100%;
  box-sizing: border-box;
}
div#contentWrapper section.leftContent {
  width: 21%;
  float: left;
  background-color: #e0e0df;
  min-height: 200px;
  box-sizing: border-box;
}
aside {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #d8d8d8;
}
aside div.widgetContent {
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
}
aside.widget.left_menu h3 {
  padding-left: 10px;
  text-align: left;
  font-weight: 700;
}
aside.widget.left_menu h3 a {
  color: #0C6292;
  text-decoration: none;
}
aside.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside.widget ul li {
  padding: 5px 15px;
  box-sizing: border-box;
}
aside.widget ul li a {
  text-decoration: none;
  color: #4C4E50;
  padding-left: 10px;
  box-sizing: border-box;
}
aside.widget ul li.current_page_item a {
  font-weight: bold;
}
aside.widget ul.side_menu li a {
  font-size: 90%;
  display: inline-block;
}
aside.widget.buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside.widget.buttons ul li {
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  border-bottom: 1px dashed #c9c9cc;
}
aside.widget.buttons ul li:last-child {
  border: none;
}
aside.widget.buttons ul li a {
  padding: 3px 0 3px 50px;
  background-size: 26px 26px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
aside.widget ul li a.home {
  background-image: url("images/left_icons/home.svg");
}
aside.widget ul li a.dashboard {
  background-image: url("images/left_icons/dashboard.svg");
}
aside.widget ul li a.activity {
  background-image: url("images/left_icons/activity.svg");
}
aside.widget ul li a.members {
  background-image: url("images/left_icons/members.svg");
}
aside.widget ul li a.news {
  background-image: url("images/left_icons/news.svg");
}
aside.widget ul li a.events {
  background-image: url("images/left_icons/event.svg");
}
aside.widget ul li a.bpu {
  background-image: url("images/left_icons/bpu.svg");
}
aside.widget ul li a.phone {
  background-image: url("images/left_icons/phone.svg");
}
aside.widget ul li a.info {
  background-image: url("images/left_icons/info.svg");
}
aside.widget ul li a.policy {
  background-image: url("images/left_icons/policy.svg");
}
aside.widget ul li a.guide {
  background-image: url("images/left_icons/guidelines.svg");
}
aside.widget ul li a.faqs {
  background-image: url("images/left_icons/faqs.svg");
}
aside h3 {
  text-align: center;
  padding: 7px 5px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
aside.widget.poll {
  padding: 0;
}
aside.widget.poll h3 {
  color: #000;
  font-weight: 700;
  padding: 10px 0;
}
aside.widget.poll p strong {
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
aside.widget.poll input[type=radio] {
  margin: 0;
  font-weight: 300;
}
aside.widget.poll label {
  color: #000 !important;
}
aside.widget.poll p.results {
  text-align: center;
  background: #eeeeee;
  margin: 15px 0;
  font-weight: 600;
  padding: 5px 0;
}
aside.widget.poll button {
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
aside.widget.poll p.results a {
  text-decoration: none;
  color: #000;
}
aside.widget.profile {
  padding: 0;
}
aside.widget p.widgetTitle {
  background: #77787b url("images/right_icons/group.svg") no-repeat 10px center;
  padding: 13px 0 13px 50px;
  color: #f5b419;
  font-size: 85%;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
aside.widget div.widgetContent div.profileContainer {
  text-align: center;
}
aside.widget div.widgetContent div.profileContainer a {
  text-decoration: none;
  border: 0 none;
}
aside.widget div.widgetContent div.profileContainer img {
  display: inline;
  padding: 0;
  margin: 0;
  border: 3px solid #77787b;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-sizing: border-box;
}
aside.widget div.widgetContent div.profileContainer a.name {
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-size: 90%;
  font-weight: 600;
  text-align: center;
  padding: 7px 0;
}
aside.widget div.widgetContent div.profileContainer ul.tools {
  list-style: none;
}
aside.widget div.widgetContent div.profileContainer ul.tools li {
  display: inline;
}
aside.widget div.widgetContent div.profileContainer ul.tools li a {
  text-decoration: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0 5px;
  position: relative;
}
aside.widget div.widgetContent div.profileContainer ul.tools li a.profile {
  background: url("images/right_icons/profile.svg") no-repeat;
}
aside.widget div.widgetContent div.profileContainer ul.tools li a.notification {
  background: url("images/right_icons/notification.svg") no-repeat;
}
aside.widget div.widgetContent div.profileContainer ul.tools li a.message {
  background: url("images/right_icons/message.svg") no-repeat;
}
aside.widget div.widgetContent div.profileContainer ul.tools li a label {
  position: absolute;
  display: inline-block;
  color: #fff;
  background: #ed1f24;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  top: 20px;
  left: 18px;
  text-align: center;
  line-height: 1.9;
}
aside.widget.groupMembers div.widgetContent div.profileContainer {
  width: 50%;
  float: left;
  padding: 5px 0;
  box-sizing: border-box;
}
aside.widget.news h3 {
  padding-left: 50px;
  background-image: url("images/right_icons/news.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
}
aside.widget.news div.widgetContent {
  padding: 0;
}
aside.widget.news div.widgetContent div.newsBox {
  border-bottom: 1px solid #f1f2f2;
  padding: 7px 0;
}
aside.widget.news div.widgetContent div.newsBox:nth-child(odd) {
  background: #f9f8f5;
}
aside.widget.news div.widgetContent div.newsBox:nth-child(even) {
  background: #fff;
}
aside.widget.news div.widgetContent a.thumb {
  text-decoration: none;
  float: left;
  padding: 3px 5px;
  border: 0;
  width: 25%;
  box-sizing: border-box;
}
aside.widget.news div.widgetContent a img {
  border-radius: 25px;
  max-width: 80px;
  height: auto;
  width: 100%;
}
aside.widget.news div.widgetContent div.excerpt {
  width: 75%;
  float: right;
  padding: 0 5px;
  box-sizing: border-box;
}
aside.widget.news div.widgetContent div.excerpt h4 {
  font-size: .9em;
}
aside.widget.news div.widgetContent div.excerpt h4 a {
  color: #000;
  text-decoration: none;
}
aside.widget.news div.widgetContent div.excerpt p {
  font-size: 80%;
  font-weight: 300;
  color: #506478;
}
aside.widget.news div.widgetContent a.readAll {
  color: #fff;
  background: #ed1f24;
  float: right;
  margin-top: 7px;
  padding: 3px 5px;
  border-radius: 5px;
  border: 1px solid #eee;
  text-shadow: -1px -1px 1px #777;
  text-decoration: none;
  cursor: pointer;
  margin-right: 5px;
  font-size: 85%;
}
aside.widget h3.widget-title {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #77787b;
  color: #ffffff;
}
aside.widget.tribe-events-list-widget h3.widget-title {
  background-image: url("images/right_icons/event.svg");
}
aside.widget.widget.widget_widget_tdlcbirthdays h3.widget-title {
  background-image: url("images/right_icons/birthday.svg");
}
aside.widget.widget.widget_widget_tdlcbirthdays ul li {
  border-bottom: 1px solid #eee;
}
aside.widget.widget.widget_widget_tdlcbirthdays ul li a.bd_avatar {
  display: inline-block;
  float: left;
}
aside.widget.widget.widget_widget_tdlcbirthdays ul li a img {
  width: 45px;
  height: auto;
  border-radius: 50%;
  border: 2px solid #ed1f24;
}
aside.widget.widget.widget_widget_tdlcbirthdays ul li div.details {
  display: inline-block !important;
  float: left;
}
aside.widget.widget.widget_widget_tdlcbirthdays ul li strong a {
  color: #ed1f24;
}
aside.widget.widget.widget_widget_tdlcbirthdays ul li div.details a {
  color: #0C6292;
}
aside.widget ol.tribe-list-widget {
  font-size: 90%;
}
aside.widget ol.tribe-list-widget li {
  padding: 15px;
  box-sizing: border-box;
  margin: 0;
}
aside.widget ol.tribe-list-widget li:nth-child(odd) {
  background: #fff;
}
aside.widget ol.tribe-list-widget li:nth-child(even) {
  background: #f9f8f5;
}
aside.widget ol.tribe-list-widget h4.tribe-event-title a {
  color: #333;
  text-decoration: none;
}
aside.widget p.tribe-events-widget-link {
  text-align: center;
  padding: 5px 0;
}
aside.widget p.tribe-events-widget-link a {
  color: #ed1f24;
}
aside.widget.job_manager.widget_recent_jobs h3.widget-title {
  background-image: url("images/right_icons/job.svg");
}
aside.widget.job_manager.widget_recent_jobs ul li.job_listing {
  padding: 0 15px;
  box-sizing: border-box;
}
aside.widget.job_manager.widget_recent_jobs ul li.job_listing:nth-child(even) {
  background: #f9f8f5;
}
aside.widget.job_manager.widget_recent_jobs ul li.job_listing:nth-child(odd) {
  background: #fff;
}
div#contentWrapper {
  display: flex;
}
div#contentWrapper section.content {
  width: 58%;
  float: left;
  padding: 20px 35px;
  box-sizing: border-box;
}
div#contentWrapper section.content h1.title {
  color: #000;
  font-weight: 600;
  padding: 10px 10px 10px 55px;
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
  text-align: center;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
div#contentWrapper section.content h2 {
  color: #204291;
  padding: 15px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: 700;
}
div#contentWrapper section.content h2.happening {
  color: #fff;
  background: #3075A1 url('images/hot.svg') no-repeat 10px center;
}
div#contentWrapper section.content h3 {
  color: #404041;
  font-weight: 600;
  padding: 10px 5px;
}
div#contentWrapper section.content h4, div#contentWrapper section.content h5, div#contentWrapper section.content h6 {
  padding: 10px 5px;
}
div#contentWrapper section.content img.full_image {
  width: 98%;
  height: auto;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  display: block;
  border: 0;
}
div#contentWrapper section.content p {
  color: #333;
  padding: 5px;
  font-weight: 400;
  line-height: 1.6;
}
div#contentWrapper section.content p strong {
  font-weight: 700;
}
div#contentWrapper section.content p a {
  color: #555;
}
div#contentWrapper section.content a {
  color: #555;
}
div#contentWrapper section.content a.bpfb_toolbarItem {
  color: #fff;
}
div#contentWrapper section.content a.tribe-events-ical.tribe-events-button, div#contentWrapper section.content a.tribe-events-button.tribe-events-gcal {
  color: #fff !important;
}
div#contentWrapper section.content p img {
  max-width: 95%;
  height: auto;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 5px;
  box-sizing: border-box;
}
div#contentWrapper section.content ul, div#contentWrapper section.content ol {
  margin-left: 35px;
}
div#contentWrapper section.content ul li, div#contentWrapper section.content ol li {
  padding: 5px 0;
  font-weight: 400;
}
div#contentWrapper section.content div.tribe-events-list div.type-tribe_events {
  background: #f9f8f5;
  padding: 25px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
div#contentWrapper section.content div.tribe-events-list div.type-tribe_events:nth-child(odd) {
  background: #f6f5f2;
}
div#contentWrapper section.content div.tribe-events-list .tribe-events-event-image {
  width: 21%;
}
div#contentWrapper section.content div.document-icon-row.descriptions p {
  font-size: 80%;
}
div#contentWrapper section.content table {
  border: 1px solid #ccc;
  border-spacing: 0px;
}
div#contentWrapper section.content thead {
  background: #fdcf4c;
  font-weight: bold;
}
div#contentWrapper section.content tbody tr {
  background: #ffecbb;
}
div#contentWrapper section.content tbody tr:nth-child(even) {
  background: #fff;
}
div#contentWrapper section.content table td {
  border: 1px solid #ccc;
  padding: 5px;
  box-sizing: border-box;
}
div#contentWrapper section.content div.job_listings form.job_filters {
  display: none;
}
div#contentWrapper section.content div.job_listings ul.job_listings li.job_listing a img.company_logo {
  display: none !important;
}
div#contentWrapper section.content div.job_listings ul.job_listings li.job_listing a div.position {
  padding: 0 !important;
}
div#contentWrapper section.content div.post_date {
  font-size: 80%;
  text-align: right;
  font-weight: 600;
  margin: 15px 0;
}
div#contentWrapper section.content div.post_date span.meta {
  border-bottom: 1px solid #ed1f24;
  padding: 5px 5px 5px 20px;
  background: url('images/clock.svg') no-repeat left center;
}
div#contentWrapper section.posts h3 {
  color: #fff;
  padding: 5px;
  background: #8b959e;
  margin-top: 15px;
  padding-left: 35px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 10px center;
}
div#contentWrapper section.posts h3.announce {
  background-image: url("images/announcement.svg");
}
div#contentWrapper section.posts h3.popular {
  background-image: url("images/popular.svg");
}
div#contentWrapper section.posts h3 a {
  text-decoration: none;
  color: #fff;
}
div#contentWrapper section.posts div.newsBox {
  border-top: 1px solid #f1f2f2;
  border-bottom: 1px solid #f1f2f2;
  padding: 7px 0;
  margin-top: 15px;
}
div#contentWrapper section.posts div.newsBox:nth-child(odd) {
  background: #e0e0df;
}
div#contentWrapper section.posts a.thumb {
  text-decoration: none;
  float: left;
  padding: 3px 10px;
  border: 0;
  box-sizing: border-box;
}
div#contentWrapper section.posts a img {
  border-radius: 25px;
  max-width: 120px;
  height: auto;
  width: 100%;
}
div#contentWrapper section.posts div.excerpt {
  padding: 0 5px;
  box-sizing: border-box;
}
div#contentWrapper section.posts div.excerpt h4 a {
  color: #0C6292;
  text-decoration: none;
}
div#contentWrapper section.posts div.excerpt p {
  font-weight: 300;
  color: #555;
}
div#contentWrapper section.posts a.readAll {
  display: inline-block;
  background: #0C6292 url("images/list.svg") no-repeat 5px center;
  color: #fff;
  text-decoration: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 5px 5px 30px;
  font-weight: 600;
}
div#contentWrapper section.posts.search div#links {
  text-align: right;
  padding-right: 10px;
}
div#contentWrapper section.posts div.navigation {
  padding: 10px 0;
  margin: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
}
div#contentWrapper section.posts div.navigation a {
  text-decoration: none;
}
div#contentWrapper section.content div.wp_rp_content {
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  background: #f9f8f5;
}
div#contentWrapper section.content div.wp_rp_content h3.related_post_title {
  text-align: center;
  margin: 10px 0 !important;
  font-weight: bold;
  color: #333;
}
div#contentWrapper section.content div.wp_rp_content ul.related_post {
  width: 100%;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 20px 0;
}
div#contentWrapper section.content div.wp_rp_content ul.related_post li a {
  color: #0C6292;
}
div#contentWrapper section.content div.wp_rp_content div.wp_rp_footer {
  display: none;
}
div#contentWrapper section.content div.step_navigation {
  width: 100%;
  font-size: 75%;
  border-top: 1px solid #d7dada;
  border-bottom: 1px solid #d7dada;
  padding: 15px 0;
  background: #fcfdfe;
}
div#contentWrapper section.content div.step_navigation a {
  color: #0C6292;
  font-weight: 600;
  text-decoration: none;
}
div#contentWrapper section.content div.step_navigation div.previous-posts {
  width: 50%;
  float: left;
  padding-left: 5px;
}
div#contentWrapper section.content div.step_navigation div.next-posts {
  width: 50%;
  float: right;
  text-align: right;
  padding-right: 5px;
  box-sizing: border-box;
}
div#contentWrapper section.rightContent {
  width: 21%;
  float: left;
  background-color: #e0e0df;
  min-height: 200px;
  box-sizing: border-box;
}
div.clear {
  clear: both;
  font-size: 0px;
}
.whiteBlue {
  background-color: #204291;
  color: #fff;
}
.yellowGrey {
  background-color: #77787b;
  color: #f5b419;
}
.whiteGrey {
  background-color: #77787b;
  color: #ffffff !important;
}
.lightWeight {
  font-weight: 300 !important;
}
.tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a, #tribe-events-content a {
  color: #0C6292;
}
div#TB_secondLine a {
  color: #ed1f24;
}
iframe.excel a#m_excelEmbedRenderer_m_hostViewAnchor.ewa-embed-anchor-button {
  display: none !important;
  visibly: hidden;
}
.document-gallery .document-icon {
  margin-bottom: 15px;
}
.document-gallery .document-icon .title {
  color: #116493;
}
.document-gallery .document-icon a {
  font-size: 12px !important;
  text-decoration: none;
}
.collapseomatic_excerpt, .collapseomatic_content {
  padding-top: 15px !important;
}
.collapseomatic {
  border-bottom: 1px solid #ccc;
  display: block;
  margin-top: 8px;
  background-color: #f1f2f3;
  background-position: 1px 10px;
  padding-top: 5px;
}
@media screen and (min-width:800px) and (max-width:1024px) {
  div#contentWrapper section.leftContent {
    display: none;
  }
  div#contentWrapper section.content {
    width: 70%;
  }
  div#contentWrapper section.rightContent {
    width: 30%;
  }
}
@media screen and (min-width:50px) and (max-width:800px) {
  header div.headerWrapper div.logoContainer {
    width: 100%;
    float: none;
    text-align: center;
  }
  header div.headerWrapper div.logoContainer a img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  header div.headerWrapper div.navContainer div.navSearch nav div.searchContainer {
    display: none;
  }
  header div.headerWrapper div.navContainer div.navSearch div.profileContainer {
    display: none;
  }
  div#contentWrapper {
    display: block;
  }
  div#contentWrapper section.leftContent {
    display: none;
  }
  div#contentWrapper section.content {
    width: 100%;
  }
  div#contentWrapper section.rightContent {
    width: 100%;
  }
  aside.widget.buttons ul li {
    border: 1px solid #cfcece;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 10px 0;
    background: #FDCF4C;
  }
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
