div.container.main.plans#support-faq section.container div.col-xs-3.col-md-2 {
    border-right: none;
}

.faq-answer-sub.active {
    background: #F1F1F1 url("../img-bst/tiny_arrow.png") no-repeat scroll -6px 14px;
}

div#faqs-sub.tab-pane.active section div#faq-answers div.faq-answer-sub {
    padding: 10px 20px!important;
    margin: 0px 10px!important;
}

div#faqs-sub.tab-pane.active section div#faq-answers div.faq-answer-sub h2 {
    margin: 0 0 10px 0!important;
    padding:0;
}

div#faqs-sub.tab-pane.active section div#faq-answers div.faq-answer-sub p{
    margin: 0 0 10px 0!important;
}

div.faq-answer-sub table tbody tr td{
    padding:5px;
}

.faq-answer ul,
.faq-answer-sub table tbody tr td ul{
    list-style: disc;
    padding:0 0 0 40px;
    list-style-position: outside;
}

div#faq-answers div.faq-answer ul ul{
    list-style: circle;
}


div.tab-content div#faqs.tab-pane section{
    font-family: "OpenSans-Regular",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    color: #404040;
}

#faq-questions a:link {
    text-decoration: underline;
    font-size: 12px;
}

div#faqs.tab-pane.active section.hidden-xs h2.faq-title-h2,
div#faqs section h2.faq-title-h1,
div#faqs-sub section h2.faq-title-h1{
    font-family: BoostNeoBold,Arial,Helvetica,sans-serif!important;
    font-weight: 400;
    color:#FFF;
    font-size: 30px;
    padding: 5px 10px;
}

div#faqs section div.faqs-header h2.faq-title-h2,
div#faqs-sub section div.faqs-header-sub h2.faq-title-h2{
    color: #0257A3;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: -0.5px;
    margin: 0px;
    padding: 30px 0px 0px;
}

div#faqs.tab-pane.active section#home h2.faq-title-h1 {
    color: white;
    background-color: black;
    display: inline-block;
    padding-right: 50px;
    margin-left: 28px;
}

div#faqs-sub section div.faqs-header-sub h2.faq-title-h2{
    padding: 30px 0 0 25px!important;
}

div#faqs #home {
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

div#faqs #home .quick-access {
    width: 100%;
    padding: 0;
    margin: 20px auto 0;
}

div#faqs #home .quick-access .faq-icon{
    display: inline-block;
}

div#faqs #home .quick-access .faq-icon.type1 {
    background: url('../img-bst/support/faq_icons.png') no-repeat;
    background-position: 0 0;
    width: 39px;
    height: 53px;
}

div#faqs #home .quick-access .faq-icon.type2 {
    background: url('../img-bst/support/faq_icons.png') no-repeat;
    background-position: -67px -5px;
    width: 60px;
    height: 53px;
}

div#faqs #home .quick-access .faq-icon.type3 {
    background: url('../img-bst/support/faq_icons.png') no-repeat;
    background-position: -154px -1px;
    width: 39px;
    height: 53px;
}

div#faqs #home .quick-access li {
    display: inline-block;
    margin-right: -4px;
}

div#faqs #home .quick-access li .item {
    display: block;
    text-align: center;
}

div#faqs #home .quick-access li h2 {
    margin: 5px auto 0;
}

div#faqs #home .quick-access li:first-child {
    width: 26%;
}

div#faqs #home .quick-access li:first-child .item {
    width: 110px;
    margin-left: 10px;
}


div#faqs #home .quick-access li:nth-of-type(2),div#faqs #home .quick-access li:nth-of-type(3) {
    width: 37%;
    border-left: 1px solid black;
}

div#faqs #top-links {
    padding-bottom: 20px;
}

div#faqs #top-links h2 {
    color: black;
    font-size: 17px;
    font-family: 'Boost_black', Helvetica, Arial, sans-serif !important;
}

div.tab-content div#faqs.tab-pane section.device-support {
    border-top: 1px solid #ddd;
    padding-bottom: 50px;
    padding-right: 300px;
    background: url(../img-bst/support/device-support-choose-your-device.png) center right no-repeat;
    min-height: 250px;
}



div#faqs .device-support h2 {
     color: black;
    font-size: 17px;
    font-family: 'Boost_black', Helvetica, Arial, sans-serif !important;
}

div#faqs .device-support .btn-boost {
    margin-top: 10px;
}

.generalSupportSkype p.info {
    padding-bottom: 10px !important;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.generalSupportSkype p.info span {
    font-size: 11px;
}

.faqs-header.article a {
    font-size: inherit;
    text-decoration: underline;
}

.faqs-header.article h1 {
    font-family: "OpenSans-Regular",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.faqs-header.article h1 + hr {
    margin-top: 10px;
    margin-bottom: 35px;
}


.faqs-header.article table {
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
}

.faqs-header.article table thead {
    font-weight: bold;
}

.faqs-header.article table td {
    padding: 5px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.faqs-header.article small {
    font-size: 10px;
}


.faqs-header.article p.i-heading {
    font-size: 18px;
    margin: 35px auto 17px !important;
    font-weight: bold;
}

.faqs-header.article ul.bulleted {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 30px;
}

.faqs-header.article ul ul.bulleted, .faqs-header.article ul ol, .faqs-header.article ol ul.bulleted, .faqs-header.article ol ol.bulleted {
    margin-bottom: 0;
}

.faqs-header.article ul.less-padding, .faqs-header.article ol.less-padding {
    padding-left: 20px;
}

.faqs-header.article ul.bulleted p:first-child {
    margin-bottom: 0 !important;
}

.faqs-header.article ul.bulleted p:nth-of-type(2) {
    margin-top: 0 !important;
}

.faqs-header.article .i-heading.line {
    border-bottom: 1px solid #ddd;
}

.faqs-header.article #device-list-support td {
    padding: 5px;
    vertical-align: top;
}

.faqs-header.article #device-list-support a {
    display: block;
    margin-bottom: 5px;
}

/* ============================================ */
/*   5-todo-mexico-plus-add-on   Init   */
#faq-answers .TodoMexicoPlusAddOnColums{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
#faq-answers .TodoMexicoPlusAddOnColums li {
    list-style: none;
}
/*   5-todo-mexico-plus-add-on   End   */

