html{
    font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
}

body{
    background-color: #2a3f55;
    margin-top: 0px;
    margin-bottom: 0px;
}

main{
    margin: 1em;
}

article{
    line-height: 1.5;
}

article p, article ul{
    margin-bottom: 2.2em;
}

.low-space{
    margin-bottom: 1em;
}

.wi-process-content p{
    margin-bottom: 1.2em;
}

article li{
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 1em;
}

table{
    border-collapse: separate !important;
    border-spacing: 1px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: #CCCCCC;
    width: 100%;
    margin-bottom: 1em;
}

thead{
    background-color: #E0E0E0;
    font-weight: bold;
    /* background: linear-gradient(rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 10%); */
}

th{
    padding: 1.2em;
    text-align: left;
    font-size: 1.1em;
}

tbody tr:nth-child(even){
    background-color: #FFFFFF;
}

tbody tr:nth-child(odd){
    background-color: #F5F5F5;
}

td{
    padding: 1em;
    vertical-align: middle;
}

td a:link, td a:visited, article a:link, article a:visited{
    color: #000000;
}

strong{
    font-weight: bold;
}

@media screen and (max-device-width: 540px), screen and (max-width: 1230px){
    table{
        min-width: unset;
        width: 100%;
        margin-bottom: 1em;
    }
}

@media screen and (max-device-width: 540px){
    th{
        font-size: 2.5em;
    }

    td{
        font-size: 2em;
    }
}

a:link, a:visited{
    color: #FFFFFF;
}

label{
    display: block;
}

input, select{
    background-color: #f0f0f0;
    border: 1px solid #2a3f55;
    border-radius: 4px;

    display: block;
    height: 2em;
    /* width: 25%; */
    width: 80%;
    margin-bottom: 1em;
    padding-left: 1em;

    /* background-image: linear-gradient(to bottom, rgba(0,0,0,0) 75%,rgba(0,0,0,0.2) 100%); */
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 75%,rgba(217,217,217,1) 100%);
}

input[type="submit"]{
    width: unset;
    padding: 2em;
    line-height: 0;
    display: inline-block;
}

textarea{
    background-color: #f0f0f0;
    border: 1px solid #2a3f55;
    border-radius: 4px;

    /* width: 25%; */
    width: 90%;
    height: 150px;
    margin-bottom: 1em;
    padding: 1em;
}

@media screen and (max-device-width: 540px){
    label{
        font-size: 2em;
    }

    input{
        height: 2em;
        font-size: 2em;
    }

    select{
        height: 5em;
    }
}

.wi-content-col{
    width: 25%;
    float: left;
    margin-right: 1em;
}

.wi-content-wide{
    width: 45%;
    margin-left: 3em;
}

