 .ui-widget-content a {
        color: blue;
    }
    #PromiseInformation h3 {
        padding-left: 2em;
    }
    .view {
        width: 210px;
        height: 190px;
        margin: 10px;
        float: left;
        border: 10px solid #fff;
        overflow: hidden;
        position: relative;
        text-align: center;
        box-shadow: 1px 1px 2px #e6e6e6;
        cursor: default;
        background: #fff url(../images/bgimg.jpg) no-repeat center center
    }
    .view .mask, .view .content {
        width: 210px;
        height: 190px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0
        color: #ffffff;
    }
    .view img {
        display: block;
        position: relative
    }
    .view h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 14px;
        padding: 5px;
        background: rgba(0, 0, 0, 0.8);
        margin: 20px 0 0 0
    }
    .view p {
        font-family: Georgia, serif;
        font-style: italic;
        font-size: 10px;
        position: relative;
        color: #fff;
        padding: 5px 10px 10px;
        text-align: center
    }
    .view a.info {
        display: inline-block;
        text-decoration: none;
        padding: 4px 5px;
        background: #000;
        color: #fff;
        box-shadow: 0 0 1px #000
    }
    .view a.info:hover {
        box-shadow: 0 0 5px #000
    }
    .view-first img {
        transition: all 0.2s linear;
    }
    .view-first .mask {
        opacity: 0;
        background-color: rgb(0,75,145);
        transition: all 0.4s ease-in-out;
    }
    .view-first h2 {
        transform: translateY(-100px);
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }
    .view-first p {
        transform: translateY(100px);
        opacity: 0;
        transition: all 0.2s linear;
    }
    .view-first a.info{
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }
    .view-first:hover img {
        transform: scale(1.1);
    }
    .view-first:hover .mask {
        opacity: 1;
    }
    .view-first:hover h2,
    .view-first:hover p,
    .view-first:hover a.info {
        opacity: 1;
        transform: translateY(0px);
    }
    .view-first:hover p {
        transition-delay: 0.1s;
    }
    .view-first:hover a.info {
        transition-delay: 0.2s;
    }
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }


    ul.resp-tabs-list { display: none; } h2.resp-accordion { display: block; } .resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; } .resp-vtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: initial; clear: none; } .resp-accordion-closed { display:none !important; } .resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

    .button {
        -moz-border-radius: 7px;
        -moz-box-shadow: #0f3252 0px 0px 10px;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-border-radius: 7px;
        -webkit-box-shadow: #6E7849 0 0 10px;
        -webkit-transition: all 0.5s ease;
        background-color: #004b91;
        border-radius: 7px;
        border: 2px solid #0859a6;
        box-shadow: #0f3252 0px 0px 10px;
        color: #ffffff !important;
        display: inline-block;
        margin: auto;
        padding: 15px;
        text-decoration: none;
        text-shadow: #000000 5px 5px 15px;
        transition: all 0.5s ease;
    }
    .button:hover {
        padding: 15px;
    }
    .PromiseInfoGraphic {
        width: 100%;
        background-color: #d2d4d6;
    }
    .infoGraphic {
        width: 19%;
        margin: 0 0.5%;
    }
    .iconImage {
        height: auto;
        width: 66%;
        margin: 0 auto;
        position: relative;
        top: 9%;
        left: 10%;
    }
    .iconImage img {
        height: auto;
        width: 66%;
        margin: 0 auto;
    }

    .infoGraphicBottom, .infoGraphicBottom img {
        width: 100%;
        height: auto;
        margin-top: 4%;
    }
    .detailText {
        text-align: center;
        border: 1px solid #656668;
        padding: 5%;
        padding-top: 25%;
        flex: 1;
        height: 90%;
    }
    .detailText p {
        font-size: .75em;
    }
    .detailText h5 {
        padding-top: .5em;
        padding-bottom: .5em;
    }
    .blueDetail {
        text-transform: uppercase;
        color: #364c9d;
    }