::selection {
    background: #c45517;
}
a:visited {
    color: #0064B1;
}
body {
    background-color: transparent;
}
#main {
    /* height: 100%; */
}
h1, h2, h3, h4, h5, h6, p, span, li {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
h6.help-title {
    color:#0064B1;
}
.clear {
    width: 100%;
    height: 1px;
    clear: both;
}
.space40 {
    margin-bottom: 40px;
}
.row {
    width: 100% !important;
    margin: 0 auto !important;
    display: block;
}
.hrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#uta-help {
    margin-bottom: 40px;
    padding-bottom: 40px;
}
#uta-help p, #uta-help span, #uta-help li {
    color: #333;
    font-size: 16px;
}
#uta-help a {
    cursor: pointer !important;
}
#uta-help h1 {
    font-size: 30px;
    color: #c45517;
}
#uta-help .grid, #uta-chat .grid {
    max-width: 1120px;
    margin: 0 auto;
}
#uta-help .clear {
    width: 100%;
    height: 1px;
    clear: both;
}
#uta-help .divider {
    width: 100%;
    height: 1px;
    background: #ccc;
    clear: both;
}
#uta-help nav li a:hover {
    text-decoration: none;
    color: #c45517 !important;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}
#uta-help .activeNav {
    background: #c45517;
    z-index: 1000;
}
#uta-help nav li.activeNav a:hover {
    color: #fff !important;
}
#uta-help .landing-emer {
    position: relative;
    right: 0;
    bottom: 0;
    background: rgba(65, 127, 226, 0.9);
    padding: 10px 12px 12px;
    float: right;
    margin-top: 30px;
    max-width: 695px;
}
#uta-help .landing-emer span {
    color: #fff;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
