@font-face {
    font-family: "UnitWebPro";
    src: url("UnitWebPro.eot");
    src: url("UnitWebPro.eot?#iefix") format('eot'), url("https://cdn.capreview.empro.verintcloudservices.com/tenants/saskatoondev/fonts/UnitWebPro.woff") format("woff");
}
@font-face {
    font-family: "UnitWebPro-Ita";
    src: url("UnitWebPro-Ita.eot");
    src: url("UnitWebPro-Ita.eot?#iefix") format('eot'), url("https://cdn.capreview.empro.verintcloudservices.com/tenants/saskatoondev/fonts/UnitWebPro-Ita.woff") format("woff");
}
@font-face {
    font-family: "UnitWebPro-Bold";
    src: url("UnitWebPro-Bold.eot");
    src: url("UnitWebPro-Bold.eot?#iefix") format('eot'), url("https://cdn.capreview.empro.verintcloudservices.com/tenants/saskatoondev/fonts/UnitWebPro-Bold.woff") format("woff");
}

html {
    background-color: #00594e;
}

div:focus, li:focus {
    outline: unset !important;
    outline-offset: unset !important;
    position: unset;
    border-radius: unset !important;
    transition: unset !important;
}

.header {
    margin-bottom: 3.3333333333em;
}

.navigation-primary [role="menubar"] > li {
    vertical-align: bottom;
}
.navigation-primary [role="menubar"] > li > div.empty-placeholder {
    white-space: pre;
    border-bottom: 0.6111111111em solid transparent;
    border-bottom-color: transparent;
    border-left: none !important;
    border-left-color: currentcolor;
    padding: 0.9473684211em 0.6631578947em 0.6842105263em;
    line-height: 1.3;
    font-size: 105.5555555556%;
    text-align: left;
}
.navigation-primary [role="menubar"] > li.section-4 > div.empty-placeholder {
    border-color: #f8801b !important;
}
.navigation-primary [role="menubar"] > li.section-5 > div.empty-placeholder {
    border-color: #a91a54 !important;
}
.navigation-primary [role="menubar"] > li.section-6 > div.empty-placeholder {
    border-color: #5db58f !important;
}
.navigation-primary [role="menubar"] > li.section-7 > div.empty-placeholder {
    border-color: #e9dbc9 !important;
}

.branchee-theme-cos .branchee-menu-pane {
    min-height: initial;
}

#footer {
    clear: both;
}

#nav_logout {
    display: inline-block;
    margin-left: 1em;
}

#nav_logout button {
	background: none;
    border: none;
    font-weight: 500;
    cursor: pointer;
	color: #fff;
	padding: 0;
	font-size: 1em;
	line-height: 1.1;
}
#nav_logout button:hover {
	text-decoration: underline;
	box-shadow: none;
}

#ContentAreaInSingleColumnNoNavigationTemplate {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#ContentAreaInSingleColumnNoNavigationTemplate:after,
#ContentAreaInSingleColumnNoNavigationTemplate:before {
    content: " ";
    display: table;
}
#ContentAreaInSingleColumnNoNavigationTemplate:after {
    clear: both;
}
@media (min-width:768px) {
    #ContentAreaInSingleColumnNoNavigationTemplate {
        width: 750px;
    }
}
@media (min-width:992px) {
    #ContentAreaInSingleColumnNoNavigationTemplate {
        width: 970px;
    }
}
@media (min-width:1200px) {
    #ContentAreaInSingleColumnNoNavigationTemplate {
        width: 1170px;
    }
}

#dform_container {
    font-family: "UnitWebPro", sans-serif !important;
    font-size: 18px !important;
}

#dform_container .progress-tracker {
    margin: 1em auto;
}

#dform_container .webform-progress a,
#dform_container .webform-progress div.progress-marker {
    color: white;
    text-decoration: none;
}

#dform_container .header1, #dform_container h1, #dform_container .dform_page > .header2:first-child {
    font-size: 233.3333333333%;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.5238095238em;
    font-weight: bold;
}

#dform_container .header2, #dform_container h2 {
    font-size: 177.7777777778%;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.375em;
    font-weight: bold;
}

