<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 15, 2015, 5:23:17 PM
*/
/********************* Customization for Code section tabs starts **********************/
.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}
/********************* Customization for Code section tabs ends **********************/
/*Search Field*/

.form-search .search-query {
    width: 100% !important;
}

.form-search &gt; ul.nav &gt; li.section {
    min-height: 20px !important;
}

.search-suggestion-list &gt; li.active {
    background-color: #d2d2d2;
}

.field-group input:not([type="button"])[disabled] ~ .btn-search {
   background-color: #d2d2d2;   
}

.btn-search:focus {
    outline: 1px dotted #0574ac;
}
.btn-search[class*="btn"] {
    background-color: transparent;
    background-size: 20px 20px;
    border-radius: 0 1.5rem 1.5rem 0;
    height: 3rem;
    min-width: 4.4rem !important;
    right: 0.15rem;
    top: 0.15rem;
    width: 4.4rem;
}

.search-suggestion-wrapper {
    margin-bottom: 15px;
    position: relative;
}
.search-suggestion-list {
    z-index: 1000;
}
.search-suggestion-list:empty {
    display: none;
}
.search-suggestion-item {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 15px;
}
input[type="search"][disabled].input-searchfield{
  padding-right: 40px !important;
}

input[type="search"].input-searchfield ~ .reset-field {
  height: 3.4rem;
  width: 34px;
}
.input-searchfield:focus{
    -moz-appearance: textfield;
}
.no-result{
    color: #333;
    line-height: 4rem;
    padding: 0 15px;
    position: relative;
    z-index: 1000;
}
.search-suggestion-item a {
    color: #333;
    text-decoration: none;
}
button.btn-search[disabled] {
    cursor: not-allowed;
}


span.lorem-ipsum {
    margin-top: 25px;
    margin-bottom: 25px;
    display: inline-block;
    text-align: justify;
}

.mar-top-0 {
    margin-top: 0px;
}

.mar-top-30 {
    margin-top: 30px;
}

.border2grey {
    border: 2px solid grey;
}

.form-search .well {
    margin-top: 0;   
}

.field-group input[type="search"].input-searchfield + .reset-field:after{
    background-color: transparent;
}

/************** Checkbox overrides end **************/
.checkbox input:invalid + .skin,
.radio input:invalid + .skin {
    border:solid 1px #cf2a2a;
}

.checkbox input:disabled + .skin,
.radio input:disabled + .skin {
  color: #666666;
  cursor: not-allowed;
}

.checkbox.checkbox-selectall{
    margin:20px 0 0 24px;
}

/************** Checkbox overrides end **************/

/* BEGIN MOD-TOGGLE-PLUS-MINUS.LESS ********************* */
/*.accordion-content{
    transition: all 0.8s linear;
}*/
.opaque-content{
    opacity:0;
}
.tiny-tabs .toggle-header {
  display: inline-block;
  float: left;
  border-top: none;
  overflow: hidden;
  height: 70px;
  text-align: center;
  background-color: #fff;
  border-radius: 0px;
  padding: 22px 20px 25px 20px !important;
  border-top: 5px solid #fff;
  -webkit-filter: none;
  filter: none;
  background-clip: padding-box;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  border-right: 1px solid #ccc;
  white-space: nowrap;
}
.tiny-tabs .toggle-header:first-child {
    margin-left: 0;
}

.tiny-tabs &gt; div .toggle-header.opened {
  border-bottom:0 !important;
}
.tiny-accordion-to-tabs &gt; div &gt; div.toggle-header {
    background-clip: padding-box;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    border-top: 5px solid #fff;
    display: inline-block;
    filter: none;
    float: left;
    font-weight: normal;    
    overflow: hidden;
    padding: 22px 20px 21px !important;
    text-align: center;
    white-space: nowrap;
}
.tiny-accordion-to-tabs .toggle-header:first-child {
    margin-left: 0;
}
.tiny-accordion-to-tabs  div:first-child  .toggle-header{    
    border-bottom:0 !important;
}
.tiny-accordion-to-tabs &gt; div .toggle-header.opened {
  border-bottom:0 !important;
}
@media (max-width: 767px) {
  .tiny-accordion-to-tabs {
    display: block !important;
    border-bottom: 1px solid #ccc !important;
  }
  .tiny-accordion-to-tabs &gt; div &gt; div.toggle-header {
    display: block !important;
    float:none;
    text-align:left;
    min-height: 41px !important;
    padding: 15px 50px 15px 15px !important;
    border-top: 1px solid #ccc;
  }  
  .tiny-accordion-to-tabs &gt; div &gt; div.toggle-header:first-child {
      margin-left:0 !important;
  }
  .tiny-accordion-to-tabs &gt; div &gt; div.toggle-header + .accordion-content {
    padding: 0 50px 15px 15px;
  }
  .tiny-accordion-to-tabs &gt; div &gt; div.toggle-header .icon-accordion-plus {
    background-position: 0 0;
    background-size: 20px 40px;
  }
  .tiny-accordion-to-tabs &gt; div &gt; div.toggle-header .icon-accordion-minus {
    background-position: 0 -20px;
    background-size: 20px 40px;
  }
  
}

