/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /apps/attbusiness/solutions/components/content/check-availability/clientlibs/less/check-availability.less
Error: ParseError: Unrecognised input in /apps/attbusiness/solutions/components/content/check-availability/clientlibs/less/check-availability.less on line 128, column 83:
127        
128     .check-availability .check-availability-container .us-autocomplete-pro-menu { 494px !important;} 
129 


(uncompiled LESS src is included below)
*****************************************************/
@import (once) "/etc/designs/attbusiness/clientlibs-81201/clientlibs-base/less/colors.less";

.check-availability .check-availability-container .check-label { 
    font: normal 16px/18px attAleckSans-Medium; 
    color: #000000; 
    text-align: center; 
    margin-bottom: 20px;
}
.check-availability .check-availability-container input[name="service-unit"] { width: 190px; margin-right: 0px; }
.check-availability .check-availability-container input[name="service-address"] { width: 275px; margin-right: 0px; }
.check-availability .check-availability-container .ckav-service-address {margin-bottom: 20px;}
.check-availability .check-availability-container .ckav-submit-button {margin: 30px 0 5px 0;}
.check-availability .check-availability-container input[type="search"] { 
    font: italic 14px/14px attAleckSans-Light; 
    height: 40px; border-radius: 2px; 
    padding: 6px 15px; 
    color: #fff; 
    background-color: rgba(0,0,0,0.6); 
}
.check-availability .check-availability-container input[type="search"]::placeholder { 
    color: #fff;
    opacity: 1; /* Firefox */
}
.check-availability .check-availability-container input[type="search"]:focus { outline: 1px solid #0568ae }
.check-availability .check-availability-container .att-button.primary.availability-btn { 
    font: normal 16px/16px attAleckSans-Regular; 
    color: #fff; 
    background-color: #0568ae;
    height: 40px;
    width: 120px;
    border-radius: 25px;
    padding: 0 0 1px 0;
}

.check-availability .check-availability-container .att-button.primary.availability-btn.gray { 
    background-color: #959595;
}

.check-availability {
  font-family: helvetica;
  color: #0a0a0a;
  text-align: center;
}

.check-availability .check-availability-container {
  background-color: #f2f2f2;
}

.check-availability .check-availability-container label {
  color: #0a0a0a;
}

.check-availability .check-availability-container input {
  font-size: 16px;
  padding: 0 .75em;
  color: #0a0a0a;
  height: 3em;
  box-sizing: border-box;
  width: 100%;
  margin-top: .5em;
}

.check-availability .check-availability-container input:disabled {
  background-color: #eee;
  color: #999;
}

.check-availability .check-availability-container .us-autocomplete-pro-input-container {
  margin: 0 auto 2em;
  width: 60%;
}

.check-availability .check-availability-container .us-autocomplete-pro-menu {
  overflow-y: auto;
  max-height: 50em;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.12);
  color: #7d7d7d;
  position: absolute;
  text-align: left;
  width: 276px !important;
  z-index: 10;
  background-color: #fff;
  margin-left: calc(50% - 137px);
}

.check-availability .check-availability-container us-autocomplete-pro-menu li {
    cursor: pointer;
}

.check-availability .check-availability-container .us-autocomplete-pro-menu li:focus,
.check-availability .check-availability-container .us-autocomplete-pro-menu li:hover 
{
    background-color: #009fdb;
    text-decoration: none;
    cursor: pointer;
}

.check-availability .check-availability-container .us-autocomplete-pro-menu li div {
  padding: 0.5em 0 0.5em 15px;
}

.check-availability .check-availability-container .us-autocomplete-pro-menu b {
  color: #0a0a0a;
}

.check-availability .check-availability-container .us-autocomplete-pro-menu .ui-menu-item-wrapper {
  padding-left: 1em;
}

.check-availability .check-availability-container .labels {
  display: inline-block;
  font-weight: bold;
  width: 40%;
}

.check-availability .check-availability-container .data {
  display: inline-block;
  padding-left: 1em;
  width: 50%;
}


.marquee-heading .check-availability-container { position: absolute; bottom: 30px; width: 100%; z-index: 1; }

.check-availability .check-availability-container .availability-container { padding: 15px 0 15px 0; background: #f2f2f2; }
    .check-availability .check-availability-container input[name="service-unit"] { width: 190px; margin-right: 0px; }
       
    .check-availability .check-availability-container .us-autocomplete-pro-menu { 494px !important;} 

@media screen and (min-width: 480px) {
}
    
@media screen and (min-width: 700px) {
    .check-availability .check-availability-container .us-autocomplete-pro-menu  { margin: 0px;}
    .check-availability-container .availability-container { 
        display: flex; 
        flex-wrap: wrap; 
        align-items: center; 
        justify-content: center;  
    }
    
    .check-availability .check-availability-container input {
        margin: 0 25px 0 0;
    }
    .check-availability .check-availability-container .ckav-service-address,
    .check-availability .check-availability-container .ckav-service-unit { margin: 0px;}
    .check-availability .check-availability-container .check-label { margin: 0 415px 28px 0;}
    .check-availability .check-availability-container input[name="service-address"] { width: 275px; margin-right: 30px;} 
    .check-availability .check-availability-container input[name="service-unit"] { margin-right: 30px;} 
    .check-availability-container .availability-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center;  }    
    .check-availability .check-availability-container .ckav-fields {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;        
    }
    .check-availability .check-availability-container .ckav-submit-button {margin: 0px; }    
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 840px) {
    .check-availability .check-availability-container input {
        margin: 0 25px 0 0;
    }
    .check-availability .check-availability-container .ckav-service-address,
    .check-availability .check-availability-container .ckav-service-unit { margin: 0px;}
    .check-availability .check-availability-container .check-label { width: 150px; margin: 0 10px 0 0; text-align: left;}
    .check-availability .check-availability-container input[name="service-address"] { width: 275px; margin-right: 25px;} 
    .check-availability .check-availability-container input[name="service-unit"] { margin-right: 25px;} 
    .check-availability-container .availability-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center;  }    
    .check-availability .check-availability-container .ckav-fields {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;        
    }
    .check-availability .check-availability-container .ckav-submit-button {margin: 0px; }
}



.segment-header {display: flex; justify-content: center; background-color: #181818;height: 40px;position: fixed;width: 100%;z-index: 4;}
.segment-header ul { list-style: none; margin-bottom: 0px;}
.segment-header li {float: left;margin-right: 10px;color: #fff;line-height: 40px;}
.segment-header ul li a {color: #fff;line-height: 40px; font: normal 14px/18px attAleckSans-Regular,Arial,sans-serif;}
.segment-header ul li a:hover { color: #009fdb; text-decoration: none; } 
.segment-header li.segment-link.active a { color: #009fdb; font-family: attAleckSans-Bold,Arial,sans-serif; text-decoration: none; border-bottom: 3px solid #009fdb; }
.segment-header ~ .header-wrapper.sticky { top: 40px; }
.segment-header-text { max-width: 1156px; }

@media screen and (min-width: 768px) {
    .segment-header { justify-content: left; display: block; padding-left: 30px; }
}

@media screen and (min-width: 1200px) {
    .segment-header, .segment-header-text { padding-left: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; }
}

.html-sitemap .container {
    padding: 40px 15px;
}
.html-sitemap ul {
    list-style-type: none;
}
.html-sitemap ul li {
    font-family: attAleckSans-Bold;
    font-size: 22px;
}
.html-sitemap ul > li > ul {
    padding: 0 0 0 18px !important;
    margin: 20px 0;
    list-style-type: square;
}
.html-sitemap ul li ul li {
    font-size: 15px;
}
.html-sitemap ul > li > ul li a {
    font-size: 15px;
    line-height: 24px;
}
.html-sitemap ul > li > ul ul {
    margin: 10px 0;
    list-style-type: disc;
}
/* /ENTBUS-1005 added */

#header .bluet-btm-brd {
    border-bottom: 5px solid transparent !important;
}

#header .blue-btm-brd {
    border-bottom: 5px solid #009FDB !important;
    outline: none;
}

#popup-menu .brd-rgt {
    border-right: 1px solid #69707b !important;
}

#popup-menu .brd-rgt-none {
    border-right: 1px solid transparent !important;
}


/*new main nav*/

.hamburger-menu {
    width: 42px;
    height: 42px;
    display: none;
    float: right;
	padding-top:8px;
}

.close-menu {
    width: 22px;
    height: 22px;
    display: none;
    float: right;
    margin-right:15px;
    margin-top:10px;
}

#header .search-icon {
    width: 25px;
    height: 16px;
    margin-top: 6px;
    margin-left: 0px;
    display: inline-block;
}

.primary-menu {
    margin-top: 8px;
}

.primary-menu li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    float: left;
    /* width: 100px; */
    text-align: center;
}

.primary-menu li:nth-child(even) {
    border-left: 1px solid #5a5a5a;
    border-right: 1px solid #5a5a5a;
    height: 30px;
}

.primary-menu li button {
    padding: 0px 0px 24px 0px !important;
    line-height: 24px;
    border-radius: 0px !important;
    width: 100px;
    border-bottom: 5px solid transparent;
}

.primary-menu li:hover button,
.primary-menu li:focus button,
.primary-menu button.active {
    border-bottom: 5px solid #009fdb;
}

span.business-unit-content {
    /* padding-bottom:3px; */
    font: normal 20px attAleckSans-Light;
    color: #fff;
}

.primary-menu li.explore-menu .glyphicon {
    font-size: 16px;
    color: #fff;
}

#header div:nth-child(1) {
    padding-left: 0px;
}

#header ul.col-md-3.primary-menu {
    margin-bottom:  0px;
}

#header ul.search {
    border: none;
}

#header ul.search button {
    font-weight: normal;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

#header #cludo-search-form .inputbox {
    background: #565B60;
    width: 160px;
    /* font: normal 14px attAleckSans-LightItalic !important; */
}

#header ul.search,
#header #cludo-search-form .inputbox {
    width: 83%;
    float: left;
    height: 30px;
}

.header-wrapper {
    background: #1a2027 !important;
}

#header {
    /* background: #1a2027; */
    height: 80px;
}

#header .goto-select {
    padding: 11px 0px 26px 3px;
    border-radius: 0px;
    font: normal 16px attAleckSans-Regular;
    color: #fff;
    width: 100px;
    border-bottom: 5px solid transparent;
    line-height: 22px;
}

#header .goto-select:hover {
    border-bottom: 5px solid #009FDB;
}

#header .personal-container {
    width: 100px;
    display:none;
}
#header .contact-container{display:none;}

#header .personal-container a,
#header .contact-container a {
    font: normal 16px attAleckSans-Regular;
    color: #fff;
    display: inline-block;
    padding: 11px 0 26px 0;
    border-bottom: 5px solid transparent !important;
    line-height: 22px;
}

#header .personal-container a:hover,
#header .contact-container a:hover {
    border-bottom: 5px solid #009FDB !important;
}

#header > *[class*="col-"] {
    padding: 0px 10px;
}

#popup-menu {
    width: 100%;
    background: #444C55;
    top: 80px;
    height: 60px;
}

#popup-menu .mob_main_menu li {
    display: inline-block;
    float: left;
}

#popup-menu ul,
#popup-menu ul ul {
    border: none;
	width: 1277px;
}

#popup-menu .mob_main_menu > li.has-sub-menu.hover,
#popup-menu .mob_main_menu > li {
    border-left: none !important;
    padding: 3px 0px !important;
    /* margin-top:18px; */
    text-align: center;
    height: 60px;
    line-height: 60px;
}

#popup-menu ul.mob_main_menu li a, #popup-menu ul.mob_main_menu li span,
#popup-menu .mob_main_menu > li.has-sub-menu.hover > a {
    font: normal 14px attAleckSans-Light;
    color: #fff;
    border-bottom: 2px solid transparent;
    padding: 3px 15px;
}

@media screen and (min-width: 1400px) {
	#popup-menu ul.mob_main_menu li a, #popup-menu ul.mob_main_menu li span,
	#popup-menu .mob_main_menu > li.has-sub-menu.hover > a {
		font: normal 16px attAleckSans-Light;
	}
}

#popup-menu ul.mob_main_menu li a {
    border-right: 1px solid #69707b;
}

#popup-menu ul.mob_main_menu li.has-sub-menu.hover a,
#popup-menu ul.mob_main_menu li:last-child a {
    border-right: none;
}

#popup-menu ul li.no-sub-menu a {
    padding: 3px 15px;
}

#popup-menu ul li.no-sub-menu a span,
#popup-menu ul li.no-sub-menu a:hover span{
    padding: 3px 0px;
}

#popup-menu ul li.no-sub-menu a:hover span {
    border-bottom: 2px solid #fff;
}

#popup-menu .mob_main_menu > li:nth-child(even) a,
#popup-menu .mob_main_menu > li:nth-child(even).hover a {
    /* border-left: 1px solid #69707b !important; */
    /* border-right: 1px solid #69707b; */
}

#popup-menu .mob_main_menu > li.has-sub-menu.hover {
    background: #69707b;
}

#popup-sub-menu {
    width: 100%;
    position: absolute;
    background-color: #69707B;
    z-index: 2;
    top: 140px;
    padding: 15px 0px;
}

#popup-sub-menu .menu-list {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    list-style: none;
}

#popup-sub-menu #ins.menu-list {
    min-height: 350px;
}

#popup-sub-menu .menu-list.brd-right {
    border-right: 1px solid #999999
}

#popup-sub-menu .menu-list > li a,
#popup-sub-menu .menu-list > div > li a {
    font: normal 14px attAleckSans-Light;
    color: #fff;
    padding: 10px 0px;
    display: inline-block;
}

#popup-sub-menu .menu-list > li a span,
#popup-sub-menu .menu-list > div > li a span {
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
}

#popup-sub-menu ul > li.hover a span,
#popup-sub-menu ul li > li.hover a span {
    border-bottom: 2px solid #fff;
    font-family: attAleckSans-Medium;
}

#popup-sub-menu ul > li.hover a,
#popup-sub-menu ul li > li.hover a {
    color: #fff !important;
    text-decoration: none;
}

#popup-sub-menu ul ul {
    position: absolute;
    top: 0px;
    left: 248px;
    display: none;
    width: 480px;
    min-height: 100%;
    list-style: none;
    padding-left: 20px;
}
#popup-sub-menu ul ul ul{
    position:relative;
    left:0;
    top:0;
    display:block;
}

#popup-sub-menu ul > li > ul > div,
#popup-sub-menu div.float-50 {
    width: 50%;
    float: left;
}

#popup-sub-menu ul > li.hover > ul > div > li a,
#popup-sub-menu ul > li.hover > ul > li a {
    background: none !important;
    border-bottom: 2px solid transparent;
}

#popup-sub-menu ul ul > li,
#popup-sub-menu ul ul li > li {
    padding: 6px 0px;
}

#popup-sub-menu ul ul > li a,
#popup-sub-menu ul ul li > li a {
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding: 3px 0px !important;
}

#popup-sub-menu ul ul li a:hover {
    border-bottom: 2px solid #fff !important;
    font-family: attAleckSans-Medium;
}

#popup-sub-menu-list {
    width: 40%;
    display: inline-block;
}

#header .search-container {
    margin: 0px;
}

#header .personal-container .glyphicon {
    top: 3px;
    padding-left: 5px;
}


/* ENTBUS-1005 added/ */


/************* Mobile NAV Start *************************/

.menu-icon {
    width: 20px;
    height: 20px;
    background: url('https://www.business.att.com/content/images/image-sprite.png') -136px 0px no-repeat;
    margin: 12px 30px 0 0;
}

.close-icon {
    width: 20px;
    height: 30px;
    background: url('https://www.business.att.com/content/images/image-sprite.png') -136px -20px no-repeat;
    margin: 8px 30px 0 0 !important;
}

#icon-menu:hover {
    cursor: pointer;
}

#side_wrapper {
    width: 320px;
    float: right;
    /*background:url(https://www.business.att.com/etc.clientlibs/attbusiness/components/structure/header/clientlibs/images/border-left1.png) repeat-y;*/
}

#inner_wrap ul {
    list-style-type: none;
}

#mob_search {
    width: 100%;
    height: 35px;
    position: relative;
    background: #fff;
    border-radius: 2px;
    color: #444;
}


/* /ENTBUS-1005 added */

#mob_search .search_text {
    border: none;
    padding: 5px 0 6px 17px;
    width: 94%;
    float: left;
    font-family: attAleckSans-LightItalic;
    font-size: 16px;
    margin: 2px 2px 2px 2px;
    background: #565B60;
}


/* ENTBUS-1005 added/ */

/**#ie #mob_search .search_text {
    behavior: url(https://www.business.att.com/library/javascript/PIE.htc);
}**/

#mainNavigation,
#m_menu_wrapper {
    display: none;
}

#m_menu_wrapper {
    clear: both;
    position: relative;
    z-index: 10;
}

#m_primaryNav li {
    background-color: #fff;
    border: 1px solid #f6f6f6;
}

#m_primaryNav li a {
    color: #67a0c6;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    line-height: 44px;
    padding-left: 15px;
}

#side_wrapper {
    display: none;
    position: fixed;
    top: 125px;
    left: 0px;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    padding-bottom: 50px;
}


/**z-index:1001**/

#side-wrapper-header {
    background-color: #131313;
    height: 45px;
    padding: 5px 10px 5px 10px;
    width: inherit;
    box-sizing: border-box;
    z-index: 101;
}

#side-wrapper-header.sticky{ top: initial; }

#inner_wrap li.activemenu > a
{
    color: #5a5a5a;
    display: block;
    border-bottom: 1px solid #5a5a5a;
    padding: 5px 0;
    font-size: 14px;
}

#inner-wrap ul li:first-child {
    border-top: none;
}

#inner_wrap ul li a {
    font-size: 15px;
    font-family: attAleckSans-Regular;
    text-decoration: none;
}

#inner_wrap .mob_main_menu .activemenu >a,
#inner_wrap .active_sub_menu > a {
    color: #5a5a5a;
    display: block;
    border-bottom: 1px solid #5a5a5a;
    padding: 3px 0;
    font-size: 14px;
}

#inner_wrap button {
    border: 0;
    background: transparent;
    padding: 0;
}

#inner_wrap ul li span.arrow_prod_m,
#inner_wrap ul li span.arrow_industries_m,
#inner_wrap ul li span.arrow_insights_m,
#inner_wrap ul li span.arrow_goto_m,
#inner_wrap ul li span.arrow_shop_m,
#inner_wrap ul li span.arrow_business_m,
#inner_wrap ul li span.arrow_about_m,
#inner_wrap ul li span.arrow_support_m {
    float: right;
    padding: 2px 0 0 0;
    cursor: pointer;
}

#inner_wrap ul li a span {
    color: #515151;
    display: block;
    font-size: 16px;
    line-height: 1;
    font-family: 'attAleckSans-Regular';
}

.mob_main_menu .blue-carat-right-icon,
.sub_mob_menu .blue-carat-right-icon {
    margin-top: 3px;
    margin-left: 15px;
}

.activemenu {
    display: block;
    padding: 20px 0 0;
    border-top-style: none !important;
}

.sub_menu_wrap {
    background-color: #fff;
}

.active_sub_menu {
    padding: 10px 15px 0px;
    border-top: none;
    background-color: #FFF;
}

.active_sub_menu_wrapper {
    display: block !important;
}

.active_sub_menu_items {
    position: relative;
    display: block !important;
    padding: 10px 15px 10px;
}

.active_sub_menu_items:first-child {
    border-top: none !important;
}

.active_sub_menu_wrapper {
    margin: 10px 0 -17px;
}

.active_sub_menu_items a {
    display: inline-block;
    vertical-align: middle;
}


.active_sub_menu .active_sub_menu_items {
    padding: 10px 0px 10px;
}

.sub_arrow_m {
    float: right;
}

.active_sub_menu_items .sub_arrow_m {
    position: absolute;
    height: 25px;
    margin-top: -12.5px;
    top: 50%;
    right: 0;
}

.account li:first-child {
    border-top: none !important;
}

.blog li:first-child {
    border-top: none !important;
}

.back_arrow {
    display: none;
}

.back_arrow .glyphicon-menu-left,
.sub_back_arrow .glyphicon-menu-left {
    top: 3px;
}

@media screen and (min-width: 320px) {
    /* /ENTBUS-1005 added */
    .hamburger-menu,
    .close-menu {
        display: block;
    }
    .primary-menu .shop-menu,
    .primary-menu .support-menu {
        display: none;
    }
    /* ENTBUS-1005 added/ */
}


/* /ENTBUS-1005 added */

@media screen and (min-width: 320px) and (max-width: 350px) {
    #mob_search .search_text {
        width: 85%;
    }
}

@media screen and (min-width: 351px) and (max-width: 482px) {
    #mob_search .search_text {
        width: 87%;
    }
}

@media screen and (min-width: 483px) and (max-width: 600px) {
    #mob_search .search_text {
        width: 91%;
    }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
    #mob_search .search_text {
        width: 92%;
    }
}


/* ENTBUS-1005 added/ */


/* /ENTBUS-1005 added */

@media screen and (min-width: 320px) and (max-width: 767px) {
    /*rakesh new nav mobile view*/
    .primary-menu li span {
        display: none;
    }
    .primary-menu .hamburger {
        display: block;
    }
    .primary-menu li {
        display: inline-block;
        padding: 0px 10px 0 15px;
        margin: 0px;
        float: right !important;
        border: none !important;
    }
    .primary-menu li:hover button,
    .primary-menu li:focus button,
    .primary-menu button.active {
        border-bottom: none !important;
    }
    #header {
        background: #1a2027;
        height: 60px !important;
    }
    #mob_search .search-icon {
        margin: 4px 8px 0 0;
        padding: 0;
        background-color: #565B60;
        color: #fff;
    }
    #mob_search {
        width: 100%;
        height: 35px;
        position: relative;
        background: #565B60;
        color: #fff;
        margin-top: 15px;
    }
    /* /ENTBUS-1005 added */
    #mob_search .search_text {
        border: none;
        padding: 5px 0 6px 15px;
        float: left;
        font-family: attAleckSans-LightItalic;
        font-size: 16px;
        margin: 2px 2px 2px 2px;
        background: #565B60;
    }
    /* /ENTBUS-1005 added */
    #side_wrapper {
        display: none;
        position: fixed;
        top: 100px;
        left: 0px;
        bottom: 0;
        z-index: 2;
        border-left:0 !important;
        background-color: transparent;
        padding-bottom: 50px;
    }
    #side-wrapper-header {
        background-color: #1A2027;
        height: 65px;
        padding: 3px 15px 3px 15px;
        width: inherit;
        box-sizing: border-box;
        z-index: 101;
    }
    #inner_wrap {
        background-color: #444c55;
        overflow: hidden;
        margin-top: 65px;
    }
    #inner_wrap ul li a {
        font-size: 18px;
        font-family: attAleckSans-Regular;
        text-decoration: none;
        color: #fff;
        margin-left: 25px;
        display: inline-block;
        padding-right: 0px !important;
        margin-right: 0px !important;
    }
    #inner_wrap ul li span.arrow_explore_m,
    #inner_wrap ul li span.arrow_prod_m,
    #inner_wrap ul li span.arrow_industries_m,
    #inner_wrap ul li span.arrow_insights_m,
    #inner_wrap ul li span.arrow_goto_m,
    #inner_wrap ul li span.arrow_shop_m,
    #inner_wrap ul li span.arrow_business_m,
    #inner_wrap ul li span.arrow_about_m,
    #inner_wrap ul li span.arrow_support_m,
    #inner_wrap ul li span.arrow_consumer_m {
        float: right;
        padding: 20px 20px 0 0 !important;
        cursor: pointer;
        color: #fff;
    }
    .mob_main_menu > li {
        margin: 0px;
    }
    .activemenu {
        display: block;
        padding: 20px 0 0;
        border-bottom-style: none !important;
        background: #1A2027;
    }
    .back_arrow .glyphicon-menu-left,
    .sub_back_arrow .glyphicon-menu-left,
    .sub_back_arrow1 .glyphicon-menu-left,
    .back_arrow2 .glyphicon-menu-left {
        top: 1px;
        color: #fff;
        left: 13px;
        font-size: 12px;
    }
    .mob_main_menu li {
        list-style: none;
        border-bottom: 1px solid #69707B;
    }
    .mob_main_menu li:last-child {
        border-bottom: none !important;
    }
    .mob_main_menu li a {
        padding: 20px 0 20px 0;
        display: inline-block;
        margin: 0 20px;
    }
    .mob_main_menu li {
        padding: 0px;
    }
    .active_sub_menu_items:last-child {
        border-bottom: none
    }
    .active_sub_menu_items {
        position: relative;
        display: block !important;
        padding: 0px;
        background: #444c55;
        border-bottom: 1px solid #69707B;
    }
    .active_sub_menu_items a {
        padding: 20px 0 20px 0;
        margin: 0 20px;
        display: block;
        font: normal 16px attAleckSans-Light !important;
    }
    .active_sub_menu_items .sub_arrow_m,
    .active_sub_menu_items .sub_arrow_m1,
    .active_sub_menu_items .arrow_products_m {
        position: absolute;
        height: 25px;
        margin-top: -12.5px;
        top: 50%;
        right: 0;
        color: #fff;
    }
    .active_sub_menu,
    .active_sub_menu2 {
        padding: 0px;
        border-top: none;
        background-color: #1A2027
    }
    .active_sub_menu .active_sub_menu_items,
    .active_sub_menu2 .active_sub_menu_items {
        padding: 0px;
    }
    #side_wrapper {
        width: 100%;
        float: right;
        /* background: url(https://www.business.att.com/etc.clientlibs/attbusiness/components/structure/header/clientlibs/images/border-left1.png) repeat-y; */
    }
    #inner_wrap ul li a span {
        color: #fff;
        font: normal 16px attAleckSans-Light;
    }
    .active_sub_menu_items a.loginlnk {
        font: normal 18px attAleckSans-Regular !important;
        color: #fff;
        margin-left: 25px !important
    }
    /*#inner_wrap .mob_main_menu .activemenu >a, #inner_wrap .active_sub_menu > a, #inner_wrap .active_sub_menu2 > a{display: none;}*/
    #inner_wrap .mob_main_menu .activemenu >a,
    #inner_wrap .active_sub_menu > a,
    #inner_wrap .active_sub_menu2 > a {
        color: #fff;
        font: normal 24px attAleckSans-Medium !important;
        padding: 10px 0px 10px 0px !important;
        display: block;
        border-bottom: none !important;
        margin-left: 15px !important
        width: 100%;
    }
    #inner_wrap ul li a.mainmenu {
        font: normal 16px attAleckSans-Regular !important;
    }
    #inner_wrap .sub_back_arrow a,
    #inner_wrap .sub_back_arrow1 a,
    #inner_wrap .back_arrow2 a {
        display: inline-block;
        padding: 20px 0px 20px 0px !important;
        font: normal 16px attAleckSans-Regular !important;
    }
    .active_sub_menu_items:first-child {
        border-top: 4px solid #009FDB !important;
    }
    .shop-mob-nav .activemenu li {
        border-bottom: none;
    }
    .primary-menu li button {
        width: 100%;
        padding: 0px !important;
    }
    #header .blue-btm-brd,
    #header .bluet-btm-brd {
        border-bottom: none !important;
    }
    #header .logo {
        display: block;
        width: 150px;
        height: 36px;
        float: left;
        margin: 13px 15px 0 15px;
        background: url(../../../content/dam/attbusiness/global/att-logo-mobile.svg) no-repeat !important;
    }
    .primary-menu li.explore-menu .glyphicon {
        font-size: 19px;
        font-weight: normal;
    }
    #inner_wrap .sub_arrow_m,
    #inner_wrap .sub_arrow_m1,
    #inner_wrap .arrow_products_m,
    #inner_wrap .arrow_industries_m {
        padding: 4px 15px 0 0;
        cursor: pointer;
    }
    .sub_arrow_m,
    .sub_arrow_m1,
    .arrow_products_m {
        float: right;
    }
    .allprod {
        background: #0568ae;
        color: #fff;
        display: block !important;
        text-align: center;
        padding: 10px 0px !important;
        width: 250px;
        margin: 0px auto;
        font-size: 16px;
        border-radius:30px;
    }
    .back_arrow2 {
        margin-bottom: 10px;
    }
    .back_arrow2:hover {cursor:pointer;}
    #inner_wrap ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }
    ul.products-mob-menu li a.prod-lnk,
    ul.products-mob-menu li>ul li a,
    .sub_arrow_m1_li a,
    .sub_arrow_li a {
        margin-left: 25px;
        color: #fff;
        font: normal 16px attAleckSans-Light !important;
    }
    .arrow_products_li a {
        margin-left: 25px !important;
        color: #fff;
        font: normal 16px attAleckSans-Light !important;
    }
    .close-menu {
        margin-top: 10px;
        width: 18px;
        height: 18px;
    }
    .hamburger-menu {
        width: 38px;
        height: 38px;
    }
    .goto .login-title a {
        margin-left: 15px !important;
    }
    .allprod-li a {
        width: 100% !important;
        padding: 30px 0px;
        margin: 0px !important;
    }
}


