@charset "utf-8";

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.padding-right {
    margin-right: 10px;
}

.padding-left {
    margin-left: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}
/***************************** Index ************************************************/
html, body {
    height: 100%;
    color: #515151;
}

h1, h2, h3, h4 {
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Open Sans;
    color: #005E9E;
}

h1, .h1 {
    font-size: 34px;
}

h2, .h2 {
    font-size: 20px;
}

.subtitle {
    font-style: italic;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

h6, p {
    color: #515151;
    font-family: Open Sans;
    padding: 1px;
}

h6, .h6 {
    font-weight: bold;
    font-size: 14px;
}

.pagination {
    margin: 0;
}

press-contact {
    color: #515151;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: bold;
    padding: 1px;
}

.hyperlinks {
    color: #CC0000;
    text-decoration: none;
}

    .hyperlinks:hover {
        color: #CC0000;
    }

.input-group.input-group-unstyled input.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #515151;
}

.input-group-unstyled .input-group-addon {
    border-radius: 4px;
    border: 0;
    background-color: transparent;
}

.search-icon {
    width: 22px;
    height: 24px;
    color: #515151;
    border: 0;
}

.search-button {
    position: relative;
    right: 75px;
    z-index: 1000;
}

div.input-group input.pressroom-search-box {
    width: 284px;
    height: 44px;
    color: #515151;
    font-size: 14px;
    padding: 10px;
    border: solid 2px #515151;
}

.top-margin {
    margin-top: 20px;
}

.image-card {
    position: relative;
    padding-bottom: 30px;
    background-color: #f1f1f1;
    text-decoration: none;
    display: block;
    height: 400px;
    width: 300px;
}

    .image-card:hover {
        text-decoration: none;
    }

    .image-card h3 {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 2px;
        margin-bottom: 2px;
        color: #515151;
        font-family: Open Sans;
        font-size: 24px;
    }

p.read-more {
    font-size: 14px;
    font-weight: bold;
    color: #005E9E;
    padding: 0;
    margin-bottom: 0;
}

.image-card p:not(.read-more) {
    margin-bottom: 20px;
}

.image-card p:not(.read-more) {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 2px;
    margin-top: 2px;
    color: #515151;
    line-height: 20px;
    font-family: Open Sans;
}

.view-all {
    font-size: 14px;
    font-weight: bold;
    color: #005E9E;
    padding: 0;
}

    .view-all:hover {
        text-decoration: none;
        color: #005E9E;
    }

.div-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 174px;
    width: 300px;
    border-bottom: 8px solid #8af8ff;
}

.summary-row {
    margin-bottom: 15px;
    width: 312px;
    height: 400px;
    float: left;
}

a, a:hover {
    text-decoration: none;
    color: #005e9e;
    font-family: Open Sans;
}

.hidden-lg {
    display: none;
}


.btn {
    color: #FFFFFF;
    padding: 15px 20px;
    font-weight: 600;
    background-image: none;
}

    .btn:hover {
        color: #FFFFFF;
    }

.btn-primary {
    background-color: #005E9E;
    border-color: #005E9E;
    color: #FFFFFF;
}

    .btn-primary:hover {
        background-color: #015188;
        border-color: #015188;
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary.active:not(:disabled):not(.disabled),
    .show > .btn-primary.dropdown-toggle {
        background-color: #005e9e;
        border-color: #005e9e;
    }

        .btn-primary:focus,
        .btn-primary.focus,
        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .btn-primary.active:not(:disabled):not(.disabled):focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 94, 158, 0.5);
        }

.btn-outline-primary {
    color: #005E9E;
    border-color: #005E9E;
    background-color: #FFFFFF;
    min-width: 90px;
}

    .btn-outline-primary:hover,
    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .btn-outline-primary.active:not(:disabled):not(.disabled),
    .show > .btn-outline-primary.dropdown-toggle {
        color: #FFFFFF;
        background-color: #005E9E;
        border-color: #005E9E;
    }

