﻿a {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

    a[disabled] {
        pointer-events: none;
    }

    a img {
        border: none;
    }

    a:hover {
        text-decoration: none;
    }

    a:link, a:visited {
        color: #008fd5;
    }

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    color: #555555;
    text-align: center;
    font: normal 83%/1.2 "AvenirNextLTW01-Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.body p {
    color: #333;
    font-size: 1.1em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-bottom: 1em;
}

.nodisplay {
    display: none;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

[class^="col_"], [class*=" col_"] {
    margin: 0 3.125%;
    text-align: left;
}

.col_2 {
    width: 42%;
}

@font-face {
    font-family: 'oic-icons';
    src: url("../fonts/oic-icons.eot");
    src: url("../fonts/oic-icons.eot?#iefix") format("embedded-opentype"),url("../fonts/oic-icons.woff") format("woff"),url("../fonts/oic-icons.ttf") format("truetype"),url("../fonts/oic-icons.svg#oic-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

input[type=date] {
    font-family: inherit;
    font: inherit;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#content {
    transition: .2s opacity ease;
    -moz-transition: .2s opacity ease;
    -webkit-transition: .2s opacity ease;
    -o-transition: .2s opacity ease;
}

#global-header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

#global-header .logo a {
    display: block;
    width: 90%;
    max-width: 180px;
    height: 50px;
    background-image: url(../Images/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: 90%;
    -moz-background-size: 90%;
    -webkit-background-size: 90%;
    background-size: 90%;
    margin: 15px 45px;
}

    #global-header .logo a:hover {
        opacity: 0.7;
    }

#global-header {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

    #global-header.bar-init {
        margin: 0px 3.125%;
    }

.body {
    text-align: left;
    color: #333;
}

    .body h2 a, .body h3 a, .body h4 a, .body h5 a, .body p a, .body li a {
        color: #008fd5;
        border-bottom: 1px dotted #008fd5;
    }

        .body h2 a:hover, .body h3 a:hover, .body h4 a:hover, .body h5 a:hover, .body p a:hover, .body li a:hover {
            cursor: pointer;
            color: #0376ae;
            border-bottom: 1px solid #0376ae;
        }

    .body h2 {
        color: #444;
        font-weight: normal;
        font-size: 1.5em;
        margin: 0.5em;
    }

    .body p + h2, .body p + h3, .body p + h4, .body ul + h2, .body ul + h3, .body ul + h4, .body ol + h2, .body ol + h3, .body ol + h4 {
        margin-top: 1em;
    }


.field_label, .horizontal_list, .checkbox, .vertical_list {
    font-size: 1.3em;
    color: #444;
}

.vertical_list {
    display: block;
}

.text_counter {
    font-style: italic;
    color: #ADADAD;
}

.text_field {
    border: 1px solid #CCCCCC;
    margin: 1px 0;
    padding: 2px;
    border-radius: 4px;
    width: 100%;
    font-size: 1em;
}

textarea.text_field {
    font: inherit;
    font-size: 1.3em;
}

.read_only_text_field {
    background-color: transparent;
    border-style: none;
    padding: .18em;
    width: 100%;
    font-size: 1.3em;
}

input.text_field[readonly], input.text_field[disabled],
textarea.text_field[readonly], textarea.text_field[disabled],
select[readonly], select[disabled] {
    background-color: #E5E5E5;
    color: graytext;
}

select {
    border: 1px solid #CCCCCC;
    margin: 1px 0;
    padding: 2px;
    border-radius: 4px;
    width: 100%;
    font-size: 1em;
}

.fieldlabel_pair {
    padding: .5em;
}

[class*="button-"] {
    display: inline-block;
    color: #008fd5;
    font-size: 1.05em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 3px;
    border-style: solid;
    border-color: #f1f1f1;
    background: #f1f1f1;
    padding: 0.8em 1.3em;
    -webkit-appearance: none;
}

    [class*="button-"]:hover {
        cursor: pointer;
        border-color: #d2d2d2;
        background-color: #d2d2d2;
    }

a[class*="button-"] {
    color: #008fd5;
}

.button-alpha, .button-confirmation {
    color: white;
    border-color: #489d4d;
    background: #489d4d;
}

    .button-alpha:hover, .button-confirmation:hover {
        border-color: #7bb67e;
        background: #7bb67e;
    }

a.button-alpha, a.button-alpha:link, a.button-confirmation, .button-confirmation {
    color: white;
}

.button-beta {
    color: white;
    border-color: #f1b200;
    background: #f1b200;
}

    .button-beta:hover {
        border-color: #ebc65d;
        background: #ebc65d;
    }

a.button-beta, a.button-beta:link {
    color: white;
}

.button-gamma {
    color: #666;
    border-color: #d9d9d9;
    background: #fff;
}

    .button-gamma:hover {
        background: #f1f1f1;
    }

a.button-gamma, a.button-gamma:link {
    color: #666;
}

.button-delta {
    color: white;
    border-color: #008fd5;
    background: #008fd5;
}

    .button-delta:hover {
        border-color: #0376ae;
        background: #0376ae;
    }

a.button-delta, a.button-delta:link {
    color: white;
}

a.button-confirmation {
    padding-top: 0.1em;
    white-space: nowrap;
}

.button-confirmation:before {
    content: "\2713 ";
    font-size: xx-large;
}

.button-cancel {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 2em;
    padding-right: 2em;
}

.button-disabled {
    background: #f1f1f1;
}

    .button-disabled:hover {
        background: #f1f1f1;
        border:  #f1f1f1;
    }

.anchor-tooltip {
    display: inline;
    position: relative;
}
.alpha-disabled {
    border-color: #E4ECE5;
    background: #E4ECE5;
}

.error_Field {
    border-color: #CC3232;
    border-width: 2px;
    background-color: #FFE5E5;
}

.error_Text {
    color: #CC3232 !important;
}

[class*=arrow-] {
    margin: 10px 10px;
    padding: 0;
    position: relative;
}

    [class*=arrow-] a {
        height: 24px;
        line-height: 24px;
        position: relative;
        margin: 0;
        padding: 1.2em 1.3em;
        background: #f1f1f1;
        color: #008fd5;
        font-size: 16px;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

[class*=arrow-right] a:after {
    content: "";
    position: absolute;
    top: 1px;
    right: -.95em;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #f1f1f1;
    border-style: solid;
    border-width: 1.7em 0 1.7em 1em;
}

[class*=arrow-right] a:hover {
    background: #d2d2d2;
}

    [class*=arrow-right] a:hover:after {
        border-color: transparent transparent transparent #d2d2d2;
    }

[class*=arrow-left] a:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 4.74em;
    width: 0;
    height: 0;
    border-color: transparent #f1f1f1 transparent transparent;
    border-style: solid;
    border-width: 1.7em 1em 1.7em 0;
}

[class*=arrow-left] a:hover {
    background: #d2d2d2;
}

    [class*=arrow-left] a:hover:after {
        border-color: transparent #d2d2d2 transparent transparent;
    }

.arrow-right-alpha a {
    color: white;
    border-color: #489d4d;
    background: #489d4d;
}

    .arrow-right-alpha a:after {
        border-left-color: #489d4d;
    }

    .arrow-right-alpha a:hover {
        color: white;
        border-color: #7bb67e;
        background: #7bb67e;
    }

        .arrow-right-alpha a:hover:after {
            border-left-color: #7bb67e;
        }

.arrow-right-alpha-disabled a {
    color: white;
    border-color: #DDE7DD;
    background: #DDE7DD;
}

    .arrow-right-alpha-disabled a:after {
        border-left-color: #DDE7DD;
    }

    .arrow-right-alpha-disabled a:hover {
        color: white;
        border-color: #DDE7DD;
        background: #DDE7DD;
    }

        .arrow-right-alpha-disabled a:hover:after {
            border-left-color: #DDE7DD;
        }

#global-footer .secondary-menu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f1f1f1;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.global-footer-menu {
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f1f1f1;
    margin: 6.25% 0;
}

    .global-footer-menu ul li span {
        display: block;
        color: #333;
        font-size: 1.1em;
        padding: 5px 0;
    }

    .global-footer-menu ul li a {
        display: block;
        color: #333;
        font-size: 1.1em;
        padding: 5px 0;
    }


        .global-footer-menu ul li a:hover {
            color: #222;
        }

    .global-footer-menu ul.level-1 > li > a {
        border-bottom: 1px solid #e3e3e3;
        padding: 3.125%;
    }

        .global-footer-menu ul.level-1 > li > a:after {
            float: right;
            font-family: 'oic-icons';
            content: "\e602";
        }

    .global-footer-menu ul.level-1 > li:last-child > a {
        border-bottom: none;
    }

    .global-footer-menu ul.level-1 > li.visible > a:after {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .global-footer-menu ul.level-1 > li.visible ul.level-2 {
        display: block;
    }

    .global-footer-menu ul.level-2 {
        display: none;
        border-bottom: 1px solid #e3e3e3;
        background: #fafafa;
        padding: 3.125%;
    }

        .global-footer-menu ul.level-2 li span {
            color: #555555;
            font-size: 1em;
        }

.wizard-navigation-menu {
    margin: 1em 0 3em 0;
}

    .wizard-navigation-menu ol li {
        display: inline-block;
        text-align: center;
        padding-bottom: 1.1em;
        border-bottom: 1px solid #eeedec;
        color: #adadad;
        font-size: 1.2em;
    }

    .wizard-navigation-menu ol[data-steps="3"] li {
        width: 33%;
    }

    .wizard-navigation-menu ol li.current {
        color: #008fd5;
        font-weight: bold;
    }

    .wizard-navigation-menu ol li.visited {
        color: black;
        font-weight: bold;
    }

    .wizard-navigation-menu ol li:before {
        position: relative;
        float: left;
        left: 50%;
        content: "";
        border: 2px solid #eeedec;
        background-color: white;
        font-size: 1.2em;
        bottom: -2.4em;
        border-radius: 50%;
        height: .8em;
        width: .8em;
        display: block;
    }

    .wizard-navigation-menu ol li.current:before {
        background-color: #008fd5;
    }

    .wizard-navigation-menu ol li.visited:before {
        background-color: #eeedec;
    }

select option {
    color: black;
}

.empty {
    color: gray;
}

.horizontal_list input[type=radio], .vertical_list input[type=radio] {
    margin-top: .5em;
    margin-left: 1em;
}

.horizontal_list label, .vertical_list label {
    margin-left: .25em;
}

.checkbox {
    padding: .5em .3em;
}

    .checkbox label {
        margin-left: .25em;
    }

    .checkbox input[type=checkbox] {
        border-radius: 4px;
        width: 20px;
    }

.hideProgress {
    display: none;
}

.showProgress {
    display: inline;
}

.skip-button {
    text-align: right;
    padding: .5em 0 2em 0;
}

.wizard-container-bottom {
    display: block !important;
}

.top-back {
    display: none !important;
}

.top-next {
    display: none !important;
}

.submit-back-container {
    width: 30%;
    float: left;
    height: 100%;
    margin-top: 6.4px;
}

.submit-container {
    width: 70%;
    float: left;
    height: 100%;
    text-align: right;
}

.submit-buttons-container {
    display: block;
    height: 6em;
}

.callout {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f2f2f2;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

    .callout:before, .callout:after {
        content: "";
        display: table;
    }

    .callout:after {
        clear: both;
    }

    .callout:hover {
        background-color: #e9e9e9;
    }

.module {
    text-align: left;
}

    .module > h1 {
        color: #555555;
        font-weight: normal;
        font-size: 1em;
        text-transform: uppercase;
        border-bottom: 1px dotted #aaaaaa;
        padding: 3px 0;
    }

    .module > h2 {
        color: #555555;
        font-weight: bold;
        font-size: 1em;
        border-bottom: 1px dotted #aaaaaa;
        padding-left: 0px;
        margin: 0em;
    }
hgroup.page-title {
    text-align: left;
    padding: 2em 1em;
}

    hgroup.page-title h1 {
        font-weight: normal;
        font-size: 2.7em;
    }

    hgroup.page-title h2 {
        color: #666;
        font-weight: normal;
        font-size: 1.3em;
        padding-top: 0.9em;
    }

.suggested-links {
    text-align: left;
}

    .suggested-links li a {
        display: inline-block;
        color: #333;
        font-size: 1.1em;
        border-left: 3px solid #44994b;
        background: #daebdb;
        padding: 5px 10px;
        margin: 7px 0;
    }

        .suggested-links li a:hover {
            background: #c7e0c9;
        }

.confirmation-page-icon {
    width: 3.5em;
    float: left;
    height: 100%;
}

/*#region Burger Menu*/

button#btnPhoneNav {
    float: left;
    background-color: #f4f4f4;
    display: block;
    border: 2px;
    border-radius: .5em;
    width: 48px;
    height: 48px;
    padding: .75em 0;
    font-size: 10px;
    color: #008fd5;
}

    button#btnPhoneNav.open {
        background-color: #008fd5;
        color: white;
    }