@media screen and (max-device-width: 540px), screen and (max-width: 1230px){
    .wi-content-col{
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

.g-recaptcha{
    margin-bottom: 1em;
}

.wi-gmap{
    width: 100%;
}

.wi-process-container{
    position: relative;
}

/* .wi-process-body:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 32px;
    height: 100%;
    width: 1px;
    border-left: .5em dotted #000000;
    margin-left: -.125em;
} */

.wi-process-block{
    position: relative;
    min-height: 100px;
}

/* .wi-process-block:after{
    position: relative;
    display: block;
    float: left;
    top: 0px;
    content: "";
    left: 32px;
    height: 50px;
    width: 1px;
    border-left: .5em dotted #000000;
    margin-left: -.125em;
    margin-top: 5px;
    margin-bottom: 5px;
}*/
/*.wi-process-block:after { */
.wi-process-block-shown {
    position: absolute;
    display: block;
    top: 69px;
    content: "";
    left: 32px;
    height: 90%;
    width: 1px;
    border-left: .5em dotted #000000;
    margin-left: -.125em;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* .wi-process-content:before{
    content: "";
    position: absolute;
    left: 32px;
    top: 0px;
    height: 90%;
    display: block;
    border-left: .5em dotted #000000;
} */

.wi-process-block:last-of-type:after{
    display: none;
    height: 0px;
}

.wi-process-icon-container{
    float: left;
    border-radius: 50%;
    font-size: 2em;
    border: 3px solid black;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    font-family: Verdana;
    background-color: #FFFFFF;
}

.icon-small{
    font-size: 1em;
}

.wi-process-content{
    float: left;
    margin-left: 15px;
    width: 80%;

    font-size: 1.1em;
}

@media screen and (max-device-width: 540px){
    .wi-process-content {
        font-size: 2em;
        margin-bottom: 2em;
    }
}

footer{
    background-color: #000000;
    padding: 1em;
    color: #FFFFFF;
}

footer p{
    margin-bottom: 1em;
}

footer ul{
    list-style-type: circle;
    column-count: 2;
    width: 25%;
    list-style-position: inside;
    line-height: 1.5;
}

@media screen and (max-width: 1230px){
    footer ul{
        column-count: 1;
        width: 50%;
    }

    footer p{
        font-size: 2vw;
    }

    .plug{
        font-size: 1.8vw !important;
    }
}

@media screen and (max-device-width: 540px){
    footer ul li{
        font-size: 2em;
    }

    footer p{
        font-size: .8em;
    }

    .plug{
        font-size: .7em !important;
    }
}

#wi-page-container{
    width: 90%;
    background-color: #FFFFFF;
    margin: 0 auto;
    z-index: 3;
}

#wi-page-header{
    padding: 2em 1em;
    display: block;
    background-color: #FFFFFF;
    color: #2a3f55;

}

/* #wi-page-header .wi-info-placeholder::after{
    content: "Attention Associations";
    overflow: hidden;
    display: block;
    position: relative;
    top: -10px;
    right: -100px;
    background-color: #ee4433;
    transform: rotate(45deg);
    color: #FFFFFF;
    text-align: right;

    visibility: visible;
    clear: both;

    padding: 1em;
    width: 200px;
} */

.wi-info-placeholder div::after{
    border-bottom: 50px solid #FFFFFF;
    content: "";
    background-color: #FFFFFF;
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    transform: rotate(-45deg);
    top: 200px;
}

#wi-page-header img{
    float: left;
}

.wi-page-title{
    font-size: 3em;
    color: #584e4c;
    padding: 1.2em;
    /* border-top: 3px solid #aab2bb; */
    border-top: 3px solid #2A3F55;
    /* border-bottom: 3px solid #aab2bb; */
    border-bottom: 3px solid #2A3F55;

    text-align: center;
    /* margin-left: auto;
    margin-right: auto; */

    /* float: left; */
    margin: 0 1em 1em .5em;
}

.wi-page-title-subdued{
    font-size: 2.5em;
    color: #584e4c;
    margin-bottom: .5em;
}

.left-aligned{
    text-align: left;
}

.wi-subtitle{
    font-size: 1.5em;
    color: #2A3F55;
    margin-bottom: .5em;
}

.wi-page-content{
    margin: 0 1em 1em 1.5em;
}

.wi-text-content{
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    -webkit-font-smoothing: antialiased;
}

.wi-section-emphasized{
    padding-left: 85px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 64px;
}

#wi-about-emphasis-1{
    background-image: url('/new-site/images/network.svg');
}

#wi-about-emphasis-2{
    background-image: url('/new-site/images/shipping-and-delivery.svg');
}

@media screen and (max-width: 1000px){
    #wi-hero-about .wi-featured-body, #wi-hero-payroll .wi-featured-body{
        position: unset !important;
        max-width: unset !important;
        box-sizing: border-box;
    }

    .wi-featured-body p{
        font-size: 80%;
        line-height: 1.5;
    }

    .wi-section-emphasized{
        padding-left: unset;
    }

    #wi-about-emphasis-1, #wi-about-emphasis-2{
        background: none
    }

    .wi-text-content{
        width: 90%;
        font-size: 75%;
    }
}

.wi-inset-left{
    position: relative;
}

.wi-inset-left img{
    position: absolute;
    top: 0px;
}

.wi-inset-left figcaption{
    position: relative;
    top: 570px;
}

.wi-has-inset{
    margin-left: 375px;
}

.wi-inset-left-mobile{
    display: none;
}

@media screen and (max-device-width: 540px), screen and (max-width: 1000px){
    .wi-inset-left{
        display: none;
    }

    .wi-inset-left-mobile{
        display: block;
        background-color: #000000;
        text-align: center;
    }

    .wi-inset-left-mobile figcaption{
        background-color: #FFFFFF;
        padding: .8em;
    }

    .wi-inset-left img{
        margin-left: auto;
        margin-right: auto;
    }

    .wi-has-inset{
        margin-left: inherit;
    }
}