.btn-secondary {
    background-color: #7ECED4;
    border-color: #7ECED4;
    color: #FFFFFF;
}

    .btn-secondary:hover {
        background-color: #6fc7ce;
        border-color: #6fc7ce;
    }

    .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-secondary.active:not(:disabled):not(.disabled),
    .show > .btn-secondary.dropdown-toggle {
        background-color: #7ad2d8;
        border-color: #7ad2d8;
    }

        .btn-secondary:focus,
        .btn-secondary.focus,
        .btn-secondary:not(:disabled):not(.disabled):active:focus,
        .btn-secondary.active:not(:disabled):not(.disabled):focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(126, 206, 212, 0.5);
        }

.btn-outline-secondary {
    color: #7ECED4;
    border-color: #7ECED4;
    background-color: #FFFFFF;
    min-width: 90px;
}

    .btn-outline-secondary:hover,
    .btn-outline-secondary:not(:disabled):not(.disabled):active,
    .btn-outline-secondary.active:not(:disabled):not(.disabled),
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #FFFFFF;
        background-color: #7ECED4;
        border-color: #7ECED4;
    }

        .btn-outline-secondary:focus,
        .btn-outline-secondary.focus,
        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
        .btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(126, 206, 212, 0.5);
        }

.btn-tertiary {
    background-color: #ca2026;
    border-color: #ca2026;
    color: #FFFFFF;
}

    .btn-tertiary:hover {
        background-color: #E23737;
        border-color: #E23737;
    }

    .btn-tertiary:not(:disabled):not(.disabled):active,
    .btn-tertiary.active:not(:disabled):not(.disabled),
    .show > .btn-tertiary.dropdown-toggle {
        background-color: #d01a21;
        border-color: #d01a21;
    }

.btn-outline-tertiary {
    color: #ca2026;
    border-color: #ca2026;
    background-color: #FFFFFF;
    min-width: 90px;
}

    .btn-outline-tertiary:hover,
    .btn-outline-tertiary:not(:disabled):not(.disabled):active,
    .btn-outline-tertiary.active:not(:disabled):not(.disabled),
    .show > .btn-outline-tertiary.dropdown-toggle {
        color: #FFFFFF;
        background-color: #ca2026;
        border-color: #ca2026;
    }

        .btn-outline-tertiary:focus,
        .btn-outline-tertiary.focus,
        .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,
        .btn-outline-tertiary.active:not(:disabled):not(.disabled):focus,
        .show > .btn-outline-tertiary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(202, 32, 38, 0.5);
        }

.summary-text {
    color: #515151;
    text-decoration: none;
    margin-bottom: 5px;
}
/***********************************Release*********************************************/
.release-icon {
    color: #005e9e;
    border: 0;
    margin-left: 20px;
}

.font-icon {
    width: 48px;
    height: 30px;
}

.print-icon {
    width: 43px;
    height: 40px;
}

.media-icon {
    width: 22px;
    height: 22px;
    color: #515151;
    border: 0;
}

.release-image {
    margin-bottom: 10px;
    /*width: 312px;
    height: 254px;*/
    max-width: 270px;
    float: left;
    margin-right: 25px;
    text-align: center;
    overflow: hidden;
}

    .release-image img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /*max-height: 180px;
    max-width: 240px;*/
        border-left: 8px;
        height: 180px;
    }

    .release-image iframe {
        /*max-height: 200px;
        max-width: 240px;*/
        height: 180px;
        display: block;
    }

.release-image-card {
    position: relative;
    padding-bottom: 30px;
    background-color: #f1f1f1;
    text-decoration: none;
    display: block;
    height: 80px;
    width: 355px;
}

    .release-image-card:hover {
        text-decoration: none;
    }

    .release-image-card h3 {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 2px;
        margin-bottom: 2px;
        color: #515151;
        font-family: Open Sans;
        font-size: 12px;
    }

/*.releaseText p {
    margin: 0;
}*/
.releaseText.increased {
    font-size: 24px !important;
    line-height: 28px !important;
}

.releaseText.normal {
    font-size: 14px !important;
    line-height: normal !important;
}

div.back-row {
    margin: 30px;
}

div.caption {
    height: 125px;
    font-size: 11px;
    padding: 5px 10px;
    background-color: #f1f1f1;
    line-height: 12px;
    overflow: hidden;
    border-top: 8px solid #8af8ff;
    text-align: left;
}