#uta-help .landing-emer a {
    color: #fff;
}
#uta-help .emer {
    position: absolute;
    bottom: 40px;
    right: 15px;
    background: #0b3250;
    padding: 10px 12px 12px;
    box-shadow: -2px -1px 8px #444;
    max-width: 695px;
    background: rgba(11,50,80, 0.8);
}
#uta-help .mavTalk {
    position: absolute;
    bottom: 40px;
    right: 315px;
    background: #417fe2;
    box-shadow: -2px -1px 8px #444;
}
#uta-help .emer span, #uta-help .emer a {
    color: #fff;
}
#uta-help .emer span {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
}
#uta-help .emer span a {
    font-weight: bold;
}
#uta-help .emer-m, #uta-help .mavTalk-m {
    display: none;
}
#uta-help .emer p, #uta-help .emer-m p, #uta-help .landing-emer p {
    margin-bottom: 0;
}
#uta-help .emer-m {
    display: none;
}
#uta-help .panel {
    width: 100%;
    margin-left: 6px;
}
#uta-help .panel .col-lg-4 {
    padding: 7px;
}
#uta-help .btn {
    width: 100%;
   /* background-color: rgb(0, 100, 177);
    */
    background: #0064B1;
    border-radius: 0;
    color: #fff;
    opacity: 0.969;
    box-shadow: 0px 6px 12px 0px rgba(38, 87, 125, 0.47);
    padding: .375em 0;
    transition: box-shadow 0.3s ease;
}
#uta-help button.btn:active, #uta-help button.btn:focus, #uta-help button.btn:visited {
    background: #c45517;
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-appearance: none !important;
    box-shadow: 0px 8px 18px 0px rgba(132, 74, 30, 0.47);
}
#uta-help button:hover, #uta-help button.active, #uta-help button.btn:focus {
    background: #c45517;
    box-shadow: 0px 8px 18px 0px rgba(132, 74, 30, 0.47);
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}
#uta-help .btn:hover {
    box-shadow: 0px 11px 32px 0px rgba(132, 74, 30, 0.67);
}
#uta-help .btn i, #uta-help .btn p, #uta-help .btn a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
#uta-help .btn i {
    font-size: 48px;
    margin-top: 10px;
}
#uta-help .btn p {
    margin-bottom: 12px;
}
#uta-help #defaultOpen {
    display: none;
}
#uta-help .header {
    height: 50px;
}
#uta-help .header .bar {
    background: #0064b1;
    padding: 10px 0;
    -moz-box-shadow: 0 0 13px #555;
    -webkit-box-shadow: 0 0 13px #555;
    box-shadow: 0 0 13px #555;
    position: fixed;
    z-index: 999;
}
#uta-help .header .logo {
    max-width: 320px;
    width: 100%;
}
#uta-help .global-nav {
   /** margin-top: 60px;
    **/
    padding-top: 30px;
}
#uta-help .global-nav nav {
   /* background: #0064b1;
    */
    background: #0064B1;
    overflow: hidden;
}
#uta-help .global-nav nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#uta-help .global-nav nav ul li {
    display: inline-block;
    text-align: center;
    width: 33.333333%;
    color: #fff;
    font-size: 1.4em;
    font-weight: normal;
    padding: 7px 0;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#uta-help .global-nav nav ul li a {
    color: #fff;
    display: block;
}
#uta-help .entry-banner {
    background: url('../images/entry-banner.jpg') no-repeat 50% 50%;
   /** background: url('../_internal/images/entry-banner.jpg') no-repeat top center;
    **/
    background-attachment: scroll;
    background-size: cover;
    min-height: 325px;
    position: relative;
}
#uta-help .entry-banner h1 {
    color: #fff;
    font-weight: 400;
    font-size: 4em;
    margin-top: 160px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.88);
}
#uta-help .entry-banner h2 {
    color: #fff;
    font-weight: 100;
    font-size: 3em;
    line-height: 60%;
    padding-left: 46px;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.88);
}
#uta-help .help-cta {
    margin: 30px 0 40px 0;
}
#uta-help .entry-cta {
    display: block;
    overflow: hidden;
    background: #0064B1;
    box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 6px 20px rgba(0,0,0,0.17);
    transition: all 0.8s cubic-bezier(.25,.8,.25,1);
    padding: 0 0 0px 0;
    margin-bottom: 40px;
}
#uta-help .entry-cta:hover {
    box-shadow: 0 18px 20px rgba(0,0,0,0.27);
}
#uta-help .entry-cta span {
    color: #ffffff;
    font-size: 16px;
    margin: 15px 0 0 15px;
    font-weight: normal;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#uta-help .entry-cta i {
    color: #ffffff;
    float: right;
    display: block;
    margin: 16px 15px 0 0;
    font-size: 22px;
}
#uta-help .entry-cta img {
    width: 100%;
    display: block;
    margin-top: 15px;
}
#uta-help .landing-misc {
    margin-top: 60px;
}
#uta-help .landing-misc h4 {
    color: #363636;
}
#uta-help .section {
    padding: 0 0 60px;
}
#uta-help .section .content-box {
    display: none;
}
#uta-help .section .content-box:focus {
    border: 0 !important;
    outline: none !important;
    background: rgba(255,255,255,0);
}
#uta-help .section .content-box ul {
    margin-bottom: 30px;
}
#uta-help .section .banner {
    width: 100%;
    margin-bottom: 40px;
}
#uta-help .section-nav {
    margin-bottom: 40px;
}
#uta-help .section-nav ul {
    list-style-type: none;
    padding-left: 0;
}
#uta-help .section-nav li, #uta-help .section-nav div.helpAccordion {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 14px;
    font-weight: normal;
    font-size: 16px;
    color: #363636;
}
#uta-help .section-nav .acc-panel ol li {
    text-transform: none;
    font-size: 13px;
    padding-bottom: 8px;
}
#uta-help .section-nav div.helpAccordion span {
    font-size: 14px;
    color: #363636;
    cursor: pointer;
    letter-spacing: 1px;
}
#uta-help .section-nav li {
    letter-spacing: 0;
}
#uta-help .section-nav .acc-panel li {
    letter-spacing: 0;
}
#uta-help .section-nav li:hover {
    cursor: pointer;
}
#uta-help .section-nav li a {
    color: #333;
    text-decoration: none;
    display: block;
}
#uta-help .section-nav .acc-panel li a {
    color: #0064B1;
}
#uta-help .section-nav .material-icons {
    color: #c45517;
    position: relative;
    top: 7px;
    margin-right: 5px;
}
#uta-help .section-nav div:hover .material-icons {
    color: #0064b1;
    -webkit-transition: color 500ms ease;
    -moz-transition: color 500ms ease;
    -o-transition: color 500ms ease;
    transition: color 500ms ease;
}
#uta-help .section-nav div:hover a {
    -webkit-transition: color 500ms ease;
    -moz-transition: color 500ms ease;
    -o-transition: color 500ms ease;
    transition: color 500ms ease;
    text-decoration: none;
}
#uta-help .section-nav div i {
    -webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}