ul#utility-menu {
    display: none;
}

.bar-init #utility-menu {
    border: 2px #f4f4f4 solid;
    border-radius: .5em;
    margin: .5em 2% 0em;
}

    .bar-init #utility-menu li a {
        color: #008fd5;
        background-color: #f4f4f4;
        display: block;
        text-align: left;
        padding: .6em;
    }

#utility-menu li a:hover {
    background-color: #d2d2d2;
}

#burger-menu {
    margin-top: 1.6em;
    color: inherit;
    display: block;
    font-size: 1.1em;
    padding: 5px 0;
}

#nav-icon {
    margin-top: .4em;
    float: right;
    width: 30px;
    height: 22.5px;
    position: absolute;
    top: 1.2em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

    #nav-icon.open {
        margin-left: .7em;
    }

    #nav-icon span {
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #008fd5;
        border-radius: 9px;
        opacity: 1;
        left: 9px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon span:nth-child(1) {
            top: 2px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon span:nth-child(2) {
            top: 10px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon span:nth-child(3) {
            top: 18px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

    #nav-icon.open span:nth-child(1) {
        background: white;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -1.5px;
        left: 4px;
    }

    #nav-icon.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #nav-icon.open span:nth-child(3) {
        background: white;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 19.5px;
        left: 4px;
    }

.line {
    border: 1px solid #F5F5F5;
    color: #F0F0F0;
    background-color: #F0F0F0;
    margin-left: 1em;
    margin-right: 1em;
}
/*#endregion Burger Menu*/

.login-container {
    text-align: right;
}

.center-action-container {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    text-align: center;
}

    .center-action-container a {
        margin: 1em;
    }

.field_label_bold {
    font-weight: bold;
    font-size: large;
}

h2.confirmation-column {
    color: #444;
    font-weight: normal;
    font-size: 1.5em;
    margin: 0.5em;
}

.readMore {
    max-height: 4.8em;
}

/*footable links styling*/
.footableLink {
    text-decoration: underline;
    color: #374C83;
}

.ui-datepicker-trigger {
    border: none !important;
    background-color: transparent !important;
    margin-left: 5px !important;
}

.polyfill_date {
    width: 91%;
}

.test-banner {
    font-size: x-large;
    margin-left: -3.5em;
    color: red;
    font-weight: bold;
    -ms-transform: rotate(28deg); /* IE 9 */
    -webkit-transform: rotate(28deg); /* Chrome, Safari, Opera */
    transform: rotate(28deg);
}

/* PowerTip */

#powerTip {
    min-width: 150px;
    max-width: 300px;
    white-space: normal !important;
    text-align: left;
}

.help-tip {
    position: relative;
    top: 0px;
    right: 0px;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 20px;
    cursor: default;
    display:inline-block;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

.help-tip:before {
    content:'?';
    font-weight: bold;
    color:#fff;
}

.occ-without-complaints
{
    padding-bottom:10em;
    font-size:1.5em;
}

.complaint-type-list {
    margin: .75em 2em ;
    font-size: .9rem;
    display: none;
    max-width: 45em;
}

.complaint-type-list li {
    list-style-type: disc;
    margin-left: 3em;
    margin-top: 2pt;
}

.show-desc {
    display: block;
}

span.required {
    color: #F00;
    font-weight: bold;
}

.Headerrequired::after {
    content: " *";
    color: #F00;
    font-size: initial;
}