div.title1 {
    padding-left: 0;
}

.social-icons {
    margin-bottom: 10px;
    margin-top: 5px;
}

.view-all-link {
    margin: 10px 0 25px;
}

ol {
    list-style-type: decimal;
    margin-left: 20px;
}

ul {
    list-style-type: circle;
    margin-left: 20px;
}

    ol li, ul li {
        margin-left: 20px;
    }

/*****************************************Archives Page ************************************/
.navigate-year {
    color: #515151;
    font-family: Open Sans;
    font-size: 12px;
}

.year {
    border-left: none;
    font-family: Open Sans;
    font-size: 18px;
    padding: 0;
    font-weight: bold;
    color: #515151;
}

ul.pagination li.year a {
    padding: 5px 10px;
    border: solid 1px #515151;
    border-right: none;
    display: block;
}

ul.pagination li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: solid 1px #515151;
}

ul.pagination li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: solid 1px #515151;
}

ul.pagination li.year.active-year a {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

div.year-row {
    padding: 15px;
}

    div.year-row div {
        border-bottom: 8px solid #8af8ff;
        padding-bottom: 10px;
    }

div.search-result-text {
    color: #515151;
    font-weight: bold;
    margin: 10px 0;
}

.archive-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    max-height: 140px;
    float: left;
    margin: 0 25px 10px 0;
}

.archives-summary {
    margin-bottom: 15px;
    margin-left: 0;
    background-color: #f1f1f1;
    padding: 10px 10px 10px 0;
}

div.row div.archives-summary.even {
    background-color: #fff;
}

p.read-more.archives {
}

.archives-summary h3 {
    margin-top: 0;
}

div.month-text {
    margin: 10px 15px;
    font-size: 24px;
    color: #515151;
}

/******************************************Navigation bar*******************************/
nav ul {
    margin: 0;
}

    nav ul li {
        display: inline-block;
        padding: 0 10px;
        color: #005E9E;
        font-family: Open Sans;
        font-size: 12px;
        margin: 0;
    }

        nav ul li ~ li {
            border-left: 1px solid #005E9E;
        }

        nav ul li:first-child {
            padding-left: initial;
        }

.top-nav-text {
    font-size: 14px;
}

div.top-nav {
    margin: 15px 0;
}

/**************************************Print *********************************/
@media print {
    body {
        background: none !important;
        color: #666666;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        -webkit-text-fill-color: #666666;
    }

    div.row {
        display: block !important;
    }

    .printHead img {
        margin-bottom: 0.5em;
        height: 38px;
        padding-right: 15px;
    }

    h1 {
        -webkit-text-fill-color: #005E9E;
        font-size: 34px;
        line-height: 42px;
        color: #005E9E;
        padding-top: 0;
        font-family: Open Sans;
    }

    a {
        color: #CC0000;
        -webkit-text-fill-color: #CC0000;
        text-decoration: none;
        border-bottom: 1px solid rgba(255,255,255,0);
    }

    #full-width {
        width: 100%;
    }

    .no-print, .no-print *, footer {
        display: none !important;
    }
}

@media screen {
    .printHead {
        display: none;
    }
}
/********************************************Admin Page*************************************/
.header-height {
    line-height: 42px;
}

.presssearch {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FFF url(../Content/themes/base/images/field_bg.gif) repeat-x scroll center top;
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 12px;
    height: 25px;
    margin: 0;
    padding: 2px;
    width: 200px;
}

.articleSpacer {
    display: block;
    clear: both;
    height: 5px;
}

div.yearList a {
    border: none;
    display: inline-block;
    font-weight: bold;
    padding: 20px;
    text-decoration: underline;
}

.yearList {
    font-weight: bold;
    text-align: center;
}

strong {
    font-weight: 600;
}

.hyperlinks {
    color: #CC0000;
    text-decoration: none;
}

    .hyperlinks:hover {
        color: #CC0000;
    }

.hide-year {
    margin: 0px;
    margin-left: 20px;
    padding-top: 0px;
}

