body.helpcenter2015
{
    min-width: 320px;
    color: #222;
    font: 1.2em helvetica,arial,sans-serif;
	overflow-x: auto;
}

body.body_background {
    background: #d0dbe3;
}

.help-wrap a
{
    color: #4d4d4d;
    text-decoration: none;
}

    .help-wrap a:hover
    {
        color: #06F;
        text-decoration: underline;
    }

    .help-wrap a:visited
    {
        border: none;
    }

.message a,
.help-article a
{
    text-decoration: underline;
    border: none;
}

.message a:hover,
.help-article a:hover
{
    color: #06F;
}
.help-article .tools a {
    text-decoration: none;
}

*
{
    -webkit-transition: margin 200ms linear, padding 200ms linear, top 200ms linear;
    -moz-transition: margin 200ms linear, padding 200ms linear, top 200ms linear;
    -o-transition: margin 200ms linear, padding 200ms linear, top 200ms linear;
    -ms-transition: margin 200ms linear, padding 200ms linear, top 200ms linear;
    transition: margin 200ms linear, padding 200ms linear, top 200ms linear;
}

.help-wrap .clear
{
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}

.help-wrap table, .help-wrap th, .help-wrap td
{
    border: 1px solid #e7e7e7;
}

.help-wrap table
{
    margin: 30px 0;
    display: table;
}

.help-wrap th
{
    font-size: 14px;
    font-weight: bold;
    background: #33425A;
    padding: 8px;
    color: #fff;
}

.help-wrap td
{
    font-size: 13px;
    color: #4d4d4d;
    padding: 8px;
    vertical-align: top;
}

.help-wrap .sub-head
{
    background: #A4B7CB;
    font-weight: bold;
    color: #222;
}

.help-wrap .cell-center
{
    text-align: center;
    vertical-align: middle;
}

.help-wrap .cell-check
{
    color: #33425a;
}


/* ---- frame ----
 * 1. title
 * 2. navigation
 * 3. body
 * ---- */
.help-wrap
{
    margin: 0 auto;
    padding: 20px 0;
    min-width: 320px;
    max-width: 1280px;
}
    /* 1. title */
    .help-wrap .page-title
    {
        padding: 0 0 10px 10px;
        color: #3a5e90;
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
    }

@media only screen and (min-width: 480px)
{
    .help-wrap .page-title
    {
        padding-left: 20px;
    }
}
/* 2. navigation */
.help-wrap .page-nav
{
    height: 50px;
    background-color: #FC8D24;
}

    .help-wrap .page-nav li
    {
        position: relative;
        float: left;
        width: 33%;
    }

        .help-wrap .page-nav li a
        {
            display: block;
            padding: 0;
            height: 50px;
            font-size: 16px;
            color: #FFF;
            line-height: 50px;
            text-align: center;
            text-transform: uppercase;
        }

@media only screen and (min-width: 480px)
{
    .help-wrap .page-nav li
    {
        width: auto;
    }

        .help-wrap .page-nav li a
        {
            padding: 0 19px;
            height: auto;
        }
}

.help-wrap .page-nav li a:hover
{
    background-color: #FF9834;
    text-decoration: none;
}

.help-wrap .page-nav li .fa-caret-up
{
    display: none;
    position: absolute;
    bottom: -8px;
    width: 100%;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    pointer-events: none;
}

.help-wrap .page-nav .current .fa-caret-up
{
    display: block;
}

.help-wrap .page-nav-second {
	padding: 20px 0 0 0;
	text-align: center;
}
	.help-wrap .page-nav-second li {
		margin-bottom: 5px;
		text-align: left;
		margin: 0px 10px
	}
		.help-wrap .page-nav-second li a {
			display: block;
			padding: 9px 20px 5px ;
			border: 2px solid #3a5e90;
			border-radius: 6px;
			color: #3a5e90;
			font-size: 13px;
			line-height: 20px;
			text-decoration: none;
		}
		.help-wrap .page-nav-second li a:hover {
			text-decoration: none;
			color: #fff;
			background: #3a5e90;
		}
			.help-wrap .page-nav-second li a .fa {
				display: inline-block;
				margin: -2px 10px 0 0;
				width: 22px;
				font-size: 20px;
				text-align: center;
				vertical-align: middle;
			}
@media only screen and (min-width: 480px) {
	.help-wrap .page-nav-second li {
		display: inline-block;
		width: 49%;
	}
}
@media only screen and (min-width: 640px) {
	.help-wrap .page-nav-second li {
		width: 30%;
		vertical-align: top;
		margin-bottom: 20px;
	}
		.help-wrap .page-nav-second li a {
			position: relative;
			height: 30px;
			line-height: 1.1;
		}
			.help-wrap .page-nav-second li a .fa {
				float: left;
				margin-top: 0;
				width: 36px;
				font-size: 30px;
				vertical-align: middle;
			}
			.help-wrap .page-nav-second li a .newline {
				display: block;
			}
}
@media only screen and (min-width: 960px) {
	.help-wrap .page-nav-second li {
		width: 16.35%;
		vertical-align: top;
	}
			.help-wrap .page-nav-second li a .fa {
				float: left;
				width: auto;
				font-size: 28px;
				vertical-align: middle;
			}
}

/* 3. body */
.help-wrap .page-body
{
    clear: both;
    position: relative;
    display: block;
    margin-top: 20px;
}

.help-wrap #baBreadcrumbTop
{
    margin-bottom: 30px;
    padding: 0 10px;
    font-weight: normal;
    line-height: 1.5;
}

@media only screen and (min-width: 480px)
{
    .help-wrap #baBreadcrumbTop
    {
        padding: 0 20px;
    }
}

/* ---- public ----
 * 1. article
 * 2. message
 * 3. horizontal
 * 4. button
 * 5. pagination
 * 6. bottom / contact us link
 * 7. crumb
 * 8. input and select
 * 9. overlay
 * ---- */