#uta-help .section-nav div.active i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#uta-help .section-link span {
    font-size: 12px;
    display: block;
}
#uta-help .acc-panel {
    display: none;
    padding: 20px;
    background: #f4f4f4;
}
#uta-help .acc-panel p {
    font-size: 13px;
}
#uta-help .acc-panel ul {
    list-style-type: disc;
    padding-left: 30px;
}
#uta-help .acc-panel ul li {
    border: none;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    padding: 5px 0;
}
#uta-help .acc-panel ul li a {
    display: block;
    color: #0064B1;
}
#uta-help .about-bts {
    width: 100%;
    background: #0064b1;
    padding: 80px 0 100px;
    -moz-box-shadow: inset 0px 6px 12px 1.6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 6px 12px 1.6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 6px 12px 1.6px rgba(0, 0, 0, 0.2);
}
#uta-help .about-bts h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-weight: normal;
}
#uta-help .about-bts h4 {
    color: #fff;
}
#uta-help .about-bts p {
    color: #fff;
    line-height: 190%;
}
#uta-help .about-bts .gmap {
    max-width: 100%;
}
#uta-help .footer {
    width: 100%;
    background: #242729;
    padding: 40px 0;
}
#uta-help .footer .f-logo {
    max-width: 440px;
    width: 100%;
    margin-bottom: 20px;
}
#uta-help .footer p {
    color: #fff;
    font-size: 13px;
    font-weight: 200;
}
#uta-help .footer a {
    color: #fff;
}
#uta-help .footer .search-form {
    margin-bottom: 20px;
}
#uta-help .footer .search-form input {
    font-size: 13px;
    background: #fff;
    color: #333;
    border: none;
    padding: 7px;
    width: 80%;
}
#uta-help .footer .search-form button {
    border: none;
    background: #fff;
    padding: 4px 5px 0;
   /* margin-top: 2px;
    */
    position: relative;
    top: 6px;
    width: 40px;
    cursor: pointer;
}
#uta-help .footer .search-form button:hover {
    cursor: pointer;
    background: #f0832e;
    color: #fff;
}
#uta-help .footer .social {
    list-style-type: none;
    padding: 0 22px 0 0;
    text-align: right;
}
#uta-help .footer .social li {
    display: inline-block;
    margin: 0 6px;
}
#uta-help .footer .social li span {
    color: #fff;
    font-size: 10px;
    vertical-align: super;
}
#uta-help .footer .social li i {
    font-size: 22px;
}
#uta-help .footer .social li i:hover, #uta-help .footer .social li a span:hover {
    color: #c45517;
}
#uta-help .iaef {
    margin-top: 20px;
    display: block;
    font-size: 13px;
}
#footer p, #footer a, #footer span, #footer li {
   color: #fff;
}
.footer-sitemap a {
   margin-right: 1em;
}
.footer-sitemap a:after {
   color: #9b9b9b;
   content: " | ";
   padding-left: .5rem;
   position: absolute;
}
/********* Chat *********/
.hero-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: auto;
   /* height: 380px;
    */
    min-height: 80px;
}
.hero-item {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-right: -100%;
}
.hero .hero-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(bottom, (0, 0, 0, 0.8) 15%, rgba(111, 111, 111, 0) 81%, rgba(180, 180, 180, 0) 90%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 15%, rgba(111, 111, 111, 0) 81%, rgba(180, 180, 180, 0) 90%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 15%, rgba(111, 111, 111, 0) 81%, rgba(180, 180, 180, 0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3000000', endColorstr='#00e5e5e5',GradientType=0 );
}
.hero-item img {
   /* height: 380px;
    */
    height: 240px;
    object-fit: cover;
    width: 100%;
}
.text-container {
    position: absolute;
    display: block;
    max-width: 1120px;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 30;
    text-align: right;
    font-family: "Roboto Slab";
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px;
}
.hero-item .heading {
    text-align: left;
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: #fff;
    font-size: 15px;
    position: relative;
    bottom: 0;
    width: 100%;
    font-size: 60px;
    line-height: 90%;
    text-shadow: 1px 1px 15px rgba(0,0,0,.6);
}
.hero h1.page-title {
    color: #fff;
    margin-bottom: 20px;
    font-family: "Roboto Slab";
    font-size: 48px;
}
.chat-page {
    min-height: 1200px;
}
#chat-frame {
    width: 100%;
    height: 90%;
    border: 0;
}
.chat-page h3 {
    font-family: Roboto Slab;
    text-transform: none;
}
.chat-page iframe {
    border: 0 !important;
}
.table-wrap table, #chat-frame table, .webchat-config {
    width: 100%;
}
.card-header button {
    -webkit-animation: gradientBgMotion 6.5s ease infinite;
    -moz-animation: gradientBgMotion 6.5s ease infinite;
    -ms-animation: gradientBgMotion 6.5s ease infinite;
    animation: gradientBgMotion 6.5s ease infinite;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0064B1;
   /*background-image: -webkit-linear-gradient(top left,#4a90e2,#0b3250);
   */
   /*-webkit-background-clip: text;
   */
   /*-webkit-text-fill-color: transparent;
   */
   /*background-size: 200% 200%;
   */
   /*font-weight: 700;
   */
   /*font-family: Bergen Sans,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
   */
   /*text-transform: uppercase;
   */
    font-family: Roboto Slab;
    font-size: 18px;
    padding: .375em 0;
    text-align: left;
    white-space: normal;
    line-height: normal;
}
.btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active {
    background-image: transparent;
}
.card-header button:hover {
    text-decoration: underline;
}
.card-header button .material-icons {
    color: #003865;
    -webkit-text-fill-color: #003865;
    position: relative;
    top: 5px;
    transition: all 0.3s ease;
    transition-duration: .3s;
}
.card-header span {
    display: block;
    margin-bottom: 10px;
}
.card-header .btn-link .material-icons {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.card-header .btn-link.active .material-icons {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.webchat-config tr:nth-of-type(odd) {
    background: #fff !important;
}
.webchat-config tr {
    display: flex;
    padding: 2px 0;
}
.webchat-config th, .webchat-config td, .chat-page th, .chat-page td {
    max-width: 100%;
    width: 100%;
    padding: 12px 0;
    font-size: 100%;
    border: none;
}
.chat-page p, .card li {
    font-size: 16px;
}
.chat-page .card a {
    color: #0064B1;
}
.chat-page .card a, .chat-page .card a:hover {
    box-shadow: none;
}
.chat-page .table-scroll {
    border: none;
}
.chat-page table th {
    background: #fff;
    color: #000;
    font-size: 16px;
}
.chat-page table tr {
    border-bottom: none;
    display: flex;
}
.chat-page table {
    margin-bottom: 0;
}
.chat-page .table-wrap-inner {
    width: 100% !important;
    max-width: 100% !important;
}
#ooo {
    margin: 20px 0;
}
.webchat-config input, .webchat-config select, .chat-page .table-wrap-inner select {
    width: 100%;
    border: 1px solid #bbb;
    font-size: 16px;
}
#chat-button {
    float: left;
    display: block;
    margin: 40px 0;
}
#chat-button button {
    border: none;
    background: #0064B1;
    color: #fff;
    padding: 7px 14px;
    transition: all 0.3s ease;
    transition-duration: .3s;
}
#chat-button button:hover {
    background: #003865;
}
#uta-chat .card a {
    background: none;
}
/********* New Chat *********/
#uta-help #uta-chat .entry-cta {
    overflow: none;
}
#uta-help #uta-chat .entry-cta a {
     text-decoration: underline;
     color: #0064b1;
}
#uta-help #uta-chat .entry-cta a {
      color: #00467f;
  }