/*.wi-inset-right{
    float: right;
    position: absolute;
    margin-top: -1em;
    margin-right: 2em;
    height: 100%;
    top: -1em;
    right: 0px;
    padding: 1em;
    border: 1px solid black;
    width: 20%;
    background-color: #f5f5f5;
} */

/* .wi-inset-right{
    position: fixed;
    right: 0;
    top: 200px;
    float: right;
    margin-top: -1em;
    margin-right: 10%;
    padding: 1em;
    border: 1px solid black;
    width: 25%;
    background-color: #f5f5f5;
} */

.wi-inset-right{
    float: right;
    padding: 1em;
    border: 1px solid black;
    width: 75%;
    background-color: #f5f5f5;
}

@media screen and (max-width: 1000px){
    .wi-inset-right{
        width: unset;
        margin-right: 0;
        margin-bottom: 1em;
    }
}

.wi-info-snippet{
    float: left;
    border-left: 2px solid #CCCCCC;
    padding: 1.5em;
    padding-left: 90px;
    margin-left: 3em;
}

.wi-info-snippet a{
    color: #2a3f55;
}

@media screen and (max-width: 1230px){
    .wi-info-snippet{
        font-size: 1.2vw;
        background-size: 44px !important;
        margin-left: .5em;
    }

    .wi-info-snippet h3{
        font-size: 1.4vw !important;
    }
}

@media screen and (max-device-width: 540px){
    #wi-page-header img{
        float: none;
    }

    .wi-info-snippet{
        display: block;
        float: none;
        margin: 0 0 1em 0;
        border-left: none;
        font-size: .8em !important;
    }

    .wi-info-snippet h3{
        font-size: 1em !important;
    }

    .wi-info-phone{
        border-bottom: 2px solid #CCCCCC;
    }
}

.wi-info-phone{
    background-image: url('../images/phone-call.svg');
    background-size: 54px;
    background-position: 22px;
    background-repeat: no-repeat;
}

.wi-info-placeholder{
    background-image: url('../images/placeholder.svg');
    background-size: 54px;
    background-position: 22px;
    background-repeat: no-repeat;
}

.wi-info-snippet h3{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: .5em;
}

#wi-primary-nav{
    /* background-image: url('../images/brush-metal-01.png'); */
    background-image: url('../images/brush-metal-02.png');
    background-color: #FFFFFF;
    height: 54px;
}

#wi-primary-nav-items{
    display: block;
}

#wi-primary-nav ul{
    padding-left: 1em;
}

#wi-primary-nav ul li{
    line-height: 54px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 1em;
    font-size: 1.7em;
    font-weight: bold;
}

#wi-primary-nav a{
    text-decoration: none;
    color: #000000;
}

#wi-primary-nav-toggle{
    display: none;
}

@media screen and (max-width: 1650px){
    #wi-primary-nav ul li{
        font-size: 1.6vw;
    }
}

@media screen and (max-device-width: 540px), (max-width: 800px){
    #wi-page-container{
        margin: 0;
        width: 100%;
    }

    #wi-primary-nav{
        height: unset;
    }

    #wi-primary-nav-toggle{
        display: block;
        border: 0;
        font-size: 3em;
        font-weight: bold;
        background: url("../images/icon-hamburger.png");
        background-position: 1em center;
        background-repeat: no-repeat;
        background-size: 32px;
        width: 100%;
        text-align: left;

        padding-left: 2em;
        height: 100px;
        cursor: pointer;
    }

    #wi-primary-nav-items{
        display: none;
        background-color: #FFFFFF !important;
        border: 1px solid black;
    }

    #wi-primary-nav ul li, #wi-primary-nav-items a {
        display: block;
    }

    #wi-primary-nav ul li{
        font-size: 2.6em;
        padding: .8em;
    }
}


#wi-live-video-container{
    background-color: #000000;
    display: block;
    min-height: 540px;

    position: relative;
}

#wi-live-video{
    background-image: url('../images/live-video-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;

    min-height: 540px;
    opacity: .75;

    position: relative;
    overflow: hidden;
}

video{
    min-width: 100%;
    object-fit: contain;
    position: absolute;
}

@media screen and (max-width: 1230px){
    #wi-live-video-container{
        position: relative;
        min-height: 360px;
    }

    #wi-live-video{
        min-height: 360px;
    }

    video{
        object-fit: contain;
        position: absolute;
        left: -200px;
        top: -40px;

        /* position: absolute;
        right: 0;
        bottom: 0;
        background-size: cover;
        object-fit: contain;
        min-width: 100%;
        min-height: 300px;
        width: auto;
        height: auto;
        overflow: hidden; */
    }
}