.editbox {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FFF url(../Content/themes/base/images/field_bg.gif) repeat-x scroll center top;
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 12px;
    height: 40px;
    margin: 0;
    padding: 2px;
}

.mlabel {
    border: medium none;
    color: #222;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    padding: 0 0 3px;
}

h1 span.title-info-text {
    font-size: 12px;
    color: #000;
}

.divrows {
    height: 40px;
    width: 250px;
}

.lineblank {
    margin-bottom: 10px;
}

.text-muted {
    clear: both;
    color: #444444;
    display: block;
    font-size: 10px;
    line-height: 10px;
    margin: 0;
    padding-top: 3px;
}

.req {
    color: red !important;
    display: inline;
    float: none !important;
    font-size: 16px;
    font-weight: bold;
    margin: 0 4px 0 3px !important;
    padding: 0 5px;
}

.info {
    border-bottom: 1px dotted #ccc;
    clear: both;
    display: block;
    margin: 0 0 12px;
}

.articleheading {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.dateline {
    font-weight: bold;
    margin-top: 10px;
}

.articleList {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    margin: 10px 3px;
}

.releaseText {
    margin-top: 20px;
}

.header-height {
    line-height: 42px;
}

h1.index-header-height {
    line-height: 40px;
}

.pressroom-search-box-float {
    margin-top: 5px;
    /*margin-left:-25px;*/
}

.chrome-css {
    -webkit-margin-before: 20px;
}

.go-float-right {
    float: right;
    padding-left: 0px;
    margin-top: 12px;
}

.go-button {
    margin: 0;
    font-size: 14px;
    line-height: 100%;
}

.hide-year {
    margin: 0px;
    margin-left: 20px;
    padding-top: 0px;
}

.hyperlinks {
    color: #CC0000;
    text-decoration: none;
}

    .hyperlinks:hover {
        color: #CC0000;
    }

.same-size {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.flexcontainer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.col-size {
    flex: 1; /* additionally, equal width */

    padding: 1em;
    border: solid;
}

strong {
    font-weight: 600;
}

label.label {
    display: inline-block !important;
    margin-right: 20px !important;
    min-width: 110px;
    vertical-align: top;
}

.left {
    float: left;
}

.right {
    float: right;
}

input.text, input.search, input.file, textarea.textarea {
    padding: 2px;
}

.buttons {
    clear: both;
    margin-top: 10px;
}

.red-class {
    color: #cc0000;
}

input.form-control, select.form-control {
    border: solid 1px #515151;
    box-shadow: none;
}

table.table tr.month-row {
    background-color: #f2f2f2;
}

    table.table tr.month-row td {
        font-weight: bold;
        color: #0855bd;
    }
/***************************************Buttons**********************************/
.button, button, body a.button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: url(../Content/themes/base/images/button_bg.png) repeat-x top left;
    background-color: #f5f5f5;
    border: 1px solid #dedede !important;
    border-bottom: 1px solid #dedede !important;
    border-left: 1px solid #eee;
    border-radius: 3px;
    border-top: 1px solid #eee;
    color: #565656;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 130%;
    margin: 0 3px 3px 0;
    padding: 5px 7px 6px 7px;
    text-decoration: none;
}

.easeInOut, .transition {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.button.flat, button.flat, button.ui-state-default.flat, .ui-dialog-buttonpane button.ui-state-default.flat, body a.button.flat,
button.redGradient, a.redGradient, .redGradient, .textButtonRed {
    border: none !important;
    border-bottom: none !important;
    border-left: none;
    border-top: none;
}


    .flat.small, a.flat.small, a.roundRect.flat.small, a.rounded.flat.small, button.flat.small, button.roundRect.flat.small, button.rounded.flat.small {
        padding: 6px 12px;
    }

    .flat.blue, a.flat.blue, a.roundRect.flat.blue, a.rounded.flat.blue, button.flat.blue, button.roundRect.flat.blue, button.rounded.flat.blue,
    button.blueGradient, a.blueGradient, .blueGradient {
        background: #0855BD;
        border: 2px solid #0855BD !important;
        border-bottom: 2px solid #0855BD !important;
    }

button, button.ui-state-default, .ui-dialog-buttonpane button.ui-state-default {
    line-height: 17px;
    overflow: visible;
    width: auto;
}

#fontButtons .displayed {
    display: block;
}

#fontButtons button {
    margin: 0 !important;
}

