@font-face {
    font-family: 'Futura PT Medium';
    src: url('Fonts/FuturaPT/FuturaPT-Medium.eot');
    src: url('Fonts/FuturaPT/FuturaPT-Medium.eot?f') format('embedded-opentype'), url('https://www.cropriskservices.com/Assets/Fonts/FuturaPT/FuturaPT-Medium.woff2') format('woff2'), url('Fonts/FuturaPT/FuturaPT-Medium.woff') format('woff'), url('Fonts/FuturaPT/FuturaPT-Medium.ttf') format('truetype'), url('Fonts/FuturaPT/FuturaPT-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
    display: block
}

a,
a:visited {
    text-decoration: underline;
    color: #0b2777
}

a:hover {
    text-decoration: none
}

.hidden {
    display: none !important
}

.invisible {
    visibility: hidden !important
}

.offscreen {
    position: absolute !important;
    left: -6000px !important
}

#root {
    overflow-y: scroll;
    padding: 0;
    margin: 0;
    background-color: #eee;
    background: linear-gradient(to bottom, #fcfcfc, #ebebeb) no-repeat center fixed;
    background-size: cover;
    font-size: 12px;
    line-height: 1.5;
    font-family: Verdana, Geneva, sans-serif;
    color: #7d7d7d
}

input {
    color: #000
}

#page {
    padding: 0;
    margin: 0 auto;
    width: 950px;
    border: solid 2px #a1a1a1;
    border-top: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 0 0 1px 1px
}

#header {
    display: block;
    padding: 0 0 7px 0
}

#crsLogo {
    float: left;
    width: 300px;
    height: 75px;
    margin: 15px 0 15px 52px;
    background: url(Sprites/crsMemberOfFullColor.png) no-repeat
}

#navbar {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 31px;
    padding: 0 1rem;
    background: linear-gradient(to bottom, #fff, #f2f2f2);
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
}

.navbarSegment {
    position: relative;
    font-size: 14px;
}

.navbarItem,
.navbarItem:visited {
    display: block;
    padding: 11px 19px;
    font-size: 14px;
    line-height: 9px;
    color: inherit;
    text-decoration: none;
}

.navbarSegment:hover .navbarItem {
    padding: 10px 18px;
    border: 1px solid #a1a1a1;
    border-top: #fff;
    border-bottom: #fff;
    background: #fff
}

#navbarSegmentLastChild .navbarItem,
.navbarSegment:last-child .navbarItem {
    border-right: 0;
    padding-right: 30px
}

#navbarSegmentLastChild:hover .navbarItem,
.navbarSegment:last-child:hover .navbarItem {
    border-right: 0;
    padding-right: 30px
}

.dropdown,
.tieredDropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #a1a1a1;
    border-radius: 0 0 1px 1px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    min-width: 200px;
    z-index: 1000;
}

.navbarSegment:hover > .dropdown,
.navbarSegment:hover > .tieredDropdown {
    display: block;
}

.tieredDropdown .dropdownList {
    display: flex;
    flex-direction: column;
    padding: 6px 15px 6px 6px;
}

.dropdownItem {
    padding: 5px;
    color: #7d7d7d;
    text-decoration: none;
}

.dropdownItem:hover {
    background: #004b85;
    color: #fff;
}

.tieredDropdownSubheading {
    display: table-row;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #004b85
}

.tieredDropdown {
    padding: 15px 0 15px 15px
}

#leftColumn {
    float: left;
    width: 192px;
    margin: 11px
}

#centerColumn {
    float: left;
    width: 470px;
    margin: 11px
}

#rightColumn {
    float: left;
    width: 222px;
    margin: 11px
}

#foot {
    clear: both;
    width: 928px;
    padding: 15px 0 19px;
    margin: 11px;
    border-top: solid 1px #a1a1a1
}

.tertiaryHorizontalNav {
    display: inline;
    font-size: 10px
}

.tertiaryHorizontalNavItem,
.tertiaryHorizontalNavItem:visited {
    color: inherit;
    text-decoration: none
}

#copyright {
    margin: 0 32px 0 0;
    font-size: 10px;
    color: #004b85
}

#headerRightHalf {
    float: right
}

#topRightNav {
    display: block;
    margin: 24px 11px 32px 0
}

#social {
    display: block;
    margin: 32px 0 11px;
    font-size: 0;
    text-align: right
}

.social {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 11px 0 0;
    background: url(Sprites/social.gif) -20px no-repeat
}

#twitter {
    background: url(Sprites/social.gif) 0 no-repeat
}

#banner {
    display: block;
    width: 1600px;
    padding: 10px 11px;
    font-size: 0
}

#bannerTitle {
    display: inline-block;
    width: 248px;
    padding: 88px 14px 14px;
    margin: 0;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    vertical-align: bottom;
    background: #004b85;
    color: #fff;
    border-radius: 1px
}