/* ENTBUS-1005 added/ */

@media only screen and (max-width: 767px) {
/*******************************************************************************/

    /* ENTBUS-1003 and ENTBUS-1004 */
     .shop-mob-nav{display:block;}
     .business-unit .glyphicon-menu-hamburger, .business-unit .glyphicon-remove{display:inline-block;}
}

@media screen and (min-width: 768px) {
/*******************************************************************************/
    /* ENTBUS-1003 and ENTBUS-1004 */
     .shop-menu{display:block;border-right:none !important;}
     .business-unit .glyphicon-menu-hamburger, .business-unit .glyphicon-remove{display:inline-block;}
	
}
/* /ENTBUS-1005 added */

@media only screen and (min-width : 768px) and (max-width : 1199px) {
    .primary-menu{float: right;}
    .primary-menu li span{display: none;}
    .primary-menu .hamburger{display: block;}
.primary-menu li {display: inline-block;padding: 9px 10px 0 15px;margin: 0px;float: right !important; border: none !important;}
.primary-menu li:hover button, .primary-menu li:focus button, .primary-menu button.active{border-bottom: none !important;}
#header{background: #1a2027; height:80px !important;}
#mob_search .search-icon{margin: 4px 13px 0 0;padding:0; background-color:#565B60; color: #fff;}
#mob_search{width:100%;height:35px;position:relative;background:#565B60;color:#fff;margin-top:35px;}
    
/* /ENTBUS-1005 added */
#mob_search .search_text{border:none;padding: 5px 0 6px 17px;width: 94%;float:left;font-family: attAleckSans-LightItalic;font-size:16px;margin: 2px 2px 2px 2px;background:#565B60;
    }
/* ENTBUS-1005 added/ */
    
#side_wrapper {display:none;position:fixed;top:100px;left:0px;bottom:0;z-index:2;background-color:transparent;padding-bottom:50px;}
#side-wrapper-header { background-color:#1A2027; height: 85px; padding: 3px 15px 3px 15px;width:inherit;box-sizing:border-box;z-index:101;}
#inner_wrap{background-color:#444c55; overflow: hidden; margin-top: 85px;}
#inner_wrap ul li a{font-size:20px;font-family:attAleckSans-Light;text-decoration:none;color:#fff; display: inline-block; width: 60%;padding-right: 0px !important;margin-right: 0px !important;} 
#inner_wrap ul li span.arrow_explore_m,#inner_wrap ul li span.arrow_prod_m,#inner_wrap ul li span.arrow_industries_m,#inner_wrap ul li span.arrow_insights_m,#inner_wrap ul li span.arrow_goto_m,#inner_wrap ul li span.arrow_shop_m,#inner_wrap ul li span.arrow_business_m,#inner_wrap ul li span.arrow_about_m,#inner_wrap ul li span.arrow_support_m,#inner_wrap ul li span.arrow_consumer_m{float: right;padding:30px 20px 0 0 !important;cursor: pointer;color:#fff;}

.activemenu { display: block; padding: 20px 0 0; border-bottom-style: none !important;background:#1A2027;}
.back_arrow .glyphicon-menu-left, .sub_back_arrow .glyphicon-menu-left,.sub_back_arrow1 .glyphicon-menu-left, .back_arrow2 .glyphicon-menu-left{top:1px;color:#fff;left:5px;font-size:12px;}
.back_arrow a, .back_arrow2 a, .sub_back_arrow a,.sub_back_arrow1 a{margin: 0px 10px !important;}
.mob_main_menu li {list-style: none;border-bottom:1px solid #69707B; margin:0px; padding:0 13px;}
.mob_main_menu li:last-child {border-bottom:none !important;}
.mob_main_menu li a{padding: 30px 0 30px 0;display:inline-block;margin:0 20px;}

.active_sub_menu_items:last-child {border-bottom:none}
.active_sub_menu_items { position:relative;display: block !important; padding:0px;background:#444c55;border-bottom:1px solid #69707B;}
.active_sub_menu_items a{padding: 30px 0 30px 0;margin: 0 20px;display:block;}
.active_sub_menu_items .sub_arrow_m,.active_sub_menu_items .sub_arrow_m1,.active_sub_menu_items .arrow_products_m{position:absolute;height:25px;margin-top:-12.5px;top:50%;right:0;color:#fff;}
.active_sub_menu, .active_sub_menu2 { padding:0px; border-top:none; background-color:#1A2027}
.active_sub_menu .active_sub_menu_items, .active_sub_menu2 .active_sub_menu_items{padding:0px;}
#side_wrapper {width: 100%;float: right;/* background: url(https://www.business.att.com/etc.clientlibs/attbusiness/components/structure/header/clientlibs/images/border-left1.png) repeat-y; */}
#inner_wrap ul li a span {color:#fff;font:normal 16px attAleckSans-Light;}
.active_sub_menu_items a.loginlnk{font:normal 18px attAleckSans-Medium !important;color:#fff;margin-left:20px !important}
/*#inner_wrap .mob_main_menu .activemenu >a, #inner_wrap .active_sub_menu > a, #inner_wrap .active_sub_menu2 > a{display: none;}*/
#inner_wrap .mob_main_menu .activemenu >a, #inner_wrap .active_sub_menu > a,#inner_wrap .active_sub_menu2 > a{color:#fff;font:normal 24px attAleckSans-Medium !important;padding:10px 0px 10px 0px;display: block;border-bottom: none !important;margin-left:6px !important}
#inner_wrap ul li a.mainmenu{font:normal 18px attAleckSans-Regular !important;}
#inner_wrap .sub_back_arrow a,#inner_wrap .sub_back_arrow1 a, #inner_wrap .back_arrow2 a{display:inline-block;padding:30px 0px 20px 0px !important;font:normal 18px attAleckSans-Regular !important;}
.active_sub_menu_items:first-child {border-top:4px solid #009FDB !important;}
.shop-mob-nav .activemenu li{border-bottom:none;}
.primary-menu li button {width:100%;padding: 0px !important;}
#header .blue-btm-brd,#header .bluet-btm-brd {border-bottom: none !important;}
#header .logo {display: block;width: 150px;height: 36px;float: left;margin: 25px 15px 0 15px;background: url(../../../content/dam/attbusiness/global/att-logo-mobile.svg) no-repeat !important;}
.primary-menu li.explore-menu .glyphicon {font-size:29px;font-weight: normal;}
#inner_wrap .sub_arrow_m ,#inner_wrap .sub_arrow_m1, #inner_wrap .arrow_products_m{padding: 4px 30px 0 0;cursor: pointer;}
.sub_arrow_m,.sub_arrow_m1,.arrow_products_m {float: right;}
.allprod{background:#0568ae;color:#fff;display:block !important;text-align:center;padding:10px 0px !important; width: 300px; margin: 0px auto; font:normal 16px attAleckSans-Regular;}

.back_arrow2{margin-bottom:10px;}
#inner_wrap ul {list-style-type: none;padding: 0px;margin: 0px;}
ul.products-mob-menu li a.prod-lnk,ul.products-mob-menu li>ul li a,.sub_arrow_m1_li a,.sub_arrow_li a{margin-left:20px;color:#fff;font:normal 20px attAleckSans-Light !important;}
.arrow_products_li a{/*margin-left:20px !important;*/color:#fff;/*font:normal 18px attAleckSans-Light !important;*/}
.back_arrow2 a, .sub_back_arrow1 a, .sub_back_arrow a{margin: 0px 23px !important;}
.back_arrow2 span, .sub_back_arrow1 span, .sub_back_arrow span{left: 18px !important;}
.sub_menu_wrap li a{padding:30px 13px;}
.active_sub_menu > a, .active_sub_menu2 > a{padding-left: 13px !important;}
.goto .login-title a{ padding-left: 0px;}
.goto a span{font:normal 16px attAleckSans-Light !important;}
.allprod-li a{width: 100% !important;  padding: 30px 0px;  margin: 0px !important;}
}
/* ENTBUS-1005 added/ */

/* /ENTBUS-1005 added */

@media only screen and (min-width : 992px){
    
    .search-container{width:38%;}
}

/* ENTBUS-1005 added/ */
@media screen and (min-width: 1200px) { 
    /** Bootstrap Container Custom Desktop Width **/
    .header-wrapper .container{width:100%;max-width:1156px;}
    #header .personal-container { display:block;text-align:right;}
    
    .shop-mob-nav{display:none;}
    #icon-menu,#side_wrapper,#side_wrapper #inner_wrap{display:none;}
    
    #header.resp-header {max-width:980px;}
    #header.fluid-header {max-width:1280px; padding: 16px 0px 0px 0px;}
    #header  ul.search {display:block;/* float:right; */position:relative;background-color:transparent;/* width: 250px; */list-style-type:none;margin:8px 10px 0 0;/* height:30px; */padding:0;/* border-radius:5px; *//* -webkit-border-radius:5px; *//* border:1px solid #fff; */}
    
   /** #ie #header ul.search{behavior:url(https://www.business.att.com/library/javascript/PIE.htc);} **/
    #header ul li.last a { border: 0pt none; margin-right: 10px !important; }
    #header  #cludo-search-form { white-space: nowrap; width: 100%; height: 30px; background-color: transparent; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
   /** #ie #header #searchForm {behavior:url(https://www.business.att.com/library/javascript/PIE.htc);} **/
    #header #cludo-search-form .inputbox{border:1px solid transparent;font-family:attAleckSans-Light;font-size:14px;padding: 3px 0 3px 9px;margin:0 2px 0 2px;/* width: 200px; */vertical-align:middle;color:#fff;/* background-color: transparent; */}
    #header .logo{float:left;margin: 4px 12px 0 18px;}
    /************* Header Start *************************/
    #icon-menu,#side_wrapper,#side_wrapper #inner_wrap{display:none;}
    
    #header.resp-header {max-width:980px;}
    #header.fluid-header {max-width:1280px; padding: 16px 0px 0px 0px;}

    #header  ul.search {display:block;/* float:right; */position:relative;background-color:transparent;/* width: 250px; */list-style-type:none;margin:8px 10px 0 0;/* height:30px; */padding:0;/* border-radius:5px; *//* -webkit-border-radius:5px; *//* border:1px solid #fff; */}
    
   /** #ie #header ul.search{behavior:url(https://www.business.att.com/library/javascript/PIE.htc);} **/
    #header ul li.last a { border: 0pt none; margin-right: 10px !important; }
    #header  #cludo-search-form { white-space: nowrap; width: 100%; height: 30px; background-color: transparent; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
   /** #ie #header #searchForm {behavior:url(https://www.business.att.com/library/javascript/PIE.htc);} **/
    #header #cludo-search-form .inputbox{border:1px solid transparent;font-family:attAleckSans-Light;font-size:14px;padding: 3px 0 3px 9px;margin:0 2px 0 2px;/* width: 200px; */vertical-align:middle;color:#fff;/* background-color: transparent; */}
    #header .logo{float:left;margin: 4px 12px 0 18px;}
    #header .segment { float:left; font-family: attAleckSans-Light; font-size:13px; }
    #header .segment img { margin-left: 35px; }
    #mainNavigation { display:block; float:left;height:37px;margin-top:8px; margin-left:80px; }

    /******** Primary Navigation ********/
    #primaryNav{display:block;position:relative;height:100%;}
    #primaryNav > li {float:left;list-style-type:none;padding:0 15px 0 15px;display:block;height:37px;transition-delay:0.3s;-webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;-o-transition-delay:0.3s;}
    #primaryNav > li > div.menu-divider {position: relative;}
    #primaryNav > li > div.menu-divider:before {content: '';width: 1px;height: 25px;background-color: #919191;position: absolute;top: 3px;left: -15px;transition-delay:0.3s;-webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;-o-transition-delay:0.3s;}
    #primaryNav > li:first-child > div.menu-divider:before {content: '';width: 0;}
    /*#primaryNav > li#active-page > div.menu-divider:before { width: 0;}*/
    #primaryNav > #active-page.no-menu-divider+li >div.menu-divider:before, #primaryNav > #active-page.no-menu-divider >div.menu-divider:before { width: 0;}
    #primaryNav > li:hover ~ li > div.menu-divider:before {width: 1px !important;}
    #primaryNav > li:hover ~ li > div.menu-divider a {color: #fff !important;}
    #primaryNav > li:hover > div.menu-divider:before {background-color: #fff;transition-delay:0.3s;-webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;-o-transition-delay:0.3s;}
    #primaryNav > li:hover + li > div.menu-divider:before {background-color: #000;transition-delay:0.3s;-webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;-o-transition-delay:0.3s;}
    #primaryNav > li:hover{background-color:#fff;border-top-left-radius:3px;border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px; -moz-border-top-left-radius:3px;-moz-border-top-right-radius:3px; transition-delay:0.3s; -webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -o-transition-delay:0.3s;}
    #primaryNav > li > div.menu-divider a {padding-top: 4px !important;}
    #primaryNav > li  a{text-decoration:none;color:#fff;display:block;padding-top: 11px;font-family:attAleckSans-Regular;font-size:18px;transition-delay:0.3s;-webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;-o-transition-delay:0.3s;}
    #primaryNav > li:hover a{color:#067AB4; transition-delay:0.3s; -webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -o-transition-delay:0.3s;}
    #primaryNav li > .secondaryNav { 
        display:block !important; 
        visibility:hidden; 
        opacity:0; 
        transition:visibility 0s linear 0.3s, opacity 0.3s linear; 
        transition-delay:0.3s; 
        -webkit-transition:visibility 0s linear 0.3s, opacity 0.3s linear; 
        -webkit-transition-delay:0.3s; 
        -moz-transition:visibility 0s linear 0.3s, opacity 0.3s linear;
        -moz-transition-delay:0.3s; 
        -o-transition:visibility 0s linear 0.3s, opacity 0.3s linear;
        -o-transition-delay:0.3s; 
        z-index:1001 !important;
    }
    #primaryNav li:hover > .secondaryNav{ visibility:visible; opacity:1; transition-delay:0s; -webkit-transition-delay:0s; -moz-transition-delay:0s; -o-transition-delay:0s;z-index:1001 !important;}
    #primaryNav li#active-page{background:#fff;border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;}
    #primaryNav li#active-page a{color:#131313;}
    #primaryNav li#active-page a:hover, 
    #primaryNav li span.all-services:hover{color:#067ab4;}
    #primaryNav li span.all-services {font-family:attAleckSans-Regular; font-size:14px; padding-top:20px;display:block;}

    /*wholesale menu changes ENTBUS-419*/
    #primaryNav.wholesale-menu li:hover{background:none;}
    #primaryNav.wholesale-menu li:hover a{border-bottom:1px solid #fff;color:#fff;}
    #primaryNav.wholesale-menu li.has-submenu:hover{background:#fff;}
    #primaryNav.wholesale-menu li.has-submenu:hover a{border-bottom:none;color:#131313;}
    #primaryNav.wholesale-menu li .secondaryNav a:hover{border-bottom:none;color:#067ab4;}
    #primaryNav.wholesale-menu > li:hover + li > div.menu-divider:before {background-color: #919191;}
    #primaryNav.wholesale-menu > li:hover > div.menu-divider:before {background-color: #919191;}
    #primaryNav.wholesale-menu > li.has-submenu:hover > div.menu-divider:before {background-color: transparent;}

    /* ENTBUS-1003 and ENTBUS-1004 */
    .shop-menu{display:block;}
    .shop-mob-nav{display:none;}

    .secondaryNav li > div {
        display:block !important; 
        visibility:hidden; 
        opacity:0; 
        transition:visibility 0s linear 0.3s, opacity 0.3s linear; 
        transition-delay:0.3s; 
        -webkit-transition:visibility 0s linear 0.3s, opacity 0.3s linear; 
        -webkit-transition-delay:0.3s; 
        -moz-transition:visibility 0s linear 0.3s, opacity 0.3s linear;
        -moz-transition-delay:0.3s; 
        -o-transition:visibility 0s linear 0.3s, opacity 0.3s linear;
        -o-transition-delay:0.3s; 
    }
    .secondaryNav li:hover > div{ visibility:visible; opacity:1; transition-delay:0s; -webkit-transition-delay:0s; -moz-transition-delay:0s; -o-transition-delay:0s;}

    .secondaryNav{ z-index:1000;position:absolute;left:-242px;width:978px;display:block;clear:both;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;border-left:1px solid #d8d8d8;background-color:#fff;top:37px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px; -moz-border-bottom-left-radius:3px; -moz-border-bottom-right-radius:3px;-moz-box-shadow:3px 3px 6px #D8D8D8;-webkit-box-shadow:3px 3px 6px #D8D8D8;box-shadow:3px 3px 6px #D8D8D8;/*box-shadow:3px 2px 3px #D8D8D8; opacity:25%;filter:Alpha(opacity=25);*/}

    .secondaryNav li{padding: 0px 18px 30px 15px;float:left;display:block;line-height:1.15em;font-size: 15px;}  /** Updated from padding:0 18px 17px 22px; for hover issue **/
    .menu-triangle:before,
    .menu-triangle:after {
        content: '';
        display: block;
        width: 1px;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: 1px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #d8d8d8;
        z-index: 1002;
        margin-left: -20px;
    }
    .menu-triangle:after {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
        bottom: 0px;        
    }
    #header .goto-select {display: block;}
    .popmenu-active {
        position:relative;
        display: none;
    }
    .secondaryNav li:hover .popmenu-active {
        display: block;
        padding-bottom:20px;
    }
		
    /** goto component start */
    #header .goto-container {
        float: left;
        width: 23%;
        cursor: pointer;
        font-family: attAleckSans-Regular;
        position:relative;
    }
    .goto-container .goto-select{ display: block;margin: 0 auto;}
    
    /** Contact Component */
    #header .contact-container {
        float: left;
        width: 20%;
        cursor: pointer;
        font-family: attAleckSans-Regular;
        display:block;
    }
    #header .contact-container a{display:block;margin:0 auto;text-align:center;}
    #header .contact-container a:hover {border-bottom: 5px solid #009FDB !important;}
    
    /** goto component start */
    #header .goto-select {
        color: #fff;
        cursor: pointer;
    }
    #header .goto-select.active {border-radius: 3px 3px 0 0;}

    #header .goto-select span.goto-downarrow {
        background: transparent url("https://www.business.att.com/content/images/image-sprite.png") no-repeat scroll -83px -250px;
        width: 30px;
        height: 15px;
        display: block;
        float: left;
    }
    #header .goto-options {
        display: none;
        margin-top: 0;
        border: 1px solid #595959;
        background: white;
        position: absolute;
        z-index: 3;
        border-radius: 0 0 3px 3px;
        width: 250px;
    }
    #header .goto-options li {
        list-style: none;
        margin: 0;
        line-height: 36px;
        padding: 0px 15px;
    }
    #header .goto-options li a {
        color: #0568ae;
        font-size: 17px;
        padding: 10px 0;
        display: block;
        border-top: 1px solid #5a5a5a;
        font-family: 'attAleckSans-Regular';
    }
    #header .goto-options li:first-child a {
        border:0;
    }
    #header .goto-options li a span{
        color: #5a5a5a ;
        display: block;
        font-size: 14px;
        line-height: 1;
        font-family: 'attAleckSans-Regular';
    }
    #header .goto-options li:hover,#header .goto-options li.hover {
        background-color: #ccc;
    }
    /** goto component end */
    #primaryNav  .secondaryNav li a{color:#131313;display:block;font-size:14px;font-family:attAleckSans-Regular;padding-top: 20px;transition: color 0s linear 0.3s;transition-delay:0.3s;-webkit-transition: color 0s linear 0.3s;-webkit-transition-delay:0.3s;-moz-transition: color 0s linear 0.3s;-moz-transition-delay:0.3s;-o-transition: color 0s linear 0.3s;-o-transition-delay:0.3s;}
    #primaryNav  .secondaryNav li:hover a{color:#199ddf; transition-delay:0s; -webkit-transition-delay:0s; -moz-transition-delay:0s; -o-transition-delay:0s;}
    #primaryNav  .blogNav li {padding: 0 9px 18px;}
    #primaryNav  .blogNav li a {text-align: left;}  
    li.menu-link:hover a {font-family:attAleckSans-Regular !important; text-decoration: underline !important; }

    .menu_header{ display:block; margin: 0 20px 25px 20px;padding-top:15px;line-height:24px;color: #666; font-size: 14px; font-family: attAleckSans-LightItalic; }
    .secondaryNav li div ul li {padding:0;}
    .secondaryNav  div.submenuwrapper{border-top:1px solid #d8d8d8;background-color:#fff;left:-1px;position:absolute;z-index:1000;width:978px;top:83px;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;border-left:1px solid #d8d8d8;border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-bottom-left-radius:3px;-moz-border-bottom-right-radius:3px;-moz-box-shadow:3px 3px 6px #D8D8D8;-webkit-box-shadow:3px 3px 6px #D8D8D8;box-shadow:3px 3px 6px #D8D8D8;}
    .secondaryNav div ul{margin:10px 10px 10px;padding:0;}
    .secondaryNav  div ul li{margin:0 10px 0;}
    .secondaryNav  div ul li:hover a { text-decoration: underline;}
    .submenu_wrapper{float: left;width: 100%;height:100%;position: relative;z-index: 1000;overflow:hidden;}
    .submenu{width: 295px;float:left;margin:0 25px 20px 5px;}
    .menu-featured-spot { margin: 20px 0 20px 30px;padding-left:30px; height:211px;border-left:1px solid #ccc; }
    .submenu ul{margin-bottom:30px;}
    .submenu li{float:none;line-height:13px;}
    .submenu-level1 a{ font-family: attAleckSans-Regular !important; font-size:14px !important; font-weight: bold;}
    .submenu-level2 a { font-family: attAleckSans-Regular !important; padding-left: 10px}
    .submenu-level3 a { font-family: attAleckSans-Regular !important; margin: 0 0 0 15px;}
    #primaryNav .submenu li  a{padding-top:15px;line-height:18px;font-family:attAleckSans-Regular;color:#666666 !important;}
    #primaryNav .submenu li  a:hover { text-decoration: underline; }

    .menu_header span.nav-title{float:left; color:#666;font-family:attAleckSans-Light;font-size:24px; margin: 0 40px 20px 0;}
    .menu_header span.nav-desc{color: #666666;font-family: attAleckSans-LightItalic;font-size: 14px;}
    .menu_header p{color:#666666;font-size:14px;font-family:attAleckSans-LightItalic;}

    .account-links a { color:#067AB4 !important; }
    .account-links a:hover { text-decoration:underline; color:#199ddf !important; }
    ul.acc_login{clear:both;margin:0 !important;}
    .submenu p{float:left;margin:10px 0 20px 0;padding:0;font-size:11px;font-family:attAleckSans-Regular;}
    .submenu  img {clear:both;display:block; margin: 0 0 0;}
    #primaryNav  .submenu p a{font-size:13px;padding:0;}
    #primaryNav  .submenu p a:hover{font-size:13px !important; text-decoration:underline !important;}
    #primaryNav  .submenu p  span{margin:0 10px;}
    .submenu p a,.submenu p span{float:left;display:block;}
    .submenu ul li{color: #666666;font-size: 13px;}
    .secondaryNav div ul.acc_login li{margin:0;padding:0 0 10px 12px;line-height:16px; font-family:attAleckSans-Regular;} /* background:url('../components/structure/header/clientlibs/bullet.jpg') no-repeat; */
    .secondaryNav div ul.acc_login li:last-child { padding-bottom:0; }
    .border_divider{border-right:1px solid #d8d8d8; font-family:attAleckSans-Regular; margin:15px 0 15px 25px; height: 390px; padding-right:30px; width:270px;}
    /**.border_divider:last-child{border-right:none; margin: 15px 0 0 25px; padding-right:0px;} Added as inline style for now for IE8 support*/

    .secondaryNav .submenuwrapper .submenu_wrapper .submenu li b a{font-size:15px!important}
    .viewall_desk{clear:both;margin:0 20px 16px 20px;border-top:1px solid #ccc;}
    .viewall_desk a {font-family:attAleckSans-Regular !important;color:#666666  !important;} 
    .viewall_desk a:hover { text-decoration: underline !important; }
    #q{display:block;float:left;}
    /************* Header End   *************************/
    .primary-menu{display: block;}
    .personal-container{display: block;}
    #side_wrapper #side-wrapper-header,#inner_wrap{display:none;}
    /* /ENTBUS-1005 added */
    
    .hamburger-menu, .close-menu{display:none !important;}
    #header {
        padding: 16px 0px 0px 0px;
        max-width:1156px !important;
    }
    #header .logo{
        margin: 4px 0px 0 0px;
        background: url(../../../content/dam/attbusiness/global/att-logo-desktop.svg) no-repeat !important;
        height: 42px;
        width: 120px;
    }
    #popup-menu .container, #popup-sub-menu .container{padding-left: 0px;}
    #popup-menu .container{width:1156px; max-width:1156px !important; }
    
    #header .goto-container:hover .goto-select, #header .goto-container.active .goto-select{border-bottom: 5px solid #009FDB;}
    #header .goto-options{left:-50px; background: #444C55; border:none; width:335px;}
    #header .goto-options li:hover, #header .goto-options li.hover {  background-color: #69707B;}
    #header .goto-options .goto-heading{cursor:default; font: normal 22px attAleckSans-Medium; color:#fff;   padding: 15px 20px;}
    #header .goto-options li{border-top: 1px solid #69707B; padding: 0px 20px;}
    #header .goto-options li a, #header .goto-options li a span{color:#fff;}
    #header .goto-options li a{font:normal 18px attAleckSans-Medium; border-top: none;}
    #header .goto-options li a span{font:normal 14px attAleckSans-Light;}
    #header .goto-options li a{width: 265px; padding: 15px 0px;}
    
    .primary-menu li span{display: inline;}
    .primary-menu .shop-menu, .primary-menu .support-menu{display: block !important;}
    .primary-menu .hamburger{display: none;}
    
    /* ENTBUS-1005 added/ */
    
    #popup-sub-menu ul ul.col3{width:720px !important;}
    #popup-sub-menu ul ul.col3>li {float: left;width: 33.33%;}
    #popup-sub-menu ul ul.col2>li {width: 50%;float: left;}
    #popup-sub-menu ul ul li ul li {width: 100%;float: left;}
}



#popup-menu {position: absolute;/* width: 280px; *//* background-color: #fff; */z-index: 2;/* top: 45px; */}
#popup-menu ul li{/* margin: 0 15px; */}
#inner-wrap ul li:first-child { border-top: none; }
#popup-menu ul li a{color: #131313;font-size:15px;font-family:attAleckSans-Regular;line-height:26px;text-decoration:none;} 

 
.mob_main_menu li {/* padding: 10px 0 10px; */list-style: none;}
#popup-menu .sub-menu .sub-menu li{padding: 9px 0 9px 10px;} 
#popup-menu .sub-menu .sub-menu li a  {line-height: 20px;}
#popup-menu .mob_main_menu .menu-divider div{border-top: 1px solid #ccc;height: 1px;width: 94%;margin-right: 10px;}
#inner_wrap .mob_main_menu .menu-divider div{border-top: 1px solid #ccc;height: 1px;}
#popup-menu .mob_main_menu .sub-menu li {background-color: #f1f1f1;}
#popup-menu .mob_main_menu > li:not(.menu-divider).hover {border-left: 5px solid #0568ae; padding-left: 10px; padding-right: 0; } 

#popup-menu { display: none; }
#popup-menu ul ul {
    position: absolute;
    left: 278px;
    top: 0;
    width: 280px;
    background-color: #f1f1f1;
    display: none;
    min-height: 100%;
}
#popup-menu .back_arrow{display: none !important;}
.primary-menu{box-sizing: border-box; height: auto;}

@media (hover:none){
    .primary-menu .business-unit:hover{border-bottom:5px solid #000 !important;}
    .primary-menu .business-unit.active{border-bottom: 5px solid #ea7400 !important;}
}
/* /ENTBUS-761 */

.personal-container { float: right; line-height: 45px; cursor: pointer; }
.primary-menu-mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: #000; width: 100%; height: 100%; z-index: 1; opacity: .5; display: none; }

/* skip navigation starts */
.skip-navigation { top: -80px;transition: top 0.3s linear; text-align: center; color: #009fdb; margin: 0 auto; position: fixed; z-index: 1001; transform: translate(-50%, 0); left: 50%; display: block; }
.skip-navigation span {display: inline-block; padding: 20px; margin-top: 10px; border: 1px solid #009fdb; border-radius: 5px;}
.skip-navigation-mask { display: none; position: fixed; left: 0; right: 0; height: 80px; background-color: #000; }
.skip-navigation:focus { outline: none; top:0px; transition: top .3s linear; z-index: 1003; color: #009fdb; text-decoration: underline; }
.skip-navigation:focus ~ .skip-navigation-mask { z-index: 1002; }
/* skip navigation ends */
button.explore-unit:focus,
button.shop-unit:focus,
button.support-unit:focus { border-bottom: 5px solid #009fdb !important;}

@media screen and (min-width: 1200px) {
    .skip-navigation-mask { display: block; }
}

/** ForSee Survey */
#foresee-component {
  clear: both;
  width: 100%;
  padding: 40px 20px 28px;
  box-sizing: border-box;
}
#foresee-component p {
  color: #191919;
  font: normal 16px/20px attAleckSans-Regular;
  margin-bottom: 12px;
}
#foresee-component p span {
  color: #191919;
  font: normal 16px/20px attAleckSans-Light;
  margin-bottom: 12px;
}
#foresee-component p a {
  width: 100%;
  font: normal 14px/14px attAleckSans-Bold;
  text-transform: uppercase;
}
#foresee-component .foresee-icon {
  background: url('../../../etc/designs/attbusiness/images/image-sprite.png') 0px -162px no-repeat;
  width: 76px;
  height: 30px;
  margin: 0 auto 15px;
}
a.icon-long-arrow i svg {
  width: 45px;
  height: 10px;
  fill: #0568ae;
}
/* TODO: move to global style  */
#foresee-component a.icon-long-arrow i {
  position: absolute;
  transform: translateX(20%);
  transition: all 300ms cubic-bezier(0.63, 0.64, 0.3, 1);
}
#foresee-component a.icon-long-arrow:hover i {
  transform: translateX(100%);
  transition: all 300ms cubic-bezier(0.63, 0.64, 0.3, 1);
}
@media screen and (min-width: 768px) {
  #foresee-component p {
    font: normal 18px/22px attAleckSans-Medium;
  }
  #foresee-component p span {
    font: normal 16px/20px attAleckSans-Regular;
  }
  #foresee-component .foresee-icon-holder,
  #foresee-component .foresee-text {
    display: inline-block;
    width: auto;
    margin: 0;
    text-align: left;
    padding: 0px;
  }
  #foresee-component .foresee-component-wrapper {
    width: 555px;
    margin: 0 auto;
  }
  #foresee-component .foresee-icon-holder {
    width: 95px;
  }
  #foresee-component .foresee-icon-holder .foresee-icon {
    vertical-align: middle;
    margin: 0 auto 15px;
  }
  #foresee-component .foresee-text {
    width: 455px;
  }
  #foresee-component .foresee-text a {
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  #foresee-component .foresee-component-wrapper {
    width: 630px;
  }
  #foresee-component .foresee-icon-holder {
    width: 110px;
  }
  #foresee-component .foresee-text {
    width: 510px;
  }
  #foresee-component .foresee-icon-holder .foresee-icon {
    margin: 0 auto 7px;
  }
  #foresee-component p span {
    font: normal 18px/22px attAleckSans-Regular;
  }
}