/********************* TABS - START *********************/
.tabs.promo-tabs &gt; li &gt; a {
    font-size: 2.0rem;
    height: 70px;
    padding: 20px 20px 24px;
    background-color: #FFFFFF;
    border-top: 5px solid #FFFFFF;
    white-space: nowrap;
    
}
.tabs.promo-tabs &gt; li.active &gt; a {
    border-top: 5px solid #0574ac;
}
.tabs.promo-tabs &gt; li&gt; a:hover {
    color: #333333;
}
.tabs.promo-tabs &gt; li {
    width: auto;
}
.tabs &gt; li[disabled="disabled"] &gt; a:hover{
    cursor: not-allowed;
}

/********************* TABS - END *********************/


/********************* TABLE SORT - START *********************/
.ddh-table-div .selectWrap {
   width: 290px;
   position: relative;
   left:10px;
   display: inline-table;
   margin-bottom: 0px;
}
.ddh-external-sort-div {
    float: right;
    padding-bottom: 25px;
   
}
.ddh-external-sort-div .sortButton {
    font-size: 36px;
    border:1px solid #ccc;
    background: #FFF;
    border-radius: 6px;
}
.ddh-external-sort-label {
    padding-bottom: 10px;
}
.ddh-external-sort-div a:hover {
    cursor: pointer;
}
.ddh-external-sort-div a:hover, .ddh-external-sort-div a:focus {
    text-decoration: none;
} 
.ddh-external-sort-label label {
    position: relative;
    left:10px;
}
.tablesorter-default .tablesorter-header.sorter-false .tablesorter-header-inner {
  background: 0 0;
  cursor: default;
}
.tablesorter-default .tablesorter-header .tablesorter-header-inner {
/*  background-image: url(images/tables/upanddown.png);*/
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  white-space: normal;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
/*  padding: 0 24px 0 0;*/
}
.tablesorter-default .tablesorter-header.sorter-false .tablesorter-header-inner {
    padding: 0;
}
.tablesorter-default .tablesorter-header.tablesort-sortable .tablesorter-header-inner span {
    margin-right: 24px;
    display: inline-block;
}
/*
.tablesorter-default thead .headerSortUp .tablesorter-header-inner,.tablesorter-default thead .tablesorter-headerAsc .tablesorter-header-inner,.tablesorter-default thead .tablesorter-headerSortUp .tablesorter-header-inner {
  background-image: url(images/tables/up.png);
}
.tablesorter-default thead .headerSortDown .tablesorter-header-inner,.tablesorter-default thead .tablesorter-headerDesc .tablesorter-header-inner,.tablesorter-default thead .tablesorter-headerSortDown .tablesorter-header-inner {
  background-image: url(images/tables/down.png);
}
*/
.tablesorter-default thead .headerSortUp .tablesorter-header-inner,
.tablesorter-default thead .tablesorter-headerAsc .tablesorter-header-inner,
.tablesorter-default thead .tablesorter-headerSortUp .tablesorter-header-inner,
.tablesorter-default thead .headerSortDown .tablesorter-header-inner,
.tablesorter-default thead .tablesorter-headerDesc .tablesorter-header-inner,
.tablesorter-default thead .tablesorter-headerSortDown .tablesorter-header-inner { 
    padding-right: 0;
    line-height: 16px;
}
.tablesorter-default thead .headerSortUp .tablesorter-header-inner:after,
.tablesorter-default thead .tablesorter-headerAsc .tablesorter-header-inner:after,
.tablesorter-default thead .tablesorter-headerSortUp .tablesorter-header-inner:after {
    font-family: 'icoPrimary' !important;
    speak: none;
    font-style: normal;
    font-size: 24px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    content: "\ea3c";
/*    position: relative;*/
    position: absolute;
    text-decoration: inherit;
    display: inline-block;
    transform: rotate(180deg);
    margin-left: -22px;
    margin-top: 2px;
}
.tablesorter-default thead .headerSortDown .tablesorter-header-inner:after,
.tablesorter-default thead .tablesorter-headerDesc .tablesorter-header-inner:after,
.tablesorter-default thead .tablesorter-headerSortDown .tablesorter-header-inner:after { 
    font-family: 'icoPrimary' !important;
    speak: none;
    font-style: normal;
    font-size: 24px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    content: "\ea3c";
/*    position: relative;*/
    position: absolute;
    text-decoration: inherit;
    display: inline-block;
    margin-left: -22px;
    margin-top: 2px;
}
.tablesorter-search-highlight {
  font-weight: 700;
}
.tablesorter-headerRow th:focus
{
  outline: thin dotted #666;
  outline-offset: -1px;
}
div[no-color-column2] .faux-table-cell:last-child,.accordion-table-layout[no-color-column2] .faux-table-cell:last-child{
    background-color:transparent !important;
}