.bannerImg {
    display: inline-block;
    min-width: 153px;
    max-width: 642px;
    height: 126px;
    margin: 0 0 0 10px;
    border-radius: 1px
}

#breadcrumbs {
    display: block;
    clear: both;
    padding: 16px 0 0 12px;
    font-size: 10px;
    line-height: 10px
}

.breadcrumb,
.breadcrumb:visited {
    margin: 0;
    padding: 0;
    color: #7d7d7d
}

#currentPageBreadcrumb {
    color: #0b2777;
    text-decoration: none
}

.leftColumnNav {
    display: block;
    border: solid 1px #a1a1a1;
    padding: 6px 0
}

.leftColumnNavTitle {
    display: block;
    padding: 5px 11px;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #004b85
}

.leftColumnNavItem,
.leftColumnNavItem:visited {
    display: block;
    padding: 5px 11px;
    font-size: 11px;
    line-height: 1;
    text-decoration: none;
    color: inherit;
}

.callout {
    display: block;
    padding: 11px;
    margin: 11px 0;
    border: solid 1px #a1a1a1
}

.callout:first-child {
    margin: 0 0 11px
}

.rightColumnCallout {
    display: block;
    border: solid 1px #a1a1a1;
    padding: 11px
}

.rightColumnCalloutTitle {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #004b85
}

.centerColumnTitle {
    margin: 0 0 19px;
    padding: 0;
    font-size: 18px;
    line-height: 1;
    color: #004b85
}

.popup.window {
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    min-width: 300px;
    max-width: 650px;
    max-height: 556px;
    padding: 30px 50px;
    background: #fff;
    border: solid 1px #a1a1a1;
    border-radius: 1px
}

.popup.buttons {
    display: block;
    padding: 11px 0 0;
    margin: 11px auto 0;
    border: 0;
    text-align: right
}

.popup.shade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background: rgba(0, 0, 0, .5)
}

.popup.field {
    display: block;
    margin: 11px 0
}

.popup.blank {
    display: block;
    min-width: 298px
}

.popup.description,
.popup.feedback {
    display: inline;
    margin: 3px 0
}

.pdfIcon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(Sprites/pdfIcon.png)
}

.error {
    color: #ffa500
}

.inputError {
    outline: solid 1px #ffa500
}

.noError {
    color: #009530
}

th {
    padding: 3px;
    text-align: left;
    color: #fff;
    background: #004b85
}

td {
    padding: 3px
}

.fauxlink {
    background: none;
    border: 0;
    border-radius: 0;
    text-decoration: underline;
    color: #0b2777
}

:-moz-submit-invalid {
    box-shadow: none
}

:-moz-ui-invalid {
    box-shadow: none
}

table {
    width: 100%
}

tr {
    border-bottom: dashed 1px #ddd
}

tr:last-child {
    border-bottom: 0
}

th {
    border-right: solid 3px #fff
}

th:last-child {
    border-right: 0
}

#webUserNameWelcome,
#webUserNameWelcome:visited {
    color: #009530
}

#securityImageDetails {
    display: table-row;
    width: 304px;
    height: 64px
}

#securityImage {
    display: table-cell;
    width: 64px;
    height: 64px
}

#securityImageDescription {
    display: table-cell;
    height: 64px;
    vertical-align: middle
}

.techWarning {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #ffa500;
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

#logout {
    font-size: 10px;
    float: right;
    text-decoration: none
}

#popupModal {
    display: none;
}

#crsLogo {
    float: left;
    width: 250px;
    height: 80px;
    margin: 5px 0 5px 30px;
    background: url(Sprites/crsMemberOfFullColor.png) no-repeat;
    background-size: 100% !important;
    background-position: center center !important;
    background-position-x: center;
    background-position-y: center;
}

th,
.dropdownItem:hover,
#bannerTitle,
#banner {
    background: #002554 !important;
}

.highlightTitle,
#bannerTitle,
.navbarItem,
.navbarItem:visited,
h3 {
    font-family: 'Futura PT Medium', Trebuchet MS, Arial, sans-serif !important;
}

.leftColumnNavTitle,
dt,
#copyright,
#currentPageBreadcrumb,
#leftColumn h2,
#rightColumn h2,
#centerColumn h2,
#centerColumn h3,
#rightColumn h3 {
    color: #002554 !important;
    font-family: 'Futura PT Medium', Trebuchet MS, Arial, sans-serif !important;
}

a,
a:visited {
    color: #002554 !important;
}

.navbarItem,
.navbarItem:visited,
.dropdownItem,
.dropdownItem:visited {
    color: #7d7d7d !important;
}

#banner .highlight a,
.dropdownItem:hover {
    color: white!important
}

.leftColumnNavItem:hover {
    background: #002554;
    color: #fff !important;
}

a.button {
    background-color: #002554 !important;
    color: white !important;
}