#newFooter{
    background:#191919;
    border-top:10px solid #009fdb;
    clear: both; 
    display: block; 
    width: 100%; 
    overflow: hidden; 
    position:relative;
}
#newFooter .wrapper {
    margin: 0 auto;
    padding: 39px 0 60px;
    width: 100%;
    display:table;
}
#newFooter a{
    color:#fff;
    text-decoration:none;
}
/* ENTBUS-761 */
.copyright {
    position: relative;
    text-decoration: none !important;
}
.copyright:after {
    background: #d2d2d2;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.margint{margin-top:100px;}

/* /ENTBUS-761 */

#newFooter a sup{
    display:inline-block;
}
#newFooter a.footer_underline{
    text-decoration: underline;
    font-family: attAleckSans-Light;
    font-size: 12px;
}
#newFooter a:hover, #newFooter a:focus{
    text-decoration:underline;
}
#newFooter a.item-header:hover, 
#newFooter a.item-header:focus { text-decoration: none; }

#newFooter .footer-main{
    padding:0 0 0px 15px;
    border-bottom:1px solid #d2d2d2;
    display:table;
    margin:0 0 30px;
}

#newFooter .footer-item {
    float: left;
    margin: 0 70px 0;
}

#newFooter .footer-item .item-header{
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    margin: 0 0 8px;
    width: 100%;
    font-family: 'attAleckSans-Bold';
}
#newFooter .footer-item ul{
    list-style-type:none;
}
#newFooter .footer-item ul li {
    line-height: 1;
    margin: 15px 0 0;
    font-family:attAleckSans-Regular, Helvetica, Arial, sans-serif !important;
}
#newFooter .footer-item ul li sup {
	color: #d2d2d2;
}
#newFooter .footer-item ul li:first-child{
    margin-left:0;
    margin-top:0;
}
#newFooter .footer-item ul li:last-child{
    margin-right:0;
}
#newFooter .footer-item ul li a{
    font-family:attAleckSans-Regular, Helvetica, Arial, sans-serif;
    font-size:14px;
    line-height: 19px;
}
#newFooter .footer-item.focused-column ul li a{
    font-family: attAleckSans-Bold, Helvetica, Arial, sans-serif;
}
#newFooter .footer-bottom {
    color: #d2d2d2;
    margin: 0 auto;
    font-family:attAleckSans-Regular, Helvetica, Arial, sans-serif !important;
	padding-left:15px;
}

#newFooter .footer-links{
    display: table;
    margin: 0 0 30px;
    width: 100%;
}
.footer-bottom .bottom-left{
    float: left;
    margin: 0;
    width: 77%;
}
.footer-bottom .legal-notes{
    font-size: 12px;
    width: 98%;
    font-family: inherit !important;
}
.footer-bottom .legal-notes p {
    color:#fff;
    font-family:attAleckSans-Light;
    font-size:12px;
    line-height: 19px;
}
.footer-bottom .bottom-logo{
    margin-top:15px;
    float: right;
    width: 102px;
    height:44px;
    background: url("../../../etc/designs/attbusiness/images/image-sprite.png") 0px -198px no-repeat transparent;
}
.footer-bottom .bottom-logo a{
    float: left;
    height: 48px;
    width: 100%;
}
#newFooter .footer-links a {
    font-family:attAleckSans-Regular, Helvetica, Arial, sans-serif !important;
    font-size:14px;
}
#gexd_provider_0, #gexd_provider_1, #gexd_provider_2, #gexd_provider_3 {
    display: none;
    height: 0px;
}
#newFooter .footer-social li { float: left; }
#newFooter .footer-item .footer-social li { margin: 0 10px; }
#newFooter .footer-item .footer-social li a { 
	display: inline-block; 
	background-image: url(../../../etc/designs/attbusiness/images/image-sprite.png);
	width: 21px;
	height: 21px;	
}
#newFooter .footer-item .footer-social li a.facebook { background-position: -133px -200px; }
#newFooter .footer-item .footer-social li a.twitter { background-position: -108px -200px; }
#newFooter .footer-item .footer-social li a.linkedin { background-position: -108px -226px; }
#newFooter .footer-item .footer-social li a.youtube { background-position: -272px -218px; }
#newFooter .footer-item .footer-social li a.instagram { background-position: -133px -226px; }
#newFooter .footer-item.learn { margin: 0; }
#newFooter .footer-item.social { margin: 30px 0; }

/***********************************************/
@media screen and (min-width: 320px) {
/***********************************************/
	/* /ENTBUS-761 */
	
	#newFooter .footer-item {
	    float: left;
	    margin: 0 0 50px;
	    width:100%;
	}
	#newFooter .footer-links a {
	    border-left: 1px solid #bfbfbf;;
	    line-height: 30px;
	    padding: 0 10px;
	}
    #newFooter .footer-links a:first-child{
        padding-left:0;
        border:0;
    }
	.footer-bottom .bottom-left {
	    margin: 0 0 30px;
	    width: 100%;
	}
	#newFooter .footer-main{
	    width:100%;
	}
	
	.footer-bottom .bottom-logo{
	    float:none;
	    display:table;
	}
}

/************** Tablets Portrait or Landscape ************************/ 
@media screen and (min-width: 768px) {
/*******************************************************************************/
    #newFooter .footer-main, #newFooter .footer-bottom{
        width:100%;
		padding-left:2%;
		padding-right:1%;
    }
    #newFooter .footer-item{
        width:25%;
    }
    #newFooter .footer-links a {
        border-left: 1px solid #bfbfbf;
        float: left;
        line-height: 14px;
        padding: 0 6px;
        clear:none;
    }

    .footer-bottom .bottom-left{
        margin:0 3% 0 0;
        width:77%;
    }

    .footer-bottom .bottom-logo{
        float:right;
        margin:15px 0 0;
    }
    #newFooter .footer-item.social { margin:0; }
}

/*******************************************************************************/
@media screen and (min-width: 1200px) { 
/*******************************************************************************/
    #newFooter .wrapper{
        max-width:980px !important;
    }
}
@media screen and (min-width: 320px) {
    .cookie-disclaimer-component{position: fixed;top: 60px;width: 100%;z-index: 999;background:rgba(0,0,0,0.9);height:fit-content;display:none;}
    .cookie-disclaimer-component .container{padding:30px 15px 25px;position:relative;}
    .cookie-disclaimer-component h4{color:#fff;font:normal 25px/25px attAleckSans-Regular;}
    .cookie-disclaimer-component p{color:#fff;font:normal 14px/26px attAleckSans-Regular;margin:0 0 20px;}
    .cookie-disclaimer-component p a{color:#fff;text-decoration:underline;font:inherit;}
    .cookie-disclaimer-component .att-button{margin:0 auto;display:block !important;width:176px;float:none;text-align:center;font:normal 19px/19px attAleckSans-Medium;}
}

@media screen and (min-width: 768px) {
    .cookie-disclaimer-component{top:unset;bottom:0;height:215px;}
    .cookie-disclaimer-component .att-button{float:right;}
    .cookie-disclaimer-component p{font:normal 14px/22px attAleckSans-Regular;}
}
.contactContainer {
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: 530px;
  min-height: 544px;
  height: auto;
  margin-left: -265px;
  display: none;
  z-index: 10000;
  background: #067ab4;
  border-radius: 8px;
  color: #fff;
}
.contact-wrapper {
  padding: 10px 23px 23px;
}
div[data-gating] {
  display: none;
}
#contact-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.contactContainer .black-txt {
  color: #000;
  font: 15px/22px attAleckSans-Bold, Arial, sans-serif;
}
.contactContainer h3 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  font-family: attAleckSans-Regular, Arial, sans-serif;
  margin: 30px 0 10px;
  padding: 0 0 10px;
}
.contactContainer p {
  color: #fff;
  margin: 0 0 5px;
}
.contactContainer p li {
  font-family: attAleckSans-Light, Arial, sans-serif;
}
.contactContainer .form-div1 .errors ul li {
  width: 55%;
}
.contactContainer .form-row {
  margin: 0 0 5px 0;
  line-height: 1;
  float: left;
  width: 100%;
}
.contactContainer .form-div {
  float: left;
}
.contactContainer .form-div.gating-full-width {
  width: 100% !important;
}
.contactContainer .form-textbox,
.contactContainer .form-dropdown {
  border: 1px solid #959595;
  border-radius: 5px;
  font-size: 16px;
  height: 33px;
  line-height: 33px;
  padding: 0 12px;
  background-color: #FFFFFF;
  color: #191919 !important;
  font-family: attAleckSans-Regular, Arial, sans-serif;
}
.contactContainer .form-dropdown {
  border: 1px solid #959595;
  font: normal 14px attAleckSans-Regular;
  color: #191919;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #aaa;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%230568AE%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.contactContainer .form-textarea {
  font-size: 16px;
}
/**
.contactContainer .form-dropdown {
	color: #808080;
}*/
.contactContainer .form-div label {
  font: 15px/22px attAleckSans-Bold, Arial, sans-serif;
}
.contactContainer .form-email .form-textbox {
  width: 80% !important;
}
.contactContainer .form-company .form-textbox {
  width: 66% !important;
}
.contactContainer .form-phone .form-textbox {
  width: 52% !important;
}
.contact-close {
  color: #fff;
  font-size: 15px;
  position: absolute;
  right: 20px;
  text-decoration: none !important;
  cursor: pointer;
  top: 10px;
}
a.contact-close:hover {
  color: #fff;
}
#contact-overlay {
  display: none;
}
.form-phone-help-text {
  margin: 10px 0 0;
}
.contactContainer .css-button .button {
  font-size: 16px;
  height: 43px;
  width: 190px;
  background-color: #ea7400;
}
.contactContainer .css-button {
  margin: 15px 0 0;
}
.contactContainer #required-header {
  margin: 0 0 5px;
  font: 13px attAleckSans-Regular, Arial, sans-serif;
}
.contact-privacy {
  font: normal 16px/20px attAleckSans-Regular, Arial, sans-serif;
  color: #fff;
  margin: 0;
}
.contact-privacy a {
  font: normal 16px/20px attAleckSans-Regular, Arial, sans-serif;
  color: #fff;
}
.errors {
  color: red;
  clear: both;
  margin-bottom: -5px;
  font: 12px attAleckSans-Light;
}
.errors ul li {
  list-style-type: none;
  margin-left: -40px;
  margin-top: 27px;
  margin-bottom: -12px;
  margin-right: 4px;
}
.errorsname {
  margin: 4px 7px -5px 2px;
  font: 14px ClvATT-Light;
}
.errorsname ul li {
  list-style-type: none;
  color: #FFFFFF;
  font: 14px attAleckSans-Light;
}
.errorclass {
  background-color: #FFE7E4 !important;
  border: 1px solid #CC0000 !important;
}
.errors-dupsub {
  color: #ffb81c;
  clear: both;
  font: 16px ClvATT-Light;
  margin-bottom: -5px;
  margin-top: 10px;
}
#contact-wrapper .form-row .rai-errors {
  margin-top: 5px;
}
#contact-wrapper .form-div1 .rai-errors {
  margin-left: 0px;
}
#contact-wrapper .form-row .rai-errors li {
  list-style: none;
  color: #fff;
  font: normal 14px attAleckSans-Regular;
}
#contact-container .section-response {
  display: none;
}
#contact-container.thankYouMsg {
  min-height: 250px;
}
#thankYouMsg {
  padding: 8% 1% 4% 1%;
  font-family: Verdana;
}
#contact-container #thankYouMsg h2 {
  font-size: 19px;
  font-weight: normal;
  color: #ea7400 !important;
}
#contact-container #thankYouMsg p {
  font-size: 14px;
  color: #fff;
}
.contContainer .form-div label,
.contContainer .form-label #commentsimage {
  font: 15px/22px OmnesATT-Bold, Arial, sans-serif;
}
@media screen and (min-width: 320px) {
  .contactContainer {
    left: 0;
    margin-left: 0;
  }
  .firstname-div {
    margin: 0 0 15px;
    width: 100% !important;
  }
  .firstname-div .form-textbox {
    width: 80% !important;
  }
  .lastname-div .form-textbox {
    width: 80% !important;
  }
  .gating-label {
    margin: 10px 0 0 !important;
  }
  .form-div.form-email,
  .form-div.form-company,
  .form-div.form-phone,
  .form-div.firstname-div,
  .form-div.lastname-div {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 480px) {
  #contact-wrapper .form-div1 .rai-errors {
    margin-left: 233px;
  }
  .firstname-div {
    margin: 0 0 10px;
    width: 50% !important;
  }
  .firstname-div .form-textbox {
    width: 74%;
  }
  .lastname-div .form-textbox {
    width: 40% !important;
  }
}
@media screen and (min-width: 640px) {
  .contactContainer {
    left: 50%;
    margin-left: -265px;
  }
}
/************** Tablets Portrait or Landscape ************************/
@media screen and (min-device-width: 1024px) {
  /***********************************************/
  .errors {
    color: red;
    clear: both;
    margin: -20px 0 -5px 0;
    font: 12px attAleckSans-Light;
  }
  .form-row .errors {
    margin-left: 41px;
  }
  .errors ul li {
    list-style-type: none;
    margin-left: -40px;
    margin-top: 27px;
    margin-bottom: -12px;
    margin-right: 4px;
  }
  .form-row .errors ul li {
    margin-bottom: 4px;
    color: #FFFFFF;
  }
  .errorclass {
    background-color: #FFE7E4 !important;
    border: 1px solid #CC0000 !important;
  }
  /***********************************************/
}