/* 1. article */
.help-wrap .newline {
	display: none;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.help-article,
.help-order
{
    margin: 0 30px 40px 30px;
}

    .help-article .tools
    {
        position: relative;
        margin-bottom: 30px;
        padding: 10px 0;
        border-top: 1px solid #EBEBEB;
        border-bottom: 1px solid #EBEBEB;
        color: #7f7f7f;
    }

        .help-article .tools .fa
        {
            margin-left: 10px;
            color: #7f7f7f;
            font-size: 28px;
            vertical-align: middle;
        }

        .help-article .tools a:hover
        {
            text-decoration: none;
        }

        .help-article .tools .share
        {
            position: absolute;
            top: 10px;
            right: 10px;
        }

            .help-article .tools .share .fa-facebook-square
            {
                color: #607BB0;
            }

            .help-article .tools .share .fa-twitter-square
            {
                color: #00B7F1;
            }

            .help-article .tools .share .fa-google-plus-square
            {
                color: #C42C15;
            }

            .help-article .tools .share label
            {
                display: none;
            }

			

        .help-article .tools .share-fl
        {
            position: absolute;
            top: 10px;
            right: 10px;
        }

            .help-article .tools .share-fl .fa-facebook-square
            {
                color: #607BB0;
            }

            .help-article .tools .share-fl .fa-twitter-square
            {
                color: #00B7F1;
            }

            .help-article .tools .share-fl .fa-google-plus-square
            {
                color: #C42C15;
            }

            .help-article .tools .share-fl label
            {
                display: none;
            }

@media only screen and (min-width: 480px)
{
    .help-article .tools .share label
    {
        display: inline;
    }
	
    .help-article .tools .share-fl label
    {
        display: inline;
    }
}

@media only screen and (min-width: 760px)
{
    .faq-main .help-article,
    .faq-main .faq-search-result
    {
        margin-left: 20px;
        margin-right: 300px;
        padding-right: 20px;
        border-right: 1px solid #ebebeb;
    }

    .faq-main.policy-topics .help-article
    {
        margin-right: 0;
        border-right: 0;
    }

    .help-article .tools .fa
    {
        font-size: 18px;
    }

    .help-article .tools .share .fa
    {
        margin-left: 5px;
    }
}

@media only screen and (min-width: 960px)
{
    .faq-main .help-article,
    .faq-main .faq-search-result
    {
        margin-right: 320px;
        padding-right: 30px;
    }

    .faq-main.policy-topics .help-article
    {
        margin-right: 0;
    }
}

.help-article .content
{
    margin-bottom: 20px;
    color: #4d4d4d;
    font-size: 16px;
	line-height: 1.5;
}

    .help-article .content a
    {
        color: #448ACA;
		text-decoration: underline;
    }
	.help-article .content a:hover {
		color: #06F;
	}

.help-article .video-list
{
    margin-bottom: 10px;
}

    .help-article .video-list li
    {
        display: inline-block;
        padding-bottom: 20px;
        width: 48%;
    }

@media only screen and (min-width: 480px)
{
    .help-article .video-list li
    {
        margin-right: 10px;
        width: 180px;
    }
}

@media only screen and (min-width: 960px)
{
    .help-article .video-list li
    {
        margin-right: 20px;
    }
}

.help-article .video-list li a
{
    display: block;
    padding: 5px;
    border: 1px solid #E8E8E8;
}

    .help-article .video-list li a:hover
    {
        background: #E8E8E8;
    }

    .help-article .video-list li a img
    {
        display: block;
        width: 100%;
    }

.help-article .sub-title
{
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
}

.help-article .text-list,
.help-article .ordered-list
{
    margin-bottom: 20px;
}

    .help-article .text-list li,
    .help-article .ordered-list li
    {
        margin-left: 30px;
        padding-bottom: 10px;
        color: #bdbdbd;
        font-size: 13px;
    }

    .help-article .text-list li
    {
        list-style: outside disc;
    }

    .help-article .ordered-list li
    {
        list-style: outside decimal;
    }

        .help-article .text-list li p,
        .help-article .ordered-list li p
        {
            color: #4d4d4d;
        }

.help-article .helpful
{
    padding: 20px;
    background-color: #EBEBEB;
    font-size: 14px;
    line-height: 1.5;
}
/* 2. message */
.help-wrap .message
{
    overflow: hidden;
    position: relative;
    margin: 0 0 25px 0;
}

.help-wrap .contact-form .message
{
    margin: 40px auto;
    width: 70%;
}

.help-wrap .message-wrapper
{
    padding: 5px;
    background: #fff;
    margin-right: 20px;
    min-height: 20px;
    height: auto !important;
    height: 20px;
}

.help-wrap .message-icon
{
    background: url("http://images10.newegg.com/WebResource/Themes/2005/Nest/spr_icons.6.6.0.png") no-repeat;
    float: left;
    width: 20px;
    height: 20px;
}

.help-wrap .message-information
{
    font-size: 11px;
    color: #4d4d4d;
    padding: 3px 0 0 25px;
}

.help-wrap .message-title
{
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    font-size: 11px;
}

.help-wrap .message-note,
.help-wrap .message-info
{
    border: 1px solid #e1b06a;
    background: #e1b06a;
}

    .help-wrap .message-info .message-icon
    {
        background-position: -220px -143px;
    }

.help-wrap .message-alert a.message-x:hover,
.help-wrap .message-alert a.message-x:focus,
.help-wrap .message-alert a.message-x:active
{
    color: #cc0000;
}

.help-wrap .message-info a.message-x:hover,
.help-wrap .message-info a.message-x:focus,
.help-wrap .message-info a.message-x:active
{
    color: #e1b06a;
}

.help-wrap .message-alert
{
    border: 1px solid #cc0000;
    background: #cc0000;
}

.help-wrap .message-note,
.help-wrap .message-info
{
    border: 1px solid #e1b06a;
    background: #e1b06a;
}

.help-wrap .message-promo
{
    border: 1px solid #758d19;
    background: #758d19;
}

.help-wrap .message-alert em
{
    color: #cc0000;
    font-style: normal;
}

.help-wrap .message-note,
.help-wrap .message-info em
{
    color: #e1b06a;
}

.help-wrap .message-promo em
{
    color: #758d19;
}

.help-wrap .message-alert .message-icon
{
    background-position: -191px -143px;
}

.help-wrap .message-note .message-icon
{
    background-position: -218px -172px;
}

.help-wrap .message-promo .message-icon
{
    background-position: -190px -173px;
}

.help-wrap .message-info .message-icon
{
    background-position: -220px -143px;
}

.help-wrap .message-bar
{
    background: #e3e3e3;
}

    .help-wrap .message-bar td
    {
        padding: 15px 35px 10px 35px;
    }

    .help-wrap .message-bar .message
    {
        width: 477px;
        margin-bottom: 5px;
    }

.help-wrap .message-shipping-blue .wrapper
{
    background: #ecf4fe;
    border: 2px solid #91b0d8;
    margin-right: 0px;
    position: relative;
}

.help-wrap .message-shipping-blue p
{
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
}

.help-wrap .message-shipping-blue a
{
    font-size: 0.9em !important;
}

.help-wrap .message-shipping-blue em
{
    color: #4C78B1;
    font-style: normal;
    font-weight: bold;
}

.help-wrap .message-shipping-blue .arrow
{
    top: 10px;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid #91b0d8;
    position: absolute;
}

.help-wrap .messages div#sr_memberSubHeader,
.help-wrap .messages div#sr_guestSubHeader
{
    background-color: #e3e3e3;
}

    .help-wrap .messages div#sr_guestSubHeader div.sr_subHeaderMessage
    {
        margin-top: 0px;
        word-break: break-word;
        width: 650px;
    }

.help-wrap .messages .message-membership
{
    display: block;
    background: #666;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
    min-height: 23px;
}

    .help-wrap .messages .message-membership a:link,
    .messages .message-membership a:visited
    {
        color: #fff;
    }

    .help-wrap .messages .message-membership a:hover,
    .help-wrap .messages .message-membership a:focus,
    .help-wrap .messages .message-membership a:active
    {
        color: #fff;
        text-decoration: none;
    }

.help-wrap .message-membership em
{
    font-style: normal;
    font-weight: bold;
    color: #ffc474;
}

.help-wrap .messages .icon-flag
{
    width: 18px;
    margin: -3px 5px 0 0;
    vertical-align: middle;
}

.help-wrap .messages-popup
{
    padding: 5px;
    background: #fff;
    position: absolute;
    left: 50%;
    width: 70%;
    margin: 0 0 0 -35%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 9999999;
    display: none;
}

    .help-wrap .messages-popup .message
    {
        margin: 0;
        border: 0;
        font-size: 13px;
        position: relative;
    }

        .help-wrap .messages-popup .message .message-title,
        .help-wrap .messages-popup .message p
        {
            font-size: 13px;
        }

        .help-wrap .messages-popup .message p
        {
            margin: 3px 0;
        }

    .help-wrap .messages-popup a
    {
        text-decoration: underline;
    }

    .help-wrap .messages-popup .call-to-action
    {
        text-align: center;
        margin: 10px 0 5px 0;
    }
/* 3. horizontal */
.helpHorizontal
{
    margin-bottom: 30px;
    height: 20px;
    border-bottom: 1px solid #CCC;
}

@media only screen and (min-width: 760px)
{
    .helpHorizontal.last
    {
        display: none;
    }
}
/* 4. button */
.help-wrap .button,
.help-wrap .button:link,
.help-wrap .button:visited,
.help-wrap .button:focus
{
    color: #4d4d4d;
    font-family: 'Arial Narrow','Helvetica Narrow', arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: condensed; /* for rendering Arial Narrow in FF properly */
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #ADADAD;
    background-color: #fff;
    display: inline-block;
    padding: 9px 15px;
    margin: 0;
    outline: none;
}

.help-wrap .button-mini,
.help-wrap .button-mini:link,
.help-wrap .button-mini:visited,
.help-wrap .button-mini:focus
{
    font-size: 12px;
    border: 1px solid #ADADAD;
    padding: 3px 10px;
    margin: 0;
    outline: none;
}

    .help-wrap .button:hover,
    .help-wrap .button:active,
    .help-wrap .button-mini:hover,
    .help-wrap .button-mini:active
    {
        color: #0066ff;
        border-color: #0066ff;
    }

.help-wrap .button-wide
{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.help-wrap .button-disabled
{
    zoom: 1;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /* IE 8 */
    filter: alpha(opacity=65); /* IE 5-7 */
    pointer-events: none;
    cursor: not-allowed;
}

/* Button Module - Hierarchy Styles
___________________________________*/

.help-wrap .button-primary,
.help-wrap .button-secondary,
.help-wrap .button-alt
{
    text-transform: uppercase;
}

    .help-wrap .button-primary,
    .help-wrap .button-primary:link,
    .help-wrap .button-primary:visited,
    .help-wrap .button-primary:focus
    {
        color: #552F00;
        background-color: #FFC010;
        background: linear-gradient(to bottom, #FFC010, #F9A21B);
        border-color: #E68626;
    }

        .help-wrap .button-primary:hover,
        .help-wrap .button-primary:active
        {
            color: #552F00;
            background-color: #F9A21B;
            background: linear-gradient(to bottom, #F9A21B, #FFC010);
            border-color: #E68626;
        }

    .help-wrap .button-secondary,
    .help-wrap .button-secondary:link,
    .help-wrap .button-secondary:visited,
    .help-wrap .button-secondary:focus
    {
        color: #0e1b2e;
        background-color: #b3d5ff;
        background: linear-gradient(to bottom, #b3d5ff, #96BAE6);
        border-color: #849dc2;
    }

        .help-wrap .button-secondary:hover,
        .help-wrap .button-secondary:active
        {
            color: #0e1b2e;
            background-color: #96BAE6;
            background: linear-gradient(to bottom, #96BAE6, #b3d5ff);
            border-color: #849dc2;
        }

.help-wrap .button-tertiary,
.help-wrap .button-tertiary:link,
.help-wrap .button-tertiary:visited,
.help-wrap .button-tertiary:focus
{
    color: #4d4d4d;
    background-color: #E6E6E6;
    background: linear-gradient(to bottom, #E6E6E6, #C9C9C9);
    border-color: #ADADAD;
}

    .help-wrap .button-tertiary:hover,
    .help-wrap .button-tertiary:active
    {
        color: #4d4d4d;
        background-color: #C9C9C9;
        background: linear-gradient(to bottom, #C9C9C9, #E6E6E6);
        border-color: #ADADAD;
    }

.help-wrap .button-alt,
.help-wrap .button-alt:link,
.help-wrap .button-alt:visited,
.help-wrap .button-alt:focus
{
    color: #FFF;
    background-color: #6077A2;
    background: linear-gradient(to bottom, #6077A2, #4D6386);
    border-color: #384966;
}

    .help-wrap .button-alt:hover,
    .help-wrap .button-alt:active
    {
        color: #FFF;
        background-color: #4D6386;
        background: linear-gradient(to bottom, #4D6386, #6077A2);
        border-color: #384966;
    }


/* Button Module - Icon Styles
==============================*/
.help-wrap .button .button-icon-right, .help-wrap .button .button-icon-left
{
    display: none;
}

.help-wrap .has-icon-right .button-icon-right
{
    padding-left: 5px;
    display: inline;
}

.help-wrap .has-icon-left .button-icon-left
{
    padding-right: 5px;
    display: inline;
}


/* Button Module - IE Fixes
==============================*/
.ie .button-disabled
{
    cursor: default;
}

.ie .button.button-disabled:hover,
.ie .button.button-disabled:active
{
    color: #4d4d4d;
    border-color: #ADADAD;
}

.ie .button-primary.button-disabled:hover,
.ie .button-primary.button-disabled:active
{
    color: #552F00;
    background-color: #FFC010;
    border-color: #E68626;
}


.ie .button-secondary.button-disabled:hover,
.ie .button-secondary.button-disabled:active
{
    color: #0e1b2e;
    background-color: #b3d5ff;
    border-color: #849dc2;
}

.ie .button-tertiary.button-disabled:hover,
.ie .button-tertiary.button-disabled:active
{
    color: #4d4d4d;
    background-color: #E6E6E6;
    border-color: #ADADAD;
}

.ie .button-alt.button-disabled:hover,
.ie .button-alt.button-disabled:active
{
    color: #FFF;
    background-color: #6077A2;
    border-color: #384966;
}

/* 5. pagination */
.help-wrap .pagination
{
    padding: 2px 0;
    text-align: center;
    display: block;
}

    .help-wrap .pagination ul
    {
        display: inline;
        margin: 0;
        padding: 2px 0;
        list-style: none;
    }

    .help-wrap .pagination ul li
    {
        display: inline;
        border: 0px;
        padding: 0px;
        margin: 0px;
        background: none;
    }

.help-wrap .pagination-black a.skiplink,
.help-wrap .pagination-black a.nocss
{
    display: none;
}

@media only screen and (max-width: 759px)
{
    .help-wrap .pagination ul li a
    {
        display: none;
    }

    .help-wrap .pagination ul li .firstPage,
    .help-wrap .pagination ul li .back,
    .help-wrap .pagination ul li .next,
    .help-wrap .pagination ul li .lastPage
    {
        display: inline-block;
        margin: 0 5px;
        padding: 2px 12px;
        /* border-radius: 30px; */
        background: #ebebeb;
        font: normal 30px/1 FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .help-wrap .pagination ul li .firstPage:before
        {
            content: "\f100";
        }

        .help-wrap .pagination ul li .back:before
        {
            content: "\f104";
        }

        .help-wrap .pagination ul li .next:before
        {
            content: "\f105";
        }

        .help-wrap .pagination ul li .lastPage:before
        {
            content: "\f101";
        }

        .help-wrap .pagination ul li .firstPage:hover,
        .help-wrap .pagination ul li .back:hover,
        .help-wrap .pagination ul li .next:hover,
        .help-wrap .pagination ul li .lastPage:hover
        {
            background: #ccc;
            color: #fff;
            text-decoration: none;
        }

        .help-wrap .pagination ul li .firstPage span,
        .help-wrap .pagination ul li .back span,
        .help-wrap .pagination ul li .next span,
        .help-wrap .pagination ul li .lastPage span
        {
            display: none;
        }

    .help-wrap .pagination ul li.disabled a,
    .help-wrap .pagination ul li.disabled a:hover
    {
        background: #ebebeb;
        color: #ccc;
        cursor: default;
        text-decoration: none;
    }

    .help-wrap .pagination ul li.currentPage
    {
        padding: 0 10px;
        color: #7f7f7f;
        font-size: 20px;
    }
}

@media only screen and (min-width: 760px)
{
    .help-wrap .pagination li, .help-wrap .pagination li.disabled:hover, .help-wrap .pagination span, .help-wrap .pagination a
    {
    line-height: 16px;
    }
    .help-wrap .pagination ul li
    {
        padding: 1px;
        margin: 0 2px 0 1px;
        background: #f90;
        border-right: 1px solid #222;
        border-bottom: 2px solid #222;
        border-left: 1px solid #dadada;
        border-top: 1px solid #dadada;
    }

    .help-wrap .pagination a:active
    {
        background: #fff;
        margin: 0;
        border: 0;
    }

    .help-wrap .pagination ul li.currentPage
    {
        background: #fff;
    }

    .help-wrap .pagination-black ul li
    {
        height: 17px;
    }

    .help-wrap .pagination-black .disabled .firstPageOff,
    .help-wrap .pagination-black .disabled .backOff
    {
        display: none;
    }

    .help-wrap .pagination-black .enabled .next,
    .help-wrap .pagination-black .enabled .next span,
    .help-wrap .pagination-black .enabled .lastPage,
    .help-wrap .pagination-black .enabled .lastPage span
    {
        background: none;
    }

        .help-wrap .pagination-black .enabled .next span,
        .help-wrap .pagination-black .enabled .lastPage span
        {
            display: inline-block;
        }

    .help-wrap .pagination-black .back span,
    .help-wrap .pagination-black .next span
    {
        padding: 0;
    }

    .help-wrap .pagination-black a
    {
        padding: 0;
        display: inline-block;
        text-transform: capitalize;
    }

        .help-wrap .pagination-black a:link,
        .help-wrap .pagination-black a:visited,
        .help-wrap .pagination-black a:hover,
        .help-wrap .pagination-black a:active,
        .help-wrap .pagination-black a:focus
        {
            border: none;
        }

    .help-wrap .pagination-black .disabled a:hover,
    .help-wrap .pagination-black .disabled a:visited
    {
        background: none;
    }

    .help-wrap .pagination-black ul li,
    .help-wrap .pagination-black ul li.disabled:hover
    {
        font-size: 12px;
        /* padding: 4px 10px !important; */
        border-style: solid;
        border-width: 1px;
        border-color: #DDD #DDD #CCC;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        display: inline-block;
        line-height: 16px;
        background-color: #F5F5F5;
        background-image: -moz-linear-gradient(center top, #FFF, #E6E6E6);
        background-image: -ms-linear-gradient(top, #FFF, #E6E6E6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#E6E6E6));
        background-image: -webkit-linear-gradient(top, #FFF, #E6E6E6);
        background-image: -o-linear-gradient(top, #FFF, #E6E6E6);
        background-image: linear-gradient(top, #FFF, #E6E6E6);
        color: #333;
        text-shadow: 0 1px 0 #FFF;
        margin: 0 -2px 0 -3px;
    }

        .help-wrap .pagination-black ul li:hover
        {
            background-color: #E8E8E8;
            background-image: -moz-linear-gradient(center top, #F0F0F0, #DADADA);
            background-image: -ms-linear-gradient(top, #F0F0F0, #DADADA);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F0F0F0), to(#DADADA));
            background-image: -webkit-linear-gradient(top, #F0F0F0, #DADADA);
            background-image: -o-linear-gradient(top, #F0F0F0, #DADADA);
            background-image: linear-gradient(top, #F0F0F0, #DADADA);
            cursor: pointer;
        }

        .help-wrap .pagination-black ul li.disabled *
        {
            color: #aaa !important;
        }

        .help-wrap .pagination-black ul li.disabled:hover,
        .help-wrap .pagination-black ul li.disabled:hover *
        {
            cursor: default !important;
        }

        .help-wrap .pagination-black ul li.currentPage
        {
            border: 1px solid black;
            text-decoration: none;
            background-color: #414141 !important;
            background-image: -moz-linear-gradient(center top, #555, #222) !important;
            background-image: -ms-linear-gradient(top, #555, #222) !important;
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#222)) !important;
            background-image: -webkit-linear-gradient(top, #555, #222) !important;
            background-image: -o-linear-gradient(top, #555, #222) !important;
            background-image: linear-gradient(top, #555, #222) !important;
            color: #FFF !important;
            cursor: default !important;
            margin: 0 -2px 0 -3px;
        }

        .help-wrap .pagination-black ul li.dots
        {
            cursor: default !important;
            padding: 4px 12px !important;
        }

            .help-wrap .pagination-black ul li.dots:hover
            {
                background-image: -moz-linear-gradient(center top, #FFF, #E6E6E6);
                background-image: -ms-linear-gradient(top, #FFF, #E6E6E6);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#E6E6E6));
                background-image: -webkit-linear-gradient(top, #FFF, #E6E6E6);
                background-image: -o-linear-gradient(top, #FFF, #E6E6E6);
                background-image: linear-gradient(top, #FFF, #E6E6E6);
            }

        .help-wrap .pagination-black ul li:first-child
        {
            border-left-width: 1px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-topleft: 4px;
        }

        .help-wrap .pagination-black ul li:last-child
        {
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomright: 4px;
        }

    .help-wrap .pagination-black ul.onePage li.currentPage
    {
        border: 0;
        background: #FFF !important;
        background-image: none !important;
        color: #222 !important;
        margin: 0 16px;
        text-decoration: none;
        font-size: 1em;
    }

    .help-wrap .pagination.pagination-black ul li
    {
        padding: 0;
        height: auto;
        width: auto;
    }

        .help-wrap .pagination.pagination-black ul li a,
        .pagination.pagination-black ul li.currentPage
        {
            padding: 4px 10px;
        }

    .help-wrap .pagination-black .enabled a,
    .help-wrap .pagination-black .disabled span
    {
        height: auto;
        margin-bottom: 0;
    }
}



/* 6. bottom / contact us link */
.contact-us-link
{
    margin: 10px 0 20px 0;
    padding: 40px 20px;
    border-top: solid 1px #efefef;
    text-align: center;
}

    .contact-us-link .info
    {
        display: inline-block;
        margin: 0 15px 10px 0;
        color: #4D4D4D;
        font: bold italic 16px Georgia;
    }

/* 7. crumb */
#baBreadcrumbTop
{
    font-size: 11px;
    font-weight: bold;
}

    #baBreadcrumbTop dd
    {
        color: #666;
    }

        #baBreadcrumbTop dd a:link, #baBreadcrumbTop dd a:visited
        {
            color: #666;
        }

        #baBreadcrumbTop dd a:active, #baBreadcrumbTop dd a:hover, #baBreadcrumbTop dd a:focus
        {
            color: #06F;
        }

#baBreadcrumbTop, #bcaBreadcrumbTop, #bcaBreadcrumbBottom
{
    padding: 5px;
    margin: 0 0 5px 0;
}

    #baBreadcrumbTop dd, #bcaBreadcrumbTop dd, #bcaBreadcrumbBottom dd
    {
        display: inline;
        font-size: 1.2em;
    }

        #baBreadcrumbTop dd.egg, #bcaBreadcrumbTop dd.egg, #bcaBreadcrumbBottom dd.egg
        {
            vertical-align: bottom;
        }

    #baBreadcrumbTop dl, #bcaBreadcrumbTop dl
    {
        margin: 0;
    }

/* 8. input and select */
.help-form-select,
.help-form-input,
.help-form-textarea
{
    margin-bottom: 10px;
    padding-left: 2%;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    color: #4D4D4D;
    font-size: 14px;
}

.help-form-select
{
    padding-left: 0;
    background-color: #F8F8F8;
}

.help-form-textarea
{
    padding-top: 5px;
    height: 100px;
}

    .help-form-select.error,
    .help-form-input.error,
    .help-form-textarea.error
    {
        color: #B40101;
        border-color: #cc0000 !important;
        background: #fff8f8;
        outline: 0;
    }

.contact-form .form li label.error
{
    position: absolute;
    top: -5px;
    right: 10px;
    width: auto;
    background: #cc0000;
    color: white;
    font-size: 11px;
    border: 2px solid #EEE;
    box-shadow: 0 0 6px #666;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #666;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.contact-form .form-fl li label.error
{
    position: absolute;
    top: -5px;
    right: 10px;
    width: auto;
    background: #cc0000;
    color: white;
    font-size: 11px;
    border: 2px solid #EEE;
    box-shadow: 0 0 6px #666;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #666;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
/* 9. overlay */
.loading-animation
{
    background: url("../images/loader.gif") no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    margin: -16px 0 0 -16px;
    z-index: 9999999;
}

.loading-overlay
{
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.60;
    filter: alpha(opacity=60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999998;
}

/* ---- help wizard ----
 * 1. self service
 * 2. steps
 * 3. help content
 * 4. helpful links
 * ---- */
/* 1. self service */
.help-wizard-self-service
{
    margin: 0 10px;
}

    .help-wizard-self-service .self-service-listing
    {
        margin: 10px 0 40px;
    }

    .help-wizard-self-service li
    {
        text-align: left;
        display: block;
        margin: 0 0 5px 0;
        width: 100%;
    }

        .help-wizard-self-service li a:link,
        .help-wizard-self-service li a:visited
        {
            display: block;
            padding: 5px 8px;
            font-size: 13px;
            line-height: 20px;
            border: 1px solid #efefef;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            text-decoration: none;
            background: #fff;
        }

        .help-wizard-self-service li a:hover,
        .help-wizard-self-service li a:focus,
        .help-wizard-self-service li a:active
        {
            background: #ececec;
            color: #4d4d4d;
        }

        .help-wizard-self-service li a .fa
        {
            display: inline-block;
            margin: -2px 10px 0 0;
            width: 22px;
            color: #FC8D24;
            font-size: 20px;
            text-align: center;
            vertical-align: middle;
        }

@media only screen and (min-width: 480px)
{
    .help-wizard-self-service
    {
        margin: 0 20px 20px 20px;
    }

        .help-wizard-self-service h4.selfService-title
        {
            text-align: center;
        }

        .help-wizard-self-service .self-service-listing
        {
            text-align: center;
            margin: 20px 0 35px 0;
        }

        .help-wizard-self-service li
        {
            display: inline-block;
            width: 45%;
            margin: 0 10px 10px 10px;
        }
}

@media only screen and (min-width: 760px)
{
    .help-wizard-self-service
    {
        position: absolute;
        left: 0;
        top: 0;
        width: 190px;
    }

    .help-wizard-self-service li
    {
        width: 100%;
        margin: 0 0 5px 0;
    }

    .help-wizard-self-service h4.selfService-title
    {
        text-align: left;
    }
}

.help-wizard-self-service h4.selfService-title
{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.help-wizard-self-service .self-service-listing
{
    list-style: none;
}


/* 2. steps */
.help-step
{
    margin-bottom: 40px;
    height: 10px;
    border-bottom: 4px solid #F3F3F3;
    text-align: center;
}

@media only screen and (min-width: 760px)
{
    .help-step
    {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.help-step li
{
    display: inline-block;
    margin: 0 20px;
    border-radius: 26px;
    border: 1px solid #F3F3F3;
}

@media only screen and (min-width: 480px)
{
    .help-step li
    {
        margin: 0 30px;
    }
}

.help-step li span
{
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid #FFF;
    background-color: #B4B4B4;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.help-step .current span
{
    background-color: #FC8D24;
}
/* 3. help content */
/* == article == */
.help-wizard-main {
	margin: 0 auto;
	max-width: 777px;
}
.help-wizard-main .title
{
    font: bold italic 20px Georgia;
    text-align: center;
}

.help-wizard-main h2.title
{
    margin-bottom: 15px;
    color: #4D4D4D;
}

.help-wizard-main h2.title .fa
{
    padding-right: 5px;
	color: #bdbdbd;
}

.help-wizard-main h3.title
{
    margin-bottom: 27px;
    color: #FB8D24;
}

.help-wizard-main .filter
{
    margin: 0 10px 20px 10px;
}

@media only screen and (min-width: 760px)
{
    .help-wizard-main .filter
    {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.filter .highlight
{
    background-color: #FFFFE1;
}

.help-wizard-main .filter .contact-us-link
{
    padding-top: 0;
    border: 0;
}
/* ==order== */
.order-filter .find-order,
.order-filter .search-order
{
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

    .order-filter .find-order .help-form-select,
    .order-filter .search-order .help-form-input
    {
        width: 55%;
    }

.order-filter .order-filter-title
{
    color: #222;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

@media only screen and (max-width: 419px)
{
    .order-filter .order-filter-title
    {
        display: block;
    }
}

@media only screen and (min-width: 860px)
{
    .order-filter
    {
        margin-bottom: 10px;
    }

        .order-filter .find-order,
        .order-filter .search-order
        {
            display: inline-block;
            width: 49%;
        }

        .order-filter .find-order
        {
            text-align: left;
        }

        .order-filter .search-order
        {
            text-align: right;
        }

        .order-filter .find-order .help-form-select
        {
            width: 40%;
        }

        .order-filter .search-order .help-form-input
        {
            width: 50%;
        }
}

.order-group
{
    margin-bottom: 20px;
    border: 1px solid #F2F2E8;
    position: relative;
}

.order-intro
{
    padding: 15px 18px 10px 18px;
    background-color: #F2F2E8;
    color: #4D4D4D;
    font-size: 14px;
}

    .order-intro .left,
    .order-intro .right
    {
        padding-bottom: 10px;
    }

    .order-intro .num
    {
        font-size: 18px;
    }

    .order-intro .status
    {
        color: #FC8D24;
        font-size: 18px;
    }

    .order-intro .button
    {
        position: relative;
        top: -3px;
    }

@media only screen and (min-width: 480px)
{
    .order-intro .left
    {
        float: left;
    }

    .order-intro .right
    {
        float: right;
        text-align: right;
    }

    .order-intro .num,
    .order-intro .status,
    .order-intro .date
    {
        display: block;
    }

    .order-intro .date
    {
        margin-top: 5px;
    }
}

.order-item
{
    padding: 20px;
    border-top: 1px dashed #EBEBEB;
}

    .order-item.first
    {
        border: none;
    }

    .order-item .checkbox
    {
        float: left;
        margin-top: 17px;
    }

    .order-item .img
    {
        float: left;
        margin: 0 10px;
        width: 60px;
    }

        .order-item .img img
        {
            display: block;
            width: 100%;
        }

    .order-item .name
    {
        display: block;
        margin: 0 0 10px 100px;
        min-height: 45px;
        font-size: 14px;
    }

        .order-item .name .num
        {
            font-weight: bold;
        }

    .order-item .order-item-call-to-action
    {
        margin-bottom: 10px;
    }

@media only screen and (min-width: 640px)
{
    .order-item .order-item-call-to-action
    {
        margin-left: 100px;
    }
}

.order-item .order-item-call-to-action .button
{
    margin: 0 3px 5px 0;
}

.order-track-info
{
    display: none;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #E7E7E7;
    font-size: 13px;
    color: #4d4d4d;
}

@media only screen and (min-width: 640px)
{
    .order-track-info
    {
        margin-left: 100px;
    }
}

.order-track-info a
{
    color: #448aca;
}

.order-track-info thead th
{
    padding: 10px;
    font-size: 14px;
    color: #222;
    font-weight: bold;
    background: transparent;
    border: none;
}

.order-track-info .close
{
    cursor: pointer;
    float: right;
    font-size: 13px;
    color: #999;
}

.order-track-info table
{
    width: 100%;
}

.order-track-info tr.odd td
{
    background-color: #F7F7F7;
}

.order-track-info td
{
    padding: 8px 10px;
    border: none;
}

.order-track-info .orange
{
    color: #FC8D24;
}

.order-track-info tfoot td
{
    padding: 10px;
    border-top: 1px solid #f7f7f7;
    text-align: center;
}

/* 4. helpful links */
.helpful-links
{
    border-top: solid 1px #efefef;
    padding: 40px 10px 30px 10px;
}

@media only screen and (min-width: 760px)
{
    .helpful-links
    {
        padding: 40px 20px 30px 20px;
    }
}

.helpful-links .helpful-links-group
{
    margin: 40px 0 0 0;
}

    .helpful-links .helpful-links-group li
    {
        font-size: 14px;
        margin-left: 30px;
        padding-bottom: 10px;
        list-style: outside disc;
        color: #CACACA;
    }

/* ---- faq ----
 * 1. search bar
 * 2. faq hot topics / faq left section
 * 3. faq right section
 * 4. faq groups
 * ---- */
.faq-main
{
    position: relative;
    margin-bottom: 40px;
    min-height: 600px;
}

    .faq-main .title
    {
        padding: 0 0 15px 0;
        font-weight: bold;
    }

    .faq-main h2.title
    {
        font-size: 26px;
    }

    .faq-main h3.title
    {
        font-size: 18px;
    }

    .faq-main.faq-collapse-group h3.title
    {
        background: #33415B;
        padding: 10px 15px;
        color: #fff;
        cursor: pointer;
        overflow: hidden;
    }

@media only screen and (min-width: 640px)
{
    .faq-main.faq-collapse-group h3.title
    {
        background: transparent;
        padding: 0 0 15px 0;
        color: #222;
        cursor: default;
        overflow: visible;
    }

    .faq-main .title .collapse-list
    {
        display: none;
    }
}

.faq-main .title .fa
{
    color: #bdbdbd;
}

.faq-main .title .collapse-list .fa
{
    color: #fff;
    float: right;
    padding-top: 2px;
}

.faq-main h2.title .fa
{
    font-size: 20px;
    padding-right: 5px;
}
/* 1. search bar */
.faq-searchBar
{
    margin: 0 10px 60px 10px;
    padding: 10px;
    background-color: #aec0ce;
}

.faq-searchBar input.text::-webkit-input-placeholder {
	color: #666;
}

.faq-searchBar input.text::-moz-placeholder { /* Firefox 19+ */
	color: #666;
}

.faq-searchBar input.text:-ms-input-placeholder { /* IE 10+ */
	color: #666;
}

@media only screen and (min-width: 480px)
{
    .faq-hot-topics .faq-searchBar
    {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.contact-main .faq-searchBar {
     margin-left: 0px;
     margin-right: 0px;
}
.faq-searchBar .keywords
{
    display: block;
    margin: 3px 100px 0 0;
}

    .faq-searchBar .keywords .text
    {
        padding-left: 3%;
        width: 97%;
        height: 30px;
        border: 1px solid #E9E9E9;
        font-size: 14px;
    }

.faq-searchBar .button
{
    float: right;
    width: 56px;
}
/* 2. faq hot topics / faq left section */
.faq-hot-topics
{
    padding: 0 20px 20px 20px;
}

.faq-main .faq-left .list
{
    display: none;
    margin: 15px 0;
}

    .faq-main .faq-left .list.show
    {
        display: block;
    }

@media only screen and (min-width: 640px)
{
    .faq-main .faq-left .list
    {
        margin: 0;
    }
}

.faq-right.article .list
{
    margin-bottom: 30px;
}

.faq-hot-topics .list li:hover
{
    background: #EBEBEB;
}

.faq-hot-topics .list li a
{
    position: relative;
    display: block;
    padding: 0 10px;
    border-bottom: 1px solid #EBEBEB;
    font-size: 14px;
    line-height: 17px;
}

.faq-main .faq-left .list li a
{
    line-height: 35px;
}

.policy-topics .faq-hot-topics .list li a
{
    line-height: 16px;
    padding: 10px;
}

.faq-hot-topics .list li a:hover
{
    color: #222;
    text-decoration: none;
}

.faq-hot-topics .list li a .fa
{
    position: absolute;
    right: 10px;
    color: #cacaca;
    line-height: 35px;
    height:35PX;
}

.faq-hot-topics .list li.current a
{
    background-color: #33415B;
    color: #FFF;
}

    .faq-hot-topics .list li.current a .fa-angle-right:before
    {
        content: "\f0da";
    }

@media only screen and (min-width: 480px)
{
    .faq-hot-topics.col-2 li
    {
        
        margin: 0 2%;
        
    }
}

@media only screen and (min-width: 480px) and (max-width: 639px)
{
    .faq-main .faq-left li
    {
        float: left;
        margin: 0 2%;
        width: 46%;
    }
}

@media only screen and (min-width: 640px)
{
    .faq-main .faq-left
    {
        float: left;
        width: 200px;
    }

        .faq-main .faq-left .title
        {
            padding-top: 10px;
        }

        .faq-main .faq-left .list
        {
            display: block;
        }

    .faq-hot-topics .list li.current a
    {
        margin-right: -10px;
    }

        .faq-hot-topics .list li.current a .fa
        {
            right: -19px;
            color: #33415B;
            font-size: 60px;
            line-height: 38px;
        }
}

@media only screen and (min-width: 760px)
{
    .faq-hot-topics.col-2
    {
        margin-right: 300px;
        padding: 20px 10px 20px 20px;
        border-right: 1px solid #ebebeb;
    }

    .faq-main .faq-left
    {
        padding-left: 20px;
        padding-right: 20px;
    }

        .faq-main .faq-left .list
        {
            display: block;
        }

    .faq-hot-topics .list li.current a
    {
        margin-right: -20px;
    }
    .faq-hot-topics.col-2.fl
    {
        width: 67%;
    }
}

@media only screen and (min-width: 860px)
{
    .faq-hot-topics.col-2
    {
        margin-right: 320px;
        padding: 20px;
        width: 67%;
    }
    
    .faq-hot-topics.col-2.fl
    {
        width: 67%;
    }
}

/* 3. faq right section */
.faq-right
{
    padding: 20px 20px 0 20px;
    padding-right: 20px;
}

    .faq-right.article
    {
        padding-top: 0;
    }

        .faq-right.article .title
        {
            padding-top: 20px;
        }

    .faq-right .list li
    {
        position: relative;
    }

        .faq-right .list li a
        {
            display: block;
            margin: 0 0 18px 20px;
            padding: 0 10px;
            font-size: 14px;
            line-height: 16px;
            border-bottom: 0px;
            /*
white-space: nowrap;
	overflow: hidden;
*/
        }

        .faq-right .list li .fa
        {
            position: absolute;
            left: 8px;
            color: #bdbdbd;
            line-height: 16px;
            text-align: center;
        }

    .faq-right.article .list li .fa:before
    {
        content: "\f0f6";
    }

@media only screen and (min-width: 480px) and (max-width: 759px)
{
    .faq-right.col-2 li,
    .faq-right.article li
    {
        float: left;
        margin: 0 2%;
        width: 46%;
    }
}

@media only screen and (min-width: 760px)
{
    .faq-right
    {
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 0;
        width: 320px;
    }

    
        .faq-right.article
        {
            width: 280px;
        }

        .faq-right.article .title
        {
            padding-top: 0;
        }

        .faq-right.col-2.fl
        {
            position: absolute;
            top: 0;
            right: 0;
            padding-right: 0;
            width: 28%;
        }
}

@media only screen and (min-width: 860px)
{
    .faq-right
    {
        padding-right: 20px;
    }

    .faq-right.col-2.fl
    {
        width: 28%;
    }
}
/* 4. faq groups */
.faq-groups
{
    padding: 0 20px;
    float:none;
}

    .faq-groups .group
    {
        margin-bottom: 30px;
    }

@media only screen and (min-width: 640px)
{
    .faq-groups
    {
        margin-left: 220px;
        padding: 0 20px;
        border-left: 1px solid #EAEAEA;
    }

        .faq-groups.faq-search-result
        {
            margin-left: 0;
            border-left: 0;
        }

        .faq-hot-topics .faq-groups{
            margin-left: 0px;
            padding: 0 20px;
            float: none;
            position: static;
        }

}

@media only screen and (min-width: 760px)
{
    .faq-groups
    {
        margin-left: 240px;
    }
    
    .faq-groups.col-2 .group
    {
        width: 520px;
    }

    .faq-groups.col-2 .group.fl
    {
        width: 95%;
    }

    .faq-hot-topics .faq-groups{
        margin-left: 0px;
        float: none;
        position: static;
        border-left: 0px solid #EAEAEA;	
    }
}

@media only screen and (min-width: 960px)
{
    .faq-groups.col-2
    {
        padding-left: 0;
        float:none;
        position:static;
    }

        .faq-groups.col-2 .title
        {
            padding-left: 20px;
        }

        .faq-groups.col-2 .group
        {
            float: left;
            margin-left: 4%;
            width: 46%;
            overflow: hidden;
        }
        .faq-groups.col-2 .group:nth-child(odd) {
	        clear: both;
        }

        .faq-hot-topics .faq-groups{
	        margin-left: 0px;
            float:none;
            position:static;
            border-left: 0px solid #EAEAEA;	
        }
}

.faq-groups .group .caption
{
    position: relative;
    margin-bottom: 10px;
}

    .faq-groups .group .caption .fa
    {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        box-sizing: border-box;
        height: 100%;
        border-bottom: 1px solid #FC8D24;
        color: #CACACA;
        font-size: 16px;
        line-height: 38px;
    }

    .faq-groups .group .caption .name
    {
        display: block;
        padding: 10px 16% 10px 30px;
        border-bottom: 1px solid #EBEBEB;
        font-weight: bold;
        font-size: 14px;
    }

.faq-groups.col-2 .group .caption .name
{
    padding-right: 16%;
}

.faq-groups .group .caption .num
{
    position: absolute;
    top: 7px;
    right: 0;
    padding: 0 5px;
    border-radius: 18px;
    background-color: #FC8D24;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    pointer-events: none;
}

.faq-groups .group .caption .pages
{
    position: absolute;
    top: -36px;
    right: 0;
    color: #999;
    background-color: #FFF;
    pointer-events: none;
}

.faq-search-result.faq-groups .group .caption .pages
{
    top: 16px;
}

@media only screen and (min-width: 480px)
{
    .faq-groups .group .caption .pages
    {
        top: 10px;
    }

    .faq-groups .group .caption .name
    {
        padding-right: 26%;
    }
}


.faq-groups .group .caption-fl
{
    position: relative;
    margin-bottom: 10px;
}

    .faq-groups .group .caption-fl .fa
    {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        box-sizing: border-box;
        height: 100%;
        border-bottom: 1px solid #0D0D0D;
        color: #CACACA;
        font-size: 16px;
        line-height: 38px;
    }

    .faq-groups .group .caption-fl .name
    {
        display: block;
        padding: 10px 16% 10px 30px;
        border-bottom: 1px solid #EBEBEB;
        font-weight: bold;
        font-size: 14px;
    }

.faq-groups.col-2 .group .caption-fl .name
{
    padding-right: 16%;
}

.faq-groups .group .caption-fl .num
{
    position: absolute;
    top: 7px;
    right: 0;
    padding: 0 5px;
    border-radius: 18px;
    background-color: #0D0D0D;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    pointer-events: none;
}

.faq-groups .group .caption-fl .pages
{
    position: absolute;
    top: -36px;
    right: 0;
    color: #999;
    pointer-events: none;
}

.faq-search-result.faq-groups .group .caption-fl .pages
{
    top: 16px;
}

@media only screen and (min-width: 480px)
{
    .faq-groups .group .caption-fl .pages
    {
        top: 10px;
    }

    .faq-groups .group .caption-fl .name
    {
        padding-right: 26%;
    }
}

.faq-groups .group .list
{
    margin-bottom: 15px;
}

    .faq-groups .group .list li
    {
        position: relative;
        margin-bottom: 10px;
    }

    .faq-groups .group .list .fa
    {
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        box-sizing: border-box;
        height: 100%;
        color: #CACACA;
        line-height: 26px;
    }

    .faq-groups .group .list a
    {
        display: block;
        padding: 5px 10px 5px 30px;
    }

    .faq-groups .group .list li .name
    {
        border: 0px;
    }

.faq-groups .group .bottom
{
    padding: 0 10px;
}

.faq-search-result .search-terms
{
    font-size: 18px;
    font-style: italic;
    display: inline-block;
    margin-top: 5px;
}

/* ---- contact us ----
 * 1. tabs
 * 2. form
 * ---- */
.contact-main
{
    margin: 0 10px;
    min-height: 780px;
}
/* 1. tabs */
.contact-tabs
{
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

    .contact-tabs li
    {
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid #EBEBEB;
        text-align: center;
        cursor: pointer;
    }

        .contact-tabs li:hover
        {
            background: #EBEBEB;
        }

        .contact-tabs li .name
        {
            display: block;
            font-weight: bold;
        }

        .contact-tabs li .fa
        {
            color: #8B8B8B;
            font-size: 30px;
        }

        .contact-tabs li .arrow
        {
            display: none;
            position: absolute;
            pointer-events: none;
        }

        .contact-tabs li.current
        {
            background-color: #3A4B65;
            display: none;
        }

            .contact-tabs li.current .name,
            .contact-tabs li.current .fa
            {
                color: #FFF;
            }

            .contact-tabs li.current .arrow
            {
                display: block;
                color: #3A4B65;
            }

@media only screen and (max-width: 759px)
{
    .contact-tabs li
    {
        float: left;
        width: 33.33%;
        background: #ddd;
    }

        .contact-tabs li.current .arrow:before
        {
            content: "\f0d7"; /* fa-caret-down */
        }

        .contact-tabs li.current .arrow
        {
            bottom: -19px;
            width: 100%;
        }
}

@media only screen and (min-width: 760px)
{
    .contact-tabs
    {
        padding-left: 20px;
        width: 210px;
        border-right: 1px solid #EBEBEB;
    }

        .contact-tabs li
        {
            padding: 40px 0;
            height: 85px;
        }

            .contact-tabs li .fa
            {
                font-size: 46px;
            }

            .contact-tabs li .name
            {
                padding-top: 10px;
                font-weight: bold;
                font-size: 18px;
            }

            .contact-tabs li.current
            {
                display: block;
            }

                .contact-tabs li.current .arrow:before
                {
                    content: "\f0da"; /* fa-caret-right */
                    font-size: 60px;
                }

                .contact-tabs li.current .arrow
                {
                    right: -19px;
                    top: 55px;
                }
}
/* 2. form */
.contact-form
{
    padding: 0 10px;
}

    .contact-form .form
    {
        margin-top: 25px;
    }

    .contact-form .form-fl
    {
        margin-top: 25px;
    }

    .contact-form .title
    {
        font-weight: bold;
        font-size: 26px;
    }

    .contact-form .sub-title
    {
        color: #8B8B8B;
        font-size: 13px;
    }

    .contact-form .form li
    {
        margin-bottom: 10px;
        position: relative;
    }

        .contact-form .form li label
        {
            display: block;
            color: #4d4d4d;
            font-weight: bold;
        }

    .contact-form .form-fl li
    {
        margin-bottom: 10px;
        position: relative;
    }

        .contact-form .form-fl li label
        {
            display: block;
            color: #4d4d4d;
            font-weight: bold;
        }

@media only screen and (min-width: 760px)
{
    .contact-form
    {
        margin-left: 260px;
        padding: 20px 10px;
    }

        .contact-form .form
        {
            padding: 0 20px;
        }

        .contact-form .form-fl
        {
            padding: 0 20px;
        }
}

.contact-form .bottom
{
    padding: 10px 0 50px;
    text-align: center;
}

.contact-form .special-title
{
    margin: 10px 0 30px 0;
    height: 12px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

    .contact-form .special-title span
    {
        display: inline-block;
        padding: 0 10px;
        background-color: #fff;
        color: #b8b8b8;
        font: bold italic 20px Georgia;
    }

.contact-form .special-info
{
    margin-bottom: 50px;
    font-size: 20px;
    text-align: center;
}

    .contact-form .special-info strong
    {
        line-height: 2;
    }

.contact-form .btns
{
    padding: 10px 0 50px;
    text-align: center;
}

    .contact-form .btns .button
    {
        margin: 0 5px 10px 5px;
        width: 240px;
    }

/*for loading*/
.loading-overlay, .loading-animation, .messages-popup
{
    display: none;
}

/*for send email*/
#divCenter
{
    position: absolute;
    z-index: 99995;
    display: none;
    width: auto;
    top: 30%;
    left: 30%;
    height: auto;
    min-height: 170px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    padding: 10px;
}

    #divCenter .errorList
    {
        display: none;
        width: 204px;
        height: auto;
        min-height: 20px;
        border: 1px solid #CCCCCC;
        padding: 5px 10px;
        display: none;
        background-size: 30px 30px;
        background-color: #DFE9F3;
    }

    #divCenter span
    {
        margin-top: 5px;
        margin-bottom: 3px;
    }

    #divCenter input
    {
        width: 220px;
        line-height: 18px;
        padding: 2px;
        border: 1px solid #CCCCCC;
        margin-bottom: 3px;
    }

    #divCenter a
    {
        margin-top: 10px;
        margin-right: 15px;
    }

/*for search*/
.no-result
{
    padding-left: 3%;
}

    .no-result > p
    {
        padding: 10px 0px 5px 10px;
        font-weight: bold;
    }

    .no-result ul li
    {
        margin-left: 30px;
        padding-top: 10px;
        color: #bdbdbd;
        font-size: 13px;
    }

    .no-result ul li
    {
        list-style: outside disc;
    }

        .no-result ul li p
        {
            color: #4d4d4d;
        }
/*for print*/
@media print
{
    #headerArea,
    #footerArea,
    #disclaimer,
    #Header,
    #Footer,
    .fl-thumbs,
    .help-wrap .page-title,
    .page-nav,
    .faq-searchBar,
    .help-wrap #baBreadcrumbTop,
    .faq-right.article,
    .help-article .tools,
    .help-article .helpful,
    .faq-left,
    .contact-us-link,
    .page-nav-second 
    {
        display: none;
    }

    .help-article, .faq-groups
    {
        width: 98%;
        padding: 0px;
        margin: 0px auto;
    }

    .help-wrap div.faq-groups.col-2 {
    border-left:none;
    }

    .help-article .video-list li
    {
        display: inline-block;
        padding-bottom: 20px;
        width: 20%;
    }

    .help-article
    {
        margin-left:10px;
    } 

    .w960 .col-2.faq-groups,.w760 .faq-groups,.w640 .faq-groups
    {
     margin: 0px auto;
    }

}

.help-wrap .bg_yellow
{
    background-color: #FFC800;
}

    .help-wrap .bg_yellow li a:hover
    {
        background-color: #0D0D0D;
    }

.help-wrap .page-nav-second-fl {
    padding:0 0 0 0;
}
.page-nav-second-fl li a 
{
    color: #0D0D0D;
}
.help-wrap .page-nav-second-fl li {
    min-width:150px;
}

.help-wrap .page-nav-second-fl li a {
			
	color: #4d4d4d;
    border: 2px solid #4d4d4d;
}

.help-wrap .page-nav-second-fl li a:hover {
	text-decoration: none;
	color: #fff;
	background: #4d4d4d;
}

.faq-groups-fl .group .caption .num
{
    background-color: #0D0D0D;
}

.faq-groups-fl .group .caption .fa
{
    border-bottom: 1px solid #0D0D0D;
}

.help-step-fl .current span
{
    background-color: #0D0D0D;
}

.help-wizard-main-fl h3.title
{
    color: #0D0D0D;
}


.help-ad-position
{
	position: relative; float: right;z-index:-1
}
 .help-wrap-fl
{
	margin: 0 auto;
	padding: 20px 0;
	width: 85%;
	min-width: 320px;
	max-width: 1700px;
	min-height: 80%;
}

.help-wizard-showcontactus
{
     display:none;
}

.overlay-fl 
{
    opacity: 0.0;
    filter: alpha(opacity=0);
}

.animation-fl 
{
    background: url("../images/fl_loader.gif") no-repeat;
}

.fl-popup
{
    border: 1px solid rgb(102,102,102);
}

.hasTooltip .tooltip {
	position: absolute;
	display: none;
    z-index: 999;
}

.fl-thumbs {
	float: none;
	margin-bottom: 30px;
	margin-top: 30px;
	color: #7f7f7f;
	font-size: 12px;
	width: 85%;
	margin: 30px auto 30px auto; 
} 

.fl-thumbs a{	
	color: #7f7f7f;
	font-size: 12px;
} 

.footer-fl{	
	position: relative;
	bottom: 0;
	width: 100%;
}   

.faq-searchBar-fl
{
    background-color: #EBEBEB;
}
.SearchFeedBack{
    width: 26%;
    height: 60px;
    position: absolute;
    left: 37%;
    z-index: 9999999;
    display: none;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    padding: 10px;
    font-size:14px;
    text-align: center;        
}
.SearchFeedBack p
{
    padding:25px 20px 10px 20px;        
}
.faq-groups .group .list li span
{
    line-height:20px;
}
.faq-groups .group .list li p
{
    padding-left: 30px;
}
.HomePageHeader2011
{
    font-size:10px;
}

.help-article .text-list ul,
.help-article .ordered-list ul,
.help-article .text-list ol,
.help-article .ordered-list ol {
    margin-top: 10px;
}



