@font-face {
    font-family: 'Montserrat';
    src: url('/Montserrat.ttf') format('truetype');
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.navbar-static-top.navbar .menu-bar>.navbar-nav>li>a {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

h4 {
    font-size: 32px;
    font-weight: bold;
}

html[dir=ltr] .crmEntityFormView .cell .picklist input[type=radio]:not(.vertical) {
    margin: 2px 5px 5px 12px;
}

fieldset {
    margin-bottom: 0px;
    max-width: 80%;
}

input[type=radio] {
    cursor: pointer;
}

.section-title {
    width: 100%;
}

.crmEntityFormView {
    border-radius: 15px;
    padding: 14px;
    box-shadow: 0px 3px 10px rgb(191 211 227 / 0.9);
}

.crmEntityFormView fieldset {
    margin-left: 10%;
}

.datetimepicker {
    max-width: 40%;
}

.navbar-brand {
    padding: 2px;
}

.weblinks {
    background-color: #eee;
}

footer .footer-bottom {
    margin-top: 10px;
}

.blurry-text {
    color: transparent;
    text-shadow: 0 0 4px black;
    text-decoration-line: line-through;
    text-decoration-thickness: 7px;
 }

 .disable-mouse-events {
    pointer-events: none;
 }

.iic-header {
    display: flex;
    align-items: center;
    background-color: #eee;
    padding-left: 20px;
    min-height: 31px;
}

.iic-header-icon {
    vertical-align: baseline;
    max-height: 14px;
    margin-right: 13px;
    margin-top: 4px;
}

#iic-header-bg {
    background: url('/Palouse.jpg');
    background-size: cover;
    background-position: top;
    min-height: 30rem;
    max-height: 30rem;
}

#icc-nav {
    background-color: #eee;
    height: 45px;
}

#ProfileFormView {
    padding: 20px 0px 0px 0px;
    margin-bottom: 15px;
}

.gov-text {
    margin: 0px;
    letter-spacing: .5px;
}

#ib4uxn {
    filter: drop-shadow(0px 0px 5px #111);
    top: 42px;
    left: 28px;
}

.textarea.form-control {
    max-width: 655px;
    min-width: 322px;
    max-height: 300px;
    min-height: 36px;
}

#ContentContainer_MainContent_MainContent_ContentBottom_SubmitButton {
    visibility: hidden;
}

.iic-logo {
    position: absolute;
    max-width: 100%;
    width: 10rem;
    filter: drop-shadow(0px 0px 5px #111);
    top: 10rem;
    left: 4rem;
    z-index: 2;
}

@media screen and (min-width: 42rem) {
    .iic-logo {
        width: 25rem;
        top: 10rem;
        left: 12rem;
    }
}

@media screen and (min-width: 82rem) {
    .iic-logo {
        width: 25rem;
        top: 10rem;
        left: 28rem;
    }
}

#iris_physicaladdress {
    width: 480px;
}

#iris_electionofcoveragetype {
    display: grid;
    grid-template-columns: .1fr 1fr .1fr .1fr 1fr .1fr;
    gap: 3px;
}

#iris_worktype,
#iris_attorneytype,
#iris_businesssold,
#iris_outofbusiness,
#iris_submissiontype,
#iris_idahoemployees,
#iris_hiringidahoemployees,
#iris_workerscomenpensation,
#iris_exemptownersonly,
#iris_remoteidahoemployees {
    display: grid;
    grid-template-columns: .1fr .3fr .1fr 2fr;
    gap: 3px;
}

#iris_relationshiptoemployer {
    display: grid;
    grid-template-columns: repeat(3, .1fr .3fr);
    gap: 3px;
}

#EntityFormPanel {
    box-shadow: none;
    border: none;
}

body {
    height: auto;
}