@media screen and (max-width: 900px){
    video{
        display: none;
    }
}

#wi-hero-claims-container{
    min-height: 450px;
}

#wi-hero-about-container{
    min-height: 500px;
}

#wi-hero-payroll-container{
    min-height: 300px;
}

#wi-hero-claims{
    background-image: url("../images/bg-claims-02.jpg");
    background-repeat: no-repeat;
    background-position: center -110px;
    min-height: 450px;
    /* background-size: cover; */
}

#wi-hero-about{
    background: url('../images/featured-area-bg-04.jpg');
    background-repeat: no-repeat;
    min-height: 500px;
}

#wi-hero-payroll{
    background: url('/new-site/images/bg-payroll-01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    min-height: 300px;
}

#wi-hero-about .wi-featured-body, #wi-hero-payroll .wi-featured-body{
    max-width: 35%;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1600px){
    #wi-hero-payroll{
        max-width: 45%;
    }
}

#wi-hero-contact-container{
    min-height: 450px;
    /* background-color: #000000; */
}

#wi-hero-contact{
    background-image: url("../images/bg-contact-us.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 450px;
    position: relative;
    /* background-size: cover; */
}

#wi-hero-mo-employees-container{
    min-height: 450px;
}

#wi-hero-mo-employees{
    background-image: url("../images/bg-jc-dome.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 450px;
    position: relative;
    background-size: cover;/*  */
}

#wi-featured-body-mo-employees{
    max-width: 35%;
}

.wi-featured-body{
    position: absolute;

    background: rgba(0,0,0,0.7);
    padding: 1em;
    z-index: 10;
    margin: 2em;
    /* width: 35%; */
    border: 2px solid #beeeff;

    font-size: 1.2em;

    color: #FFFFFF;

    line-height: 1.25;
}

.wi-section-announcement{
    background-color: #000000;
    height: 300px;
    padding: 1em;
    box-sizing: border-box;
    border-bottom: 5px solid #E0E0E0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wi-section-announcement .wi-featured-body{
    font-size: 1.5em;
}

#wi-hero-payroll .wi-featured-body{
    font-size: 2em;
}

/* .wi-section-announcement p{
    margin-bottom: 0 !important;
} */

.wi-section-announcement p{
    margin-bottom: 1em !important;
}

.wi-section-announcement p:last-of-type{
    margin-bottom: 0 !important;
}

.wi-section-announcement .wi-featured-header{
    font-size: 2em;
    margin-bottom: .5em;
    font-weight: bold;
}

.wi-featured-announcement{
    margin: unset;
    width: 45%;
    background: rgba(0,0,0,0.2);
    border: 1px solid #ee4433;
}

.wi-featured-announcement a, .wi-featured-announcement a:link, .wi-featured-announcement a:visited{
    text-decoration: none;
}