#fontButtons img.invertUp {
    -moz-transform: scaleY(-1);
    -ms-filter: "FlipV";
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    filter: FlipV;
    transform: scaleY(-1);
}

/****************************************EDIT**************************************************************/



@font-face {
    font-family: 'boatus';
    font-style: normal;
    font-weight: normal;
    src: url('/assets/font/boatus.eot?41vu71');
    src: url('/assets/font/boatus.eot?41vu71#iefix') format('embedded-opentype'), url('/assets/font/boatus.ttf?41vu71') format('truetype'), url('/assets/font/boatus.woff?41vu71') format('woff'), url('/assets/font/boatus.svg?41vu71#boatus') format('svg');
}

@font-face {
    font-family: "Caecilia-Heavy";
    font-style: normal;
    font-weight: normal;
    src: url("/assets/font/caecilialtstd-heavy-webfont.eot");
    src: url("/assets/font/caecilialtstd-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/font/caecilialtstd-heavy-webfont.woff") format("woff"), url("/assets/font/caecilialtstd-heavy-webfont.ttf") format("truetype"), url("/assets/font/caecilialtstd-heavy-webfont.svg#Caecilia-Heavy") format("svg");
}

/*************************************640px to 760px****************************************************/
@media only screen and (max-width: 760px) {
    .mobileCenter {
        text-align: center;
    }

    .mobileTop20 {
        margin-top: 20px;
    }

    aside {
        width: 100%;
    }

    h1 {
        font-size: 30px;
        line-height: 30px;
    }

    h2 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    img {
        height: auto;
        max-width: 100%;
    }

    .pressroom-search-box {
        margin-bottom: 0 !important;
        margin-top: 10px;
    }


    .pictureCaption {
        float: right !important;
        min-width: 210px;
    }

    div.top-nav {
        margin: 10px 0;
        line-height: 14px;
    }

    .summary-row {
        width: 100%;
    }

    .image-card {
        background-color: initial;
        width: 100%;
    }

    .div-image {
        width: 100%;
        max-height: 100%;
        margin-bottom: 15px;
    }

    .body-content {
        padding-left: 0;
        padding-right: 0;
    }

    .body-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .hidden-md {
        display: none;
    }

    .search-button {
        right: 260px;
        top: 5px;
    }

    .search-row {
        margin-bottom: 15px;
    }

    .addthis-smartlayers {
        display: none;
    }
}




/*************************************for device width = 480px****************************************************/

@media only screen and (max-width: 567px) {
    h1 {
        font-size: 30px;
        line-height: 30px;
    }

    h2 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    img {
        height: auto;
        max-width: 100%;
    }

    body {
        background: none;
    }

    .hidden-sm {
        display: none;
    }
}

/*************************************400px****************************************************/

@media only screen and (max-width: 400px) {
    body {
        background: none;
    }

    .hidden-xs {
        display: none;
    }
}

/*************************************for device width =380px****************************************************/

@media only screen and (max-width: 380px) {
    h3 {
        font-size: 17px !important;
        line-height: 17px !important;
    }
}

/*************************************320px****************************************************/

@media only screen and (max-width: 320px) {
    h1 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    h2 {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    h3 {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    h5 {
        font-size: 13px !important;
        line-height: 13px !important;
    }

    img {
        height: auto;
        max-width: 100%;
    }

    body {
        background: none;
    }

    #page {
        padding-top: 42px;
        z-index: 3 !important;
    }

    .homePage .container_30 {
        width: 98% !important;
    }
}

/*************************************240px****************************************************/

@media only screen and (max-width: 319px) {
    .container_30, .homePage .container_30 {
        margin: 0 auto;
    }

    .grid-4 {
        width: 114px;
    }

    .bluebox {
        font-size: 9px !important;
        line-height: 11px !important;
    }

        .bluebox img {
            width: 59px !important;
        }
}