#uta-help #uta-chat .entry-cta i {
    margin: 1px 10px 10px 0;
    float: none;
    color: #c45517;
}
#uta-help #uta-chat .entry-cta span {
   min-height: 68px;
   padding: 10px;
   margin: 0;
   font-weight: bold;
}
#uta-help #uta-chat .entry-cta img {
   margin-top: 0;
}
#uta-help #uta-chat .links {
   background: #fff;
   padding: 10px;
   min-height: 470px;
}
#uta-help #uta-chat .links ul {
   list-style-type: none;
   padding-left: 0;
}
#uta-help #uta-chat .links ul li {
   display: inline-flex;
   width: 100%;
   font-size: 16px;
   padding: 5px 0;
}
#uta-help #uta-chat .col-md-3 {
   padding-left: 8px;
   padding-right: 8px;
}

@media screen and (min-width: 1780px) {
    .text-container {
        left: 0;
        right: 0;
   }
}
@media screen and (min-width: 1920px) {
    .hero-container {
        position: relative;
        max-width: 100%;
        width: 100%;
        position: relative;
        margin: auto;
        height: 280px;
   }
    .hero-item img {
        height: 280px;
        object-fit: cover;
        width: 100%;
   }
}
@media screen and (max-width: 768px) {
    .chat-page {
        min-height: 100%;
   }
    #chat-frame {
        height: 1100px;
   }
}
@media only screen and (max-width: 1160px) {
}
@media only screen and (max-width: 768px) and (min-width: 577px) {
    #uta-help .entry-banner {
        min-height: 225px;
   }
    #uta-help .entry-banner h1 {
        font-size: 3.4em;
        margin-top: 100px;
   }
    #uta-help .entry-banner h2 {
        font-size: 2.6em;
        padding-left: 38px;
   }
    #uta-help .global-nav nav ul li {
        font-size: 1em;
        font-weight: 300;
        padding: 7px 10px;
   }
    #uta-help .btn {
        display: inline-flex;
        height: 100px;
        padding-left: 10px;
   }
    #uta-help .btn .clear {
        display: none;
   }
    #uta-help .btn p {
        margin: 4px 0 0 10px;
        white-space: pre-line;
        text-align: left;
   }
    #uta-help .btn i {
        margin-top: 0;
        font-size: 32px;
   }
    #uta-help .panel {
        margin-left: 0;
   }
    #uta-help .section .banner {
        margin-bottom: 0;
   }
    #uta-help .landing-emer span {
        font-size: 14px;
   }
    #uta-help .emer {
        display: none;
   }
    #uta-help .emer-m {
        display: block;
        background: #0064b1;
        margin: 0 auto 40px;
        padding: 10px 2px;
   }
    #uta-help .mavTalk-m {
        background: #417fe2;
        margin: 0 auto;
   }
    #uta-help .emer-m span {
        text-align: center;
        display: block;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
   }
    #uta-help .emer-m span a {
        color: #fff;
   }
}
@media only screen and (max-width: 576px) {
    #uta-help .entry-banner {
        min-height: 210px;
   }
    #uta-help .entry-banner h1 {
        font-size: 2.8em;
        margin-top: 100px;
   }
    #uta-help .entry-banner h2 {
        font-size: 2.4em;
        padding-left: 32px;
   }
    #uta-help .global-nav nav ul li {
        font-size: 0.8em;
        font-weight: 300;
        padding: 7px 10px;
   }
    #uta-help .panel {
        margin-left: 0;
   }
    #uta-help .section .banner {
        margin-bottom: 0;
   }
    #uta-help .landing-emer span {
        font-size: 14px;
   }
    #uta-help .emer {
        display: none;
   }
    #uta-help .emer-m {
        display: block;
        background: #0064b1;
        margin: 0 auto 40px;
        padding: 10px 10px;
   }
    #uta-help .mavTalk-m {
        background: #417fe2;
        margin: 0 auto;
   }
    #uta-help .emer-m span {
        text-align: center;
        display: block;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
   }
    #uta-help .emer-m span a {
        color: #fff;
   }
}
@media only screen and (max-width: 490px) {
    #uta-help .entry-banner {
        min-height: 210px;
   }
    #uta-help .entry-banner h1 {
        font-size: 2.8em;
        margin-top: 100px;
   }
    #uta-help .entry-banner h2 {
        font-size: 2.4em;
        padding-left: 32px;
   }
    #uta-help .global-nav {
        margin-top: 20px;
   }
    #uta-help .container-fluid {
        padding: 0;
   }
    #uta-help .global-nav nav ul li {
        font-size: 0.8em;
        font-weight: 300;
        padding: 7px 25px;
   }
    #uta-help .entry-cta span {
        letter-spacing: 0;
   }
    #uta-help .help-cta {
        margin: 45px 0 40px 0;
   }
    #uta-help .btn-onm {
        width: 100%;
        margin: 0 auto;
   }
}
@media only screen and (max-width: 320px) {
    #uta-help .header {
        height: 47px;
   }
    #uta-help .entry-banner {
        min-height: 210px;
   }
    #uta-help .entry-banner h1 {
        font-size: 2.6em;
        margin-top: 100px;
   }
    #uta-help .entry-banner h2 {
        font-size: 2.4em;
        padding-left: 32px;
   }
    #uta-help .global-nav nav ul li {
        font-size: 0.8em;
        font-weight: 300;
        padding: 7px 15px;
   }
    #uta-help .entry-cta span {
        letter-spacing: 0;
   }
    #uta-help .btn {
        padding: .375em .35em;
   }
    #uta-help .help-cta {
        margin: 45px 0 40px 0;
   }
    #uta-help .btn-onm {
        width: 100%;
        margin: 0 auto;
   }
}
/** Fix nav width causing hero to shift **/
@media only screen and (min-width: 1090px) {
    .standard-template #desktop-menu li {
        width: 12% !important;
   }
}