.support-contact {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin: 60px 0;
}
.support-contact .sc-results-lists {
  list-style: none;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: auto;
}
.support-contact .sc-result-list {
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
.support-contact .sc-result-list:last-child {
  margin-bottom: 0px;
}
.support-contact .sc-intro {
  margin: 16px 0;
}
.support-contact .sc-intro {
  margin: 16px 0;
  font: normal 14px/18px attAleckSans-Medium;
  color: #5a5a5a;
}
.support-contact .support-contact-header {
  text-align: center;
  margin: 0 20px;
  width: 100%;
}
.support-contact .support-contact-header h1 {
  font: normal 34px/44px attAleckSans-Light;
  color: #191919;
}
.support-contact .support-contact-header p {
  font: normal 18px/20px attAleckSans-Regular;
  color: #191919;
}
.support-contact .select-option {
  min-width: 300px;
  margin: 40px 0 0;
  padding: 10px 20px;
  border: 1px solid #959595;
  font: normal 14px/18px attAleckSans-Regular;
  color: #191919;
}
.support-contact .sc-results-header {
  display: none;
  margin: 40px 0;
  font: normal 18px/22px attAleckSans-Regular;
  color: #191919;
}
.support-contact .sc-title {
  font: normal 18px/22px attAleckSans-Bold;
  color: #191919;
  margin: 0;
}
.support-contact .sc-phone {
  font: normal 24px/28px attAleckSans-Medium;
  color: #0568ae;
}
.support-contact .sc-form {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .support-contact .select-option {
    min-width: 560px;
  }
  .support-contact .sc-result-list {
    margin-bottom: 0px;
  }
  .support-contact .sc-results-lists {
    grid-gap: 40px;
    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 320px) {
  /* Effect only to IE browsers including versions 10, 11 */
  .support-contact .sc-result-list {
    float: left;
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 768px) {
  /* Effect only to IE browsers including versions 10, 11 */
  .support-contact .sc-result-list {
    float: left;
    width: 50%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}

.sticky-nav .sticky-nav-container { background-color:#f2f2f2; height:40px; overflow: hidden; }
.sticky-nav [data-bg="black"].sticky-nav-container {background-color:#000;}
.sticky-nav [data-bg="dark-blue"].sticky-nav-container {background-color:#000;}
.sticky-nav .sticky-nav-container li { width: auto; background-color: transparent; margin-right:90px; font: normal 18px/40px attAleckSans-Regular; color: #0568ae; float:left; list-style:none; cursor: pointer; }
.sticky-nav .sticky-nav-container li a { text-decoration: none; line-height: 40px; display: block; }
.sticky-nav [data-bg="black"].sticky-nav-container li a { color:#fff; }
.sticky-nav [data-bg="dark-blue"].sticky-nav-container li a { color:#fff; }
.sticky-nav .sticky-nav-container li.active,
.sticky-nav .sticky-nav-container li:hover { height: 40px; color: #191919; border-bottom: 4px solid #0568ae; }
.sticky-nav [data-bg="black"].sticky-nav-container li.active,
.sticky-nav [data-bg="black"].sticky-nav-container li:hover { border-bottom: 4px solid #fff; }
.sticky-nav [data-bg="dark-blue"].sticky-nav-container li.active,
.sticky-nav [data-bg="dark-blue"].sticky-nav-container li:hover { border-bottom: 4px solid #fff; }

.sticky-nav .swiper-slide { border: none; }


.sticky-nav.stick { position: fixed; top: 100px; right: 0; left: 0; z-index: 3;box-shadow: 0px 0px 7px #d2d2d2; }

.main-page .sticky-nav {clear: both;}

/* header animation */
.header-wrapper { transform: translateY(0px); transition: transform 0.5s linear; }
.header-wrapper.animate { transform: translateY(-80px); }

@media screen and (min-width: 768px) {
    .sticky-nav.stick { width: 100%; top: 120px; }
    .sticky-nav .sticky-nav-container { height: 60px; }
    .sticky-nav .sticky-nav-container li { margin-right:60px; font: normal 18px/60px attAleckSans-Medium; }
    .sticky-nav .sticky-nav-container li.active,
    .sticky-nav .sticky-nav-container li:hover { height: 60px; }
    .sticky-nav .sticky-nav-container li a { line-height: 60px; }
}
@media screen and (min-width: 1024px) {
    .sticky-nav .sticky-nav-container li { margin-right:90px; font: normal 18px/60px attAleckSans-Medium; }
}

.breadcrumb {padding:0;margin:0;background-color:#fff;border-radius:0;}
#breadcrumb-component { opacity: 1; }
#breadcrumb-component .breadcrumb-wrapper {max-width:1260px;margin:0 auto; overflow: hidden; height: auto; }
#breadcrumb-component .breadcrumbs {padding:0;}
#breadcrumb-component ul { list-style: none; float: left; }
#breadcrumb-component .breadcrumb { margin-bottom: 0; padding: 0; background-color: transparent; }
#breadcrumb-component .breadcrumbs ul li.more,
#breadcrumb-component .breadcrumbs ul li.path { display: none; }
#breadcrumb-component .breadcrumbs ul li.path .glyphicon { margin-left: 10px; }
#breadcrumb-component .breadcrumbs ul li.path .glyphicon-chevron-right { color: #0568ae; }
#breadcrumb-component .glyphicon-option-horizontal { left: -5px; font-size: 12px; top: 0; }
#breadcrumb-component .glyphicon-menu-right { top: 3px; width: 16px; }

#breadcrumb-component .breadcrumb.path { display: none; }
#breadcrumb-component .breadcrumb.current-page {padding-top:24px;padding-bottom:24px;margin-bottom:16px;background-color:#333;}
#breadcrumb-component .breadcrumb.current-page span[itemprop="name"] { text-align: center; color:#fff; font: normal 16px/16px attAleckSans-Medium; }
#breadcrumb-component .contact-wrapper {padding-bottom:16px;display:block;text-align:center;transition: all 0.5s linear;transform: translateX(0);}
#breadcrumb-component a.button.medium { display:inline-block; padding: 9px 36px; border: 1px solid #0568ae; border-radius: 24px; text-align: center; box-sizing: border-box; margin: auto; font-size:14px;color:#0568ae;background-color:#fff;}
/* button states */
#breadcrumb-component a.button.medium:hover { color: #fff; background-color: #034574; text-decoration: none; cursor: pointer; }
#breadcrumb-component a.button.medium.disabled { color: #888; background-color: #ccc; border: 1px transparent; }
#breadcrumb-component .contact-wrapper.animate { transition: all 0.5s linear; transform: translateX(100%); }
.breadcrumb.stick { position: fixed; top: 0px; z-index: 11;box-shadow: 0px 0px 7px #d2d2d2; }

@media screen and (min-width: 320px) {
	#breadcrumb-component ul { width: 100%; }
    #breadcrumb-component .phone-number { float:left; } 
    #breadcrumb-component .phone-number .phone-text{ font-family: attAleckSans-Regular;font-size:14px;color:#333333;} 
    #breadcrumb-component .phone-number a{ font-family: attAleckSans-Medium;font-size:14px;color:#0568ae;} 
    #breadcrumb-component .phone-number{ font-family: attAleckSans-Medium;font-size:14px;color:#0568ae;} 
    #breadcrumb-component .contact-wrapper .contact-inner { width: auto;display: table;margin: 0 auto; }
    #breadcrumb-component a.button.medium{float: right;margin-top: 5px;margin-left: 30px;}
}
@media screen and (min-width: 768px) {
    #breadcrumb-component .breadcrumbs,
    #breadcrumb-component .breadcrumb,
    #breadcrumb-component .breadcrumb.current-page{ background-color: #fff; }
    #breadcrumb-component .breadcrumbs {display:block;float:left;height:60px;padding-left:15px;}
    #breadcrumb-component .path-wrapper { height: 27px; overflow: hidden; background-color: #fff; display: block; float:left; margin-top:18.5px; }
    #breadcrumb-component .contact-wrapper {float:right;padding-bottom:0;width:auto;}
    #breadcrumb-component a.button.medium { float: right; margin: 9px 0 9px 30px; padding:9px 36px; font-size:17px; }
    #breadcrumb-component .breadcrumb.path { display: none;}
    #breadcrumb-component .breadcrumb.current-page {margin-top:1px;padding:0;margin-bottom:0;}
    #breadcrumb-component .breadcrumb.current-page span {color: #191919;}
    #breadcrumb-component .breadcrumb.current-page span[itemprop="name"] { text-align: left; font-size: 18px; color: #191919; }    
    #breadcrumb-component .phone-number {display: block;float: left;margin-top: 5px;}
}

@media screen and (min-width: 1200px) {
    #breadcrumb-component .breadcrumbs {height:75px;padding:0;}
    #breadcrumb-component .path-wrapper { height: 27px; overflow: hidden; background-color: #fff; display: block; float:left; margin-top:26px; }
    #breadcrumb-component .breadcrumbs ul li.more,
    #breadcrumb-component .breadcrumbs ul li.path { display: block; }
    #breadcrumb-component .breadcrumbs li { color: #0568ae; float: left; list-style: none; padding: 0; margin-right: 10px; }
    #breadcrumb-component .path-wrapper,
    #breadcrumb-component .breadcrumb.current-page { float: left; }
    #breadcrumb-component .path-wrapper { display: inline-block;}
    #breadcrumb-component .breadcrumb.current-page {margin-top:1px;}
    #breadcrumb-component .breadcrumb-wrapper { height: 75px; }
    #breadcrumb-component .contact-wrapper a { color: #0568ae; font: normal 16px/20px attAleckSans-Medium; text-decoration: none; }
    #breadcrumb-component .contact-wrapper a:hover { text-decoration: underline; }
    #breadcrumb-component .contact-wrapper .phone-number {display:block; margin-top:15px;margin-right: 20px;}
    #breadcrumb-component .contact-wrapper .phone-text { font: normal 14px/18px attAleckSans-Regular; }
    #breadcrumb-component a.button.medium { margin: 15px 0;padding: 12.5px 36px; }
}
.segment-heading {clear:both;}
section.segment-heading {position:relative;padding:0 15px 24px;margin:0 auto;width:100%;max-width:1280px;}
.segment-title.smb-width section.segment-heading { max-width: 1553px; }
section.segment-heading.top-padding {padding-top:24px;}
section.segment-heading h1, section.segment-heading h2 {font-size:16px;line-height:16px;margin:0;font-family:attAleckSans-Regular;text-align:center;}
section.segment-heading h3 {font-size:16px;line-height:16px;margin:10px 0 0;font-family:attAleckSans-Light;text-align:center;}
section.segment-heading h3.no-title {margin-top:0px;}

@media screen and (min-width: 768px) {
    section.segment-heading {padding:0 15px 40px;}
    section.segment-heading.top-padding {padding-top:40px;}
    section.segment-heading h1, section.segment-heading h2 {font-size:20px;line-height:20px;font-family:attAleckSans-Regular;text-align:center;}
    section.segment-heading h3 {font-size:20px;line-height:20px;margin:10px 0 0;font-family:attAleckSans-Light;text-align:center;}
    section.segment-heading h3.no-title {margin-top:0px;}
}

@media screen and (min-width: 1280px) {
    section.segment-heading {padding:0 0 60px;}
    section.segment-heading.top-padding {padding-top:60px;}
    section.segment-heading h1, section.segment-heading h2 {font-size:18px;line-height:18px;font-family:attAleckSans-Bold;text-align:center;}
    section.segment-heading h3 {font-size:34px;line-height:34px;margin:15px 0 0;font-family:attAleckSans-Light;text-align:center;}
    section.segment-heading h3.no-title {margin-top:0px;}
}
section.solutions.page-heading {position:relative;padding:24px 20px;margin:0 auto;width:100%;max-width:1280px;}
section.solutions.page-heading.center {text-align:center;}
section.solutions.page-heading.border {margin-bottom:40px;padding-bottom:25px;}
section.solutions.page-heading.border:before { : ""; display: inline-block; border-top: #959595 solid 1px; position: absolute; bottom: 0; left: 50%; width: 200px; margin-left: -100px; }
section.solutions.page-heading h1 {font-family:attAleckSans-Bold;font-size:18px;color:#191919;line-height:18px;}
section.solutions.page-heading h2 {margin-top:12px;font-family:attAleckSans-Light;font-size:1.7rem;line-height:2.1rem;}
section.solutions.page-heading.center h1 {text-align:center;}
section.solutions.page-heading.center h2 {text-align:center;}

@media screen and (min-width: 768px) {

    section.solutions.page-heading {padding:40px 20px;}
    section.solutions.page-heading.center {padding:50px 100px 25px;}
	section.solutions.page-heading.border:before {width: 400px;margin-left:-200px;}
    section.solutions.page-heading h2 {font-size:2.4rem;line-height:3.2rem;}

}

@media screen and (min-width: 1280px) {

    section.solutions.page-heading {padding:60px 0;}

}
/* LESS color variables */
/* core color */
/* Primary colors */
/* Secondary color */
/* Functional colors */
.swiper-container-carousal {
  position: relative;
  overflow: hidden;
}
.marquee-heading {
  position: relative;
  clear: both;
  /* TODO: move button's common styles to global level once it has been defined */
  /* TODO: move to global style end */
}
.marquee-heading .swiper-container {
  height: 250px;
  width: 100%;
}
.marquee-heading .marquee-item {
  position: relative;
  height: 250px;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}
.marquee-heading .marquee-item.with-link:hover {
  cursor: pointer;
}
.marquee-heading .swiper-slide:hover {
  cursor: default;
}
.marquee-heading .marquee-item > .container > .row > a {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 2;
  left: 0;
}
.marquee-heading .marquee-item > .container > .row > a:hover {
  text-decoration: none;
}
.marquee-heading .marquee-overlay.with-video {
  margin-top: calc(132.5px);
}
.marquee-heading .marquee-overlay.with-video .cta-link {
  display: none;
}
.marquee-heading .marquee-overlay {
  margin-top: calc(112.5px);
  padding-right: 20px;
  padding-left: 20px;
}
.marquee-heading .marquee-overlay h1,
.marquee-heading .marquee-overlay h2,
.marquee-heading .marquee-overlay h3,
.marquee-heading .marquee-overlay h4,
.marquee-heading .marquee-overlay h5,
.marquee-heading .marquee-overlay span.marq-h1 {
  color: #ffffff;
}
.marquee-heading .marquee-overlay h1,
.marquee-heading .marquee-overlay h2,
.marquee-heading .marquee-overlay span.marq-h1 {
  font: normal 22px/26px attAleckSans-Regular;
}
.marquee-heading .marquee-overlay h1,
.marquee-heading .marquee-overlay span.marq-h1 {
  letter-spacing: -0.01em;
}
.marquee-heading .marquee-overlay .H2 {
  font: normal 38px/38px attAleckSans-Regular;
}
.marquee-heading .marquee-overlay .H3 {
  font: normal 24px/24px attAleckSans-Light;
}
.marquee-heading .marquee-overlay .H4 {
  font: normal 22px/22px attAleckSans-Medium;
}
.marquee-heading .marquee-overlay .H5 {
  font: normal 18px/18px attAleckSans-Light;
}
.marquee-heading .marquee-overlay .H6 {
  font: normal 18px/18px attAleckSans-Medium;
}
.marquee-heading .marquee-overlay p {
  font: normal 14px/18px attAleckSans-Regular;
  color: #ffffff;
  margin: 16px 0 0;
}
.marquee-heading .marquee-overlay p a {
  color: #ffffff;
  text-decoration: underline;
  font-size: inherit;
}
.marquee-heading .marquee-overlay .marquee-button {
  padding: 5px 30px;
  border-radius: 15px;
  background-color: #0568ae;
  border: none;
  color: #ffffff;
  width: 150px;
  margin: 20px 0;
}
.marquee-heading .marquee-overlay .marquee-more-link {
  display: block;
  color: #ffffff;
  font: normal 14px/18px attAleckSans-bold;
  margin-top: 24px;
}
.marquee-heading .marquee-overlay .att-button {
  background-color: transparent;
  border: 2px solid #ffffff;
  margin-top: 24px;
  text-align: center;
}
.marquee-heading .marquee-overlay .att-button:hover {
  background-color: #034574;
}
.marquee-heading a.icon-long-arrow i {
  position: absolute;
  transform: translateX(20%);
  transition: all 300ms cubic-bezier(0.63, 0.64, 0.3, 1);
  width: 45px;
}
.marquee-heading a.icon-long-arrow:hover i {
  transform: translateX(100%);
  transition: all 300ms cubic-bezier(0.63, 0.64, 0.3, 1);
}
.marquee-heading .swiper-pagination {
  position: absolute;
  background-color: transparent;
}
.marquee-heading .swiper-container-horizontal > .swiper-pagination-bullets {
  text-align: right;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  bottom: 0;
}
.marquee-heading .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px;
  box-shadow: 0 0 5px #000000;
}
.marquee-heading .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: transparent;
  opacity: 1;
  border: 7px solid #ffffff;
}
.marquee-heading .swiper-pagination-bullet-active {
  background: #0568ae;
  border: 7px solid #0568ae;
  opacity: 1;
}
.marquee-heading .large-button.cta-link:focus {
  background-color: #0568ae;
  font-size: 19px;
  padding: 16px 36px;
  color: #ffffff;
  border-radius: 36px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0px 5px #0568ae;
}
.marquee-heading .large-button.cta-link:hover {
  background-color: #034574;
}
.marquee-heading .swiper-button-prev {
  display: none;
  background-image: none;
  z-index: 1;
}
.marquee-heading .swiper-button-next {
  display: none;
  background-image: none;
  z-index: 1;
}
.marquee-heading .marquee-overlay-container .mobile-image {
  display: block;
  max-width: 640px;
  margin: 0 auto;
}
.marquee-heading .marquee-overlay-container .mobile-image img {
  margin: 0 auto;
}
.marquee-heading .att-button.large {
  padding: 12px 36px 12px 36px;
  font-family: attAleckSans-Medium;
}
.marquee-heading .marquee-play-icon-container {
  position: relative;
}
.marquee-heading .marquee-play-icon-container.att-button.large {
  padding: 12px 66px 12px 36px;
}
.marquee-heading .html5-video-container {
  display: none;
  position: relative;
  height: 375px;
  overflow: hidden;
}
.marquee-heading .html5-video-container video {
  position: absolute;
  top: 0;
  z-index: -1;
}
.marquee-heading .playpause {
  display: none;
  position: absolute;
  right: 25px;
  top: 15px;
  float: left;
  padding: 6px 9px;
  background-color: transparent;
  border-radius: 20px;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.marquee-heading .playpause label {
  display: block;
  box-sizing: border-box;
  width: 0;
  height: 9px;
  border-color: transparent transparent transparent #ffffff;
  transition: 100ms all ease;
  border-style: double;
  border-width: 0 0 0 6px;
  cursor: pointer;
}
.marquee-heading .playpause input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.marquee-heading .playpause input[type="checkbox"]:checked + label {
  border-style: solid;
  border-width: 4px 0 4px 6px;
}
.marquee-heading .playpause input[type="checkbox"]:focus + label {
  box-shadow: 0 0 5px #ffffff;
}
.marquee-heading .featured-products-container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  z-index: 3;
}
.marquee-heading .video-overlay-container {
  position: relative;
  display: flex;
  width: 100%;
  z-index: 1;
}
a.icon-long-arrow.white-arrow i svg {
  fill: #ffffff;
}
/* specific to marquee-heading component */
/* TODO: move to global style start */
.play-icon-container {
  position: absolute;
}
.play-icon-container .solutions-play-icon {
  background-color: rgba(0, 0, 0, 0.5);
  float: left;
  padding: 25px 35px;
  border-radius: 7px;
}
.play-icon-container .solutions-play-icon:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 24px solid #ffffff;
  clear: both;
  top: 13px;
  left: 25px;
}
.play-icon-container .solutions-play-icon:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}
.marquee-play-icon-container .solutions-play-icon:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #ffffff;
  clear: both;
  top: 14px;
  right: 25px;
}
.marquee-play-icon-container .solutions-play-icon:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}
.marquee-play-icon-container.att-button.primary.large:focus {
  border: none;
  box-shadow: none;
  padding: 12px 66px 12px 36px;
}
@media screen and (max-width: 480px) {
  .marquee-heading .marquee-item {
    background-image: none !important;
    background-color: #000000;
    height: auto;
  }
  .marquee-heading .marquee-overlay {
    margin-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 481px) and (max-width: 599px) {
  .marquee-heading .marquee-item {
    background-image: none !important;
    background-color: #000000;
    height: auto;
  }
  .marquee-heading .marquee-overlay {
    margin-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .marquee-heading .marquee-item {
    background-image: none !important;
    background-color: #000000;
    height: auto;
  }
  .marquee-heading .marquee-overlay {
    margin-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .marquee-heading {
    /*.marquee-heading {padding-bottom:40px;}*/
  }
  .marquee-heading .marquee-overlay-container {
    display: flex;
    position: relative;
    align-items: center;
    height: 375px;
    padding-left: 24px;
    z-index: 1;
  }
  .marquee-heading .marquee-overlay-container .mobile-image {
    display: none;
  }
  .marquee-heading .marquee-overlay-container .marquee-overlay {
    position: relative;
    margin-top: 0px;
  }
  .marquee-heading .marquee-overlay.with-video {
    margin-top: calc(132.5px);
  }
  .marquee-heading .swiper-container {
    height: 375px;
  }
  .marquee-heading .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: center;
  }
  .marquee-heading .marquee-item {
    height: 375px;
  }
  .marquee-heading .marquee-gradient {
    position: absolute;
    width: 100%;
    height: 375px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0) 60%);
    z-index: 1;
  }
  .marquee-heading .marquee-overlay.with-video .cta-link {
    display: block;
  }
  .marquee-heading .marquee-overlay h1,
  .marquee-heading .marquee-overlay h2,
  .marquee-heading .marquee-overlay span.marq-h1 {
    font: normal 50px/54px attAleckSans-Light;
  }
  .marquee-heading .marquee-overlay p {
    font: normal 18px/22px attAleckSans-Regular;
  }
  .marquee-heading .marquee-overlay .marquee-more-link {
    font: normal 14px/18px attAleckSans-Medium;
  }
  .marquee-heading .html5-video-container {
    display: block;
  }
  .marquee-heading .playpause {
    display: block;
    z-index: 2;
  }
  .marquee-heading .video-overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .marquee-heading .video-overlay-container > .marquee-overlay-container {
    max-width: 1280px;
    margin: 0 auto;
    z-index: 1;
  }
  .marquee-play-icon-container .solutions-play-icon:after {
    top: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .marquee-heading .marquee-overlay-container {
    height: 400px;
    padding-left: 0px;
  }
  .marquee-heading .swiper-container {
    height: 400px;
  }
  .marquee-heading .swiper-button-prev {
    display: block;
  }
  .marquee-heading .swiper-button-next {
    display: block;
  }
  .marquee-heading .marquee-gradient {
    height: 400px;
  }
  .marquee-heading .marquee-item {
    height: 400px;
  }
  .marquee-heading .marquee-overlay {
    padding-left: 75px;
  }
  .marquee-heading .marquee-overlay h1,
  .marquee-heading .marquee-overlay h2,
  .marquee-heading .marquee-overlay span.marq-h1 {
    font: normal 50px/56px attAleckSans-Light;
    margin-bottom: 0px;
  }
  .marquee-heading .marquee-overlay p {
    font: normal 18px/22px attAleckSans-Regular;
    margin: 24px 0 0;
  }
  .marquee-heading .marquee-overlay .marquee-more-link {
    font: normal 14px/18px attAleckSans-bold;
    margin-top: 28px;
  }
  .marquee-heading .att-button {
    margin-top: 24px;
  }
  .marquee-heading .att-button.large {
    padding: 12px 36px 12px 36px;
  }
  .marquee-heading .marquee-play-icon-container.att-button.large {
    padding: 12px 66px 12px 36px;
  }
  .marquee-heading .swiper-pagination-bullet {
    border: 10px solid #ffffff;
  }
  .marquee-heading .swiper-pagination-bullet-active {
    border: 10px solid #0568ae;
  }
  .marquee-heading .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: center;
    left: 35%;
    width: 30%;
  }
  .marquee-heading .html5-video-container {
    height: 400px;
  }
  .play-icon-container .solutions-play-icon {
    padding: 35px 60px;
    border-radius: 20px;
  }
  .play-icon-container .solutions-play-icon:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 34px solid #ffffff;
    top: 20px;
    left: 45px;
  }
  .marquee-play-icon-container .solutions-play-icon:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #ffffff;
    right: 30px;
    top: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .marquee-heading .marquee-overlay {
    padding-left: 0px;
  }
}
@media (min-aspect-ratio: 16/9) {
  .marquee-heading .html5-video-container video {
    height: auto;
    width: 1920px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-aspect-ratio: 16/9) {
  .marquee-heading .html5-video-container video {
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/*.image-heading {padding-bottom:24px;}*/
.image-heading .image-item { position: relative; height: auto; width: 100%;}
.image-heading .image-item > .container > .row > a {position:absolute;height:auto;width:100%;background-color:transparent;z-index:2;}
.image-heading .image-item > .container > .row > a:hover {text-decoration:none;}
.image-heading { position: relative; clear:both; }

.image-heading .html5-video-container { display: none; position: relative; height: 375px; overflow: hidden; }
.image-heading .html5-video-container video {position: absolute;top: 0;z-index: -1;}
.image-heading .playpause { display: none; position: absolute; right: 25px; top: 15px; float: left; padding: 6px 9px; background-color: transparent; border-radius: 20px; border:2px solid #fff; }
.image-heading .playpause label { display: block; box-sizing: border-box; width: 0; height: 9px; border-color: transparent transparent transparent #fff; transition: 100ms all ease; border-style: double; border-width: 0 0 0 6px; cursor: pointer; }
.image-heading .playpause input[type="checkbox"] { position: absolute; left: -9999px; }
.image-heading .playpause input[type="checkbox"]:checked + label { border-style: solid; border-width: 4px 0 4px 6px; }
.image-heading .playpause input[type="checkbox"]:focus + label { box-shadow: 0 0 5px #fff; }

@media screen and (max-width:480px){
    .image-heading .image-item {display:none;}
    .image-heading .image-overlay-container .mobile-image {display:block;}
}

@media screen and (min-width:481px) and (max-width:599px){
    .image-heading .image-item {display:none;}
    .image-heading .image-overlay-container .mobile-image {display:block;}
}

@media screen and (min-width:600px) and (max-width:767px){
    .image-heading .image-overlay-container .mobile-image {display:none;}
}

@media screen and (min-width:768px){
    .image-heading .image-overlay-container .mobile-image {display:none;}
    /*.image-heading {padding-bottom:40px;}*/
    .image-heading .container .row .att-track{display:none;}
    .image-heading .image-overlay-container {display:flex; position:relative; align-items:center; height:auto;padding-left:24px;z-index:1;}
    .image-heading .image-item { height: auto; }
    .image-heading .html5-video-container { display: block; }
    .image-heading .playpause { display: block; z-index:2;}
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
    /* .image-heading {padding-bottom:60px;} */
    .image-heading .image-overlay-container {height:auto; padding-left:0px;}
}

@media screen and (min-width: 1400px) {
}

@media (min-aspect-ratio: 16/9) {
    .image-heading .html5-video-container video { height: auto; width: 1920px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
}
@media (max-aspect-ratio: 16/9) {
    .image-heading .html5-video-container video { height: 100%; width: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); }
}
/* video-overlay component */
.video-overlay { display: none; }  /* required when added as initial component */
.video-overlay .video-background-mask { top:0; left:0; right: 0;bottom: 0;position: fixed;background-color: #000; opacity: .7; z-index: 1001; }
.video-overlay .video-foreground { position: fixed;width: 80%;  background-color: #000; z-index: 1002; top: 50%; left: 50%; transform: translate(-50%, -50%);  }
.video-overlay .video-title { color: #fff; text-align-last: center; margin: 16px 30px; font: normal 16px/20px attAleckSans-Light; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.video-overlay .video-close-button { z-index: 1; font-size: 16px; position: absolute; right: 2%; color: #fff; top: 16px; cursor: pointer; }
.video-overlay .video-container { background-color: #000; width: 96%; margin: auto 2%; position: relative; padding-bottom: 56.25%; height: 0; margin-bottom: 10px; }
.video-overlay iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media screen and (min-width: 768px) {
    .video-overlay .video-title { margin: 16px 40px; }
}
@media screen and (min-width: 1024px) {
    .video-overlay .video-title {  margin: 24px 50px; font: normal 24px/30px attAleckSans-Light; }
    .video-overlay .video-close-button { font-size: 22px; top: 24px; }
}
@media screen and (min-width: 1200px) {
    .video-overlay .video-foreground { width: 60%; }
	.video-overlay .video-foreground { width: calc(1200 * 0.8 * 1px); overflow-y: auto; }
}

.tabs-component-container .tabset > .tablist {
  white-space: nowrap;
  overflow-x: auto;
}
.tabs-component-container .tabset > .tablist > input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.tabs-component-container .tabset > .tablist > label {
  position: relative;
  display: inline-block;
  padding: 15px 0 10px 0;
  cursor: pointer;
  border-bottom: 0;
  margin: 0 45px;
  font-size: 18px;
  color: #0568ae;
  font-family: attAleckSans-Medium;
}
.tabs-component-container .tabset > .tablist > label:last-of-type {
  margin: 0 0 0 45px;
}
@media only screen and (max-width: 320px) {
  .tabs-component-container .tabset > .tablist > label:last-of-type {
    margin: 0 0 0 30px;
  }
}
.tabs-component-container .tabset > .tablist > label:first-of-type {
  margin: 0 45px 0 0;
}
@media only screen and (max-width: 320px) {
  .tabs-component-container .tabset > .tablist > label:first-of-type {
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .tabs-component-container .tabset > .tablist > label {
    font-family: attAleckSans-Regular;
  }
}
@media only screen and (max-width: 320px) {
  .tabs-component-container .tabset > .tablist > label {
    font-size: 16px;
    margin: 0 30px;
    font-family: attAleckSans-Light;
  }
}
.tabs-component-container .tabset > .tablist > input:checked + label {
  border-bottom: 5px solid #0568ae;
  color: #191919;
}
.tabs-component-container .tabset .tab-panel {
  display: none;
  padding: 30px 0;
}
.tabs-component-container .configure {
  font-size: 26px;
}


.table-comparison span{display:block;}
.table-comparison .container{
    padding:40px 15px 20px;
    position: relative;
}
.table-comparison .table-item{
    margin-bottom:30px;   
}
.table-comparison .plan-name{
    background:#009FDB;
    padding:15px 15px 25px;
    display:table;
    width:100%;
    height:105px;
}
.table-comparison .plan-name a { font:normal 24px/32px attAleckSans-Medium; text-decoration: underline; color: #fff;  }
.table-comparison .plan-name h3{
    margin: 0;
    line-height: 29px;
    font-size: 25px;
    color: #fff;
    font: normal 24px/32px attAleckSans-Medium;
    display: table-cell;
    vertical-align: middle;
}
.table-comparison .plan-name h3 span{
    font:inherit;
    width:85%;
    margin:0 auto;
}

.table-comparison .price-option-label span{
    margin:0 0 5px;
    font: normal 18px/24px attAleckSans-Medium;
}
.table-comparison .price-option-label{
    color:inherit;
}
.table-comparison .plan-price{
    height:45px;
    color:inherit;
}
.table-comparison .plan-price span{
    margin:0;
    display:table;
    width:auto;
    margin:0 auto 20px;
    position:relative;
    font: normal 30px/38px attAleckSans-Medium;
}
.table-comparison .plan-price span small{
    font: normal 14px/38px attAleckSans-Regular;
}
.table-comparison .plan-details{
    padding:20px 15px 30px;
    border:1px solid #e5dcdc;
    background:#fff;
    color:#000 !important;
}
.table-comparison .options-label span{
    margin:20px 0 10px;
    font: normal 14px/19px attAleckSans-Medium;
    color:inherit;
    min-height: 48px;
}
.table-comparison .options-label span a { font: normal 14px/19px attAleckSans-Medium; text-decoration: underline; }
.table-comparison .plan-dropdown{
    margin:0 0 25px;
}
.table-comparison .plan-dropdown select{
    width:100%;
    height:36px;
    font: normal 14px/36px attAleckSans-Regular;
}
.table-comparison .features-label span{
    margin:0 0 5px;
    font: normal 16px/22px attAleckSans-Bold;
    color:inherit;
}
.table-comparison .features-label span a { font: normal 16px/22px attAleckSans-Bold; text-decoration: underline; }
.table-comparison .plan-details-link{
    margin:20px 0 0;
}
.table-comparison .plan-action{
    margin:20px 0 0;
}
.table-comparison .plan-details-link a{
    font: normal 14px/19px attAleckSans-Regular;
    color:#0568ae;
    text-decoration:none;
}
.table-comparison .plan-action a{
    background:#0568ae;
    padding:10px 36px;
    border-radius: 40px;
    font: normal 19px/25px attAleckSans-Medium;
}
.table-comparison .list-item{
    border-bottom:1px solid #d2d2d2;
}

.table-comparison .list-item .item-name a{
    font: normal 14px/19px attAleckSans-Medium;
    color:inherit;
    padding:20px 0;
    display:block;
    width:100%;
    text-decoration: none;
    position:relative;
}
.table-comparison .list-item .item-name a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    float: right;
    color: grey;
}
.table-comparison .list-item .item-name a.collapsed:after {
    content: "\e114";
}


.table-comparison .sub-features-list{
    margin-left:20px; 
}
.table-comparison .sub-features-list .sub-item{
    display:block;
    width:100%;
    padding:15px 0;
    border-top:1px solid #d2d2d2;
}
.table-comparison .sub-features-list .sub-item span{
    font: normal 14px/19px attAleckSans-Regular;
    color:inherit;
}

.table-comparison .swiper-slide:hover {cursor:default;}

.table-comparison .swiper-button-prev {display:none;}
.table-comparison .swiper-button-next {display:none;}


/* Swiper Button Colors for Blue and Black Background */
.table-comparison [data-bg="black"] .swiper-button-next,
.table-comparison [data-bg="black"] .swiper-button-prev,
.table-comparison [data-bg="blue"] .swiper-button-next,
.table-comparison [data-bg="blue"] .swiper-button-prev,
.table-comparison [data-bg="dark-blue"] .swiper-button-next,
.table-comparison [data-bg="dark-blue"] .swiper-button-prev{
    background:#fff !important;
}
.table-comparison [data-bg="black"] .swiper-slide { background:#000; }
.table-comparison [data-bg="blue"] .swiper-slide { background:#009FDB; }
.table-comparison [data-bg="dark-blue"] .swiper-slide { background:#0568ae; }
.table-comparison [data-bg="light-gray"] .swiper-slide { background:#f2f2f2; }
.table-comparison [data-bg="white"] .swiper-slide { background:#fff; }

/* Swiper library override to push navigational arrows below sticky nav */
.table-comparison .swiper-button-prev, .table-comparison .swiper-button-next { z-index: 1; }

.table-comparison .swiper-button-prev{left:-50px !important;}
.table-comparison .swiper-button-next{right:-50px !important;}

.table-comparison  .comparison-swiper-container{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.table-comparison .swiper-slide { background: #f2f2f2; }
.table-comparison .list-item .item-name a.noChildren:after {display: none;}
.table-comparison .list-item .item-name a.noChildren {cursor: default;}
.table-comparison .swiper-wrapper.swiper-center { justify-content: left; }
.table-comparison [data-bg="black"] span { color: #000; }
.table-comparison [data-bg="dark-blue"] span { color: #000; }

@media screen and (min-width: 320px) {
    .table-comparison .swiper-slide {width:303.33px;overflow:hidden;}
    .table-comparison .swiper-wrapper{margin-left:0px;margin-right:0;}
}

@media screen and (min-width: 768px) {
    .table-comparison .swiper-wrapper.swiper-center { justify-content: center; }
}

@media screen and (min-width: 1200px) {

    .table-comparison .swiper-slide {width:370px !important;background:none;}
    .table-comparison .swiper-button-prev {display:block; left:0;}
    .table-comparison .swiper-button-next {display:block; right:6px;}
    
    .table-comparison .comparison-swiper-container{overflow:hidden;}

    .table-comparison .container{max-width:1122px;}
    .table-comparison .swiper-wrapper{margin-left:-15px;margin-right:-15px;}

}
.products-services-list {position:relative;}
.products-services-list > div {float:left; width:100%;}
.products-services-list .list-wrapper {padding-bottom:7px; overflow:auto;}
.products-services-list .list-wrapper {margin:0 auto;padding-left:9px; padding-right:9px;}
.products-services-list .items-wrapper .item { border:1px solid #d2d2d2; box-shadow: 0 0 7px #d2d2d2; margin: 7px; background-color: #fff; }
.products-services-list .items-wrapper.detailed .item { min-height: 232px; }
.products-services-list .items-wrapper .item .list-image { min-height:104px; }
.products-services-list .items-wrapper .item .list-image img { margin:0 auto; }
.products-services-list .item-wrapper {padding:0 25px;}

.products-services-list .items-wrapper.simple .item-wrapper {padding:0;}
.products-services-list .item-wrapper h3 {position: relative; font-size:14px; line-height:18px; font-family:attAleckSans-Regular; text-align:center;color:#0568ae;margin:0;padding:16px 50px 16px 0;}
.products-services-list .item-wrapper > h3 > a.ps-link {font-size:14px; line-height:19px; font-family:attAleckSans-Regular;color:#0568ae; text-align:center; padding: 20px 0;}
.products-services-list .item-wrapper > p {font-size:14px; line-height:14px; font-family:attAleckSans-Regular;color:#767676; margin-top:16px;display:block;text-align:center;}
.products-services-list .items-wrapper.simple .item-wrapper h3 {border-bottom:1px solid #d2d2d2;}
.products-services-list .ps-arrow { position: absolute;right: 15px;top: 8px; padding: 10px; text-decoration: none; }
.products-services-list .ps-arrow:before { content: '\e252'; }
.products-services-list .ps-arrow[aria-expanded='true']:before { content: '\e253'; }
.products-services-list .items-wrapper.simple .item-wrapper ul {padding:24px 16px; min-height: 158px; }
.products-services-list .items-wrapper.simple .item-wrapper li a {font-size:14px; font-family:attAleckSans-Regular;}

.products-services-list .items-wrapper.detailed .cta-btn {margin-top:16px;text-align:center;}

.products-services-list .items-wrapper .item-wrapper {padding:0 16px 0;}
.products-services-list .items-wrapper .item-wrapper li {list-style:none;}
.products-services-list .items-wrapper.simple .cta-link {margin-top:16px;}

.products-services-list .items-wrapper { width:314px; }
.products-services-list .items-wrapper { margin:0 auto; }
.products-services-list .items-wrapper .item {float:left;width:314px;margin-right:17px;margin-bottom:9px;}
.products-services-list .items-wrapper .item .image-wrapper {height: 144px;width: 312px;background-position: center;background-size: cover;background-repeat: no-repeat;}

.products-services-list .swiper-slide:hover {cursor:default;}

@media screen and (min-width: 320px) {

}
@media screen and (min-width: 684px) {
    /* Display 2 tiles across */
    .products-services-list .items-wrapper { width:666px; }
    .products-services-list .items-wrapper .item {margin: 7px 9px 9px 7px;}
    .products-services-list .items-wrapper .item-2,.products-services-list .items-wrapper .item-4 {margin-right:7px;}
    .products-services-list .items-wrapper .item-6,.products-services-list .items-wrapper .item-8 {margin-right:7px;}
    .products-services-list .items-wrapper .item-10,.products-services-list .items-wrapper .item-12 {margin-right:7px;}    
    .products-services-list div[id*="tile-body-"] { height: auto !important; }
    .products-services-list .collapse { display: block; }
    .products-services-list .items-wrapper.simple .item-wrapper h3 {min-height:74px;}
}
@media screen and (min-width: 768px) {
    .products-services-list .ps-arrow { display: none; }
    .products-services-list .list-wrapper {padding-bottom:23px;}
    .products-services-list .list-wrapper {padding-left:17px; padding-right:17px;}
    .products-services-list .item-wrapper h3 {font-size:18px; line-height:22px;padding-top:24px; padding-bottom:24px;}
    .products-services-list .items-wrapper.simple .item-wrapper h3 {min-height:98px;}
    .products-services-list .item-wrapper > h3 > a.ps-link {font-size:18px; line-height:25px; }
    .products-services-list .item-wrapper > p {font-size:16px; line-height:16px; margin-top:24px;}
    .products-services-list .cta-btn {margin-top:24px;}
    .products-services-list .items-wrapper .item {margin: 7px 17px 17px 7px;}
    .products-services-list .items-wrapper.detailed .item { min-height: 245px; }
    .products-services-list .items-wrapper .item-2,.products-services-list .items-wrapper .item-4 {margin-right:7px;}
    .products-services-list .items-wrapper .item-6,.products-services-list .items-wrapper .item-8 {margin-right:7px;}
    .products-services-list .items-wrapper .item-10,.products-services-list .items-wrapper .item-12 {margin-right:7px;}
    .products-services-list .items-wrapper .item-wrapper h3 {font-size:18px;padding-right:10px;padding-left:10px;}
}
@media screen and (min-width: 900px) {
    
}
@media screen and (min-width: 1026px) {

    /* Display 3 tiles across */    
    .products-services-list .items-wrapper { width:1004px; }    
    .products-services-list .items-wrapper.items-2 { width:666px; }    
    .products-services-list .items-wrapper .item-3,.products-services-list .items-wrapper .item-6 {margin-right:7px;}
    .products-services-list .items-wrapper .item-9,.products-services-list .items-wrapper .item-12 {margin-right:7px;}
    .products-services-list .items-wrapper .item-1,.products-services-list .items-wrapper .item-2 {margin-right:17px;}
    .products-services-list .items-wrapper .item-4,.products-services-list .items-wrapper .item-5 {margin-right:17px;}
    .products-services-list .items-wrapper .item-7,.products-services-list .items-wrapper .item-8 {margin-right:17px;}
    .products-services-list .items-wrapper .item-10,.products-services-list .items-wrapper .item-11 {margin-right:17px;}
    .products-services-list .items-wrapper.items-2 .item-2 {margin-right: 7px;}
    .products-services-list .items-wrapper.items-3 .item-3 {margin-right: 7px;}    

    .products-services-list .cta-btn {margin:24px auto 0;}

}

@media screen and (min-width: 1200px) {
    .products-services-list .list-wrapper {padding-bottom:43px;}
}

@media screen and (min-width: 1376px) {
    /* Display 4 tiles across with padding */
    .products-services-list .items-wrapper { width:1342px; }    
    .products-services-list .items-wrapper.items-2 { width:666px; }    
    .products-services-list .items-wrapper.items-3 { width:1004px; }
    .products-services-list .items-wrapper .item-4,.products-services-list .items-wrapper .item-8,.products-services-list .items-wrapper .item-12 {margin-right:7px;}
    .products-services-list .items-wrapper .item-1,.products-services-list .items-wrapper .item-2,.products-services-list .items-wrapper .item-3 {margin-right:17px;}
    .products-services-list .items-wrapper .item-5,.products-services-list .items-wrapper .item-6,.products-services-list .items-wrapper .item-7 {margin-right:17px;}
    .products-services-list .items-wrapper .item-9,.products-services-list .items-wrapper .item-10,.products-services-list .items-wrapper .item-11 {margin-right:17px;}
    .products-services-list .items-wrapper.items-2 .item-2 {margin-right: 7px;}
    .products-services-list .items-wrapper.items-3 .item-3 {margin-right: 7px;}    
    
}

div.product-card-component .container {position:relative;}
div.product-card-component > div {padding:0 0 24px;}
div.product-card-component .product-card-container {padding-left:11px;}
div.product-card-component .item-list {margin:0 auto;position: relative;overflow: hidden;}
div.product-card-component .swiper-wrapper {position:relative; display:flex;}
div.product-card-component .swiper-slide { position:relative; display:flex; width: auto; height:auto;}
div.product-card-component .item-list .item{float:left;width:288px;padding:0 5px 5px;margin-bottom:0;min-height:auto;position:relative; display:flex;}
div.product-card-component .product-card-container > .item-list > .item {width:100%;max-width:288px;margin: 0 auto;float: none;}
div.product-card-component .item-cont{
    box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
    background:#fff;
    padding:16px;
    border-top:18px solid #30CFFF; width:100%;
}
div.product-card-component .item h2{font:26px/30px attAleckSans-Bold;color:#191919;margin:0 0 24px;}
div.product-card-component .item h3{font:14px/18px attAleckSans-Medium;color:#191919;margin:0 40px 24px;height:32px;}
div.product-card-component .item h4{font:18px/22px attAleckSans-Bold;color:#191919;margin:0 0 10px;}
div.product-card-component .item p{font:14px/18px attAleckSans-Regular;color:#191919;margin:0 0 24px;}
div.product-card-component .item p a { text-decoration: underline; font-size: 20px; }
div.product-card-component .item .btn{margin:0;font-size:12px;padding:7px 36px;border-radius:40px;}
div.product-card-component .swiper-button-prev, div.product-card-component .swiper-button-next {display:none;}
div.product-card-component .swiper-slide:hover {cursor:default;}
/* long arrow animation */
.product-card-component a.icon-long-arrow i{display:none;}
.product-card-component a.icon-long-arrow i svg{width:45px;height:10px;fill:#0568ae}
.product-card-component a.icon-long-arrow i{position:absolute;transform:translateX(20%);transition:all 300ms cubic-bezier(0.63,0.64,0.3,1)}
.product-card-component a.icon-long-arrow:hover i{transform:translateX(100%);transition:all 300ms cubic-bezier(0.63,0.64,0.3,1)}

@media screen and (min-width: 768px) {

    div.product-card-component > div {padding:0 0 40px;}
    div.product-card-component .item-list .item { width: 280px; }
    div.product-card-component .product-card-container > .item-list > .item {width:100%;max-width:288px;}
    div.product-card-component .item h2{font:26px/30px attAleckSans-Bold;margin:0 0 24px;}
    div.product-card-component .item h3{font:14px/18px attAleckSans-Medium;margin:0 40px 24px;height:32px;}
    div.product-card-component .item h4{font:18px/22px attAleckSans-Bold;margin:0 0 10px;}
    div.product-card-component .item p{font:14px/18px attAleckSans-Regular;margin:0 0 24px;}
    div.product-card-component .item .btn{margin:0;font-size:17px;padding:8px 36px;}
    div.product-card-component .items-2 .swiper-wrapper{justify-content: center;}
}
@media screen and (min-width: 940px) {
    div.product-card-component .items-3 .swiper-wrapper{justify-content: center;}
}
@media screen and (min-width: 1200px){
    div.product-card-copmponent {padding:0px;}
    div.product-card-component > div {padding:30px 0 60px;}
    div.product-card-component .product-card-container{position: relative;width: 1200px;margin: 0 auto;padding-left:0;}
    div.product-card-component .item-list{margin:0 auto; width: 1080px; }
    div.product-card-component .item-list .item{width:100%;}
    div.product-card-component .product-card-container > .item-list > .item {max-width:598px;}
    div.product-card-component .item .item-cont {padding:40px 85px;}
    div.product-card-component .item h2{font:50px/54px attAleckSans-Bold;margin:0 0 60px;}
    div.product-card-component .item h3{font:28px/32px attAleckSans-Medium;margin:0 0 70px;height:32px;}
    div.product-card-component .item h4{font:20px/24px attAleckSans-Bold;margin:0 0 16px;}
    div.product-card-component .item p{font:20px/25px attAleckSans-Regular;margin:0 0 15px;min-height:125px;}
    div.product-card-component .item .btn{font-size:19px;padding:16px 36px;line-height:12px;height:46px;margin:20px 0;}
    div.product-card-component .swiper-button-prev, div.product-card-component .swiper-button-next {display:block;}
    div.product-card-component .swiper-button-prev {left:0;}
    div.product-card-component .swiper-button-next {right:0;}
    .product-card-component a.icon-long-arrow i{display:inline-block;}
    div.product-card-component .items-2 .swiper-wrapper{justify-content: unset;}
    div.product-card-component .items-3 .swiper-wrapper{justify-content: unset;}
}
.product-card-component .discounts-view .item { width: 337px !important; }
.product-card-component .discounts-view .item-cont { box-shadow: none; border-top: none; border: 1px solid gray; }
.product-card-component .item-cont .discount-title { font: normal 36px/40px attAleckSans-Medium; color: #191919; }
.product-card-component .item-cont .discount-divider { margin: 10px; border-color: #71c5e8; border-width: 2px; }
.product-card-component .item-cont .discount-originalprice span { font: normal 24px/26px attAleckSans-Medium; color: #959595; text-decoration: line-through; }
.product-card-component .item-cont .discount-promo { display: flex; justify-content: center; } 
.product-card-component .item-cont .discount-discount-cont { margin-left: 10px; min-height: 30px; } 
.product-card-component .item-cont .discount-ballon { background-color: #006f36; border-radius: 20px; }
.product-card-component .item-cont .discount-discount { font: normal 16px/18px attAleckSans-Medium; color: #fff; padding: 0 10px; }
.product-card-component .item-cont .discount-price { min-height: 50px; }
.product-card-component .item-cont .discount-price span { font: normal 46px/50px attAleckSans-Bold; color: #191919; }
.product-card-component .item-cont .discount-pricerate { min-height: 25px; }
.product-card-component .item-cont .discount-pricerate span { font: normal 16px/18px attAleckSans-Bold; color: #191919; }
.product-card-component .item-cont .discount-offerdetailstext { min-height: 25px; margin-top: 24px; }
.product-card-component .item-cont .discount-offerdetailstext span { font: normal 14px/18px attAleckSans-Regular; color: #0568ae; }
.product-card-component .item-cont .discount-cta { margin-top: 24px; }
.product-card-component .item-cont .discount-cta .contact-us { font: normal 16px/24px attAleckSans-Medium; }
.product-card-component .item-cont .discount-cta .contact-us-phone { font: normal 24px/26px attAleckSans-Medium; }

.product-card-component .discount-banner .discount-banner-text { padding: 10px; background-image: linear-gradient(270deg,#009fdb 0,#0568ae 100%); background-color: #009fdb; text-align: center; line-height: normal; color: #fff; font: normal 14px/20px attAleckSans-Regular; }

.product-card-component .discount-endcard .item-cont .discount-title { font: normal 24px/26px attAleckSans-Medium; color: #000; }
.product-card-component .discount-endcard .item-cont .discount-copy { font: normal 16px/24px attAleckSans-Medium; color: #191919; margin: 25px 0px; }

/* over rides from default */
.product-card-component .discounts-view .item-list .item { padding: 0; }
div.product-card-component .discounts-view .item-list .item { flex-direction: column; }
div.product-card-component .discounts-view .swiper-wrapper { align-items: flex-end; }
div.product-card-component .items-1 .swiper-wrapper{ justify-content: center; }
div.product-card-component .items-2 .swiper-wrapper { justify-content: unset; }
@media screen and (min-width: 768px) {
    div.product-card-component .items-2 .swiper-wrapper { justify-content: center; }
}
@media screen and (min-width: 1200px) {
    .product-card-component .discounts-view .item .item-cont { padding: 16px; }
}
div.legal-text .wrapper {max-height:205px;border:0;overflow-y:auto;padding:16px;box-sizing:border-box;margin-bottom:20px !important;}
div.legal-text .white-text .wrapper {border-color:#fff;}

div.legal-text ul {padding-left:24px; margin:0 0 20px 24px;}
div.legal-text ol {padding-left:20px; margin:0 0 20px 24px;}
div.legal-text p {font-size: 11px !important;display: block !important;width: 100%;line-height: 14px !important;margin: 0 0 5px !important;}
div.legal-text p  a{font-size: 11px !important;line-height: 14px !important;font-family: attAleckSans-Regular;}
div.legal-text p  sup a{font-size: 12px !important;line-height: 15px !important;}

@media screen and (min-width: 768px) {
    div.legal-text .wrapper {padding:24px;}
}
.image-text-business .image-text-container { padding-bottom:40px; }
.image-text-business .image-text-container.top-padding { padding-top:40px; }
.image-text-business .col-image { overflow:hidden; }
.image-text-business .col-image img { width:100%;height:auto; }
.image-text-business .col-text h2, .image-text-business .col-text h3, .image-text-business .col-image { margin-bottom:16px;margin-top:16px; }
.image-text-business .col-text h4, .image-text-business .col-text h5, .image-text-business .col-text p { margin-bottom:24px; font:normal 16px/20px attAleckSans-Regular}
.image-text-business .col-text p a { font:normal 16px/20px attAleckSans-Regular; text-decoration: underline; }
.image-text-business .col-text h4 a, .image-text-business .col-text h5 a { font:normal 16px/20px attAleckSans-Regular; }
.image-text-business .col-text > a { display: block; font:normal 14px/18px attAleckSans-Bold; }
.image-text-business .col-text h2, .image-text-business .col-text h3 { font:normal 22px/26px attAleckSans-Light; color:inherit; }
.image-text-business .col-text h2 a, .image-text-business .col-text h3 a { font:normal 22px/26px attAleckSans-Light; }

.image-text-business .col-text .H2 { font: normal 38px/38px attAleckSans-Regular; }
.image-text-business .col-text .H3 { font: normal 24px/24px attAleckSans-Light; }
.image-text-business .col-text .H4 { font: normal 22px/22px attAleckSans-Medium; }
.image-text-business .col-text .H5 { font: normal 18px/18px attAleckSans-Light; }
.image-text-business .col-text .H6 { font: normal 18px/18px attAleckSans-Medium; }

.image-text-business a.icon-long-arrow i svg { width:45px; height:10px; fill:#0568ae; } /* TODO: move to global style */
.image-text-business a.icon-long-arrow i { position:absolute;transform:translateX(20%);transition:all 300ms cubic-bezier(0.63,0.64,0.3,1); }
.image-text-business a.icon-long-arrow:hover i { transform:translateX(100%);transition:all 300ms cubic-bezier(0.63,0.64,0.3,1); }

.image-text-business .play-icon-container { top:calc((100% - 35px)/2); left:calc((100% - 70px)/2); }
.image-text-business .image-text-play-icon-container { cursor: pointer; margin-top: 20px; }

.image-text-business .col-text ul, .image-text-business .col-text ol { margin: 0 0 20px 24px;padding-left:24px; }
.image-text-business .col-text ul li, .image-text-business .col-text ol li, .image-text-business .col-text ul li a, .image-text-business .col-text ol li a { font:normal 16px/20px attAleckSans-Regular; }
.image-text-business .col-text ul li a, .image-text-business .col-text ol li a { text-decoration: underline; }
.image-text-business  .icon-long-arrow { margin-bottom: 10px;float:left;clear:both; }

.image-text-business [data-bg="black"] .image-text-container a.icon-long-arrow,
.image-text-business [data-bg="blue"] .image-text-container a.icon-long-arrow,
.image-text-business [data-bg="dark-blue"] .image-text-container a.icon-long-arrow {
    color:#fff;
}
.image-text-business [data-bg="black"] .image-text-container a.icon-long-arrow i svg,
.image-text-business [data-bg="blue"] .image-text-container a.icon-long-arrow i svg,
.image-text-business [data-bg="dark-blue"] .image-text-container a.icon-long-arrow i svg {
    fill:#fff;
}
.image-text-business [data-bg="blue"] .col-text p a,
.image-text-business [data-bg="blue"] .col-text h2 a,
.image-text-business [data-bg="blue"] .col-text h3 a,
.image-text-business [data-bg="blue"] .col-text h4 a,
.image-text-business [data-bg="blue"] .col-text h5 a,
.image-text-business [data-bg="blue"] .col-text h6 a { color: #fff; }

.image-text-business [data-bg="dark-blue"] .col-text p a,
.image-text-business [data-bg="dark-blue"] .col-text h2 a,
.image-text-business [data-bg="dark-blue"] .col-text h3 a,
.image-text-business [data-bg="dark-blue"] .col-text h4 a,
.image-text-business [data-bg="dark-blue"] .col-text h5 a,
.image-text-business [data-bg="dark-blue"] .col-text h6 a { color: #fff; }
.image-text-business [data-bg="dark-blue"] .col-text .att-button {border-width: 2px; border-style: solid;}

.image-text-business [data-bg="black"] .col-text p a,
.image-text-business [data-bg="black"] .col-text h2 a,
.image-text-business [data-bg="black"] .col-text h3 a,
.image-text-business [data-bg="black"] .col-text h4 a,
.image-text-business [data-bg="black"] .col-text h5 a,
.image-text-business [data-bg="black"] .col-text h6 a { color: #0568ae; }
.image-text-business [data-bg="black"] .col-text .att-button {border-width: 2px; border-style: solid;}

.image-text-business .image-text-container p b, 
.image-text-business .image-text-container p i, 
.image-text-business .image-text-container p u, 
.image-text-business .image-text-container p strong, 
.image-text-business .image-text-container p span {
    color: inherit;
}

.image-text-business .image-text-container .imgtxt-title h1, 
.image-text-business .image-text-container .imgtxt-title h2, 
.image-text-business .image-text-container .imgtxt-title h3, 
.image-text-business .image-text-container .imgtxt-title h4, 
.image-text-business .image-text-container .imgtxt-title h5, 
.image-text-business .image-text-container .imgtxt-title h6, 
.image-text-business .image-text-container .imgtxt-title p, 
.image-text-business .image-text-container .imgtxt-title li, 
.image-text-business .image-text-container .imgtxt-title span, 
.image-text-business .image-text-container .imgtxt-title b, 
.image-text-business .image-text-container .imgtxt-title strong, 
.image-text-business .image-text-container .imgtxt-title u, 
.image-text-business .image-text-container .imgtxt-title i {
    color: inherit !important;
}

.image-text-business .col-text .imgtxt-title p { font: normal 40px/44px attAleckSans-Light; }

.image-text-business .image-text-container .imgtxt-subtitle h1, 
.image-text-business .image-text-container .imgtxt-subtitle h2, 
.image-text-business .image-text-container .imgtxt-subtitle h3, 
.image-text-business .image-text-container .imgtxt-subtitle h4, 
.image-text-business .image-text-container .imgtxt-subtitle h5, 
.image-text-business .image-text-container .imgtxt-subtitle h6, 
.image-text-business .image-text-container .imgtxt-subtitle p, 
.image-text-business .image-text-container .imgtxt-subtitle li, 
.image-text-business .image-text-container .imgtxt-subtitle span, 
.image-text-business .image-text-container .imgtxt-subtitle b, 
.image-text-business .image-text-container .imgtxt-subtitle strong, 
.image-text-business .image-text-container .imgtxt-subtitle u, 
.image-text-business .image-text-container .imgtxt-subtitle i {
    color: inherit !important;
}

@media screen and (min-width:768px) {
    .image-text-business .image-text-container { position:relative;display:flex;align-items:center; padding-bottom:40px; }
    .image-text-business .image-text-container.image-right { flex-flow:row-reverse; }
    .image-text-business .col-image { margin-bottom:0; }
    /*.image-text-business .col-image img{max-width:255px}*/
    .image-text-business .col-text h2, .image-text-business .col-text h3 { margin-top:0;margin-bottom:24px; font:normal 22px/26px attAleckSans-Light; color:inherit; }
    .image-text-business .col-text h2 a, .image-text-business .col-text h3 a { font:normal 22px/26px attAleckSans-Light; }
    .image-text-business .col-text h4, .image-text-business .col-text h5, .image-text-business .col-text p { font:normal 16px/20px attAleckSans-Light}
    .image-text-business .col-text p a { font:normal 16px/20px attAleckSans-Light; text-decoration: underline; }
    .image-text-business .col-text h4 a, .image-text-business .col-text h5 a { font:normal 16px/20px attAleckSans-Light; }
    .image-text-business .col-text > a { font:normal 12px/16px attAleckSans-Bold; }
    .image-text-business .col-text ul li, .image-text-business .col-text ol li, .image-text-business .col-text ul li a, .image-text-business .col-text ol li a { font:normal 16px/20px attAleckSans-Light; }
}

@media screen and (min-width:1200px) {
    .image-text-business .image-text-container { padding-bottom:60px; }
    .image-text-business .image-text-container.top-padding { padding-top:60px; }
    .image-text-business .image-text-container.image-right .col-text { padding-right:10%; }
    .image-text-business .image-text-container.image-left .col-text { padding-left:10%; }
    .image-text-business .col-text h2, .image-text-business .col-text h3, .image-text-business .col-text h4, .image-text-business .col-text h5, .image-text-business .col-text p { margin-bottom:40px; }
    .image-text-business .col-image img { max-width:536px; }
    .image-text-business .col-text h2, .image-text-business .col-text h3 { font:normal 40px/44px attAleckSans-Light; color:inherit; }
    .image-text-business .col-text h2 a, .image-text-business .col-text h3 a { font:normal 40px/44px attAleckSans-Light; }
    .image-text-business .col-text h4, .image-text-business .col-text h5, .image-text-business .col-text p, .image-text-business .col-text p a { font:normal 24px/28px attAleckSans-Light; }
    .image-text-business .col-text p a { text-decoration: underline; }
    .image-text-business .col-text h4 a, .image-text-business .col-text h5 a { font:normal 24px/28px attAleckSans-Light; }
    .image-text-business .col-text > a { font:normal 14px/18px attAleckSans-Bold; }
    .image-text-business .play-icon-container { top:calc((100% - 55px)/2); left:calc((100% - 120px)/2); }
    .image-text-business .col-text ul li, .image-text-business .col-text ol li, .image-text-business .col-text ul li a, .image-text-business .col-text ol li a { font:normal 24px/28px attAleckSans-Light; }
}

.icon-list .icon-list-container.top-padding {padding-top:24px;}
.icon-list .col-list ul { list-style-type:none;margin:0;padding:0;}
.icon-list .col-list li{width:100%;float:left;margin:0 0 40px;padding-left:70px;position:relative;min-height:58px;}
.icon-list .col-list ul.hide-icons li {padding-left:0;}
.icon-list .icon-list-container .col-list ul li img.icon-list-image {position:absolute;left:0;top:0;max-width:58px;max-height:58px;}
.icon-list .col-list h2, .icon-list .col-list h2 a {color: #5a5a5a;font: 14px/14px attAleckSans-Medium; margin: 0 0 6px;}
.icon-list [data-bg="black"] .col-list h2, .icon-list [data-bg="black"] .col-list h2 a {color:#d2d2d2;}
.icon-list [data-bg="blue"] .col-list h2, .icon-list [data-bg="blue"] .col-list h2 a {color:#fff;}
.icon-list [data-bg="dark-blue"] .col-list h2, .icon-list [data-bg="dark-blue"] .col-list h2 a {color:#fff;}
.icon-list .col-list h3, .icon-list .col-list h3 a {color: #5a5a5a;font: 14px/14px attAleckSans-Medium; margin: 0 0 6px;}
.icon-list [data-bg="black"] .col-list h3, .icon-list [data-bg="black"] .col-list h3 a {color:#d2d2d2;}
.icon-list [data-bg="blue"] .col-list h3, .icon-list [data-bg="blue"] .col-list h3 a {color:#fff;}
.icon-list [data-bg="dark-blue"] .col-list h3, .icon-list [data-bg="dark-blue"] .col-list h3 a {color:#fff;}
.icon-list [data-bg="black"] .col-list h4, .icon-list [data-bg="black"] .col-list h4 a {color:#d2d2d2;}
.icon-list [data-bg="blue"] .col-list h4, .icon-list [data-bg="blue"] .col-list h4 a {color:#fff;}
.icon-list [data-bg="dark-blue"] .col-list h4, .icon-list [data-bg="dark-blue"] .col-list h4 a {color:#fff;}
.icon-list [data-bg="black"] .col-list h5, .icon-list [data-bg="black"] .col-list h5 a {color:#d2d2d2;}
.icon-list [data-bg="blue"] .col-list h5, .icon-list [data-bg="blue"] .col-list h5 a {color:#fff;}
.icon-list [data-bg="dark-blue"] .col-list h5, .icon-list [data-bg="dark-blue"] .col-list h5 a {color:#fff;}
.icon-list .col-list p, .icon-list .col-list p a { font: 14px/14px attAleckSans-Light; }
.icon-list [data-bg="black"] .col-list p, .icon-list [data-bg="black"] .col-list p a {color:#d2d2d2;}
.icon-list [data-bg="blue"] .col-list p, .icon-list [data-bg="blue"] .col-list p a {color:#fff;}
.icon-list [data-bg="dark-blue"] .col-list p, .icon-list [data-bg="dark-blue"] .col-list p a {color:#fff;}
.icon-list .icon-list-container .col-image img {display:none;}
/* AEMPAS-232 RTE plugin superscript, subscript font size fix. Can be moved to global style */
sub, sup { font-size: 12px; }

.icon-list .col-list li ul, .icon-list .col-list li ol {margin: 0 0 20px 24px;padding-left: 24px;display: table;width: 100%;}
.icon-list .col-list li ul{list-style-type: disc;}
.icon-list .col-list li li, .icon-list .col-list li ol li {margin: 0 !important;padding: 0;min-height: auto !important;width: 100% !important;font:24px/28px attAleckSans-Light;}

@media screen and (min-width: 600px){
    .icon-list .icon-list-container.no-image .col-list li {width:48%;min-height:67px;}
    .icon-list .icon-list-container.no-image .col-list li:nth-child(even) {margin-left:4%;}
    .icon-list .icon-list-container.no-image .col-list li:nth-child(odd) {float:left; clear:both;}
}

@media screen and (min-width: 768px){

    .icon-list .icon-list-container.top-padding {padding-top:40px;}
    .icon-list .icon-list-container.image-right, .icon-list .icon-list-container.image-left {position:relative;display:flex;align-items:center;padding-bottom:40px;}
    .icon-list .icon-list-container.image-right {flex-direction:row-reverse;}
    .icon-list .icon-list-container.image-right .col-list li:last-child, .icon-list .icon-list-container.image-left .col-list li:last-child {margin-bottom:0;}
    .icon-list .col-list h2, .icon-list .col-list h2 a {font: 18px/18px attAleckSans-Bold;margin:0 0 16px;}
    .icon-list .col-list h3, .icon-list .col-list h3 a {font: 18px/18px attAleckSans-Bold;margin:0 0 16px;}
    .icon-list .col-list p, .icon-list .col-list p a {font: 16px/16px attAleckSans-Light;}
    .icon-list .icon-list-container .col-image img{display:block;max-width: 348px !important;} /* height: 300px !important; */
}

@media screen and (min-width: 992px){
    .icon-list .icon-list-container.no-image .col-list li {min-height:96px;}
}

@media screen and (min-width: 1200px){

    .icon-list .icon-list-container.top-padding {padding-top:60px;}
    .icon-list .icon-list-container.image-right, .icon-list .icon-list-container.image-left {padding-bottom:60px;}
    .icon-list .col-list h2{margin:0 0 60px;font:40px/40px attAleckSans-Light;}
    .icon-list .icon-list-container .col-image img{ max-width: 536px !important; }  /* height: 600px !important; */
    .icon-list .col-list h2, .icon-list .col-list h2 a { font: 32px/32px attAleckSans-Bold; margin:0 0 16px;}
    .icon-list .col-list h3, .icon-list .col-list h3 a { font: 32px/32px attAleckSans-Bold; margin:0 0 16px;}
    .icon-list .col-list p, .icon-list .col-list p a {font: 24px/24px attAleckSans-Light;}
    .icon-list .col-list li{margin:0 0 60px;}
    .icon-list .icon-list-container .col-list ul li img.icon-list-image {max-width:100px;max-height:100px;}
    .icon-list .col-list li{padding-left:115px;}
}

.icon-grid .icon-grid-container .col-icon { text-align: center; padding-bottom:24px;min-height:165px;}
.icon-grid .icon-grid-container.top-padding { padding-top:24px;}
.icon-grid .icon-grid-container .col-icon img {clear:both; width: 100%; max-width: 100px; margin-bottom: 7px;}
.icon-grid .icon-grid-container .col-icon [data-toggle="tooltip"] img { width: inherit; }
.icon-grid .icon-grid-container .col-icon p, .icon-grid .icon-grid-container .col-icon p a {clear:both; display: block; margin-bottom: 0; font-size:16px; line-height:16px; font-family:attAleckSans-Light;color:#191919;}
.icon-grid [data-bg="black"] .icon-grid-container .col-icon p, .icon-grid [data-bg="black"] .icon-grid-container .col-icon p a {color:#d2d2d2;}
.icon-grid [data-bg="blue"] .icon-grid-container .col-icon p, .icon-grid [data-bg="blue"] .icon-grid-container .col-icon p a {color:#fff;}
.icon-grid [data-bg="dark-blue"] .icon-grid-container .col-icon p, .icon-grid [data-bg="dark-blue"] .icon-grid-container .col-icon p a {color:#fff;}

@media screen and (min-width: 768px){
    .icon-grid .icon-grid-container .col-icon { min-height:180px; padding-bottom:30px;}
    .icon-grid .icon-grid-container.top-padding { padding-top:40px;}
    .icon-grid .icon-grid-container .col-icon p, .icon-grid .icon-grid-container .col-icon p a {font-size:20px;line-height:20px;}
}
@media screen and (min-width: 992px){

}
@media screen and (min-width: 1200px){
    .icon-grid .icon-grid-container .col-icon {min-height:195px;padding-bottom:40px;}
    .icon-grid .icon-grid-container.top-padding { padding-top:60px;}
    .icon-grid .icon-grid-container .col-icon p, .icon-grid .icon-grid-container .col-icon p a {font-size:24px;line-height:24px;}
}
.headband { background-color: #323a47; }
.headband .headband-container { padding: 10px 0; display: flex; list-style: none; }
.headband .headband-button-container { cursor: pointer; padding-right: 35px; display: flex; flex-direction: column; align-items: center; }
.headband .headband-button-container:first-child { padding-left: 35px; }
.headband .headband-swiper-container { overflow: hidden; }
.headband .headband-button-container a { display: flex; flex-direction: column; align-items: center; }
.headband .headband-icon { width: 30px; height: 30px; margin-bottom: 10px; }
.headband .headband-button-container a, .headband .headband-button-container a span { color: #fff; font: normal 11px attAleckSans-Medium; }
.headband .swiper-slide { background-color: transparent; width: auto; border: none; }

@media screen and (min-width: 767px) {
    .headband .headband-container { padding: 20px 0; justify-content: center; }
    .headband .headband-button-container { padding-right: 50px; }
    .headband .headband-button-container:first-child { padding-left: 50px; }
    .headband .headband-icon { margin-bottom: 12px; }
    .headband .headband-button-container a, .headband .headband-button-container a span { font: normal 12px attAleckSans-Medium; }
}

.main-page .features-highlights.text ul, .main-page .features-highlights.text ol {margin-left:0;}
.main-page .features-highlights.text table {width:100%;margin:0 auto;overflow-x:auto;display:block;}
.main-page .features-highlights.text .wrapper {padding-bottom:40px;}

.main-page .features-highlights.text tr {border-bottom:1px solid #d2d2d2; display:table-row;vertical-align:top;}
.main-page .features-highlights.text th, .main-page .features-highlights.text th a {font-family:attAleckSans-Bold; font-size:20px; padding:0 0 16px 16px; color:inherit;}
.main-page .features-highlights.text th:last-child {padding-right:16px;}
.main-page .features-highlights.text td {font-family:attAleckSans-Regular; font-size:14px; color:inherit;padding:16px 0 16px 16px;}
.main-page .features-highlights.text td a, .main-page .features-highlights.text td p, .main-page .features-highlights.text td li {font-family:attAleckSans-Regular; font-size:14px;}
.main-page .features-highlights.text td:first-child {font-family:attAleckSans-Medium;padding-left:16px;}
.main-page .features-highlights.text td:last-child {padding-right:16px;}
.main-page .features-highlights.text sup a {font-size:12px;}

@media screen and (min-width: 768px) {

    .main-page .features-highlights.text tr:first-child {height:72px;}
    .main-page .features-highlights.text th, .main-page .features-highlights.text th a {font-size:24px;padding:0 0 24px 24px; color:inherit;}
    .main-page .features-highlights.text th:last-child {padding-right:24px;}
    .main-page .features-highlights.text td {font-size:16px;padding:24px 0 24px 24px;}
    .main-page .features-highlights.text td a, .main-page .features-highlights.text td p, .main-page .features-highlights.text td li {font-size:16px;}
    .main-page .features-highlights.text td:last-child {padding-right:24px;}
    
}

@media screen and (min-width: 1200px) {

    .main-page .features-highlights.text .wrapper {padding-bottom:60px;}
    .main-page .features-highlights.text th, .main-page .features-highlights.text th a {font-family:attAleckSans-Bold; font-size:32px; color:inherit;}
    .main-page .features-highlights.text td, .main-page .features-highlights.text td p, .main-page .features-highlights.text td a, .main-page .features-highlights.text td li {font-family:attAleckSans-Regular; font-size:18px;} 

}
.featured-products { display: none; position: absolute; bottom: 0; right: 0; background-color: #fff; width: 300px; }
.featured-products .accordion-title { height: 50px; background-color: #49EEdc; color: #191919; padding-left: 18px; cursor: pointer; }
.featured-products .accordion-title-content {font:normal 18px/50px attAleckSans-Medium;}
.featured-products .accordion-body { opacity: 0.9; }   
.featured-products .accordion-body li { list-style: none; font: normal 14px/18px attAleckSans-Medium; color: #0057b8; padding-bottom: 18px; }
.featured-products .accordion-body li:last-child { padding-bottom: 0; }
.featured-products .accordion-body li a { font: normal 14px/18px attAleckSans-Medium; color: #0057b8; }
.featured-products .accordion-body li a:hover { text-decoration: none; }
.featured-products .accordion-body-content { padding: 18px 18px 26px; background-color: #f2f2f2; }
.featured-products .accordion-title span.accordion-arrow-holder:after {font-family: 'Glyphicons Halflings';content: '\e114';float: right;color: #191919;padding-right: 18px;}
.featured-products .accordion-title.collapsed span.accordion-arrow-holder:after {content: '\e113';}
.featured-products .accordion-title[data-bg="berry"] { background-color:#ff585d; }
.featured-products .accordion-title[data-bg="lime"] { background-color:#91dc00; }
.featured-products .accordion-title[data-bg="mint"] { background-color:#49eedc; }
.featured-products .accordion-title[data-bg="tangerine"] { background-color:#ffb000; }
.featured-products .accordion-title[data-bg="blue"] { background-color:#009fdb; }
.featured-products .accordion-title[data-bg="dark-blue"] { background-color:#0568ae; }
.featured-products .accordion-title[data-bg="purple"] { background-color:#af29bb; color: #fff; }
.featured-products .accordion-title[data-bg="cobalt"] { background-color:#0057b8; color: #fff; }

@media screen and (min-width: 768px) {
    .featured-products { display: block; }
}

/* dealer-lookup component */
.dealer-lookup .dl-container { text-align: center; margin-top: 40px; }
.dealer-lookup .dl-title { font: normal 22px/22px attAleckSans-Light; color: #191919; margin-bottom: 16px;  }
.dealer-lookup .dl-intro { font: normal 16px/16px attAleckSans-Regular; color: #191919; margin-bottom: 40px;  }
.dealer-lookup #dl-search-term { padding: 12px; margin-bottom: 40px; font: normal 16px/16px attAleckSans-Regular; color: #191919; border: 1px solid #959595; }
.dealer-lookup #dl-search-term:focus { border: 1px solid #0568ae; }
.dealer-lookup .dl-search-term-container { position: relative; }
.dealer-lookup .icon-controls-x-close:before { font-family: iconControls; content: "\e969"; font-size: 34px; margin-left: -50px; cursor: pointer; color: #0567ae; font-style: normal;  }
.dealer-lookup #dl-search {  }
.dealer-lookup .dl-result { margin: 40px auto; text-align: center; }
.dealer-lookup .result-count-container { margin-bottom: 40px; font: normal 16px/16px attAleckSans-Regular; color: #191919; }
.dealer-lookup .dealer-name { margin-bottom: 16px; font: bold 18px/18px attAleckSans-Bold; color: #191919; }
.dealer-lookup .dealer-phone { margin-bottom: 40px; }
.dealer-lookup .dealer-phone a { margin-bottom: 40px; font: normal 24px/24px attAleckSans-Medium; color: #0568ae; }
.dealer-lookup .result-list ul li { list-style: none; }
.dealer-lookup .dl-two-col ul li:nth-child(2n+1) { float: left; }
.dealer-lookup .results-exists {display:none;}
.dealer-lookup .results-nothing {display:none;}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {

}

@media screen and (min-width: 1200px) {
    .dealer-lookup .result-list.dl-two-col { width: 50%; margin: 0 auto; }
}

/* LESS color variables */
/* core color */
/* Primary colors */
/* Secondary color */
/* Functional colors */
.content-teaser {
  position: relative;
  clear: both;
  /* Swiper Button Colors for Blue and Black Background */
  /* Swiper library override to push navigational arrows below sticky nav */
}
.content-teaser .list-wrapper {
  margin: 0 auto;
  position: relative;
  padding-bottom: 24px;
  padding-left: 9px;
  padding-right: 9px;
}
.content-teaser .list-wrapper.top-padding {
  padding-top: 24px;
}
.content-teaser .items-wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.content-teaser .items-wrapper.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 8px;
}
.content-teaser .items-wrapper.grid .item {
  width: 100%;
}
.content-teaser .items-wrapper.grid .item .image-wrapper {
  width: auto;
}
.content-teaser .items-wrapper .item {
  border: 1px solid #d2d2d2;
  padding-bottom: 16px;
  box-shadow: 0 0 7px #d2d2d2;
  margin: 7px;
  float: left;
  width: 312px;
  /** Background image **/
}
.content-teaser .items-wrapper .item .list-image {
  min-height: 104px;
}
.content-teaser .items-wrapper .item .list-image img {
  margin: 0 auto;
}
.content-teaser .items-wrapper .item .image-wrapper-container {
  overflow: hidden;
}
.content-teaser .items-wrapper .item .image-wrapper {
  width: 310px;
  height: 144px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.content-teaser .items-wrapper .item .image-wrapper a {
  position: absolute;
  height: 100%;
  width: 100%;
}
.content-teaser .items-wrapper.detailed .item {
  min-height: 384px;
}
.content-teaser .items-wrapper.simple .item {
  min-height: 290px;
}
.content-teaser .items-wrapper.grid .item {
  margin: 7px 0 7px 0;
  position: relative;
  background-color: #ffffff;
}
.content-teaser .items-wrapper .item-wrapper {
  padding: 0 16px 0;
}
.content-teaser .items-wrapper.detailed .cta-btn {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin-top: 16px;
  text-align: center;
}
.content-teaser .items-wrapper.simple .cta-link {
  position: absolute;
  bottom: 16px;
  margin-top: 16px;
}
.content-teaser .items-wrapper.simple .cta-link a {
  text-transform: capitalize;
  font-size: 12px;
  font-family: attAleckSans-Medium;
  color: #0568ae;
  display: flex;
  align-items: center;
  padding-top: 5px;
}
.content-teaser .items-wrapper.simple .cta-link a:hover::before {
  text-decoration: none;
}
.content-teaser .items-wrapper.detailed a.item-title,
.content-teaser .items-wrapper.detailed p.item-title {
  text-align: center;
  color: #0568ae;
}
.content-teaser .items-wrapper.simple a.item-title,
.content-teaser .items-wrapper.simple p.item-title {
  color: #191919;
}
.content-teaser a.item-title,
.content-teaser p.item-title {
  font-size: 14px;
  line-height: 18px;
  font-family: attAleckSans-Regular;
  margin-top: 16px;
  display: block;
}
.content-teaser p.item-description {
  font-size: 14px;
  line-height: 18px;
  font-family: attAleckSans-Regular;
  color: #767676;
  margin-top: 16px;
  display: block;
  text-align: center;
}
.content-teaser p.item-description a {
  font-family: attAleckSans-Regular;
  font-size: 14px;
}
.content-teaser .swiper-slide:hover {
  cursor: default;
}
.content-teaser .swiper-button-prev {
  display: none;
}
.content-teaser .swiper-button-next {
  display: none;
}
.content-teaser .cta-link .cta-icon {
  padding-right: 10px;
  font-size: 24px;
  line-height: 24px;
  color: #0568ae;
  font-weight: 700;
  font-style: normal;
  float: left;
}
.content-teaser .cta-link .cta-icon.cta-icon-listen:before {
  font-family: 'iconControls' !important;
  content: '\e95a';
}
.content-teaser .cta-link .cta-icon.cta-icon-explore:before {
  font-family: 'iconDocuments' !important;
  content: '\eb28';
}
.content-teaser .cta-link .cta-icon.cta-icon-read:before {
  font-family: 'iconDocuments' !important;
  content: '\eb56';
}
.content-teaser .cta-link .cta-icon.cta-icon-watch:before {
  font-family: 'iconControls' !important;
  content: '\e936';
}
.content-teaser .cta-link .cta-icon.cta-icon-view:before {
  font-family: 'iconArrows' !important;
  content: '\e912';
}
.content-teaser .cta-link .cta-icon.cta-icon-share:before {
  font-family: 'icoSocial' !important;
  content: '\e90a';
}
.content-teaser .cta-link .cta-icon.cta-icon-download:before {
  font-family: 'iconArrows' !important;
  content: '\e906';
}
.content-teaser .cta-link .cta-icon.cta-icon-subscribe:before {
  font-family: 'iconContent' !important;
  content: '\e980';
}
.content-teaser .cta-link .cta-icon.cta-icon-speak-to-sales:before {
  font-family: 'iconDevices' !important;
  content: '\e931';
}
.content-teaser .cta-link .cta-icon.cta-icon-shop:before {
  font-family: 'iconRetail' !important;
  content: '\e919';
}
.content-teaser .cta-link .cta-icon.cta-icon-register:before {
  font-family: 'iconPeople' !important;
  content: '\e904';
}
.content-teaser p.teaser-duration {
  float: right;
}
.content-teaser [data-bg="black"] .swiper-button-next,
.content-teaser [data-bg="black"] .swiper-button-prev,
.content-teaser [data-bg="blue"] .swiper-button-next,
.content-teaser [data-bg="blue"] .swiper-button-prev,
.content-teaser [data-bg="dark-blue"] .swiper-button-next,
.content-teaser [data-bg="dark-blue"] .swiper-button-prev {
  background: #ffffff !important;
}
.content-teaser .swiper-button-prev,
.content-teaser .swiper-button-next {
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .centerAlign {
    justify-content: center;
  }
  .leftAlign {
    justify-content: left;
  }
}
@media screen and (min-width: 320px) {
  .content-teaser .list-wrapper .swiper-wrapper .swiper-slide {
    width: 303.33px;
  }
}
@media screen and (min-width: 768px) {
  .content-teaser .list-wrapper {
    padding-bottom: 40px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .content-teaser .list-wrapper.top-padding {
    padding-top: 40px;
  }
  .content-teaser a.item-title,
  .content-teaser p.item-title {
    font-size: 18px;
    line-height: 22px;
    margin-top: 24px;
  }
  .content-teaser p.item-description {
    font-size: 16px;
    line-height: 16px;
    font-family: attAleckSans-Light;
    margin-top: 24px;
  }
  .content-teaser p.item-description a {
    font-size: 16px;
    font-family: attAleckSans-Light;
  }
  .content-teaser .cta-btn {
    margin-top: 24px;
  }
  .content-teaser .items-wrapper .item {
    margin-right: 17px;
  }
  .content-teaser .items-wrapper.grid {
    margin: 0 auto;
  }
  .content-teaser .items-wrapper.grid.centerAlign {
    justify-content: center;
  }
  .content-teaser .items-wrapper.grid .lastItemCenterAlign.item {
    margin: 7px 0!important;
  }
  .content-teaser .items-wrapper.grid .item {
    width: calc(50% - 8px);
    margin: 7px 15px 7px 0;
  }
  .content-teaser .items-wrapper.grid .item:nth-child(2n) {
    margin: 7px 0 7px 0;
  }
  .content-teaser .list-wrapper .swiper-wrapper .swiper-slide {
    width: 303.33px;
  }
}
@media screen and (min-width: 960px) {
  .content-teaser .list-wrapper .swiper-wrapper .swiper-slide {
    width: 303.33px !important;
  }
  .content-teaser .items-wrapper {
    margin: 0 auto;
    max-width: 92%;
  }
  .content-teaser .items-wrapper.grid .item {
    width: calc(33.3% - 10px);
    margin: 7px 15px 7px 0;
  }
  .content-teaser .items-wrapper.grid .item:nth-child(2n) {
    margin: 7px 15px 7px 0;
  }
  .content-teaser .items-wrapper.grid .item:nth-child(3n) {
    margin: 7px 0 7px 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-teaser .list-wrapper {
    padding-bottom: 60px;
    padding-left: 17px;
    padding-right: 17px;
    max-width: 1122px;
    overflow: hidden;
  }
  .content-teaser .list-wrapper.top-padding {
    padding-top: 60px;
  }
  .content-teaser .items-wrapper .item {
    margin: 7px 17px 7px 7px;
  }
  .content-teaser .items-wrapper.detailed .item {
    min-height: 424px;
  }
  .content-teaser .items-wrapper.simple .item {
    min-height: 312px;
  }
  .content-teaser .items-wrapper.simple .cta-link {
    bottom: 24px;
    margin-top: 24px;
  }
  .content-teaser .items-wrapper.simple .cta-link a {
    font-size: 14px;
  }
  .content-teaser .items-wrapper.detailed .cta-btn {
    margin: 24px auto 0;
    bottom: 24px;
  }
  .content-teaser .swiper-button-prev {
    display: block;
    left: 0;
  }
  .content-teaser .swiper-button-next {
    display: block;
    right: 6px;
  }
  .content-teaser .list-wrapper .swiper-wrapper .swiper-slide {
    width: 310px !important;
    margin: 7px 12px !important;
  }
  .content-teaser .list-wrapper .items-1 .swiper-wrapper .swiper-slide {
    margin: 7px 8px !important;
  }
}
.cta-btn .medium-btn {
  display: inline-block;
  padding: 15px 36px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 25px !important;
}
.cta-btn .medium-btn:hover {
  background-color: #034574;
  color: #ffffff;
}

div.contact .contact-phone .css-button {margin-bottom:0;}
div.contact .contact-phone {padding:40px 0;overflow:hidden;background-color:#0568ae;}
.smb div.contact .contact-phone { background-color: #0057b8; }
div.contact .contact-phone h2 {text-align:center;font-size:20px;line-height:20px;font-family:attAleckSans-Light;color:#fff;margin-bottom:10px;}
div.contact .contact-phone p a {display:block;text-align:center;font-size:20px;line-height:20px;font-family:attAleckSans-Medium;color:#fff;text-decoration:none;cursor:default;}
div.contact .contact-phone .css-button {width:auto;}
div.contact .contact-phone .contact-button-container { text-align: center; margin: 20px auto; }
/* Using html anchor tag, not html button tag, so overriding styles here  */
div.contact .contact-phone .att-button { display: inline-block; color: #fff; background-color:#0568ae;border:2px solid #fff;font-family:attAleckSans-Medium;}
div.contact .contact-phone .att-button:hover { color: #000; background-color:#fff;text-decoration: none; }
div.contact {clear: both;}

@media screen and (min-width: 768px) {
    div.contact .contact-phone h2 {font-size:34px;line-height:34px;margin-bottom:20px;}
    div.contact .contact-phone p a {font-size:34px;line-height:34px;}
}
@media screen and (min-width: 1200px) {
    div.contact .contact-phone {padding:90px 0;}
}
.call-to-action .cta-btn a.icon-long-arrow { display: block; }  /* applies only to soft link  */
.call-to-action [data-bg="cobalt"] .cta-btn .att-button.primary {
    background: #fff;
    color: #0568ae;
}
.call-to-action [data-bg="cobalt"] .cta-btn .att-button.primary:hover {
    background: #0568ae !important;
    color: #fff !important;
}
.call-to-action [data-bg="dark-blue"] .cta-btn a.icon-long-arrow i svg,
.call-to-action [data-bg="cobalt"] .cta-btn a.icon-long-arrow i svg {fill:#fff;}
.call-to-action [data-bg="dark-blue"] .cta-btn .att-button {border-width: 2px; border-style: solid;}
.call-to-action [data-bg="cobalt"] .cta-btn .att-button {border-width: 2px; border-style: solid; border-radius: 30px;}
.call-to-action [data-bg="black"] .cta-btn .att-button {border-width: 2px; border-style: solid;}
a.icon-long-arrow i svg{width:45px;height:10px;fill:#0568ae;}
.call-to-action a.icon-long-arrow i{position:absolute;transform:translateX(20%);transition:all 300ms cubic-bezier(.63,.64,.3,1);width:45px}
.call-to-action a.icon-long-arrow:hover i{transform:translateX(100%);transition:all 300ms cubic-bezier(.63,.64,.3,1)}
/* accordion-module */
.accordion .container{ padding-bottom: 24px; }
.accordion .container.top-padding{ padding-top: 24px; }
.accordion .accordion-block {margin-bottom:17px;float:left;}
.accordion .accordion-block {float: left; margin-bottom: -15px; width:100%; box-shadow: 0px 0px 7px #d2d2d2; background-color:#fff;}
.accordion .accordion-block hr {clear: both;margin:0;border-color:#d2d2d2;}
.accordion .accordion-block div.accordion-title{ font-family: attAleckSans-Medium;font-size:14px;font-weight:normal; float: left; padding-top:24px; padding-right:45px; padding-left:16px; color: #0568ae;position:relative;cursor: pointer;width: 100%;box-sizing: border-box;border-top:1px solid #d2d2d2;border-left: 1px solid transparent;border-right: 1px solid transparent;}
.accordion .accordion-block div.accordion-title:after{ content: "\e253"; color:#0568ae; position:absolute;font-family: 'Glyphicons Halflings';display: inline-block;font-size:15px;top:24px; right:16px;} 
.accordion .accordion-block div.accordion-title.collapsed:after{ content: "\e252"; color:#191919; }
.accordion .accordion-block div.accordion-title .accordion-title-content{padding-bottom:24px;} 
.accordion .accordion-block .accordion-body {float:left;font-family:attAleckSans-light;font-size:15px;box-sizing: border-box;color:#191919; }
.accordion .accordion-block .accordion-body-content {padding-bottom:24px; padding-right:25px;}
				   
.accordion .accordion-block .accordion-body, .accordion-block .accordion-body li, .accordion-block .accordion-body p, .accordion-block .accordion-body a{font-family:attAleckSans-Regular;font-size:14px;}
.accordion-block .accordion-body a:hover {cursor:pointer;}
.accordion .accordion-block div.accordion-title[aria-expanded=true]{border:2px solid #0568ae;border-bottom: none; color:#191919;}
.accordion .accordion-block div.accordion-body[aria-expanded=true]{border:2px solid #0568ae; border-top: none;}
.accordion .accordion-block div.accordion-body[aria-expanded=true] + dt {border-top:0px solid transparent;}

[data-bg="blue"] p { color: inherit; }
[data-bg="dark-blue"] p { color: inherit; }
[data-bg="black"] p { color: inherit; }

.accordion div.accordion-body ul {margin:0 0 20px 24px;}
.accordion div.accordion-body ol {margin:0 0 20px 24px;}

/* Only when accodion occupies entire width of the page (single column layout) */
.main-page .accordion .container { padding-left: 30px;padding-right: 30px; }
.main-page .accordion .container .accordion-block { padding-left: 0px;padding-right: 0px; }

/* Only when sidebar exists */
.main-par .page-main-content .container { width: 100%; padding-left: 15px; padding-right: 15px; }
.main-par .page-main-content .container .row { margin: auto 0; }
.main-par .page-main-content .container .accordion-block { padding-left: 0; padding-right: 0; }

@media screen and (min-width: 768px) {
    .accordion .container { padding-bottom: 40px; }
    .accordion .container.top-padding{ padding-top: 40px; }
	.accordion .accordion-block div.accordion-title{ font-size:16px;padding-left:24px;}
    .accordion .accordion-block div.accordion-title:after{right:24px;top:24px;} 
    .accordion .accordion-block .accordion-body, .accordion-block .accordion-body li, .accordion-block .accordion-body p, .accordion-block .accordion-body a{font-family:attAleckSans-Light;font-size:16px;}
    .accordion .accordion-block .accordion-body-content { padding-left:9px;}
}
@media screen and (min-width: 1200px) {
    .accordion .container { padding-bottom: 60px; }
    .accordion .container.top-padding{ padding-top: 60px; }
	.accordion .accordion-block div.accordion-title{font-size:18px; padding-bottom: 0px; } 
    .accordion .accordion-block div.accordion-title.collapsed { padding-bottom: 24px; }
	.accordion .accordion-block div.accordion-title.collapsed .accordion-title-content{padding-bottom:0px;} 
	.accordion .accordion-block div.accordion-title:after{top:28px;}
	.accordion .accordion-block .accordion-body, .accordion-block .accordion-body li, .accordion-block .accordion-body p, .accordion-block .accordion-body a{font-family:attAleckSans-Regular;font-size:18px;}
}

/* LESS color variables */
/* core color */
/* Primary colors */
/* Secondary color */
/* Functional colors */
/* Global styles - buttons */
.att-button.small,
.att-button.medium,
.att-button.large {
  font-size: 12px;
  border-radius: 36px;
  padding: 9px 36px;
}
a.att-button.small,
a.att-button.medium,
a.att-button.large {
  display: inline-block;
}
.att-button.primary {
  background-color: #0568ae;
  color: #ffffff;
  border: 0;
}
.att-button.primary:focus {
  background-color: #0568ae;
  font-size: 12px;
  padding: 11px 36px;
  color: #ffffff;
  border-radius: 36px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0px 2px #0568ae;
}
.att-button.primary:hover {
  background-color: #034574;
}
a.att-button.primary:focus,
a.att-button.primary:hover {
  text-decoration: none;
}
.att-button.primary.disabled {
  background-color: #d2d2d2;
  color: #5a5a5a;
}
.att-button.secondary {
  background-color: #ffffff;
  border: 1px solid #0568ae;
}
.att-button.secondary:hover {
  background-color: #034574;
  color: #ffffff;
}
a.att-button.secondary:hover {
  text-decoration: none;
}
.att-button.secondary.disabled {
  background-color: #d2d2d2;
  color: #5a5a5a;
  border: 1px solid #d2d2d2;
}
.call-to-action [data-bg="blue"] a,
.call-to-action [data-bg="blue"] .cta-btn a {
  color: #ffffff;
}
.call-to-action [data-bg="blue"] .cta-btn a i svg {
  fill: #ffffff;
}
.smb-button {
  font-family: attAleckSans-Medium;
  font-size: 14px;
  border-radius: 36px;
  padding: 9px 86px 9px 36px;
  background-color: #fff;
}
a.smb-button {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .att-button.medium,
  .att-button.large {
    font-size: 17px;
    padding: 13px 36px;
  }
  .att-button.primary.medium:focus,
  .att-button.primary.large:focus {
    background-color: #0568ae;
    font-size: 17px;
    padding: 13px 36px;
    color: #ffffff;
    border-radius: 36px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 0px 3px #0568ae;
  }
}
@media screen and (min-width: 1200px) {
  .att-button.large {
    font-size: 19px;
    padding: 12px 36px;
  }
  .att-button.primary.large:focus {
    background-color: #0568ae;
    font-size: 19px;
    padding: 12px 36px;
    color: #ffffff;
    border-radius: 36px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0px 3px #0568ae;
  }
}
.above-the-fold {
  border-top: 1px solid #D2D2D2;
  /* TODO: move to global style */
}
.above-the-fold .image-text-container {
  padding-bottom: 40px;
}
.above-the-fold .image-text-container.top-padding {
  padding-top: 40px;
}
.above-the-fold .image-text-container p b,
.above-the-fold .image-text-container p i,
.above-the-fold .image-text-container p u,
.above-the-fold .image-text-container p strong,
.above-the-fold .image-text-container p span,
.above-the-fold .image-text-container p a {
  color: inherit;
}
.above-the-fold .image-text-container .imgtxt-title h1,
.above-the-fold .image-text-container .imgtxt-title h2,
.above-the-fold .image-text-container .imgtxt-title h3,
.above-the-fold .image-text-container .imgtxt-title h4,
.above-the-fold .image-text-container .imgtxt-title h5,
.above-the-fold .image-text-container .imgtxt-title h6,
.above-the-fold .image-text-container .imgtxt-title p,
.above-the-fold .image-text-container .imgtxt-title li,
.above-the-fold .image-text-container .imgtxt-title span,
.above-the-fold .image-text-container .imgtxt-title b,
.above-the-fold .image-text-container .imgtxt-title strong,
.above-the-fold .image-text-container .imgtxt-title u,
.above-the-fold .image-text-container .imgtxt-title i {
  color: inherit !important;
}
.above-the-fold .image-text-container .imgtxt-subtitle h1,
.above-the-fold .image-text-container .imgtxt-subtitle h2,
.above-the-fold .image-text-container .imgtxt-subtitle h3,
.above-the-fold .image-text-container .imgtxt-subtitle h4,
.above-the-fold .image-text-container .imgtxt-subtitle h5,
.above-the-fold .image-text-container .imgtxt-subtitle h6,
.above-the-fold .image-text-container .imgtxt-subtitle p,
.above-the-fold .image-text-container .imgtxt-subtitle li,
.above-the-fold .image-text-container .imgtxt-subtitle span,
.above-the-fold .image-text-container .imgtxt-subtitle b,
.above-the-fold .image-text-container .imgtxt-subtitle strong,
.above-the-fold .image-text-container .imgtxt-subtitle u,
.above-the-fold .image-text-container .imgtxt-subtitle i {
  color: inherit !important;
}
.above-the-fold .image-text-container .features h3,
.above-the-fold .image-text-container .features ul li,
.above-the-fold .image-text-container .features ul li span {
  color: inherit !important;
}
.above-the-fold .col-image {
  overflow: hidden;
  margin-bottom: 16px;
  margin-top: 16px;
}
.above-the-fold .col-image img,
.above-the-fold .col-image .play-icon-container {
  width: 100%;
  height: auto;
}
.above-the-fold .col-image img.desktop,
.above-the-fold .col-image .play-icon-container.desktop {
  display: none;
}
.above-the-fold .col-image img.mobile,
.above-the-fold .col-image .play-icon-container.mobile {
  display: block;
}
.above-the-fold .col-text h2,
.above-the-fold .col-text h3,
.above-the-fold .col-text h4,
.above-the-fold .col-text h5,
.above-the-fold .col-text p {
  margin-bottom: 24px;
  font: normal 16px/20px attAleckSans-Regular;
}
.above-the-fold .col-text .imgtxt-title h1,
.above-the-fold .col-text .imgtxt-title h2,
.above-the-fold .col-text .imgtxt-title h3,
.above-the-fold .col-text .imgtxt-title h4,
.above-the-fold .col-text .imgtxt-title h5,
.above-the-fold .col-text .imgtxt-title p {
  margin-bottom: 25px;
  font: normal 22px/24px attAleckSans-Regular;
}
.above-the-fold .col-text .imgtxt-subtitle h2,
.above-the-fold .col-text .imgtxt-subtitle h3,
.above-the-fold .col-text .imgtxt-subtitle h4,
.above-the-fold .col-text .imgtxt-subtitle h5,
.above-the-fold .col-text .imgtxt-subtitle p {
  margin-bottom: 25px;
  font: normal 14px/16px attAleckSans-Regular;
}
.above-the-fold .col-text h4 a,
.above-the-fold .col-text h5 a {
  font: normal 16px/20px attAleckSans-Regular;
}
.above-the-fold .col-text .imgtxt-subtitle h4 a,
.above-the-fold .col-text .imgtxt-subtitle h5 a {
  font: normal 14px/16px attAleckSans-Regular;
}
.above-the-fold .col-text > a {
  display: block;
  font: normal 14px/16px attAleckSans-Regular;
}
.above-the-fold .col-text h2,
.above-the-fold .col-text h3 {
  font: normal 22px/26px attAleckSans-Light;
  color: inherit;
}
.above-the-fold .col-text h2 a,
.above-the-fold .col-text h3 a {
  font: normal 22px/26px attAleckSans-Light;
}
.above-the-fold .col-text ul,
.above-the-fold .col-text ol {
  margin: 0 0 20px 24px;
  padding-left: 24px;
}
.above-the-fold .col-text ul li,
.above-the-fold .col-text ol li,
.above-the-fold .col-text ul li a,
.above-the-fold .col-text ol li a {
  font: normal 24px/28px attAleckSans-Light;
}
.above-the-fold .col-text .features {
  display: none;
}
.above-the-fold .col-text > a.anchor {
  margin-top: 25px;
  text-decoration: underline;
}
.above-the-fold .col-text > a.att-button {
  margin-top: 25px;
}
.above-the-fold .col-text .atf-button-container {
  text-align: center;
}
.above-the-fold .col-text .atf-button-container .att-button {
  float: none;
}
.above-the-fold .icon-long-arrow {
  margin-bottom: 10px;
  margin-top: 10px;
  float: left;
  clear: both;
}
.above-the-fold a.icon-long-arrow i svg {
  width: 45px;
  height: 10px;
  fill: #0568ae;
}
.above-the-fold a.icon-long-arrow i {
  position: absolute;
  transform: translateX(20%);
  transition: all 300ms cubic-bezier(0.63, 0.64, 0.3, 1);
}
.above-the-fold a.icon-long-arrow:hover i {
  transform: translateX(100%);
  transition: all 300ms cubic-bezier(0.63, 0.64, 0.3, 1);
}
.above-the-fold [data-bg="black"] .image-text-container a.icon-long-arrow {
  color: #fff;
}
.above-the-fold [data-bg="black"] .image-text-container a.icon-long-arrow i svg {
  fill: #fff;
}
.above-the-fold [data-bg="blue"] .image-text-container a.icon-long-arrow {
  color: #fff;
}
.above-the-fold [data-bg="blue"] .image-text-container a.icon-long-arrow i svg {
  fill: #fff;
}
.above-the-fold [data-bg="dark-blue"] .image-text-container a.icon-long-arrow {
  color: #fff;
}
.above-the-fold [data-bg="dark-blue"] .image-text-container a.icon-long-arrow i svg {
  fill: #fff;
}
.above-the-fold [data-bg="dark-blue"] .col-text .att-button {
  border-width: 2px;
  border-style: solid;
}
.above-the-fold [data-bg="black"] .col-text .att-button {
  border-width: 2px;
  border-style: solid;
}
.above-the-fold [data-bg="blue"] .image-text-container .anchor {
  color: #fff;
}
.above-the-fold [data-bg="black"] .image-text-container .anchor {
  color: #fff;
}
.above-the-fold [data-bg="dark-blue"] .image-text-container .anchor {
  color: #fff;
}
.above-the-fold.above-the-fold .play-icon-container {
  top: calc((100% - 60px)/2);
  left: calc((100% - 70px)/2);
}
.above-the-fold .image-text-play-icon-container {
  cursor: pointer;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .above-the-fold .image-text-container {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
  }
  .above-the-fold .image-text-container.image-right {
    flex-flow: row-reverse;
  }
  .above-the-fold .col-text h2 {
    margin-top: 0;
    margin-bottom: 24px;
    font: normal 22px/26px attAleckSans-Light;
    color: inherit;
  }
  .above-the-fold .col-text h2 a {
    font: normal 22px/26px attAleckSans-Light;
  }
  .above-the-fold .col-text h3 {
    margin-top: 0;
    margin-bottom: 24px;
    font: normal 22px/26px attAleckSans-Light;
    color: inherit;
  }
  .above-the-fold .col-text h3 a {
    font: normal 22px/26px attAleckSans-Light;
  }
  .above-the-fold .col-text h4 {
    font: normal 16px/20px attAleckSans-Light;
  }
  .above-the-fold .col-text h4 a {
    font: normal 16px/20px attAleckSans-Light;
  }
  .above-the-fold .col-text h5 {
    font: normal 16px/20px attAleckSans-Light;
  }
  .above-the-fold .col-text h5 a {
    font: normal 16px/20px attAleckSans-Light;
  }
  .above-the-fold .col-text p {
    font: normal 16px/20px attAleckSans-Light;
  }
  .above-the-fold .col-text > a {
    font: normal 16px/18px attAleckSans-Regular;
  }
  .above-the-fold .col-text .imgtxt-title h1,
  .above-the-fold .col-text .imgtxt-title h2,
  .above-the-fold .col-text .imgtxt-title h3,
  .above-the-fold .col-text .imgtxt-title h4,
  .above-the-fold .col-text .imgtxt-title h5,
  .above-the-fold .col-text .imgtxt-title p {
    font: normal 36px/38px attAleckSans-Regular;
  }
  .above-the-fold .col-text .imgtxt-subtitle h2,
  .above-the-fold .col-text .imgtxt-subtitle h3,
  .above-the-fold .col-text .imgtxt-subtitle h4,
  .above-the-fold .col-text .imgtxt-subtitle h5,
  .above-the-fold .col-text .imgtxt-subtitle p {
    margin-bottom: 35px;
    font: normal 16px/18px attAleckSans-Regular;
  }
  .above-the-fold .col-text .atf-button-container .att-button {
    float: left;
  }
  .above-the-fold .col-text .features {
    display: block;
  }
  .above-the-fold .col-text .features h3 {
    font: normal 20px/22px attAleckSans-Medium;
    color: #000000;
    margin-bottom: 0;
  }
  .above-the-fold .col-text .features ul {
    margin: 0;
    padding-left: 0;
  }
  .above-the-fold .col-text .features ul li {
    font: normal 14px/16px attAleckSans-Regular;
    color: #000000;
    list-style: none;
    margin: 15px auto;
  }
  .above-the-fold .col-text .features ul li img {
    width: 24px;
    height: 24px;
  }
  .above-the-fold .col-text .features .feature {
    font: normal 14px/16px attAleckSans-Bold;
    color: #000000;
  }
  .above-the-fold .col-image {
    margin-bottom: 0;
  }
  .above-the-fold .col-image img.desktop {
    display: block;
  }
  .above-the-fold .col-image img.mobile {
    display: none;
  }
  .above-the-fold .col-image .play-icon-container.desktop {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .above-the-fold .image-text-container {
    padding-bottom: 60px;
  }
  .above-the-fold .image-text-container.top-padding {
    padding-top: 60px;
  }
  .above-the-fold .image-text-container.image-right .col-text {
    padding-right: 5%;
  }
  .above-the-fold .image-text-container.image-left .col-text {
    padding-left: 3%;
  }
  .above-the-fold .col-text h2,
  .above-the-fold .col-text h3,
  .above-the-fold .col-text h4,
  .above-the-fold .col-text h5,
  .above-the-fold .col-text p {
    margin-bottom: 35px;
  }
  .above-the-fold .col-text h2,
  .above-the-fold .col-text h3 {
    font: normal 40px/44px attAleckSans-Light;
    color: inherit;
  }
  .above-the-fold .col-text h2 a,
  .above-the-fold .col-text h3 a {
    font: normal 40px/44px attAleckSans-Light;
  }
  .above-the-fold .col-text h4,
  .above-the-fold .col-text h5,
  .above-the-fold .col-text p {
    font: normal 24px/28px attAleckSans-Light;
  }
  .above-the-fold .col-text p a {
    font: normal 16px/18px attAleckSans-Regular;
    text-decoration: underline;
  }
  .above-the-fold .col-text h4 a,
  .above-the-fold .col-text h5 a {
    font: normal 24px/28px attAleckSans-Light;
  }
  .above-the-fold .col-text > a {
    font: normal 16px/18px attAleckSans-Regular;
  }
  .above-the-fold .col-image img {
    max-width: 600px;
  }
}

div.text p {
    display: inline-block;
}

div.text .wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

div.text .wrapper.full-width {
    max-width: 100%;
    margin: 0;
}

/** Main Page Template **/
.main-page div.text>div {
    padding: 20px 20px 5px;
}

.main-page div.text p {
    margin: 0 0 20px;
    color: inherit;
    font: normal 16px/20px attAleckSans-Regular, Arial, sans-serif;
}

.main-page div.text p a {
    font: normal 16px/20px attAleckSans-Regular, Arial, sans-serif;
}

.main-page div.text [data-bg="blue"] a,
.main-page div.text [data-bg="dark-blue"] a,
.main-page div.text .dark-blue-text a,
.main-page div.text [data-bg="black"] a {
    color: inherit;
    text-decoration: underline;
}

.main-page .text h2,
.main-page .text h2 a {
    font-family: attAleckSans-Regular;
    margin: 10px 0 20px;
    font-size: 2.2rem;
    line-height: 2.8rem;
}

.main-page .text h3,
.main-page .text h3 a {
    font-family: attAleckSans-Medium;
    margin: 10px 0 20px;
    font-size: 2.0rem;
    line-height: 2.4rem;
}

.main-page .text h4,
.main-page .text h4 a {
    font-family: attAleckSans-Regular;
    margin: 10px 0 20px;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.main-page .text h2,
.main-page .text h3,
.main-page .text h4,
.main-page .text h5 {
    color: inherit;
}

.main-page .text span {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

.main-page .text p {
    margin: 0 0 20px;
    font-family: attAleckSans-Regular;
    font-size: 1.6rem;
    line-height: 2.0rem;
}

.main-page .text a {
    font-family: attAleckSans-Medium;
    position: relative;
}

.main-page .text ul {
    padding-left: 24px;
    margin: 0 0 20px 24px;
    list-style-type: disc;
}

.main-page .text ol {
    padding-left: 20px;
    margin: 0 0 20px 24px;
}

.main-page .text ul li {
    font-family: attAleckSans-Regular;
    font-size: 1.6rem;
    line-height: 2.0rem;
}

.main-page .text ol li {
    padding-left: 5px;
    font-family: attAleckSans-Regular;
    font-size: 1.6rem;
    line-height: 2.0rem;
}

.main-page .text .blue-text ol li,
.main-page .text .blue-text ul li {
    color: inherit;
}

.main-page .text .dark-blue-text ol li,
.main-page .text .dark-blue-text ul li {
    color: inherit;
}

.main-page .text .light-gray-text ol li,
.main-page .text .light-gray-text ul li {
    color: inherit;
}

.main-page .text .white-text ol li,
.main-page .text .white-text ul li {
    color: inherit;
}

.main-page .text em a {
    font-style: italic;
}

.main-page .text a b {
    font-weight: normal;
}

.main-page .text .white-text a {
    color: inherit;
    text-decoration: underline;
}

.main-page .text p.pdf-download span.pdf-icon {
    display: block !important;
    float: left;
}

.main-page .text p.pdf-download a {
    display: block;
    padding-top: 5px;
    padding-left: 40px;
}

.text i a,
.body-text i a {
    font-style: italic;
}

.section-content .body-text div.row.padding-below {
    line-height: 2.8rem;
    font-size: 1.6rem;
    font-family: attAleckSans-Regular;
    margin: 0 0 20px;
}

/** Migrated content style **/
.section-content .body-text {
    padding: 0 20px;
}

.section-content .body-text h3,
section.post-body h4 {
    margin: 10px 0;
    font-size: 24px;
    line-height: 2.8rem;
}

.section-content .body-text h2,
.section-content .body-text h3,
.section-content .body-text h4,
.section-content .body-text h5 {
    color: inherit;
}

.section-content .body-text span {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

.section-content .body-text p {
    margin: 0 0 20px;
    font-family: attAleckSans-Regular;
    font-size: 1.6rem;
    line-height: 2.8rem;
}

.section-content .body-text a {
    font-family: attAleckSans-Medium;
    position: relative;
}

.section-content .body-text .white-text a {
    color: inherit;
    text-decoration: underline;
}

.section-content .body-text ul {
    padding-left: 24px;
    margin: 0 0 20px 24px;
    list-style-type: disc;
}

.section-content .body-text ol {
    padding-left: 20px;
    margin: 0 0 20px 24px;
}

.section-content .body-text ul li,
section.post-body ol li {
    font-family: attAleckSans-Regular;
    font-size: 1.6rem;
    line-height: 2.8rem;
}

.section-content .body-text .blue-text ul li,
.section-content .body-text .blue-text ol li {
    color: inherit;
}

.section-content .body-text .light-gray-text ul li,
.section-content .body-text .light-gray-text ol li {
    color: inherit;
}

.section-content .body-text .white-text ul li,
.section-content .body-text .white-text ol li {
    color: inherit;
}

.section-content .body-text ol li {
    padding-left: 5px;
}

.section-content .body-text em a {
    font-style: italic;
}

.section-content .body-text p.pdf-download span.pdf-icon {
    display: block !important;
    float: left;
}

.section-content .body-text p.pdf-download a {
    display: block;
    padding-top: 5px;
    padding-left: 40px;
}

.main-par.post .text {
    padding: 0 20px;
}

.main-par .text h2 {
    font: normal 38px/38px attAleckSans-Light;
    color: unset;
    margin: 0 0 20px 0;
    letter-spacing: -.01em;
}

.main-par .text h3 {
    margin: 10px 0;
    font: normal 24px attAleckSans-Light;
    line-height: 2.8rem;
    color: unset;
    letter-spacing: -.01em;
}

.main-par .text h4 {
    font: normal 22px/22px attAleckSans-Medium;
    color: unset;
    margin: 0 0 10px 0;
    letter-spacing: -.01em;
}

.main-par .text h5 {
    font: normal 18px/18px attAleckSans-Light;
    color: unset;
    margin: 0 0 5px 0;
}

.main-par .text h6 {
    font: normal 18px/18px attAleckSans-Medium;
    color: unset;
    margin: 0 0 5px 0;
    letter-spacing: .01em;
}

.main-par .text li {
    clear: none;
    font: normal 16px/20px attAleckSans-Regular, Arial, sans-serif;
    color: unset;
    font-weight: 400;
}

section.post-body h4 {
    margin: 10px 0;
    font-size: 24px;
    line-height: 2.8rem;
}

.main-par .text p {
    margin: 0 0 20px;
    font-family: attAleckSans-Regular;
    font-size: 16px;
    line-height: 20px;
}

.main-par .text a {
    font-family: attAleckSans-Medium;
    position: relative;
    font-size: 1.6rem;
    line-height: 2.0rem;
}

.main-par .text ul {
    padding-left: 24px;
    margin: 0 0 20px 24px;
    list-style-type: disc;
}

.main-par .text ol {
    padding-left: 20px;
    margin: 0 0 20px 24px;
}

.main-par .text ul li,
.main-par .text ol li {
    font-family: attAleckSans-Regular;
    font-size: 1.6rem;
    line-height: 2.0rem;
    margin-bottom: 10px;
}

.main-par .text ol li {
    padding-left: 5px;
}

.main-par .text em a {
    font-style: italic;
}

.main-par .text a b {
    font-weight: normal;
}

.main-par .text span {
    color: unset;
}

.main-par .text p.pdf-download span.pdf-icon {
    display: block !important;
    float: left;
}

.main-par .text p.pdf-download a {
    display: block;
    padding-top: 5px;
    padding-left: 40px;
}

span.pdf-download {
    position: relative;
    padding-left: 30px;
    padding-top: 2px;
}

span.pdf-download::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 24px;
    background: transparent url("../../../content/dam/attbusiness/global/icon-pdf.png") center left no-repeat scroll;
    top: 0;
    left: 0;
    display: block;
}

/* Customer Stories Page */
.main-par.customer-story .body-text h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-family: attAleckSans-Regular;
    color: #333;
}

.main-par.customer-story .body-text h2:before {
    content: "";
    display: inline-block;
    border-top: #5a5a5a solid 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.main-par.customer-story .body-text h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
    font-family: attAleckSans-Medium;
    color: #333;
}

.main-par.customer-story .text h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    font-family: attAleckSans-Medium;
    color: #333;
}

.main-par.customer-story .body-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
    font-family: attAleckSans-Regular;
    color: #333;
}

.main-par.customer-story .text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    font-family: attAleckSans-Regular;
    color: #333;
}

.main-page div.text sub a,
.main-page div.text sup a {
    font-size: 12px;
    font-family: attAleckSans-Light;
}

@media screen and (min-width: 768px) {

    .main-page .text h2,
    .main-page .text h2 a {
        font-family: attAleckSans-Light;
        margin: 10px 0 20px;
        font-size: 3.4rem;
        line-height: 3.8rem;
    }

    .main-page .text h3,
    .main-page .text h3 a {
        font-family: attAleckSans-Light;
        margin: 10px 0 20px;
        font-size: 2.4rem;
        line-height: 2.8rem;
    }

    .main-page .text h4,
    .main-page .text h4 a {
        font-family: attAleckSans-Light;
        margin: 10px 0 20px;
        font-size: 2.0rem;
        line-height: 2.4rem;
    }

}

@media screen and (min-width: 900px) {}

@media screen and (min-width: 1200px) {

    .main-page .text h2,
    .main-page .text h2 a {
        font-family: attAleckSans-Light;
        margin: 10px 0 20px;
        font-size: 4.0rem;
        line-height: 4.4rem;
    }

    .main-page .text h3,
    .main-page .text h3 a {
        font-family: attAleckSans-Light;
        margin: 10px 0 20px;
        font-size: 3.4rem;
        line-height: 4.0rem;
    }

    .main-page .text h4,
    .main-page .text h4 a {
        font-family: attAleckSans-Light;
        margin: 10px 0 20px;
        font-size: 2.4rem;
        line-height: 2.8rem;
    }

}

/* custom unlimited plans component start */
.custom-unlimited-plan {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.custom-unlimited-plan .unlimited-header {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

.custom-unlimited-plan .unlimited-header .unlimited-title {
    font: normal 40px/42px attAleckSans-Medium;
    color: #fff;
    text-align: center;
}

.custom-unlimited-plan .unlimited-header p.unlimited-copy1 {
    font: normal 25px/27px attAleckSans-Medium;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.custom-unlimited-plan .unlimited-header p.unlimited-copy2 {
    font: normal 16px/18px attAleckSans-Regular;
    color: #fff;
    text-align: center;
    margin-bottom: 45px;
}

.custom-unlimited-plan .unlimited-header .unlimited-lines-button-group {
    margin: 0 auto 45px auto;
}

.custom-unlimited-plan .unlimited-lines-button-group .ul-bgline {
    width: 29px;
    height: 2px;
    background-color: #ffb000;
    position: relative;
    float: left;
    margin-bottom: 20px;
}

.custom-unlimited-plan .unlimited-lines-button-group .ul-bgline.white {
    background-color: #fff;
}

.custom-unlimited-plan .unlimited-lines-button-group .ul-bgline:last-child {
    width: 0;
}

.custom-unlimited-plan .unlimited-lines-button-group .ul-bubble {
    border-radius: 10px;
    margin-left: -5px;
    width: 12px;
    height: 12px;
    position: absolute;
    background-color: #ffb000 !important;
    font-size: 0;
    opacity: 1;
    margin-top: -5px;
    content: "";
}

.custom-unlimited-plan .unlimited-lines-button-group .ul-bubble.selected {
    width: 22px;
    height: 22px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 15px;
}

.custom-unlimited-plan .unlimited-lines-button-group .ul-bubble.white {
    background-color: #fff !important;
}

.custom-unlimited-plan .unlimited-lines-button-group span.ul-linetext {
    position: absolute;
    top: 20px;
    left: -1px;
    color: #fff;
    font: normal 12px/14px attAleckSans-Regular;
}

.custom-unlimited-plan .unlimited-lines-button-group .ul-bgline:last-child span.ul-linetext {
    left: -5px
}

.custom-unlimited-plan .unlimited-swiper-container {
    position: relative;
}

.custom-unlimited-plan .unlimited-tiles {
    display: flex;
}

.custom-unlimited-plan .unlimited-tile {
    height: auto;
    width: 300px;
    background-color: #fff;
    position: relative;
    padding-top: 50px;
    padding-bottom: 45px;
    margin-right: 35px;
    margin-bottom: 25px;
}

.custom-unlimited-plan .unlimited-tile:last-child {
    margin-right: 0;
}

.custom-unlimited-plan .unlimited-banner {
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #009fdb;
    font: normal 14px/16px attAleckSans-Regular;
    padding: 5px 15px;
    color: #fff;
}

.custom-unlimited-plan .unlimited-banner.first {
    background-color: #990cb0;
}

.custom-unlimited-plan ul.plan-includes {
    margin-bottom: 0;
    margin-left: 10px;
}

.custom-unlimited-plan ul.plan-includes li {
    list-style-type: none;
    margin-right: 20px;
    display: flex;
}

.custom-unlimited-plan ul.unlimited-basics {
    margin-right: 20px;
    margin-bottom: 0;
}

.custom-unlimited-plan .unlimited-title {
    font: normal 18px/20px attAleckSans-Medium;
    color: #191919;
    padding: 0 20px 65px 20px;
}

.custom-unlimited-plan .unlimited-price {
    font: normal 45px/50px attAleckSans-Medium;
    color: #191919;
    padding: 0 20px;
}

.custom-unlimited-plan .unlimited-price span.discount-pricerate,
.custom-unlimited-plan .unlimited-numberoflines {
    font: normal 16px/20px attAleckSans-Bold;
    color: #191919;
}

.custom-unlimited-plan .unlimited-numberoflines {
    padding: 10px 0 0 20px;
}

.custom-unlimited-plan .unlimited-numberoflines-conditions {
    padding: 10px 10px 0 20px;
    font: normal 11px/14px attAleckSans-Regular;
}

.custom-unlimited-plan .unlimited-includes-title,
.custom-unlimited-plan .unlimited-basics-title {
    font: normal 14px/16px attAleckSans-Medium;
    color: #999999;
    margin: 45px 20px 20px 35px;
}

.custom-unlimited-plan ul.plan-includes li {
    padding-bottom: 20px;
}

.custom-unlimited-plan ul.plan-includes li .includes-text {
    font: normal 14px/18px attAleckSans-Medium;
    color: #191919;
}

.custom-unlimited-plan ul.plan-includes li:last-child {
    padding-bottom: 0;
}

.custom-unlimited-plan ul.plan-includes li span {
    font: normal 13px/15px attAleckSans-Regular;
    color: #191919;
    margin-right: 8px;
}

.custom-unlimited-plan ul.plan-includes li span img {
    width: 18px;
}

.custom-unlimited-plan ul.unlimited-basics li {
    padding-bottom: 20px;
    font: normal 14px/16px attAleckSans-Medium;
    color: #191919;
}

.custom-unlimited-plan ul.unlimited-basics li:last-child {
    padding-bottom: 0;
}

.custom-unlimited-plan ul.unlimited-basics li span {
    font: normal 13px/15px attAleckSans-Regular;
    color: #191919;
}

.custom-unlimited-plan .unlimited-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-unlimited-plan .unlimited-footer .cta {
    padding: 8px 25px;
    text-decoration: none;
    font: normal 19px/25px attAleckSans-Medium;
    color: #191919;
    background-color: #fff;
    height: 40px;
    border: none;
    margin-bottom: 45px;
    margin-top: 110px;
    border-radius: 40px;
}

div.text [data-bg="dark-blue"] .custom-unlimited-plan .unlimited-footer a {
    display: block;
    background: #fff;
    text-decoration: none;
}

.custom-unlimited-plan .unlimited-footer .container sup,
.custom-unlimited-plan .unlimited-footer .container p {
    font: normal 11px/14px attAleckSans-Regular;
    color: #fff;
}

.custom-unlimited-plan .swiper-pagination {
    display: block;
    z-index: 1;
}

.custom-unlimited-plan .swiper-pagination-bullets {
    bottom: -45px;
}

.custom-unlimited-plan .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    box-shadow: 0 0 5px #000;
    margin-right: 10px;
    background: transparent;
    border: 10px solid #fff;
    opacity: 1;
}

.custom-unlimited-plan .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 10px solid #009fdb;
}

@media screen and (min-width: 768px) {
    .custom-unlimited-plan {
        align-items: center;
    }

    .custom-unlimited-plan .unlimited-lines-button-group .ul-bgline {
        width: 50px;
    }

    .custom-unlimited-plan .unlimited-lines-button-group .ul-bubble {
        width: 17px;
        height: 17px;
        margin-top: -7px;
        margin-left: -7px;
    }

    .custom-unlimited-plan .unlimited-lines-button-group .ul-bubble.selected {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        border-radius: 15px;
    }

    .custom-unlimited-plan .unlimited-lines-button-group span.ul-linetext {
        top: 20px;
        left: -3px;
        font: normal 18px/20px attAleckSans-Regular;
    }

    .custom-unlimited-plan .unlimited-lines-button-group .ul-bgline:last-child span.ul-linetext {
        left: -8px
    }

    .custom-unlimited-plan .unlimited-header .unlimited-lines-button-group {
        margin-bottom: 65px;
    }

    .custom-unlimited-plan .unlimited-tile {
        width: 230px;
        margin-right: 20px;
        padding-top: 65px;
    }

    .custom-unlimited-plan .unlimited-banner {
        height: 44px;
        width: 60%;
        font: normal 14px/16px attAleckSans-Regular;
    }

    .custom-unlimited-plan .unlimited-tile:not(:first-child) .unlimited-banner {
        line-height: 35px;
    }

    .custom-unlimited-plan .unlimited-title {
        padding-left: 10px;
        padding-bottom: 45px;
        font: normal 20px/22px attAleckSans-Medium;
        min-height: 111px;
    }

    .custom-unlimited-plan .unlimited-price {
        padding: 0px 10px;
        font: normal 55px/60px attAleckSans-Medium;
    }

    .custom-unlimited-plan .unlimited-includes-title,
    .custom-unlimited-plan .unlimited-basics-title {
        margin-left: 10px;
    }

    .custom-unlimited-plan ul.plan-includes li {
        font: normal 16px/18px attAleckSans-Medium;
    }

    .custom-unlimited-plan ul.plan-includes li span img {
        width: 20px;
    }

    .custom-unlimited-plan ul.plan-includes,
    .custom-unlimited-plan ul.unlimited-basics {
        padding-left: 0px;
    }

    .custom-unlimited-plan ul.plan-includes {
        min-height: 530px;
    }

    .custom-unlimited-plan ul.unlimited-basics {
        padding-left: 10px;
    }

    .custom-unlimited-plan .swiper-pagination {
        display: none;
    }

    .custom-unlimited-plan .unlimited-footer .cta {
        margin-top: 25px;
    }
}

@media screen and (min-width: 1200px) {
    .custom-unlimited-plan .unlimited-lines-button-group .ul-bubble {
        border-radius: 10px;
        margin-left: -7px;
        width: 17px;
        height: 17px;
        margin-top: -7px;
    }

    .custom-unlimited-plan .unlimited-lines-button-group .ul-bubble.selected {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        border-radius: 15px;
    }

    .custom-unlimited-plan .unlimited-tile {
        width: 360px;
        margin-right: 35px;
        padding-top: 50px;
    }

    .custom-unlimited-plan .unlimited-tile:not(:first-child) .unlimited-banner {
        line-height: normal;
    }

    .custom-unlimited-plan .unlimited-banner {
        height: auto;
        width: 60%;
    }

    .custom-unlimited-plan .unlimited-title {
        padding-left: 20px;
        min-height: auto;
    }

    .custom-unlimited-plan .unlimited-price {
        padding: 0 20px;
    }

    .custom-unlimited-plan .unlimited-includes-title,
    .custom-unlimited-plan .unlimited-basics-title {
        margin-left: 35px;
    }

    .custom-unlimited-plan ul.plan-includes,
    .custom-unlimited-plan ul.unlimited-basics {
        margin-left: 30px;
    }

    .custom-unlimited-plan ul.plan-includes {
        min-height: 352px;
    }

    .custom-unlimited-plan ul.unlimited-basics {
        padding-left: 25px;
    }
}

/* custom unlimited plans component end   */
@charset "utf-8";
/* Font Embed */
@font-face {font-family: 'attAleckSans-Bold';
    src: url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Bd.eot');
    src: url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Bd.eot#iefix') format('embedded-opentype'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Bd.woff') format('woff2'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Bd.woff') format('woff'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Bd.ttf') format('truetype'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Bd.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {font-family: 'attAleckSans-Black';
    src: url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Blk.eot');
    src: url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Blk.eot#iefix') format('embedded-opentype'),
         url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Blk.woff2') format('woff2'),
         url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Blk.woff') format('woff'),
         url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Blk.ttf') format('truetype'),
         url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Blk.svg#attAleckSans-Black') format('svg');
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}
@font-face {font-family: 'attAleckSans-Regular';
    src: url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Rg.eot');
    src: url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Rg.eot#iefix') format('embedded-opentype'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Rg.woff') format('woff2'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Rg.woff') format('woff'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Rg.ttf') format('truetype'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Rg.svg') format('svg');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face {font-family: 'attAleckSans-Medium';
    src: url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Md.eot');
    src: url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Md.eot#iefix') format('embedded-opentype'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Md.woff') format('woff2'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Md.woff') format('woff'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Md.ttf') format('truetype'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Md.svg') format('svg');
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}
@font-face {font-family: 'attAleckSans-Light';
    src: url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Lt.eot');
    src: url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Lt.eot#iefix') format('embedded-opentype'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Lt.woff') format('woff2'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Lt.woff') format('woff'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Lt.ttf') format('truetype'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_Lt.svg') format('svg');
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}
@font-face {font-family: 'attAleckSans-LightItalic';
    src: url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_LtIt.eot');
    src: url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_LtIt.eot#iefix') format('embedded-opentype'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_LtIt.woff') format('woff2'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_LtIt.woff') format('woff'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_LtIt.ttf') format('truetype'),
         url('../../../etc/designs/attbusiness/fonts/ATTAleckSans_W_LtIt.svg') format('svg');
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}
@font-face {font-family: 'attAleckSans-Thin';
    src: url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Th.eot');
    src: url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Th.eot#iefix') format('embedded-opentype'),
         url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Th.woff2') format('woff2'),
         url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Th.woff') format('woff'),
         url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Th.ttf') format('truetype'),
         url('https://www.business.att.com/etc/designs/attbusiness/fonts/ATTAleckSans_W_Th.svg#attAleckSans-Thin') format('svg');
    font-weight:normal;
    font-style:normal;
    font-display: swap;
}

@media only screen and (min-width:769px) and (max-width:991px){
#content_support .iconBox{float:left;margin:0 15px 15px 0;width:60px;height:85px;}
}
@media only screen and (max-width : 480px) {
.wirelineBox{margin-bottom:0px; padding-top: 0px !important;}
.caption{text-align:center !important;height:auto !important;width:auto !important}
#support-desktop_mobile{padding-bottom:20px;}
#content_support .inner_container{padding:0 15px}
.row{margin-left:0px !important;margin-right:0px !important;}
#add_support h3,#add_support h4 a,#add_support p.txt14{color:#fff !important}
#add_support{background:#009fdb;padding-top:40px}
#add_support .support-icon {display:inline-block;width:25px;height:27px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -101px -1px no-repeat;}
#add_support .troubleshoot-icon { display:inline-block;width:25px;height:27px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -126px -1px no-repeat;}
#add_support .devices-icon { display:inline-block;width:20px;height:27px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -82px -1px no-repeat;}
.right-block{width:250px;}
.box{margin-bottom:28px;}
.box:last-child{margin-bottom:0px;}
.rht_box:last-child{margin-bottom:0px !important;}
.left-block{float:left;margin-right:5px;height:67px;}
#community {padding-left:0px !important;padding-right:0px !important;}
#community .col-xs-12{padding-left:0px;padding-right:0px;}
.mobMg15{margin-left:15px !important}
.inner_left{margin:0px 0px 50px 0px !important}
.btm_block{text-align:left;margin-bottom:28px;height:100% !important;}
.inner_right{margin-left:0px !important;}
.xs-mbtm0{margin-bottom:0px !important}
.play-icon {background: url('https://www.business.att.com/etc/designs/attbusiness/images/play-icon-small.png') no-repeat !important;
    top: calc(50% - 40px)!important;width:79px !important;height:79px !important;}
#video{width:278px !important;height:176px !important;}
.billing-icon,.repair-icon,.wireline-icon,.mobility-icon{margin-left:auto !important}
.tp_box{width:auto !important;margin-right:auto !important;}
}
@media only screen and (min-width : 400px) and (max-width : 980px) {
.wirelineBox{margin-bottom:0px; padding-top: 0px !important;}
.row{margin-left:0px !important;margin-right:0px !important;}
#add_support h3,#add_support h4 a,#add_support p.txt14{color:#fff !important}
#add_support{background:#009fdb;padding-top:40px}
#add_support .support-icon {display:inline-block;width:25px;height:27px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -101px -1px no-repeat;}
#add_support .troubleshoot-icon { display:inline-block;width:25px;height:27px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -126px -1px no-repeat;}
#add_support .devices-icon { display:inline-block;width:20px;height:27px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -82px -1px no-repeat;}
#content_support .iconBox{float:left;margin:0 15px 15px 0;width:60px;height:85px;}
#community .col-sm-5{padding-left:0px;}
.inner_left{margin:0px 0px 50px 0px !important}
.inner_right{margin-left:0px !important;}
.sm-mbtm0{margin-bottom:0px !important}
.right-block{width:235px;}
.rht_box:last-child{margin-bottom:0px !important;}
.left-block{float:left;margin-right:5px;height:90px !important}
.billing-icon,.repair-icon,.wireline-icon,.mobility-icon{margin-left:auto !important}
.caption{width:auto !important;}
.dmobile_pic{display:none}
.tablet_pic{display:block !important;}
.tp_box{width:auto !important;margin-right:auto !important;}
}
#content_support .col-md-3,#content_support .col-md-9{padding-left:0px !important;}
.mbtm34{margin:0 0 34px 0}
.mbtm40{margin-bottom:40px !important;}
.mtop40{margin-top:40px !important;}
.mbtm25{margin-bottom:25px !important;}
.mbtm28{margin:0 0 28px 0}
.mbtm30{margin-bottom:30px !important;}
.mleft25{margin-left:25px;}
.md-mbtm0{margin-bottom:0px !important}
#add_support .container,#content_support1 .container{width:auto;}
#content_support {clear: both;margin: 0 auto;position: relative;top: 0;width: 100%;}
#content_support1 {clear: both;margin: 0 auto;position: relative;top: 0;width: 100%;}
#add_support .maincontent1{max-width: 980px;margin:0 auto;} 
#content_support.maincontent,#content_support1.maincontent{max-width: 980px;}
#content_support1 hr,#assistance hr{margin:0px;border-color:#d2d2d2 !important;}
#content_support h1, 
#content_support .support-head, 
#content_support .supporth1 {font: normal 34px/38px attAleckSans-Light;color: #444;letter-spacing: -.01em;margin:0 0 5px 0}
#content_support .inner_container{margin: 34px 0 40px 0; }
#content_support1 .inner_container{margin: 0 0 40px 0;}
#content_support .inner_container .main_container{min-height: 530px;}
#content_support .txtomnesatt20 {font: normal 20px/24px attAleckSans-Regular; color: #444;display:inline-block }
#add_support h4 a,#community h4 a,#assistance h4 a{font: normal 16px/16px attAleckSans-Regular; color: #0568ae;margin-bottom:5px;text-decoration:none;display:block;}
#assistance h4 a{margin-bottom:14px;}
#content_support h5 a{font: normal 15px/22px attAleckSans-Regular; color: #0568ae;margin-bottom:10px;;display:block;}
#content_support p{font: normal 15px/22px attAleckSans-Light;}
.txtomnesatt18 {font: normal 18px/18px attAleckSans-Light; color: #0568ae;display:inline-block }
.txtomnesatt15 {font: normal 15px/15px attAleckSans-Light; color: #5a5a5a;display:inline-block }
#add_support h3,#content_support1 h3,#content_support h3 {font: normal 25px/25px attAleckSans-Light; color: #444;display:block }
#contact p,.caption p {font: normal 15px/22px attAleckSans-Light; color: #5a5a5a;}
#contact p a,.caption p a{font: normal 15px/22px attAleckSans-Light;}
#add_support p.txt14,#community p.txt14,#assistance p.txt14{font: normal 14px/20px attAleckSans-Regular; color: #444;}
#content_support .txtatt20_light{font:normal 20px/20px attAleckSans-Light;color:#444;display:block}
#content_support a.txt{color:#0568ae;}
#add_support .col-md-4,#community .col-md-5{padding-left:0px;}
#add_support{background:#0574ac;padding-top:40px;margin: 0 auto;top: 0;width: 100%;}
#add_support h3,#add_support h4 a,#add_support p.txt14{color:#fff !important}
.caption{text-align:left;height:100px;}
.caption a{font: normal 18px/18px attAleckSans-Light; color: #0568ae;margin-bottom:5px;display:block;}
.iconBox{margin-bottom:10px;}
.wirelineBox{margin-bottom:0px; padding-top: 10px;}
.left-block{float:left;margin-right:5px;height:67px}
.billing-icon { display:inline-block; width: 55px;height:60px; background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -98px -65px no-repeat;}
.repair-icon { display:inline-block;width:60px;height:60px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') 0px -64px no-repeat;}
.mobility-icon { display:inline-block;width:37px;height:60px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -63px -64px no-repeat;}
.wireline-icon { display:inline-block;width:60px;height:60px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') 0px -125px no-repeat;}
.support-icon { display:inline-block;width:25px;height:27px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -95px -1px no-repeat;}
.troubleshoot-icon { display:inline-block;width:25px;height:27px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -120px -1px no-repeat;}
.devices-icon { display:inline-block;width:21px;height:27px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -75px -1px no-repeat;}
#innerwrap img{vertical-align:baseline;}
#sidebar{margin-right:50px}
#sidebar .col-md-3{padding-left:0px !important;}
#content_support .support-head {font: normal 24px/28px attAleckSans-Regular;color: #444;padding:0px;margin-bottom:20px}
#content_support .nav > li > a {font: normal 18px/22px attAleckSans-Regular; color: #0568ae;display: block;padding: 0px!important;position: relative;margin-bottom:10px;}
#content_support .nav > li > a.active {font: normal 18px/22px attAleckSans-Bold; color: #444;display: block;padding: 0px!important;position: relative;margin-bottom:10px;}
#content_support .nav > li > a.active2 {font: bold 18px/22px attAleckSans-Light; color: #0568ae;display: block;padding: 0px!important;position: relative;margin-bottom:10px;}
#content_support .nav > li > a.selected {font: bold 18px/22px attAleckSans-Light; color: #0568ae;display: block;padding: 0px!important;position: relative;margin-bottom:10px;}
#content_support .nav > li > a:hover,#content_support .nav > li > a:focus{background:none;text-decoration:none}
#content_support .rht_box{margin-bottom:28px}
.inner_left{width:230px;margin:25px 50px 0 0;}
.btm_block{text-align:left;height:100%;margin-bottom:10px;}
.inner_right{margin-left:20px;}
.pdfsm-icon {width:18px;height:21px;margin-right:7px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -154px -66px no-repeat;}
.doc-icon {width:17px;height:21px;margin-right:7px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -156px -103px no-repeat;}
.Video, .video, .VIDEO {background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -156px -87px no-repeat !important;
height: 16px !important;}
.Pdf, .pdf, .PDF {background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -154px -66px no-repeat !important;
width: 18px;}
.camera-icon {width:20px;height:16px;margin-right:7px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -155px -87px no-repeat;}
.play-icon {background: url('https://www.business.att.com/etc/designs/attbusiness/images/play-icon-large.png') no-repeat;position:relative;
    top: calc(50% - 60px);display:inline-block;width:119px;height:118px;}
#video{margin-bottom:60px;width:690px;height:437px;background:#444;text-align:center;}
ul.heading {padding:0px;margin-top:10px;list-style-type: number;}
ul.heading li{padding-left:5px;margin:0px 0px 10px 45px;list-style-type: number;}
.static_content{margin-bottom:60px; color: #444; font: 15px/22px attAleckSans-Light;}
.static_content ul,.static_content ol{padding-left:13px;}
ul .sub-nav2{list-style-type:none;padding:0px;margin:0px;}
ul .sub-nav2 li{padding-left:10px}
ul .sub-nav2 li a{color: #0568ae;display: block;font:normal 15px/20px attAleckSans-Light;margin-bottom: 5px;padding: 0 !important;position: relative;}
ul .sub-nav2 li a.active{color: #444;display: block;font:normal 15px/20px attAleckSans-Bold;margin-bottom: 5px;padding: 0 !important;position: relative;background:none;border:none;}
    ul .sub-nav2 li a.activelink{color: #0568ae;display: block;font: 15px/20px attAleckSans-Light;margin-bottom: 5px;padding: 0 !important;position: relative;font-weight:bold;
    background:none;border:none;}
ul .sub-nav2 li a:hover{text-decoration:underline;}
#add_support .support-icon {display:inline-block;width:25px;height:27px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -101px -1px no-repeat;}
#add_support .troubleshoot-icon { display:inline-block;width:25px;height:27px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -126px -1px no-repeat;}
#add_support .devices-icon { display:inline-block;width:20px;height:27px;background: url('../../../etc/designs/attbusiness/images/contact-support-sprite.png') -82px -1px no-repeat;}
#add_support h4 a{margin-bottom:5px;display:block;font-weight:600;}
.rht_box:last-child{margin-bottom:0px !important;}
.repair-icon,.wireline-icon,.billing-icon,.mobility-icon{margin-left:-30px}
.tablet_pic{display:none;}
#icon-menu{margin-right:15px !important;}
#wrapper {float: none !important;}
.tp_box{width:195px;margin-right:50px;}
#add_support h4 a:hover,#community h4 a:hover,#assistance h4 a:hover,#content_support .nav > li > a:hover{text-decoration:underline;}
.no_line:hover{text-decoration:none !important;}


#content_support.maincontent { max-width: 1130px; }
#content_support .support-units { display: flex; flex-wrap: wrap; justify-content: center; }
#content_support .support-unit-header { height: 178px;display: flex;align-items: center;justify-content: center; }
#content_support .support-unit.business-center .support-unit-header { background-color: #000; }
#content_support .support-unit.premier .support-unit-header { background-color: #000; }
#content_support .support-unit.tools .support-unit-header { background-color: #f2f2f2; }
#content_support .support-unit.security .support-unit-header { background-color: #f2f2f2; }
#content_support .support-unit.business-direct .support-unit-header { background-color: #f2f2f2; }
#content_support .support-unit.directv .support-unit-header { background-color: #009fdb;; }
#content_support .support-unit { width: 313px; border: 1px solid #d2d2d2; margin-right: 10px; margin-bottom: 20px; }
#content_support .support-unit a { display: block; }
#content_support .support-unit:last-child { margin-right: 0; }
#content_support h2.support-unit-heading { font: normal 18px/22px attAleckSans-Regular; color: #0568ae; margin-bottom: 0; }
#content_support .support-unit-body { padding: 20px; text-align: center; }
#content_support .support-unit-body p {  font: normal 16px/20px attAleckSans-Regular; color: #5a5a5a; }

@media screen and (min-width: 768px) {
    #content_support .support-unit.tools { margin-right: 0; }
    #content_support .support-unit.business-direct { margin-right: 0; }
    #content_support .support-unit.premier { margin-right: 10px; }
}
@media screen and (min-width: 1024px) {
    #content_support .support-unit.tools { margin-right: 10px; }
    #content_support .support-unit.business-direct { margin-right: 10px; }
    #content_support .support-unit.premier { margin-right: 0; }
}