﻿.portal-content.container {
  background-color: #ccc; }

/*.portal-content {
    > div:nth-child(2) {
        margin-top: 20px;
    }
}*/
.portal-content {
  /*padding: 5% 10%;*/ }

@media (max-width: 432px) and (min-height: 568px) {
  /*.footer-image {
        position: fixed;
        bottom: 0;
    }*/ }

@media (max-width: 321px) {
  /*.footer-image {
        position: inherit;
    }*/
  .item-name {
    font-size: 24px; } }

.site-wrapper {
  background-color: #ccc; }

.service-category-container {
  font-size: 24px; }
  .service-category-container input[type="radio"] {
    width: 100%;
    display: none; }
  .service-category-container .rdoPolicy:checked ~ .policy-service {
    display: block; }
  .service-category-container .rdoPolicy:checked ~ .service-category-item.policy {
    background-color: #005F99;
    color: #fff; }
    .service-category-container .rdoPolicy:checked ~ .service-category-item.policy a {
      color: #fff; }
  .service-category-container .rdoPolicy ~ .policy-service {
    display: none; }
  .service-category-container .rdoClaim:checked ~ .claim-service {
    display: block; }
  .service-category-container .rdoClaim:checked ~ .service-category-item.claim {
    background-color: #005F99;
    color: #fff; }
    .service-category-container .rdoClaim:checked ~ .service-category-item.claim a {
      color: #fff; }
  .service-category-container .rdoClaim ~ .claim-service {
    display: none; }
  .service-category-container .service-category-item {
    background-color: #fff;
    color: #005F99;
    border: 4px solid #000; }
    .service-category-container .service-category-item label {
      padding: 10px;
      width: 100%;
      cursor: pointer; }
    .service-category-container .service-category-item:first-of-type {
      border-right: 0px;
      border-radius: 20px 0px 0px 20px; }
    .service-category-container .service-category-item.policy {
      border-left: 0px;
      border-radius: 0px 20px 20px 0px; }
  .service-category-container .e-compel img {
    width: 25%;
    display: inline-block; }
  .service-category-container .e-compel .item-name {
    display: inline-block; }