#dform_container .header3, #dform_container h3 {
    font-weight: normal;
    font-size: 144.4444444444%;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.5em;
}

#dform_container .header4, #dform_container h4 {
    font-size: 122.2222222222%;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.5909090909em;
    font-weight: bold;
}

#dform_container .header5, #dform_container h5 {
    font-weight: normal;
    font-size: 122.2222222222%;
    line-height: 1.1818;
    margin-top: 0;
    margin-bottom: 0.4090909091em;
}

#dform_container .header6, #dform_container h6 {
    font-weight: normal;
    font-size: 100%;
    line-height: 1.3333;
    margin-top: 0;
    margin-bottom: 0.6111111111em;
}

#dform_container #dform_navigation li:hover, #dform_container #dform_navigation li.selected, #dform_container #dform_navigation li.selected:hover {
    color: #333333;
}

#dform_container #dform_controls {
    border-bottom: none;
}

#dform_container #dform_progressbar > div, #dform_container .dform_fileupload_progressbar > div {
    background: #00473e !important;
}

#dform_container label {
    font-weight: inherit;
}

#dform_container strong.required {
    font-style: normal;
    color: #a94442;
}

#dform_container input, #dform_container select, #dform_container textarea {
    display: block;
    border: 1px solid #DDD;
    margin-bottom: 1em;
    font-size: 1em;
    font-family: inherit;
    padding: 0.5em;
    max-width: 100%;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#dform_container input[readonly], #dform_container select[readonly], #dform_container textarea[readonly] {
    background-color: #e5e5e5;
}

#dform_container select {
    border: 1px solid #ccc !important;
}

#dform_container .dform_widget_type_buttonset {
    text-align: revert;
    margin-top: 1em;
    margin-bottom: 1em;
}

#dform_container .button, #dform_container input[type="submit"], #dform_container button {
    color: #00594e;
    background: unset;
    background-color: #fff;
    font-size: 100%;
    padding: .3333333333em .6666666667em;
    transition: all .23s ease-in-out 0s;
    margin-right: .5em;
    border: 2px solid #00594e;
    border-radius: 4px;
}

#dform_container button:focus {
    outline: unset !important;
}

#dform_container .button:hover, #dform_container input[type="submit"]:hover, #dform_container button:hover {
    background: #cbe2da;
    color: #00594e;
    border-color: #00594e;
    outline-color: #00594e;
}

#dform_container .button:active, #dform_container input[type="submit"]:active, #dform_container button:active {
    background: #00594e;
    color: #333;
    border-color: #333;
}

#dform_container fieldset {
    border: none;
    padding: 0;
}

#dform_container legend {
    font-size: 1em;
    font-weight: inherit;
    margin-bottom: 1em;
}

#dform_container fieldset input[type="radio"] {
    margin-bottom: 1em;
}

#dform_container .dform_th {
    background-color: #f1f1f1;
    color: #000;
    border-left: none;
}

.ui-widget {
    font-family: 'UnitWebPro', sans-serif;
}

.ui-button {
    line-height: inherit;
}

.webform-progress-tracker .progress-step.is-active:hover .progress-marker::before {
    background-color: #00594e;
}

.webform-progress-tracker .progress-step.is-complete:hover .progress-marker::before,
.webform-progress-tracker .progress-step.prev-accessed:hover .progress-marker::before {
    background-color: #2196f3;
}

/* Sticky the progress tracker for My Submitted Requests widget */
#widget_MySubmittedRequests .webform-progress {
    display: initial;
}

#widget_MySubmittedRequests .webform-progress-tracker {
    background: #fff;
    margin: 0 auto 1em;
    padding-top: 1em;
    position: sticky;
    top: 0;
    z-index: 100;
}

/* My Submitted Requests notes */
#widget_MySubmittedRequests .le-request-note,
#widget_MySubmittedRequests .le-request-notes-not-available {
    margin-top: 1em;
}

#widget_MySubmittedRequests .le-content .le-request-note-details .le-request-note-content,
#widget_MySubmittedRequests .le-content .le-request-note-details .le-request-notes-not-available {
    padding: 15px;
}

#widget_MySubmittedRequests .le-content .le-request-note-details .le-request-note-content p:last-of-type {
    margin-bottom: 0;
}