﻿@import url("https://use.typekit.net/fxi3mjz.css");

/* Reset Styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section,
main,
summary {
    display: block;
}

[type="checkbox"],
[type="radio"] {
    /* 1 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 2 */
    margin: 0;
    margin-right: 1rem;
    padding: 0;
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0;
}

table tr td,
table tr th {
    padding: 0;
    border: 0;
}


.select-large {
    height: 100%;
}

/* Global Branding Styles for the top navbar*/
.portalnav {
    background-color: #FFFFFF; /* IE fallback */
    background-color: var(--crisp-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 5rem;
    z-index: 99;
    font-family: benton-sans, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    transition: width .2s ease-out,height .2s ease-out,margin .2s ease-out;
    position: relative
}

.portalnav__title__text {
    border-left: 1px solid #DEDCE4; /* IE fallback */
    border-left: 1px solid var(--frosted-gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: .9em;
    text-transform: uppercase;
    color: #303584; /* IE fallback */
    color: var(--deep-plum);
    font-family: benton-sans-condensed, sans-serif;
    font-weight: 500;
    font-size: 1.1em;
    width: auto;
    overflow: hidden;
    padding-left: 1rem;
    box-sizing: border-box;
    margin: .25rem 0;
    height: inherit;
}

.portalnav__title__text > h1 {
    margin: 0;
}


.portalnav .portalnav__title {
    cursor: pointer;
    display: flex;
    background-color: #FFFFFF; /* IE fallback */
    background-color: var(--crisp-white);
    padding: 0 3rem 0 0;
    width: -moz-fit-content;
}

.portalnav__title__logo {
    min-height: 2em;
    min-width: 4em;
    min-width: -moz-fit-content;
    display: inline-block;
    text-indent: -9999em;
    color: transparent;
    border: .2em solid currentColor;
    margin-right: 1rem;
}

.portalnav__title__logo > img {
    width: 8rem;
    float: right;
    margin-top: 18px;
    margin-left: 20px;
    margin-bottom: 34px;
    margin-right: 0;
}

.portalnav__title__text,
.portalnav__title__text h1 {
    line-height: 1.4rem !important;
    color: #303584; /* IE fallback */
    color: var(--deep-plum);
    font-weight: 500;
    font-size: 1.1em !important;
    box-sizing: border-box;
}

.portalnav__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: inherit;
}

.portalnav__logout {
    background-color: #FFFFFF; /* IE fallback */
    background-color: var(--crisp-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 11rem;
    height: inherit;
    padding-left: 1.5rem;
}

.portalnav > div.portalnav__content::after {
    content: "";
    background-color: #303584; /* IE fallback */
    background-color: var(--deep-plum);
    -webkit-transform: skewX(-22.5deg);
    transform: skewX(-22.5deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    border-left: .2rem solid #FFC20E; /* IE fallback */
    border-left: .2rem solid var(--summer-goldenrod);
    position: absolute;
    left: inherit;
    top: 0;
    bottom: 0;
    right: -0.2rem;
    height: inherit;
    width: 2.7rem;
}

.portalnav > div.portalnav__content::before {
    content: "";
    background-color: #F15A22; /* IE fallback */
    background-color: var(--fiery-sunset);
    -webkit-transform: skewX(-22.5deg);
    transform: skewX(-22.5deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    border-left: 2.5rem solid #303584; /* IE fallback */
    border-left: 2.5rem solid var(--deep-plum);
    position: absolute;
    left: -2.5rem;
    top: 0;
    bottom: 0;
    right: inherit;
    border-right: 0.2rem solid #FFC20E; /* IE fallback */
    border-right: 0.2rem solid var(--summer-goldenrod);
}

.portalnav > div.portalnav__content {
    background-color: #303584; /* IE fallback */
    background-color: var(--deep-plum);
    margin-left: 2rem;
    z-index: 0;
}

/* the title header of sections */
legend {
    font-family: "benton-sans-condensed", sans-serif;
    margin-bottom: 1rem;
    padding-top: 0.5rem;
}

.justify-content-end {
    display: flex;
    justify-content: flex-end !important;
    margin-left: auto !important;
}

.portalnav-user {
    padding: 0 3rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: benton-sans-condensed;
}

#contentLayout {
    margin-right: 40%;
    margin-bottom: 10px;
}

#sidebar {
    float: right;
    width: 40%;
    margin-bottom: 10px;
}

table.title {
    background-color: #03878C; /* IE fallback */
    background-color: var(--timeless-teal);
    border-bottom: 1px solid black;
    width: 100%;
    font-weight: bold;
}

.container {
    width: 98%;
    margin: 10px 0px 5px 10px;
    padding-bottom: 10px;
    border: 1pt solid black;
    text-align: left;
    background: white;
}

.tblControls {
    padding-left: 5px;
    margin: 10px 0px 10px 0px;
    width: 100%;
}

TR.HeadDesc td {
    color: #DEDCE4; /* IE fallback */
    color: var(--frosted-gray);
}

.contentHolder, 
.gridViewContainer {
    height: auto;
    max-height: 95%;
    width: 98%;
    margin: 1rem 0 1rem 0;
    text-align: left;
}

.contentHolder {
    width: inherit;
    max-width: 93vw
}

.gridViewContainer table {
    margin: 0px;
    width: 100%;
}

.gridContainer {
    margin: 0px;
    width: 100%;
}

.PopUp {
    min-width: 30rem;
    overflow: scroll;
    padding: 1rem;
}

.PopUpWide {
    width: 860px;
    overflow: scroll;
}


.tabsLayout {
    clear: left;
    border-bottom: solid 1px black;
    width: 100%;
    text-align: left;
    overflow: visible;
    position: relative;
}

.tabsLayout table {
    margin-left: 14px;
}

.visibleControl {
    display: inline;
}

.hiddenControl {
    display: none !important;
}

.borderLeft {
    border-left: 1px solid #DEDCE4; /* IE fallback */
    border-left: 1px solid var(--frosted-gray);
    margin-left: 5px;
    padding-left: 5px;
}

.borderBottom {
    border-bottom: #DEDCE4; /* IE fallback */
    border-bottom: solid 1px var(--frosted-gray);
}

.modalBackground {
    background-color: #DEDCE4; /* IE fallback */
    background-color: var(--frosted-gray);
    filter: alpha(opacity=70);
    opacity: .70;
    -moz-opacity: .70;
}

.modalpopup {
    color: #303584; /* IE fallback */
    color: var(--deep-plum);
    background-color: #FFFFFF; /* IE fallback */
    background-color: var(--crisp-white);
    border: 3px solid #DEDCE4; /* IE fallback */
    border: 3px solid var(--frosted-gray);
    padding: 3px;
    /* !important is needed here because ASP keeps messing with modals otherwise */
    margin-left: auto !important;
    margin-right: auto !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 10% !important;
    height: auto !important;
    width: fit-content !important;
    max-width: 80%;
    max-height: 95%;
}

.matchingRecs {
    border: 1px solid #DEDCE4; /* IE fallback */
    border: 1px solid var(--frosted-gray);
    text-align: left;
    text-transform: uppercase;
    padding: 2px 0px 2px 2px;
}

.floatRight {
    padding-top: 10px;
    float: right;
}

.pageName {
    font-size: 2rem;
    margin: 0 0 1rem 0;
    text-align: left;
    padding: 5px 5px 5px 0px;
    border-bottom: .3rem solid #DEDCE4; /* IE fallback */
    border-bottom: .3rem solid var(--frosted-gray);
}

.requestNew legend {
    color: #F15A22; /* IE fallback */
    color: var(--fiery-sunset);
}

.pager table {
    width: auto;
}

.PopUpHolder {
    width: 95%;
    margin: 10px 0px 5px 5px;
    text-align: left;
}

/* text style used for rendered text which requires emphasis */
.NormalBold {
    font-family: benton-sans, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: benton-sans, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.PopupTextBox {
    font-family: benton-sans, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.menu {
    display: block;
    visibility: hidden;
    position: relative;
    height: 100%;
    max-height: 0;
    transition: visibility 0.5s ease-in-out 0.2s, max-height 0.4s ease-in-out;
}

.menu-loaded {
    visibility: visible;
    max-height: 10rem;
}

.menu .menu-item {
    height: 3rem;
}

.menu::before {
    content: "";
    background-color: transparent;
    position: absolute;
    left: 0.5rem;
    top: 3rem;
    bottom: 0;
    right: 0px;
    border-top: 2px solid #DEDCE4; /* IE fallback */
    border-top: 2px solid var(--frosted-gray);
    height: 0;
    width: calc(100% - 1rem);
}

.menu .menu-item::after {
    content: "";
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0.5rem;
    bottom: 0;
    right: -2px;
    border-right: 2px solid #DEDCE4; /* IE fallback */
    border-right: 2px solid var(--frosted-gray);
    height: 2rem;
    width: inherit;
}

.menu li {
    margin: unset;
}

.menu a,
.menu a:link,
.menu a:visited,
.menu a:active,
.menu a.static {
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    color: #303584; /* IE fallback */
    color: var(--deep-plum);
    padding: 1rem !important;
}

.menu a:active,
.menu a.selected {
    background-color: #FFC20E !important; /* IE fallback */
    background-color: var(--summer-goldenrod) !important;
}

.menu a:hover {
    background-color: #DEDCE4 !important; /* IE fallback */
    background-color: var(--frosted-gray) !important;
}


table.content-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.content-card {
    margin-bottom: 1rem;
    padding: 1rem;
}

.page-menu {
    background-color: #FFFFFF; /* IE fallback */
    background-color: var(--crisp-white);
    font-family: benton-sans-condensed;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: middle;
}

.page-menu menu {
    height: 100%;
}

.common-inmar-footer {
    color: #FFFFFF !important; /* IE fallback */
    color: var(--crisp-white) !important;
    display: block;
    clear: both;
    width: 100%;
    height: 4rem;
    background-color: #303584; /* IE fallback */
    background-color: var(--deep-plum);
    text-align: center;
    margin-top: 1rem;
}

.common-inmar-footer > .common-inmar-footer-content {
    text-align: center;
    padding: .8rem;
    margin-left: auto;
    margin-right: auto;
    height: inherit;
    width: 55%;
    background-color: #03878C; /* IE fallback */
    background-color: var(--timeless-teal);
    border-left: 20px solid #F15A22; /* IE fallback */
    border-left: 20px solid var(--fiery-sunset);
    border-right: 5px solid #FFC20E; /* IE fallback */
    border-right: 5px solid var(--summer-goldenrod);
    transform: skewX(-22.5deg);
}

.common-inmar-footer-content::before {
    background: none;
    content: "";
    border-left: 5px solid #FFC20E; /* IE fallback */
    border-left: 5px solid var(--summer-goldenrod);
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.common-inmar-footer-content::after {
    background: none;
    content: "";
    border-right: 20px solid #F15A22; /* IE fallback */
    border-right: 20px solid var(--fiery-sunset);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 5px;
    z-index: -1;
}

/* behold, the angle! */

.common-inmar-footer-content-text {
    transform: skewX(22.5deg);
    line-height: 1.5rem;
}

.common-inmar-footer .sep {
    margin: 0 .5rem;
    border-left: 1px solid #DEDCE4; /* IE fallback */
    border-left: 1px solid var(--frosted-gray);
    width: 0;
    height: 1rem;
    display: inline;
}

.common-inmar-footer a,
.common-inmar-footer a:link,
.common-inmar-footer a:visited {
    color: #FFFFFF; /* IE fallback */
    color: var(--crisp-white);
    background-color: transparent;
}

.common-inmar-footer a:hover {
    color: #FFC20E; /* IE fallback */
    color: var(--summer-goldenrod);
    background-color: transparent;
}

#wrapper {
    display: table;
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width:950px) {
    #wrapper {
        padding: 0 1rem;
    }
}

/* Apply to table tag of any table used in the datagrid */
.Grid {
    display: table;
    padding: 1px;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

/* Apply to header table of the datagrid */
.GridHeaderItem {
    font-family: benton-sans-condensed, sans-serif;
    text-align: left;
}

.GridHeaderItem,
.GridHeaderItem a {
    font-weight: 600;
    font-size: 0.85rem;
    vertical-align: bottom;
}

/*This is necessary to force styles on the nested tables within the custom grid headers*/
.GridHeaderItem tr td {
    text-align: center;
    padding: 1px;
}

.Grid tr {
    height: 3rem;
}

.Grid tr td {
    padding: .6rem;
    text-align: left;
    vertical-align: middle;
}

.Grid tr td a {
    text-decoration: none !important;
}

.Grid tr td a[disabled] {
    color: #DEDCE4; /* IE fallback */
    color: var(--frosted-gray);
}

tr.GridHeaderItem th {
    height: 2rem !important;
    line-height: 1rem;
    background-color: #DEDCE4; /* IE fallback */
    background-color: var(--frosted-gray);
    text-transform: uppercase;
    vertical-align: middle;
    position: relative;
    padding: 0 .3rem;
    font-weight: 600;
    white-space: normal;
    overflow: hidden;
}

table.Grid tr.GridHeaderItem th:not(:first-child):before {
    content: "";
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: .5rem;
    bottom: 0px;
    right: 0px;
    border-left: 1px solid #FFFFFF; /* IE fallback */
    border-left: 1px solid var(--crisp-white);
    height: calc(100% - 1rem);
    width: 0;
}

/* Grid header link styles */
table.Grid tr.GridHeaderItem th a {
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    display: inline;
    line-height: 1rem;
}

table.Grid tr.GridHeaderItem th a:link,
table.Grid tr.GridHeaderItem th a:visited {
    color: #F15A22 !important; /* IE fallback */
    color: var(--fiery-sunset) !important;
}

table.Grid tr.GridHeaderItem th a:hover:not([disabled]) {
    background-color: #FFC20E !important; /* IE fallback */
    background-color: var(--summer-goldenrod) !important;
    color: #FFFFFF !important; /* IE fallback */
    color: var(--crisp-white) !important;
    text-decoration: none;
}

.GridListItem, .GridListItemAlt {
    background-color: #FFFFFF; /* IE fallback */
    background-color: var(--crisp-white);
    border-bottom: 0.1rem solid #DEDCE4; /* IE fallback */
    border-bottom: 0.1rem solid var(--frosted-gray);
    font-family: "benton-sans-condensed", sans-serif;
    font-size: .86rem;
    font-weight: 500;
}

.grid-lg table tr.GridListItem td, 
.grid-lg table tr.GridListItemAlt td {
    vertical-align: top;
    padding-top: 1rem;
}

/* Apply to any row that needs to be added above the header of the datagrid to divide the datagrid into sections */
.GridSpecialItem {
    background-color: #03878C; /* IE fallback */
    background-color: var(--timeless-teal);
    font-family: "benton-sans",sans-serif;
    font-size: 1rem;
    text-align: right;
    font-weight: bold;
    margin-bottom: .5rem;
}

/* Apply to columns in the datagrid that contain letters */
.GridAlpha {
    text-align: left;
    vertical-align: top;
}

/* Apply to columns in the datagrid that contain numbers */
.GridNumeric {
    text-align: right;
    vertical-align: top;
}

/* Apply to columns in the datagrid that contain icons or check boxes- or other things that need to be centered- should not be used for any data values */
.GridCentered {
    text-align: center;
    vertical-align: top;
}

div.GridSpecialItem {
    color: #FFFFFF; /* IE fallback */
    color: var(--crisp-white);
    text-align: right;
    font-weight: 600;
    padding: 1rem;
}

span.GridSpecialItem {
    color: #FFFFFF; /* IE fallback */
    color: var(--crisp-white);
    background-color: transparent;
    text-align: right;
    font-weight: 600;
    padding: 0;
}

div.GridSpecialItem > span.GridSpecialItem {
    display: block;
}

div.GridSpecialItem > span.GridSpecialItem:empty {
    display: inline;
}

.subscriptionSplashButton {
    padding-left: 15px;
    padding-right: 15px;
}

.common-support-label {
    margin: 1rem 0;
    padding: .5rem;
}

/* Ajax TabContainer styles */
.inm-tab-container {
    color: #303584; /* IE fallback */
    color: var(--deep-plum);
}

.inm-tab-container .inm-tab-header a.inm-tab,
.inm-tab-container .ajax__tab_header .ajax__tab {
    height: auto;
}

/*Header*/

.inm-tab-container .inm-tab-header {
    width: 100%;
    height: 3rem;
}

div.inm-tab-container .ajax__tab_header,
.inm-tab-container .inm-tab-header {
    font-family: "benton-sans-condensed", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 0px;
    padding-left: 1rem;
    border-bottom: 1px solid #DEDCE4; /* IE fallback */
    border-bottom: 1px solid var(--frosted-gray);
}

.inm-tab-container .inm-tab-header .inm-tab,
div.inm-tab-container .ajax__tab_header,
div.inm-tab-container .ajax__tab_header .ajax__tab_outer,
div.inm-tab-container .ajax__tab_header .ajax__tab_outer .ajax__tab_inner,
div.inm-tab-container .ajax__tab_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
    background-image: none;
    background-repeat: no-repeat;
}

.inm-tab-container .inm-tab-header .inm-tab,
div.inm-tab-container .ajax__tab_header .ajax__tab_outer {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.inm-tab-container .inm-tab-header a.inm-tab::before,
div.inm-tab-container .ajax__tab_header .ajax__tab_outer::before {
    content: "";
    background-color: #FFFFFF; /* IE fallback */
    background-color: var(--crisp-white);
    position: absolute;
    left: 1px;
    top: -6px;
    bottom: 0;
    right: -4px;
    border-top: 7px solid #DEDCE4; /* IE fallback */
    border-left: 1px solid #DEDCE4; /* IE fallback */
    border-right: 1px solid #DEDCE4; /* IE fallback */
    border-top: 7px solid var(--frosted-gray);
    border-left: 1px solid var(--frosted-gray);
    border-right: 1px solid var(--frosted-gray);
    border-bottom: none;
    border-radius: 0;
    height: 110%;
    width: inherit;
    z-index: 0;
}

.inm-tab-container .inm-tab-header a.inm-tab::before {
    background-color: transparent;
    position: absolute;
    left: 0px;
    right: 0px;
}

.inm-tab-container .inm-tab-header a.inm-tab.selected::before,
div.inm-tab-container .ajax__tab_active .ajax__tab_outer::before {
    border-top: 7px solid #FFC20E; /* IE fallback */
    border-top: 7px solid var(--summer-goldenrod);
    border-bottom: 3px solid #FFFFFF; /* IE fallback */
    border-bottom: 3px solid var(--crisp-white);
    height: 120%;
    width: inherit;
    z-index: 0;
}

.inm-tab-container .inm-tab-header a.inm-tab:hover::before,
div.inm-tab-container .ajax__tab_hover .ajax__tab_outer::before {
    border-top: 7px solid #303584; /* IE fallback */
    border-top: 7px solid var(--deep-plum);
}

.inm-tab-container .ajax__tab_inner {
    margin: 0;
    padding: 0;
}

.inm-tab-container .inm-tab-header a.inm-tab,
.inm-tab-container .ajax__tab_header a.ajax__tab_tab {
    background-color: transparent;
    margin: 0;
    padding: .7rem;
}

/*Body*/
div.inm-tab-container .ajax__tab_body {
    border: 1px solid #DEDCE4; /* IE fallback */
    border: 1px solid var(--frosted-gray);
    padding-top: 0px;
    overflow: scroll;
}

.inm-tab-container .inm-tab-header a.inm-tab,
.inm-tab-container .ajax__tab_tab {
    padding: 0.8em 1em;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.9;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1.25em;
    position: relative;
}

/*Tab Active*/
.inm-tab-container .ajax__tab_active .ajax__tab_tab,
.inm-tab-container .ajax__tab_active .ajax__tab_inner,
.inm-tab-container .ajax__tab_active .ajax__tab_outer {
    margin: 0;
    padding: 0;
}

/*Tab Hover*/
.inm-tab-container .ajax__tab_hover .ajax__tab_tab,
.inm-tab-container .ajax__tab_hover .ajax__tab_inner,
.inm-tab-container .ajax__tab_hover .ajax__tab_outer {
    margin: 0;
    padding: 0;
}

/* Overrides for login page - delete these if we can ever replace the external iframes */
#SplashFrame {
    width:570px; 
    height:400px;
}

#MarketingSplashFrame {
    width: 100%;
    box-shadow: 0px 7px 11px var(--frosted-gray);
}

.splash-frame-container {
    margin-bottom: 1rem;
    padding: 0.5rem;
}

/* IE 11 fallbacks (some may work in 9+) */
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    [type="checkbox"], [type="radio"] {
        /* 1 */
        box-sizing: border-box;
        /* 2 */
        margin: initial;
        margin-right: 1rem;
        padding: initial;
        position: absolute;
        cursor: pointer;
        height: auto;
        width: auto;
    }

    .portalnav {
        display: -ms-inline-flexbox;
        max-height: 5rem;
    }

    .portalnav__title {
        position: relative;
        float: left;
        height: inherit;
        max-height: inherit;
    }

    .portalnav__content {
        width: calc(100% - 37rem);
        position: relative;
        float: left;
        height: inherit;
        max-height: inherit;
        padding-top: 1.75rem;
        text-align: right;
    }

    .portalnav__logout {
        position: relative;
        float: right;
        height: inherit;
        padding-top: 1.75rem;
        max-height: inherit;
    }

    .portalnav__title__logo {
        display: inline-block
    }

    .portalnav__title__text {
        display: inline-block;
        margin: 0px;
        padding: 1.2rem;
        height: 5rem;
        vertical-align: top;
    }
}


/* MS Edge fallbacks */
_:-ms-lang(x),
_:-webkit-full-screen,
[type="checkbox"],
[type="radio"] {
    /* 1 */
    box-sizing: border-box;
    /* 2 */
    margin: initial;
    margin-right: 1rem;
    padding: initial;
    position: absolute;
    cursor: pointer;
    height: auto;
    width: auto;
}
_:-ms-lang(x),
_:-webkit-full-screen,
.inm-button {
    display: inline-block;
}

_:-ms-lang(x),
_:-webkit-full-screen,
.inm-label__checkbox {
    margin-left: 0;
}

_:-ms-lang(x),
_:-webkit-full-screen,
input[type="checkbox"],
input[type="radio"] {
    margin-top: .5rem;
}

/* Firefox fallbacks */
@-moz-document url-prefix() {
    .inm-label__checkbox {
        margin-left: 0;
    }

    input[type="checkbox"],
    input[type="radio"] {
        margin-top: -0.9rem;
    }
}
}