/* ============================================ */
/*   ONMO Express   Init   */

.OnmoExpress #difOnMoExpress{
    border-bottom: solid 3px black;
}
.OnmoExpress #difOnMoExpress thead{
    background-color: #F85722;
    color: white;
    font-weight: bold;
    text-align: center;
    border-top: solid 4px black;
    border-bottom: solid 4px black;
}
.OnmoExpress #difOnMoExpress td {
    width: 30%;
    vertical-align: middle;
}
.OnmoExpress #difOnMoExpress td:nth-child(3) {
    width: 39%;
}
.OnmoExpress #difOnMoExpress td span {
    font-style: italic;
}
.OnmoExpress #difOnMoExpress tbody tr > td:nth-child(2), .OnmoExpress #difOnMoExpress tbody tr > td:nth-child(3) {
    text-align: center
}

/*   ONMO Express   End   */

/* FIX */
.gotoanswer sup{
    position: relative;
    font-size: 0.6em;
    margin-bottom: inherit;
    top: -2px;
    text-underline-position: under;
}

@media (min-width: 992px){
    .main.container .tab-content #top-links .col-md-4 {
        width: 33.33%;
    }
    .main.container .tab-content #top-links .col-md-4.shrinked {
        width: 29%;
    }
    .main.container .tab-content #top-links .col-md-4.expanded {
        width: 37%;
    }
}

@media (max-width: 767px){
    div.tab-content div#faqs.tab-pane section#home {
    background: none;
    padding-top: 0;
    }
    div#faqs.tab-pane.active section.hidden-xs h2.faq-title-h2, div#faqs section h2.faq-title-h1, div#faqs-sub section h2.faq-title-h1 {
        color: #F7901E;
    }
    div#faqs #home .quick-access {
    margin: 10px auto 0;
    }
    div#faqs #home .quick-access li:first-child, div#faqs #home .quick-access li:nth-of-type(2), div#faqs #home .quick-access li:nth-of-type(3) {
        width: 100%;
        border-left: none;
        margin-bottom: 10px;
    }
    div#faqs #home .quick-access li:first-child .item{
        width: 100%;
        margin-left: 0;
    }
    div.tab-content div#faqs.tab-pane section.device-support {
        padding-right: 0;
        padding-top: 180px;
        background-position: center 20px;
        background-size: 200px;
    }
}


table.domestic-roaming thead tr th{
    vertical-align: text-top;
}

div.faq__overview-content--questions > article > label{
	color: #0257A3;
	font-size: 18px;
	font-family: "OpenSans-Regular",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
	margin: 10px 0 0;
	width: 100%;
}
div.faq__overview-content--questions > article .faq-content a{
	font-size: 13px !important;
}
div.faq__overview-content--questions > .faq-radio{
	display: none;
}

/* Q no 17 changes $5 */

        .table-borderless > tbody > tr > td,
		.table-borderless > tbody > tr > th,
		.table-borderless > tfoot > tr > td,
		.table-borderless > tfoot > tr > th,
		.table-borderless > thead > tr > td,
		.table-borderless > thead > tr > th {
			border: none;
			padding:0 !important;
			font-size:12px !important;
		}

		.table-borderless > tbody > tr > td{
			text-align:left;
		}
		.table-borderless{
				width:83%;
		}
		.table{
			font-size:12px !important;
		}

		.todoReg{
			font-size:65%;
		}

/* Notes Hotspot Usage  */
#faq-answers .faq-content .notesHP{font-style: italic;}
#faq-answers .faq-content ul.notesHP{
    padding-left: 40px;
    margin-top: -10px;
    margin-bottom: 0px;
    list-style-type: circle;
}
.text-line25{
    text-decoration: underline;
    font-weight: bold;
}
div.faq__overview-content--questions > article > ul > li > label {
    color: #f7901e;
    font-size: 18px;
    font-family: 'Boost_bold', Helvetica, Arial, sans-serif !important;
    margin: 10px 0 0;
    width: 100%;
    padding-bottom: 15px;
}
.orange-disk{
    color: #f7901e !important;
}
.vignettes.orange-disk > div{
    color: #222;
}
.vignettes.orange-disk > div > .notesHP{
    font-style: normal!important;
}
.orangelink-25{
    font-size: 18px;
    font-family: 'Boost_bold', Helvetica, Arial, sans-serif !important;
}
#footer{
    padding: 30px;
    text-align: justify;
}


@media (min-width: 768px) and (max-width:786px)
{
    header .nav.nav-pills>li>a {
        padding-left: 5px !important;
    }
}