@media screen and (max-width: 1400px){
    .wi-section-announcement{
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 1024px){
    .wi-featured-announcement{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        background: rgba(0,0,0,0.75);
        border: 1px solid #ee4433;
        position: unset;
    }

    .wi-section-announcement .wi-featured-body{
        font-size: 2em;
    }

    .wi-section-announcement .wi-featured-header{
        font-size: 1.7em;
        margin-bottom: 1em;
        font-weight: bold;
    }
}

.wi-instructions-claims{
    margin-bottom: 1em;
}

.wi-instructions-claims li{
    clear: both;
}

.wi-instructions-claims span:last-child{
    margin-bottom: 2em;
}

.wi-instructions-claims ul{
    margin-bottom: 0;
}

.wi-instructions-claims ul li{
    list-style-type: circle;
}

.wi-instructions-claims p{
    margin: 1em 0 1em 1em;
}

.wi-instructions-claims address span{
    margin: 0;
    padding: 0;
    clear: both;
    display: block;
    width: 100%;
}

.wi-instructions-claims address{
    margin-top: 1em;
}

.wi-instructions-claims address div:nth-child(odd){
    display: block;
    float: left;
    width: 100px;
    text-align: right;
}

.wi-instructions-claims address div:nth-child(even){
    display: block;
    float: left;
    padding-left: 1em;
}

@media screen and (max-width: 900px){
    .wi-instructions-claims address div{
        font-size: 80%;
    }
}

@media screen and (max-width: 700px){
    .wi-section-announcement .wi-featured-body{
        font-size: 2.5em;
    }

    .wi-section-announcement .wi-featured-header{
        font-size: 2em;
        margin-bottom: 1em;
        font-weight: bold;
    }
}

@media screen and (max-width: 540px){
    .wi-instructions-claims address div{
        font-size: 50%;
    }
}

.featured-right{
    right: 0px;
}

.wi-featured-body p, .wi-section-callout p{
    margin-bottom: 2em;
}

@media screen and (max-device-width: 540px){
    .wi-section-callout h2{
        font-size: 2em !important;
    }
    .wi-section-callout p{
        font-size: 1.8em;
    }
}

.wi-featured-header{
    color: #bdeeff;
    font-size: 1.5em;
    font-weight: lighter;
    margin-bottom: 1em;
}

.wi-button-ghost{
    text-decoration: none;
    color: #FFFFFF !important;
    border: 1px solid #bdeeff;
    border-radius: 4px;
    font-size: 1em;
    padding: .75em .5em;
    display: inline-block;
    background: rgba(0, 0, 0, .75);
}

.wi-section{
    background-color: #FFFFFF;
}

.wi-section-grey{
    background-color: #E0E0E0;
}

.section-header{
    font-weight: bold;
    font-size: 1.8em;
    padding: 1em;

    color: #2a3f55;
}

@media screen and (max-device-width: 540px){
    .section-header{
        font-size: 1em;
    }
}

.section-brown{
    background-color: #584e4c;
}

.wi-section-body{
    background-image: url("../images/featured-area-bg-01.jpg");
    background-position: center;
    background-repeat: no-repeat;

    margin-left: auto;
    margin-right: auto;

    padding-top: 2em;
    padding-bottom: 2em;
}

.wi-section-callout{
    background: rgba(0,0,0,0.7);
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;

    padding: 2em;
}

.wi-section-callout h2{
    font-size: 1.8em;
    margin-bottom: 1em;
}

.wi-section-callout p{
    line-height: 1.25;
}

.wi-section-two-col{
    width: 50%;
    float: left;
}

@media screen and (max-device-width: 540px){
    .wi-section-two-col{
        float: none;
        width: 100%;
        margin-top: 1em;
        text-align: center;
    }

    .wi-section-two-col img{
        margin-left: auto;
        margin-right: auto;
    }

    .wi-section-callout h2{
        font-size: 2.8vw;
    }

    .wi-section-callout p{
        font-size: 2.4vw;
    }
}

.wi-message-container p{
    margin-bottom: 1em;
    font-weight: bold;
}

.errors
{
    list-style: disc;
    display: block;
    list-style-position: inside;

    margin-bottom: 25px;
}

.errors li
{
    background-color: #FBE3E4;
    border: 1px solid #FBC2C4;

    margin-left: 50px;
    margin-bottom: 10px;
    padding: 20px;
    width: 75%;
}

.success
{
    list-style: disc;
    display: block;
    list-style-position: inside;

    margin-bottom: 25px;
}

.success li
{
    background-color: #E6EFC2;
    color:#264409;
    border: 1px solid #C6D880;

    margin-left: 50px;
    margin-bottom: 10px;
    padding: 20px;
    width: 75%;
}

.plug{
    font-size: 80%;
}

/* Misc. stuff. */
.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.wrap {
    width: 100%;
    /* height: 188px; */
    height: 300px;
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden;

    /* height: 188px; */
    /* height: 166px; */
    /* height: 220px;
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden;
    width: 100%; */
}
.wrap:before, .wrap:after, .wrap2:before, .wrap2:after {
    content: "";
    position: absolute;
}
.wrap:before, wrap2:before {
    width: 40px;
    height: 8px;
    right: 100px;
    /* background: #4D6530; */
    border-radius: 8px 8px 0px 0px;
}
.wrap:after {
    width: 8px;
    height: 40px;
    right: 0px;
    top: 100px;
    /* background: #4D6530; */
    border-radius: 0px 8px 8px 0px;

    /* width: 28px;
    height: 50px;
    right: 75px;
    top: 164px;
    background: #800c00;
    border-radius: 0px 8px 8px 0px; */
}

.wrap2{
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden;
    width: 300px;
    height: 215px;
    right: 0;
    margin-left: auto;
}

.wrap2:after{
    width: 48px;
    height: 50px;
    right: 55px;
    top: 164px;
    background: #800c00;
    border-radius: 0px 8px 8px 0px;
    overflow: hidden;
    z-index: -1;
}

.ribbon6 {
    width: 300px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    /* top: 30px; */
    top: 70px;
    /* right: -50px; */
    right: -50px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /* border: 1px dashed; */
    /* box-shadow:0 0 0 3px #57DD43,  0px 21px 5px -18px rgba(0,0,0,0.6); */
    box-shadow:0 0 0 3px #ee4433,  0px 21px 5px -18px rgba(0,0,0,0.6);
    /* background: #57DD43; */
    background: #ee4433;
    text-align: center;
    color: #FFFFFF;

    /* width: 300px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 70px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 3px #ee4433, 0px 21px 5px -18px rgba(0,0,0,1);
    background: #ee4433;
    text-align: center;
    color: #FFFFFF; */

    /* font-size: 80%; */
}

.ribbon7{
    width: 300px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 2;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 3px #ee4433, 0px 21px 5px -18px rgba(0,0,0,1);
    background: #ee4433;
    text-align: center;
    color: #FFFFFF;
}

#wi-annoucement{
    display: none;
}