/********************* TABLE SORT - END *********************/

/********************* LEFT NAVIGATION START ******************/
.ddh-nav-menu {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    width: 230px;
    font-size: 1.4rem;
}
.ddh-subnav-container &gt; ul {
    padding: 0px;
}
.ddh-subnav-content {
    margin: 0;
    margin-bottom: 10px;
}
.ddh-subnav-content &gt; li {
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    cursor: pointer;
}
.ddh-subnav-content &gt; li &gt; a {
    text-decoration: none;
    line-height: 18px;
    display: block;
  padding: 10px;
}
.ddh-subnav-content &gt; li &gt; a.expand {
    color: #191919;
}
.ddh-subnav-content &gt; li ul {
    overflow: hidden;
    max-height: 0;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.ddh-subnav-content &gt; li ul &gt; li:last-child {
    margin-bottom: 10px;
}
.ddh-subnav-content &gt; li ul.expand {
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
    max-height: 1000px;
    overflow: hidden;
}
.ddh-subnav-content &gt; li li &gt; a:focus {
    outline: thin dotted #666;
}
.ddh-subnav-content &gt; li li &gt; a {
    line-height: 18px;
    padding: 8px 0;
    display: block;
    outline-offset: -4px;
  padding-left: 10px;
}
.ddh-subnav-content &gt; li li &gt; a.active {
    color: #191919;
    font-family: "Omnes-ATT-W02-Medium";
}
.ddh-ln-icon-fix-pos {
  margin: 0;
    position: absolute;
    right: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .ddh-nav-menu {
        background-color: #fff;
        border: 1px solid white;
        width: 100%;
    }
    .ddh-subnav-container &gt; ul {
        padding: 0px;
    }
    .ddh-subnav-content &gt; li {
        padding-left: 10px;
    }
    .ddh-subnav-container &gt; ul:first-child {
        border-top: 1px solid #d2d2d2;
    }
    .ddh-subnav-content &gt; li li &gt; a.active {
        color: #0574ac;
        text-decoration: none;
        font-family: "Omnes-ATT-W02";
    }
}
/********************* LEFT NAVIGATION - END *********************/


/********************* Expand/Collapse Begins - Multi Use containers *********************/
.mpc-expanders
{
    border-bottom:1px solid #e4e4e4;
    border-top:1px solid #e4e4e4;
}
.mpc-expanders + .mpc-expanders
{
    border-top:0px;
}
.mpc-expanders .heading-medium
{
    margin-bottom:10px;
}
.mpc-expanders .p-small
{
    margin-top:5px;
}
.mpc-expander-body
{
    border-top:1px solid #e4e4e4;
}
.mpc-expander-body .mpc-expanders
{
    border-bottom:1px solid #e4e4e4;
    border-top:0;
}
.mpc-expander-body .mpc-expanders:last-child
{
    border-bottom:0px;    
}
.ddh-blue
{
    color:#0574ac;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.fade.in {
  opacity: 1;
}

/* below classes for ddh-collpase directive to work right*/ 
.ddh-collapse {
  display: none ;
}
.ddh-collapse.in {
  display: block ;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height, opacity 0.3s ease-in-out;
  -moz-transition: height, opacity 0.3s ease-in-out;
  -o-transition: height, opacity 0.3s ease-in-out;
  transition: height, opacity 0.3s ease-in-out;
}

.tiny-tabs .ddh-collapse, .tiny-accordion-to-tabs .ddh-collapse  {
  display: none !important;
}
.tiny-tabs .ddh-collapse.in, .tiny-accordion-to-tabs .ddh-collapse.in {
  display: block !important;
}

.tiny-accordion .toggle-header+.accordion-content {
  padding: 0;
}
.tiny-accordion .toggle-header+.accordion-content &gt; span{
  padding: 0 50px 15px 15px;
  display: block;
}

/* complex table no padding parent for correct animation */
table tbody tr.data-row-list td:last-child { 
  padding: 0;
}
table tbody tr.data-row-list td:last-child ul {
  padding: 19px 15px 17px 20px
}

/********************* Expand/Collapse Ends - Multi Usee containers *********************/

/********************* Credit Card CSS Beigns *********************/
.css-sprite ul {
  height: 24px;
  width: auto;
  margin: -5px 0 0;
}
.css-sprite-amex,
.css-sprite-discover,
.css-sprite-mc,
.css-sprite-visa,
.css-sprite-visa-gift-card {
  background-image: url("images/cc-images-sprite.png?timestamp=@@timestamp");
  background-repeat: no-repeat;
  display: inline-block;
}
.cvc-cc img,
.cvc-amex img {
  margin: 25px -8px 25px 0px;
}
.popover-content_IB{
  display: inline-block;
}
.css-sprite ul.mT10 {
  margin-top: 10px;
}
.show-all li{
  width: 40px;
  height: 24px;
  margin-right: 8px;
}
.show-all li:last-child{
  margin-right: 0;
}
.css-sprite-diners {
  background-image: url("images/cc-images-sprite.png?timestamp=@@timestamp");
  background-repeat: no-repeat;
  display: inline-block;
}
.show-all .css-sprite-mc {
    background-position: 0 0;
    background-size: 199px 25px;
}
.show-all .css-sprite-visa {
    background-position: -40px 0;
    background-size: 199px 25px;
}
.show-all .css-sprite-amex {
    background-position: -80px 0;
    background-size: 199px 25px;
}
.show-all .css-sprite-discover {
    background-position: -120px 0;
    background-size: 199px 25px;
}
.show-all .css-sprite-diners {
    background-position: -160px 0;
    background-size: 199px 25px;
}
.img_Inline {
  max-width: 96%;
}
.helpertext.ABS {
  background-color: #0568ae;
  position: absolute;
}
.tooltip-onclick.active .helpertext.ABS:before,
.tooltip-onfocus.active .helpertext.ABS:before {
  background-color: #0568ae;
}
.btn.span6.mR0{
  margin-right: 0;
}

.ccHidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (min-width: 480px) and (max-width: 767px) {

    .tooltip-onclick.active .helpertext.ABS:before, .tooltip-onfocus.active .helpertext.ABS:before {
        right: 16px;
    }
    .tooltip-onclick.active .helptext-wrap {
      position: absolute;
    }
    .tooltip-onclick.active .helpertext.ABS {
      position: absolute;
      width: 100%
    }    
    .tooltip-onclick.active .helptext-wrap .helpertext {
      margin-right: 0;
      margin-left: 0;
      border-radius: 6px;
    }

}

@media (min-width: 361px) and (max-width: 479px) {

    .tooltip-onclick.active .helpertext.ABS:before, .tooltip-onfocus.active .helpertext.ABS:before {
        left: calc(50% - 40px);
    }
    .tooltip-onclick.active .helptext-wrap {
      position: absolute;
      width: calc(200% + 45px);
    }
    .tooltip-onclick.active .helpertext.ABS {
      position: absolute;
      width: 100%
    }    
}


@media (max-width: 360px) {
    .show-all li{
      width: 35px;
      height: 21px;
      margin-right: 3px;
    }

    .show-all .css-sprite-mc {
        background-position: 0 0;
        background-size: 180px 22px;
    }
    .show-all .css-sprite-visa {
        background-position: -36px 0;
        background-size: 180px 22px;
    }
    .show-all .css-sprite-amex {
        background-position: -70px 0;
        background-size: 180px 22px;
    }
    .show-all .css-sprite-discover {
        background-position: -108px 0;
        background-size: 180px 22px;
    }
    .show-all .css-sprite-diners {
        background-position: -145px 0;
        background-size: 180px 22px;
    }

    .tooltip-onclick.active .helpertext.ABS:before, .tooltip-onfocus.active .helpertext.ABS:before {
        left: calc(50% - 40px);
    }
    .tooltip-onclick.active .helptext-wrap {
      position: absolute;
      width: calc(200% + 45px);
    }
    .tooltip-onclick.active .helpertext.ABS {
      position: absolute;
      width: 100%
    }
}
/********************* Credit Card CSS Ends *********************/

/********************* Loader - START  **************************/
.btn.disabled[ddh-load-button] { 
    line-height: 46px; 
    padding: 0 19px 0 18px; 
 
} 
.btn.disabled[ddh-load-button] { 
    color:#666666; 
}
.icon-spinner-ddh.large{
    height: 50px;
    width: 50px;    
}
.icon-spinner-ddh.small{
    height: 30px;
    width: 30px;    
}
.icon-spinner-ddh {
    -webkit-animation: 1s linear infinite spinner;
    animation: 1s linear infinite spinner;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%3E%0A%20%20%3Cpath%20fill%3D%22%230569AE%22%20d%3D%22M18%2036c-2.7%200-4.8-.6-6.2-1C8%2033.6%205.4%2031.1%204%2029.3%202.7%2027.6.9%2024.7.3%2020.8c-.3-2.1-.5-5.4.9-9.1C3%206.8%206.4%204.1%208.3%202.8%2011.8.5%2015.4%200%2017.8%200l.1%204.3c-1.8%200-4.6.4-7.3%202.2-1.4.9-4%203-5.4%206.7-1%202.8-.9%205.3-.7%206.9.5%203%201.8%205.1%202.9%206.4%201.1%201.4%203%203.2%206%204.3%201.5.5%204.6%201.3%208.3.3%203-.8%205-2.5%206.2-3.7%201.4-1.4%202.4-3.2%203.1-5%20.4-1.3.9-3.3.6-5.8-.5-4.2-2.8-7.1-4.2-8.5L30.5%205c1.8%201.8%204.8%205.6%205.4%2011.1.3%203.2-.3%205.9-.9%207.6-.8%202.4-2.2%204.8-4%206.7-1.5%201.6-4.2%203.8-8.1%204.9-1.8.5-3.4.7-4.9.7z%22%2F%3E%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.8%202.2c1.8%200%204.9.3%208.2%202.2%201.2.7%202.2%201.5%203%202.3%22%2F%3E%0A%20%20%3Cpath%20fill%3D%22%23F2F2F3%22%20d%3D%22M27.5%208.1c-.8-.8-1.7-1.4-2.6-1.9-2.1-1.2-4.5-1.9-7.1-1.9V0c3.3%200%206.5.9%209.3%202.4%201.2.8%202.3%201.6%203.4%202.6l-3%203.1z%22%2F%3E%0A%3C%2Fsvg%3E");
}
.btn-small .icon-spinner-ddh {
    height: 30px !important;
    width: 30px !important;
}
.btn-small .icon-spinner {
    height: 30px;
    width: 30px;
}
.load-backdrop {
    position: absolute;
    top: 50%;
    left: 50%;
}
/********************* Loader - Ends  **************************/

/********************* Color And Data capacity - START *********************/
button .btn-fill[style*="rgb(255, 255, 255)"] {
    border: 1px solid #ccc;
}
/********************* Color And Data capacity - END *********************/

/********************* Miscellaneous Fixes for DDA Repo - START *********************/
.breadcrumb-css-override &gt; li {
    margin-right: 24px;
}
.breadcrumb-css-override li &gt; * {
    float: left !important;
}
.dda-css-override ul.nav-tabs {
    margin-bottom: 0;
}
.dda-css-override div.tab-content {
    margin-top: 0;
    border-top: none;
}
.dda-css-override .tab-content .prettyprint, .dda-css-override .usage .prettyprint {
    max-height: 500px;
    overflow-y: auto;
}
/********************* Miscellaneous Fixes for DDA Repo - END *********************/

/********************* ddh-dropdown overrides starts ******************************/
/* Modal backdrop has z-index of 1050 updating z-index for dropdown to resolve overlaping issue */
.modal .awd-select-list {
    z-index: 1060 !important;
}
/********************* ddh-dropdown overrides starts ******************************/


/********************* Cato verification box starts ******************/
.cato-verification-approved, .cato-verification-pending {
    background-color: #fff;
    border: 1px solid #1b7e28;
    border-radius: 6px;
    color: #333;
    line-height: 1;
    margin-top: 18px;
    padding: 5px 10px;
    text-align: center;
    font-size: 1.6rem;
}
.cato-verification-pending {
    border-color: #ef6f00;
}
.description .downloads {
    margin-bottom: 5px;
}
/********************* Cato verification box Ends ********************/

/********************* Customization for tooltip starts ******************/
 .tooltip .tooltip-element{
     position:relative;
 }
 .tooltip .icon-tooltip:hover{
     text-decoration:none
 }
.tooltip.active .tooltip-element[data-placement="top"] .arrow {
  display: block;
  bottom: 32px;
  top: auto;
}
.tooltip.active .tooltip-element[data-placement="bottom"] .arrow {
  display: block;
  border-color: transparent transparent #0574ac;
  bottom: -33px;
  top: auto;
}
.tooltip.active .tooltip-element[data-placement="bottom"] + .tooltip-wrapper .helpertext {
  bottom: inherit;
  top: 19px;
}
.tooltip.active .tooltip-element[data-placement="top"] + .tooltip-wrapper .helpertext {
  top: inherit;
  bottom: 38px;
}
/********************* Customization for tooltip Ends ********************/

/* Fix for alignment issue on Cancel link inside modal */
.modal-footer &gt; .cta-button-group {
    line-height: 40px;
}

/********************* Forms Within Process START ******************/
.formsWithinProcessButton{
    margin-right:0px;
}
.btn-link{
    border-color: transparent;
    font-weight: 400;
    color: #337ab7;
    box-shadow: none;
}
.heading-sub-section-form{
    font-size: 2.4rem;
    font-family: "Omnes-ATT-W02";
    margin-bottom: 20px;
    margin-top: 10px;
}
.heading-small-form{
    font-size: 1.6rem;
    font-family: "Omnes-ATT-W02";
    margin-top: 0px;
}
.icon-form-sizeL{
    font-size: 50px;
}
.icon-form-size{
    font-size: 30px;
}
.spanformfix{
    margin-right: 15px !important;
}
.required-text {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
    .heading-sub-section-form{
    font-size: 1.8rem;
    font-family: "Omnes-ATT-W02";
    margin-bottom: 20px;
    padding-top: 10px;
    margin-top: 30px;
    }
    .heading-small-form{
    font-size: 1.4rem;
    font-family: "Omnes-ATT-W02";
    margin-top: 0px;
    }
}
@media (max-width: 479px) {
    .icon-form-resizeL{
        display: none;
    }
    .icon-form-resize{
        display : none;
    }

    .heading-center-form{
        margin-left: 20px;
    }
}
@media (min-width: 480px) {
    .icon-form-resizeL{
        display: none;
    }
    .icon-form-resize{
        display : inherit;
    }
    .icon-center-min{
        margin-top: 30px;
    }
}
@media (min-width: 768px) {
    .icon-form-resizeL{
        display: inherit;
        margin-top: 30px;
    }
    .icon-form-resize{
        display: none;
    }
    .center-form-align{
        margin-top: 35px;
    }  
}
@media (min-width: 1024px) {
    .icon-form-resizeL{
        display: inherit;
        margin-top: 0px;
    }
    .icon-form-resize{
        display: none;
    }
    .center-form-align{
        margin-top : 5px;
    }
}
/********************* Forms Within Process Ends ******************/

/********* Overrides for checkboxes/radios to work with Dragon *******/
.checkbox label {
    font-family: "Omnes-ATT-W02";
    font-size: 1.6rem;
    padding-left: 34px;
    margin-top: 0;
    position: relative;
    top: 3px;
}
/*.checkbox input {
    opacity: 1 !important;
    background-color: #fff;
    margin: 0;
    top: 1px;
    left: 1px;
    border: none;
}*/
.checkbox span.skin {
    cursor: pointer;
    margin-left: 0px;
    display:inline-block;
}

/********************* Promo Cards overrides starts ******************/
.promo-card [class*="heading-"] {
    margin-top:0 !important;
    margin-bottom:15px !important;
}
/********************* Promo Cards overrides ends ******************/

/********************* Strength meter - START ******************/
.strength-meter-container &gt; .strength-meter-content:before {
    content: none;
}
.strength-meter-container &gt; .strength-meter-content &gt; .strength-meter-content-state {
    font-family: "Omnes-ATT-W02-Medium";
}
/********************* Strength meter - END ******************/

/********************* Table Temporary code - START ******************/
.data-row.has-button td.col-1 {
    /* padding: 12px 15px 0 15px; */
    padding: 0;
}
/********************* Table Temporary code - END ******************/

/********** Page-level messaging Temporary Override START*********/
.alert {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
}

.alert .alert-error,
.alert .alert-info,
.alert .alert-success {
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex: 0 1 70px;
      -ms-flex: 0 1 70px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
}

.alert .alert-content {
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0;
}

/********** Page-level messaging Temporary Override END*********/

/********************* Switch Temporary - Start ******************/
.btn-switch.focused {
    outline:1px dotted #000;
}
/********************* Switch Temporary - End ******************/

/********************* Social follow us - Start ******************/
.social-follow-us.white a:focus{
    outline:1px dotted #e4e4e4;
}
/********************* Social follow us - End ******************/

/********** BreadCrumbs TEMPORARY Css START ************/
.breadcrumb &gt; li:last-child {
  color: #191919;
}
/********** BreadCrumbs TEMPORARY Css ENDS ************/

/********** Calendar Temporary CSS START ************/
.datepicker .due-date.disabled .show-date:after {
    border: none;
}
/********** Calendar Temporary CSS ENDS ************/

/************* Start rating CSS starts ***************/
.starrating-wrap a.final-rating {
    margin-left: 0;
}

/************* Start rating CSS Ends ***************/



/******** Quick fix for Links as per Style tag v1.5.1 *************/
.heading-group {
    color: #ea7400;
    font-family: "Omnes-ATT-W02-Medium";
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 20px;
    text-rendering: optimizelegibility;
}

/**********Pricing temporary style Start ************/

.price-gray {
    color: #5a5a5a;
}
/**********Pricing temporary style End ************/

/***** Disabled dropdown options START ****/

li.awd-select-list-item[disabled="disabled"] {
    color: #d2d2d2;
}
li.awd-select-list-item[disabled="disabled"]:hover {
    background-color: transparent;
    cursor: default;
}

/***** Disabled dropdown options END ****/

/********** selectQuantity Temporary CSS START ************/
.btn-group.btn-quantity-toggle .btn[disabled] + .btn[disabled] {
    border-left: 1px solid #ebebeb !important;
}
/********** selectQuantity Temporary CSS END ************/


/********** Star Rating Temporary CSS START ************/
    .starrating-dark .starrating li &gt; i {background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAuMiIgaGVpZ2h0PSIxMC4yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoKIDxnPgogIDx0aXRsZT5iYWNrZ3JvdW5kPC90aXRsZT4KICA8cmVjdCBmaWxsPSJub25lIiBpZD0iY2FudmFzX2JhY2tncm91bmQiIGhlaWdodD0iMTIuMiIgd2lkdGg9IjEyLjIiIHk9Ii0xIiB4PSItMSIvPgogPC9nPgogPGc+CiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPgogIDxwYXRoIGlkPSJzdmdfMSIgZD0ibTUuMSwxLjhsMC44LDEuN2wwLjMsMC41bDAuNSwwLjFsMS45MDAwMDEsMC4zbC0xLjQwMDAwMSwxLjRsLTAuNCwwLjRsMC4xLDAuNWwwLjMsMmwtMS42LC0xbC0wLjUsLTAuMmwtMC41LDAuMmwtMS42LDAuOTAwMDAxbDAuMywtMmwwLjEsLTAuNWwtMC4zLC0wLjNsLTEuNCwtMS40bDEuOSwtMC4zbDAuNSwtMC4xbDAuMiwtMC41bDAuOCwtMS43bTAsLTEuN2MtMC4yLDAgLTAuMywwLjEgLTAuNCwwLjNsLTEuMywyLjdsLTIuOSwwLjRjLTAuMiwwIC0wLjMsMC4yIC0wLjQsMC4zYzAsMC4yIDAsMC40IDAuMSwwLjVsMi4xLDIuMWwtMC41LDNjMCwwLjIwMDAwMSAwLDAuNDAwMDAxIDAuMiwwLjVjMC4xLDAuMSAwLjIsMC4xIDAuMywwLjFjMC4xLDAgMC4xLDAgMC4yLC0wLjFsMi42LC0xLjRsMi42LDEuNWMwLjEsMCAwLjEsMC4xIDAuMiwwLjFzMC4yLDAgMC4zLC0wLjFjMC4xLC0wLjEgMC4yLC0wLjMgMC4yLC0wLjVsLTAuNSwtM2wyLjEsLTIuMmMwLjEsLTAuMSAwLjIsLTAuMyAwLjEsLTAuNXMtMC4yMDAwMDEsLTAuMyAtMC40MDAwMDEsLTAuM2wtMi45LC0wLjRsLTEuMywtMi44YzAsLTAuMSAtMC4yLC0wLjIgLTAuNCwtMC4yeiIgZmlsbD0iI2VhNzQwMCIvPgogIDxwYXRoIGlkPSJzdmdfMiIgZD0ibTAsMGwwLDEwLjJsNjIuNSwwbDAsLTEwLjJsLTYyLjUsMHptMTAsNC4zbC0yLjEsMi4ybDAuNSwzYzAsMC4yIDAsMC40IC0wLjIsMC41Yy0wLjA5OTk5OSwwIC0wLjIsMC4xIC0wLjMsMC4xYy0wLjEsMCAtMC4xLDAgLTAuMiwtMC4xbC0yLjYsLTEuNGwtMi42LDEuNGMtMC4yLDAuMSAtMC4zLDAuMSAtMC41LDBjLTAuMSwtMC4xIC0wLjIsLTAuMyAtMC4yLC0wLjVsMC41LC0zbC0yLjEsLTIuMmMtMC4xLC0wLjEgLTAuMSwtMC4zIC0wLjEsLTAuNGMwLjEsLTAuMiAwLjIsLTAuMyAwLjQsLTAuM2wyLjksLTAuNGwxLjMsLTIuOGMwLjEsLTAuMiAwLjIsLTAuMyAwLjQsLTAuM3MwLjMsMC4xIDAuNCwwLjNsMS4zLDIuOGwyLjksMC40YzAuMiwwIDAuMywwLjIgMC40MDAwMDEsMC4zYzAuMDk5OTk5LDAuMSAwLDAuMyAtMC4xLDAuNHoiIGZpbGw9IiMxOTE5MTkiLz4KIDwvZz4KPC9zdmc+'); }
    .well{
        background-color:transparent !important;
       }
/**********************Star Rating CSS ENDS ********************/

/**********************Pagination CSS STARTS ********************/
.page-heading {
       background: white none repeat scroll 0 0;
       margin-bottom: -12px;
       padding-left: 10px;
       padding-right: 10px;
       position: relative;
   }
   
   .page-heading-group{
       color: #ef6f00;
       font-family: "Omnes-ATT-W02-Medium";
   }

/**********************Pagination CSS ENDS ********************/

/**********************added jquery doc css for step indicator ********************/
.ds2.heading-micro {
    color: #da0081;
}
/**********************End********************/

/**** filmstrip Css ****/
.filmstrip.video-list-micro .icon-video-play:before {
    background-image: url('images/filmstrip/videos/micro/icon-video-play.png');
}
.filmstrip.video-list .icon-video-play:before{
    background-image: url('images/filmstrip/videos/icon-video-play.png');
}

/**********************Dropdown Chrome scrolling fix start ********************/
input.awd-select  {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

input.awd-select.focused {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/**********************Dropdown Chrome scrolling fix end ********************/</pre></body></html>