/** 
*
*
* New Chat CSS 2025/07/24
*
* 
**/
.chatcard-header button, #ded-heading2 button {
    -webkit-animation: gradientBgMotion 6.5s ease infinite;
    -moz-animation: gradientBgMotion 6.5s ease infinite;
    -ms-animation: gradientBgMotion 6.5s ease infinite;
    animation: gradientBgMotion 6.5s ease infinite;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    background:#0064B1;
    font-family: Roboto Slab;
    font-size: 18px;
    padding: .375em;
    text-align: left;
    white-space: normal;
    line-height: normal;
    width: 100%;
    border: 1px solid #D0D3D4;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.88);
    text-decoration: none;
    margin: 0;
}

.chatcard-header {
  margin: 0;
  padding: 0;
}

#ded-heading2 button a {
  color: #fff;
}

.chatcard-body {
  border: 1px solid #D0D3D4;
  margin: 0 .25em;
  padding: 1em;
}

.chatcard-header button:hover {
    text-decoration: none;
    text-shadow: none;
    border: 1px solid #003865;
}

.chatcard-header button a:active {
    text-decoration: none;
}

.chatcard-header button a {
    text-decoration: none;
}

.chatcard-header button .material-icons {
    color: #FFF;
    -webkit-text-fill-color: #FFF;
    background: none;
    position: relative;
    top: 5px;
    transition: all 0.3s ease;
    transition-duration: .3s;
}
.chatcard-header span {
    display: block;
    margin-bottom: 10px;
}
.chatcard-header .btn-link .material-icons {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.chatcard-header .btn-link.active .material-icons {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    text-decoration: none;
}

.chat-page p, .chatcard li {
    font-size: 16px;
}
.chat-page .chatcard a {
    color: #0064B1;
}
.chat-page .chatcard a, .chat-page .chatcard a:hover {
    box-shadow: none;
}
#uta-chat .chatcard a {
    background: none;
}

.support-img {
  display: block;
  margin: auto;
  width: 65%;
  margin: 0.25em;
  padding: 0.15em;
  border: solid 1px #444;
}