#wi-announcement a{
    display: block;
}

@media screen and (max-width: 1440px){
    .wrap2{
        width: 150px;
        height: 150px;
    }

    .wrap2:after{
        top: 94px;
        right: 25px;
        height: 30px;
        width: 50px;
    }

    .ribbon7{
        width: 200px;
        font-size: 70%;
        top: 20px;
        right: -15px;
        text-align: right;
        padding-right: 20px;
        box-sizing: border-box;
        box-shadow: 0 21px 5px -18px rgba(0,0,0,1);
    }
}

@media screen and (max-width: 1100px){
    .wrap2{
        width: 110px;
        height: 120px;
    }

    .ribbon7{
        width: 200px;
        height: 25px;
        line-height: 25px;
        font-size: .6em;
        right: -20px;
        top: 5px;
        text-align: right;
        padding-right: 5px;
        box-sizing: border-box;
        box-shadow: 20px 20px 8px -18px rgba(0,0,0,1), 2px 0px 6px 0px rgba(0,0,0,1);
    }

    .wrap2:after{
        display: none;
    }
}

@media screen and (max-width: 1024px){
    #wi-page-header{
        padding-top: 0;
    }

    #wi-annoucement{
        display: block;
        background: #ee4433;
        padding: .6em;
        margin-bottom: 1em;
    }

    .wrap2{
        display: none;
    }

    /* .ribbon7{
        box-shadow: unset;
        padding: 1em;
        font-size: 1em;
        width: 100%;
        transform: unset;
        text-align: center;
    } */
}

dl{
    margin-bottom: 2em;
}

.wi-accordion-container{
    /* border: 2px solid #222;
    border-radius: 5px; */
    position: relative;
    padding: 2px;
    margin-bottom: 1em;
}

.wi-accordion-header{
    padding: 10px 10px 10px 40px;
    font-size: 18px;
    display: block;
    font-weight: bold;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #B2D5F0;
    text-align: left;

    background: url("../images/bg-accordion-02.png") 15px 12px no-repeat;

    cursor: pointer;
}

.wi-accordion-header.expanded{
    background-position: 15px -103px;
}

.wi-accordion-header:hover{
    color: #222;
}

.wi-accordion-body{
    padding: 10px 10px 10px 60px;
    display: none;
}

.wi-accordion-item{
    border-left: 5px solid #B2D5F0;
    padding: 0 0 0 .5em;
    margin-bottom: .5em;
}

.wi-col-1{
    float: left;
    width: 45%;
    margin-right: 2em;
}

.wi-col-2{
    float: left;
    width: 45%;
}

#wi-enrollment-list li{
    font-size: 18px;
    padding: 7px 10px 10px 40px;
    font-size: 18px;
    display: block;
    font-weight: bold;
    width: 100%;
    border: 0;
    /*border-bottom: 1px solid #B2D5F0;*/
    text-align: left;
    background: url(../images/bg-accordion-02.png) 15px 12px no-repeat;
    /* cursor: pointer; */
    margin-bottom: 1em;
}

@media screen and (max-width: 1000px){
    .wi-col-1, .wi-col-2{
        float: none;
        width: unset;
    }

    .wi-col-1{
        margin: 0;
    }
}

.highlighter{
    background-color: #f4ff00;
}