@font-face {
  font-family: "RheemSansLight";
  src: url(../fonts/RheemSans-Light.eot);
  src: url(../fonts/RheemSans-Light?#iefix) format("embedded-opentype"), url(../fonts/RheemSans-Light.woff2) format("woff2"), url(../fonts/RheemSans-Light.woff) format("woff"), url(../fonts/RheemSans-Light.ttf) format("truetype"), url(../fonts/RheemSans-Light.svg#RheemSans-Light) format("svg");
  font-display: swap; }
@font-face {
  font-family: "RheemSansRoman";
  src: url(../fonts/RheemSans-Roman.eot);
  src: url(../fonts/RheemSans-Roman.eot?#iefix) format("embedded-opentype"), url(../fonts/RheemSans-Roman.woff2) format("woff2"), url(../fonts/RheemSans-Roman.woff) format("woff"), url(../fonts/RheemSans-Roman.ttf) format("truetype"), url(../fonts/RheemSans-Roman.svg#RheemSans-Roman) format("svg");
  font-display: swap; }
@font-face {
  font-family: "RheemSansBold";
  src: url(../fonts/RheemSans-Bold.eot);
  src: url(../fonts/RheemSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/RheemSans-Bold.woff2) format("woff2"), url(../fonts/RheemSans-Bold.woff) format("woff"), url(../fonts/RheemSans-Bold.ttf) format("truetype"), url(../fonts/RheemSans-Bold.svg#RheemSans-Bold) format("svg");
  font-display: swap; }
@font-face {
  font-family: "RheemSansLightItalic";
  src: url(../fonts/RheemSans-LightItalic.eot);
  src: url(../fonts/RheemSans-LightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RheemSans-LightItalic.woff2) format("woff2"), url(../fonts/RheemSans-LightItalic.woff) format("woff"), url(../fonts/RheemSans-LightItalic.ttf) format("truetype"), url(../fonts/RheemSans-LightItalic.svg#RheemSans-LightItalic) format("svg");
  font-display: swap; }
@font-face {
  font-family: "RheemSansRomanItalic";
  src: url(../fonts/RheemSans-RomanItalic.eot);
  src: url(../fonts/RheemSans-RomanItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RheemSans-RomanItalic.woff2) format("woff2"), url(../fonts/RheemSans-RomanItalic.woff) format("woff"), url(../fonts/RheemSans-RomanItalic.ttf) format("truetype"), url(../fonts/RheemSans-RomanItalic.svg#RheemSans-RomanItalic) format("svg");
  font-display: swap; }
@font-face {
  font-family: "RheemSansBoldItalic";
  src: url(../fonts/RheemSans-BoldItalic.eot);
  src: url(../fonts/RheemSans-BoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/RheemSans-BoldItalic.woff2) format("woff2"), url(../fonts/RheemSans-BoldItalic.woff) format("woff"), url(../fonts/RheemSans-BoldItalic.ttf) format("truetype"), url(../fonts/RheemSans-BoldItalic.svg#RheemSans-BoldItalic) format("svg");
  font-display: swap; }
.portalbody {
  font-family: "RheemSansRoman";
  font-size: 16px;
  background-color: #EFF3F7;
  line-height: 1.4;
  padding-bottom: 80px; }
  @media only screen and (min-width: 992px) {
    .portalbody {
      font-size: 25px; } }
  .portalbody h2 {
    text-transform: uppercase;
    font-size: 26px;
    font-family: "RheemSansBold"; }
  .portalbody img {
    max-width: 100%;
    height: auto;
    display: block; }
  .portalbody .btn {
    border-radius: 0px;
    border: none; }
  .portalbody .btn-primary {
    padding: 15px 40px 10px 40px;
    background-color: #264072;
    color: #fff !important;
    text-transform: uppercase;
    font-family: "RheemSansBold";
    font-size: 14px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease; }
    @media only screen and (min-width: 992px) {
      .portalbody .btn-primary {
        font-size: 20px; } }
    .portalbody .btn-primary.arrow:after {
      content: '>';
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px; }
    .portalbody .btn-primary:hover {
      background-color: #63666A; }
  .portalbody .herorow {
    background: url(../images/heroback.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    font-size: 20px;
    font-weight: normal; }
    @media only screen and (min-width: 992px) {
      .portalbody .herorow {
        font-size: 35px; } }
  .portalbody .sliderrow {
    background: #dfdfdf;
    background: linear-gradient(90deg, #dfdfdf 0%, white 100%);
    padding: 80px 0px;
    position: relative; }
  .portalbody .tns-nav {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center; }
    .portalbody .tns-nav button {
      width: 15px;
      height: 15px;
      border-radius: 100%;
      border: none;
      margin: 0 5px;
      background-color: #63666A; }
      .portalbody .tns-nav button.tns-nav-active {
        background-color: #264072; }
  .portalbody .twoupslide .contentwrapper {
    color: #63666A; }
    .portalbody .twoupslide .contentwrapper > div {
      padding: 30px 80px;
      line-height: 1.2; }
      .portalbody .twoupslide .contentwrapper > div.right a {
        color: #264072; }
      .portalbody .twoupslide .contentwrapper > div.right p {
        font-family: "RheemSansBold";
        font-size: 20px;
        color: #63666A; }
        @media only screen and (min-width: 992px) {
          .portalbody .twoupslide .contentwrapper > div.right p {
            font-size: 35px; } }
    .portalbody .twoupslide .contentwrapper .dyk {
      max-width: 500px; }
      .portalbody .twoupslide .contentwrapper .dyk h3 {
        font-family: 'RheemSansBold';
        font-size: 20px;
        display: block;
        margin-bottom: 20px;
        color: #264072; }
    @media only screen and (min-width: 992px) {
      .portalbody .twoupslide .contentwrapper {
        display: flex;
        align-items: center;
        justify-content: center; }
        .portalbody .twoupslide .contentwrapper > div.left {
          border-right: 2px solid #264072; }
        .portalbody .twoupslide .contentwrapper .dyk h3 {
          font-size: 40px; } }
  .portalbody .twoupslide .supportcopy {
    color: #63666A;
    display: block;
    text-align: center;
    margin-top: 20px; }
  .portalbody .oneupslide .contentwrapper {
    color: #63666A;
    padding: 0 2%;
    text-align: center; }
    .portalbody .oneupslide .contentwrapper .videothumb {
      margin-bottom: 20px;
      display: block;
      text-align: center; }
      .portalbody .oneupslide .contentwrapper .videothumb img {
        display: inline-block; }
    .portalbody .oneupslide .contentwrapper a {
      color: inherit;
      font-family: 'RheemSansBold'; }
    @media only screen and (min-width: 992px) {
      .portalbody .oneupslide .contentwrapper {
        padding: 0 20%; } }
  .portalbody .quickfacts h3 {
    font-family: 'RheemSansBold';
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    color: #264072; }
  @media only screen and (min-width: 992px) {
    .portalbody .quickfacts h3 {
      font-size: 40px; } }
  .portalbody .quickfacts ul {
    padding-left: 60px; }
    .portalbody .quickfacts ul li {
      margin-bottom: 20px; }
    .portalbody .quickfacts ul.halflist {
      width: 49%;
      display: inline-block;
      vertical-align: top; }
  .portalbody .quickfacts .contentwrapper {
    color: #63666A;
    padding: 0 2%;
    text-align: left; }
    @media only screen and (min-width: 992px) {
      .portalbody .quickfacts .contentwrapper {
        padding: 0 10%; } }
  .portalbody .introcopy {
    padding: 50px 0px;
    margin-bottom: 20px; }
    .portalbody .introcopy a {
      color: inherit; }
      .portalbody .introcopy a:hover {
        color: #264072; }
  .portalbody .categorybox {
    padding: 20px;
    font-size: 17px;
    color: #fff;
    display: block;
    text-decoration: none;
    min-height: 100%;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease; }
    .portalbody .categorybox.red {
      background-color: #E4002B; }
    .portalbody .categorybox.blue {
      background-color: #264072; }
    .portalbody .categorybox strong {
      display: block;
      font-size: 20px; }
    .portalbody .categorybox .icon {
      display: block;
      text-align: center;
      margin-bottom: 20px;
      height: 80px; }
      .portalbody .categorybox .icon img {
        display: inline-block; }
    .portalbody .categorybox:hover {
      background-color: #63666A; }
  .portalbody .viewall {
    display: block;
    color: #000;
    text-decoration: none;
    margin: 20px 0; }
  .portalbody .propartnervideorow, .portalbody .propartnercalendarrow, .portalbody .featuredportalsrow, .portalbody .formrow {
    padding: 50px 0; }
  .portalbody .featuredportalsrow a {
    text-align: center;
    color: #63666A;
    font-size: 20px;
    text-decoration: none;
    display: block; }
    .portalbody .featuredportalsrow a img {
      margin-bottom: 10px; }
    .portalbody .featuredportalsrow a:hover {
      opacity: .8; }
  .portalbody form {
    background-color: #fff;
    padding: 8%; }
    .portalbody form label {
      display: block;
      margin-bottom: 5px;
      color: #264072;
      font-family: 'RheemSansBold';
      font-size: 18px; }
    .portalbody form input[type="text"], .portalbody form textarea {
      display: block;
      width: 100%;
      margin-bottom: 20px;
      font-size: 16px;
      border: 1px solid #63666A;
      padding: 10px; }
      .portalbody form input[type="text"]::placeholder, .portalbody form textarea::placeholder {
        color: #63666A; }
    @media only screen and (min-width: 992px) {
      .portalbody form {
        padding: 30px; } }
  .portalbody .selectwrapper {
    position: relative;
    display: inline-block;
    max-width: 400px;
    min-width: 400px;
    width: 100%;
    margin-bottom: 20px; }
    .portalbody .selectwrapper:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 10px;
      height: 33px;
      width: 22px;
      z-index: 5;
      display: block;
      transform: translateY(-50%);
      background: url(../images/selecttoggle.png) no-repeat center center; }
  .portalbody select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    z-index: 1;
    outline: none; }
    .portalbody select::-ms-expand {
      display: none; }
  .portalbody .select {
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
    max-width: 400px;
    border: 1px solid var(--select-border);
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.8;
    background-color: #E5E5E5;
    background-image: linear-gradient(to top, #f9f9f9, #E5E5E5 33%); }
    .portalbody .select select, .portalbody .select::after {
      grid-area: select; }
    .portalbody .select:not(.select--multiple)::after {
      content: "";
      justify-self: end;
      width: 0.8em;
      height: 0.5em;
      background-color: #000;
      clip-path: polygon(100% 0%, 0 0%, 50% 100%); }
  .portalbody input[type="submit"] {
    border: none;
    margin: 0 auto;
    display: block;
    padding: 15px 40px 10px 40px;
    background-color: #264072;
    color: #fff;
    text-transform: uppercase;
    font-family: "RheemSansBold";
    font-size: 14px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease; }
    .portalbody input[type="submit"]:hover {
      background-color: #63666A; }
    @media only screen and (min-width: 992px) {
      .portalbody input[type="submit"] {
        font-size: 20px; } }

/* end portal body */
