/* HIDE DESKTOP ONLY DIVS */

.hideOnSmartPhoneAll {
    display: none !important;
}

/* RESET GLOBAL CONTAINERS */

.wrapper,
#header,
.footer-wrapper,
#content-divider {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

#footer {
    background: none;
    margin: 0;
}

#content-divider {
    display: none;
}

/* SHOW MOBILE ONLY DIVS */

.showOnSmartPhoneAll {
    display: inherit;
}

/* HEADER STYLES - GLOBAL NAV */

#pnl_mobile_header {
    width: 100%;
}

#pnl_mobile_header #mainNav>ul {
    width: 100%;
    list-style-type: none;
}

#pnl_mobile_header #mainNav>ul>li {
    width: 33.3%;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    float: left;
}

#pnl_mobile_header #mainNav>ul>li p {
    border-left: 1px solid #b7b7b7;
}

#pnl_mobile_header #mainNav>ul>li a {
    background: #6c6b69;
    /* fallback for non-supporting browsers */
    background-image: -webkit-radial-gradient(center center, ellipse cover, #838484 0%, #6c6b69 100%);
    /* New WebKit syntax */
    background-image: -moz-radial-gradient(center center, ellipse cover, #838484 0%, #6c6b69 100%);
    background-image: -ms-radial-gradient(center center, ellipse cover, #838484 0%, #6c6b69 100%);
    /* IE10+ */
    background-image: -o-radial-gradient(center center, ellipse cover, #838484 0%, #6c6b69 100%);
    /* Opera (13?) */
    color: #fff;
    display: block;
    width: 100%;
    height: 3.2em;
    line-height: 3.2em;
    font-size: 1.2em;
    font-weight: bold;
    overflow: hidden;
}

#pnl_mobile_header #mainNav>ul>li.currentPage a {
    background: #a62823;
    /* fallback for non-supporting browsers */
    background-image: -webkit-radial-gradient(center center, ellipse cover, #e22a26 0%, #a62823 100%);
    /* New WebKit syntax */
    background-image: -moz-radial-gradient(center center, ellipse cover, #e22a26 0%, #a62823 100%);
    background-image: -ms-radial-gradient(center center, ellipse cover, #e22a26 0%, #a62823 100%);
    /* IE10+ */
    background-image: -o-radial-gradient(center center, ellipse cover, #e22a26 0%, #a62823 100%);
    /* Opera (13?) */
    text-decoration: none;
}

#pnl_mobile_header #mainNav>ul>li a:hover {
    background: #73726f;
    /* fallback for non-supporting browsers */
    background-image: -webkit-radial-gradient(center center, ellipse cover, #b1b1b1 0%, #73726f 100%);
    /* New WebKit syntax */
    background-image: -moz-radial-gradient(center center, ellipse cover, #b1b1b1 0%, #73726f 100%);
    background-image: -ms-radial-gradient(center center, ellipse cover, #b1b1b1 0%, #73726f 100%);
    /* IE10+ */
    background-image: -o-radial-gradient(center center, ellipse cover, #b1b1b1 0%, #73726f 100%);
    /* Opera (13?) */
    text-decoration: none;
}

#pnl_mobile_header #mainNav>ul>li.currentPage a:hover {
    background: #a62823;
    /* fallback for non-supporting browsers */
    background-image: -webkit-radial-gradient(center center, ellipse cover, #e22a26 0%, #a62823 100%);
    /* New WebKit syntax */
    background-image: -moz-radial-gradient(center center, ellipse cover, #e22a26 0%, #a62823 100%);
    background-image: -ms-radial-gradient(center center, ellipse cover, #e22a26 0%, #a62823 100%);
    /* IE10+ */
    background-image: -o-radial-gradient(center center, ellipse cover, #e22a26 0%, #a62823 100%);
    /* Opera (13?) */
    text-decoration: none;
}

#sectionTabs {
    clear: both;
}

#sectionTabs .nav ul li {
    width: 100%;
    border-top: 4px solid #FFF;
    background: #73726f;
    /* fallback for non-supporting browsers */
    background-image: -webkit-radial-gradient(center center, ellipse cover, #b1b1b1 0%, #73726f 100%);
    /* New WebKit syntax */
    background-image: -moz-radial-gradient(center center, ellipse cover, #b1b1b1 0%, #73726f 100%);
    background-image: -ms-radial-gradient(center center, ellipse cover, #b1b1b1 0%, #73726f 100%);
    /* IE10+ */
    background-image: -o-radial-gradient(center center, ellipse cover, #b1b1b1 0%, #73726f 100%);
    /* Opera (13?) */
    text-decoration: none;
}

#sectionTabs .nav ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 2.7em;
    line-height: 2.7em;
    font-size: 1.6em;
    font-weight: bold;
    overflow: hidden;
    text-indent: 5%;
}

/* HEADER STYLES - LOGO AND UTILITIES */

#pnl_mobile_header #brand {
    width: 100%;
    height: 4em;
    background: #cccbcc;
    /* fallback for non-supporting browsers */
    background-image: linear-gradient(top, #FFFFFF 0%, #cccbcc 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #cccbcc 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #cccbcc 100%);
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #cccbcc 100%);
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #cccbcc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #cccbcc));
    border-bottom: 3px solid #8b9493;
}

#pnl_mobile_header #brand #mobileLogoDiv {
    width: 45%;
    float: left;
}

#pnl_mobile_header #brand .inner {}

#pnl_mobile_header #brand .inner a#mobileLogoMain {
    display: block;
    background: url(../../images/mobileTheme/sbLogo.png) 20% 50% no-repeat;
    width: 14.0em;
    height: 4em;
}

#pnl_mobile_header #brand #utilities {
    width: 160px;
    float: right;
    height: 38px;
    position: relative;
    margin-top: 6px;
}

#pnl_mobile_header #brand #utilities a.flag {
    width: 100%;
    height: 34px;
    top: 0px;
    left: 0px;
    display: block;
    position: absolute;
}

.utilbg {
    width: 100%;
    height: 34px;
    background: url(../../images/mobileTheme/utilitiesNavBG.jpg) 0px 0px no-repeat #FFF;
    display: block;
}

#pnl_mobile_header #brand #utilities a,
#pnl_mobile_header #brand #utilities a:hover {
    text-decoration: none;
}

#pnl_mobile_header #utilities .closeBtn {
    position: absolute;
    bottom: -8px;
    right: 0px;
    width: 93px;
    height: 30px;
    background: url(../../images/mobileTheme/utilitiesNavCloseBtn.png) top right no-repeat;
}

#pnl_mobile_header #utilities #lblCloseUtilities {
    display: block;
    padding-left: 35px;
    padding-top: 7px;
    font-weight: bold;
    font-size: 15px;
    color: #808080;
}

#pnl_mobile_header #brand #utilities a.flag img {
    position: absolute;
    top: 12px;
    left: 12px;
}

#pnl_mobile_header #utilitiesHidden {
    display: block;
    width: 100%;
    height: 292px;
    background: url(../../images/mobileTheme/utilities-bg.gif) top left repeat-x #FFF;
    position: relative;
}

#pnl_mobile_header #utilitiesHidden a {
    display: block;
    height: 114px;
    overflow: hidden;
    text-decoration: none;
    float: left;
}

#pnl_mobile_header #utilitiesHidden a#lnkUtilitiesSupport {
    margin-top: 26px;
    width: 33%;
    background: url(../../images/mobileTheme/util-icon-help.png) top center no-repeat;
}

#pnl_mobile_header #utilitiesHidden a#lnkUtilitiesSupport span {
    color: #e80068;
}

#pnl_mobile_header #utilitiesHidden a#lnkUtilitiesSearch {
    margin-top: 26px;
    width: 33%;
    background: url(../../images/mobileTheme/util-icon-search.png) top center no-repeat;
}

#pnl_mobile_header #utilitiesHidden a#lnkUtilitiesSearch span {
    color: #ab323b;
}

#pnl_mobile_header #utilitiesHidden a#lnkUtilitiesCall {
    margin-top: 26px;
    width: 33%;
    background: url(../../images/mobileTheme/util-icon-call.png) top center no-repeat;
}

#pnl_mobile_header #utilitiesHidden a#lnkUtilitiesCall span {
    color: #ca6a10;
}

#pnl_mobile_header #utilitiesHidden a#lnkUtilitiesLocator {
    margin-top: 20px;
    width: 48%;
    background: url(../../images/mobileTheme/util-icon-locator.png) top center no-repeat;
}

#pnl_mobile_header #utilitiesHidden a#lnkUtilitiesLocator span {
    color: #0080aa;
}

#pnl_mobile_header #utilitiesHidden a#lnkUtilitiesCountry {
    margin-top: 20px;
    width: 48%;
    background: url(../../images/mobileTheme/util-icon-country.png) top center no-repeat;
}

#pnl_mobile_header #utilitiesHidden a#lnkUtilitiesCountry span {
    color: #7f7b00;
}

#pnl_mobile_header #utilitiesHidden a span {
    display: block;
    margin-top: 80px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
}

#pnl_mobile_header {}

#pnl_mobile_header #megaMenuMobile_pnl_mobile_MegaMenu #bigDropMenu .inner {
    height: 55px;
    background: url(../../images/mobileTheme/menu-bar-bg.png) 0px 0px repeat-x;
    padding-right: 10px;
}

#pnl_mobile_header #megaMenuMobile_pnl_mobile_MegaMenu #bigDropMenu .inner #bigDropMenuButton {
    display: block;
    float: left;
    width: 200px;
    height: 55px;
    background: url(../../images/mobileTheme/menu-bg.jpg) top right no-repeat;
}

#pnl_mobile_header #megaMenuMobile_pnl_mobile_MegaMenu #bigDropMenu .inner #bigDropMenuButton a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
    font-size: 2.0em;
    font-weight: bold;
    text-indent: 1.2em;
    color: #fff;
    text-decoration: none;
    background: url(../../images/mobileTheme/menu-arrow.gif) 70% 56% no-repeat;
}

#pnl_mobile_header #megaMenuMobile_pnl_mobile_MegaMenu #bigDropMenu>.inner>.pillar {
    display: block;
    float: right;
    width: 100px;
    height: 55px;
}

#pnl_mobile_header #megaMenuMobile_pnl_mobile_MegaMenu #bigDropMenu>.inner>.pillar a {
    display: block;
    width: 100px;
    height: 55px;
    background: url(../../images/mobileTheme/signOnBTN.png) 0% 50% no-repeat;
    color: #FFF;
    line-height: 55px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

#bigDropMenu .nav {
    width: 100%;
}

#bigDropMenu .nav ul {
    list-style-type: none;
    width: 100%;
}

#bigDropMenu .nav ul li {
    display: block;
    width: 100%;
    /* background color commented out by Soroush in order to show the gradient underneath
	background-color:#e72225;
	*/
    /*
	border-top:2px solid #fff;
	*/
    /*
	background:url(../../images/mobileTheme/mobileMenu_border_top.png) top left repeat-x;
	*/
}

#bigDropMenu .nav ul li a {
    display: block;
    width: 100%;
    height: 2.5em;
    /*
	font-size:2.0em;
	*/
    font-size: 1.6em;
    font-weight: bold;
    color: #FFF;
    line-height: 2.5em;
    vertical-align: middle;
    text-indent: 1.4em;
    text-decoration: none;
}

/* FOOTER */

.footer-wrapper {
    background-color: #d5d6d6
}

#pnl_mobile_footer #mainFooter #mainFooterBigNav {}

#pnl_mobile_footer #mainFooter #mainFooterBigNav #mobileFooterDiv01,
#pnl_mobile_footer #mainFooter #mainFooterBigNav #mobileFooterDiv02,
#pnl_mobile_footer #mainFooter #mainFooterBigNav #mobileFooterDiv03 {
    border-top: 8px solid #D5D4D3;
    border-left: 8px solid #D5D4D3;
    border-right: 8px solid #D5D4D3;
    padding: 20px 15px 20px 15px;
    background-color: #F0EEE9;
}

#pnl_mobile_footer #mainFooter #mainFooterBigNav .footerIconDiv {
    float: left;
    padding-top: 5px;
    padding-right: 10px;
}

.footerTitle,
.footerIconTitle {
    font-size: 1.3em;
    font-weight: bold;
    color: #686a6a;
}

#pnl_mobile_footer #mainFooter #mainFooterBigNav .footerIconDiv a,
#pnl_mobile_footer #mainFooter #mainFooterBigNav .footerIconDivLinks a {
    font-size: 1.2em;
    color: #D7262B;
    margin: 0px;
    padding: 0px;
}

#bigDropMenu02 #bigDropMenuButton02 {
    display: block;
    height: 50px;
    background: #ed3224;
    /* fallback for non-supporting browsers */
    background-image: linear-gradient(top, #ed3224 0%, #c82f27 100%);
    background-image: -o-linear-gradient(top, #ed3224 0%, #c82f27 100%);
    background-image: -moz-linear-gradient(top, #ed3224 0%, #c82f27 100%);
    background-image: -webkit-linear-gradient(top, #ed3224 0%, #c82f27 100%);
    background-image: -ms-linear-gradient(top, #ed3224 0%, #c82f27 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ed3224), color-stop(1, #c82f27));
}

#bigDropMenu02 #bigDropMenuButton02 a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
    font-size: 2.0em;
    font-weight: bold;
    text-indent: 1.2em;
    color: #fff;
    text-decoration: none;
    background: url(../../images/mobileTheme/menu-arrow.gif) 140px 56% no-repeat;
}

#bigDropMenu02 .nav {
    width: 100%;
}

#bigDropMenu02 .nav ul {
    list-style-type: none;
    width: 100%;
}

#bigDropMenu02 .nav ul li {
    display: block;
    width: 100%;
    /*
	background-color:#e72225;
	
	border-top:2px solid #fff;
	*/
}

#bigDropMenu02 .nav ul li a {
    display: block;
    width: 100%;
    height: 2.5em;
    /*
	font-size:1.4em;
	*/
    font-size: 1.3em;
    font-weight: bold;
    color: #FFF;
    line-height: 2.5em;
    vertical-align: middle;
    text-indent: 1.4em;
    text-decoration: none;
}

#bigDropMenu02 {
    border-top: 8px solid #D5D4D3;
}

#mainFooter {
    width: 100%;
}

#mainFooter .legal {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    color: #7a7b93;
    margin: 0 !important;
    font-weight: bold;
}

#mainFooter .legal a {
    font-size: 1.0em;
    text-decoration: underline;
    color: #ed392d;
    line-height: 2.2em;
    padding: 0 10px;
}

#pnl_mobile_footer2 {
    border-top: 1px solid #fff;
}

#mainFooter2 {
    border-top: 2px solid #b5b4b4;
}

.legal2 {
    border-top: 1px solid #fff;
    padding: 0 10px;
    text-align: center;
}

.legal2 .beam {
    margin-top: 15px;
}

.legal2 .beam .followUsText {
    vertical-align: middle;
    color: #5F5F5F;
    font-size: 15px;
    height: 33px;
    line-height: 33px;
    width: 8.5em;
    float: left;
    font-weight: bold;
}

.legal2 .beam .followUsTextIcons {
    font-size: 13px;
    width: 10em;
    float: left;
}

.legal2 .beam .followUsTextIcons img {
    margin-right: 12px;
}

.copyright {
    width: 100%;
    font-size: 13px;
}

.copyright p {
    color: #4d4e4e;
    font-size: 13px;
    font-weight: bold;
    padding: 20px 0 0 0;
}

.trademark {
    color: #4d4e4e;
    font-size: 13px;
    font-weight: bold;
}

.trademark img {
    float: left;
    padding-right: 10px;
    padding-bottom: 50px;
}

.trademark span {
    display: inline;
    color: #4d4e4e;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* CONTENT CONTAINER */

#content {
    background-image: none;
    background: #fff;
    border-bottom: none;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
}

#content #side-nav {
    display: none;
}

#content-head {
    width: 100%;
    padding: 0px;
    float: none;
    margin: 0;
    border-bottom: none;
}

#content-head-product {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0;
    border-bottom: none;
    height: auto;
}

#content-head-product h1 {
    background-color: transparent;
}

#content-head .content-head-title,
#content-head-product {
    background-color: #d81e05;
    background: url(../../images/mobileTheme/menuTop_bg.png) repeat-x top left #d81e05;
}

#content-head h1,
#content-head-product h1 {
    width: 90% !important;
    margin: 0px;
    padding: 6px 0 6px 22px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

#content-head p {
    /*
	padding:9px 0 0px 22px;
	*/
    color: #7d7e7e;
    margin: 0;
    /*display:none;*/
}

#content-body {
    float: none;
    margin: 10px auto;
    width: 96%;
    padding: 0px;
    background-image: none;
    background-color: #EEEDE8;
}

/*  CONTENT PAGE STYLES - 08. SINGLE COL AND 09. TWO COL */

#content-body .fullwidth,
#content-body .left {
    width: 100%;
    float: none;
    margin: 0px;
    padding: 1px 0 1px 0;
}

#content #content-body .fullwidth .innerContentBorder,
#content #content-body .left .innerContentBorder {
    margin: 8px;
}

#content #content-body .fullwidth .innerContentBorder2,
#content #content-body .left .innerContentBorder2 {
    background: #fff;
    padding: 12px;
}

#content-body .fullwidth p,
#content-body .left p {
    font-size: 14px;
    padding: 6px 0;
    color: #7d7e7e;
    line-height: 1.5em;
}

#content-body .fullwidth ul,
#content-body .left ul {
    margin-left: 0px;
    padding-left: 0px;
}

#content-body .left .innerContentBorder2 ul,
#content-body .left .innerContentBorder2 ul li,
#content #content-body .fullwidth .innerContentBorder2 ul,
#content #content-body .fullwidth .innerContentBorder2 ul li {
    background-color: transparent;
}

#content-body .fullwidth li,
#content-body .left li {
    font-size: 14px;
    line-height: 1.5em !important;
    padding: 8px 0;
    color: #7d7e7e;
    margin-left: 30px !important;
    padding-left: 0px;
}

#content #content-body .left .innerContentBorder ul li {
    font-size: 14px;
}

#content-body .fullwidth p a,
#content-body .left p a {
    color: #d4080a;
}

.redText {
    color: #ee2d24;
}

#content-body .right {
    width: 100%;
    float: none;
    margin: 0px;
    padding: 0 0 1px 0;
}

#content #content-body .right .innerContentBorder {
    margin: 0 8px 8px 8px;
}

#content #content-body .right .innerContentBorder2 {
    background: #fff;
    padding: 12px;
}

#content-body .right h2 {
    padding: 3px 0 6px 0;
    color: #7b7d7d;
    font-size: 1.6em;
    font-weight: bold;
}

#content-body .right p {
    font-size: 1.4em;
    padding: 8px 0;
    color: #7d7e7e;
    line-height: 1.5em;
}

#content-body .right ul {
    margin-left: 0px;
    padding-left: 0px;
}

#content-body .right li {
    font-size: 14px;
    line-height: 1.5em !important;
    padding: 8px 0;
    color: #7d7e7e;
    margin-left: 30px !important;
    padding-left: 0px;
}

/*  CONTENT PAGE GLOBAL STYLES */

#content-body h2 {
    margin: 1em 0px 0 0px;
    padding: 0;
    color: #4b4c4c;
    font-size: 17px;
    font-weight: bold;
}

#content-body h2.alt {
    margin: 1em 0px 0px 10px;
    padding: 0;
    color: #4b4c4c;
    font-size: 17px;
    font-weight: bold;
}

#content-body p {
    margin: 5px 0px 0 0px;
    padding: 0;
    color: #4b4c4c;
    font-size: 14px;
}

.mobileContentIntro p {
    color: #808080 !important;
    font-size: 14px !important;
}

/* CONTENT PAGE STYLES - 05. LIST */

#content-body .whiteContentBG {
    background: #fff;
    width: 100%;
    overflow: hidden;
}

#content-body .head {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#content-body .head p {
    margin: 1em 10px;
    color: #808080;
    font-size: 14px;
}

#content-body .head .col {
    width: 100%;
    display: block;
    float: none;
    margin-left: 10px;
    margin-right: 10px;
}

#content-body .head .col h2 {
    margin: 0;
    /*
	color:#808080;
	*/
    color: #515151;
    font-size: 17px;
    font-weight: bold;
    width: 90%;
}

#content-body .head .col p {
    color: #808080;
    font-size: 14px;
    width: 90%;
}

#content-body .items {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#content-body .items ul li,
#content-body .items ul li p {
    width: auto;
}

#content-body ul {
    padding: 1px 0;
    margin: 0px;
    /*
	background:#f1f0ea;
	*/
}

#content-body .items ul li {
    float: none;
    border: none !important;
    margin: 8px;
    background: #FFF;
    position: relative;
}

#content-body .items ul li h3 {
    margin: 0 40px 0 0;
    padding: 0px;
    font-size: 19px;
    font-weight: bold;
    color: #4b4c4c;
    line-height: 1.2em;
}

#content-body .items ul li p {
    margin: 4px 40px 0 0;
    padding: 0px;
    font-size: 14px;
    color: #4b4c4c;
    line-height: 1.3em;
}

#content-body .items ul li .offer {
    position: absolute;
    top: 27px;
    right: 10px;
    width: 24px;
    height: 24px;
    display: block;
}

#content-body .items ul li .offer a {
    width: 24px;
    height: 24px;
    display: block;
    text-decoration: none;
    background: url(../../images/mobileTheme/list-arrow.gif) top left no-repeat;
    overflow: hidden;
    text-indent: 100px;
    line-height: 2em;
}

#content-body .items ul li .hr {
    display: none;
}

/* CONTENT PAGE STYLES - 10. OFFERS */

p.mobileSubHead {}

#content-body .tiles {
    /*
	background-color:#ccc;
	*/
    width: 100%;
    border: none;
    margin: 0;
    box-shadow: none;
}

.tiles .programs,
.tiles .services {
    padding: 0px;
    margin: 0 0 15px 0px;
}

#content-body .tiles .tile {
    margin: 0;
    padding: 0;
    float: none;
    width: 100%;
    border: none;
    background: #EEEDE8;
    display: block;
    border-width: 0px;
    height: auto;
}

#content-body .tiles .tile .tileInner {
    margin: 8px 8px 0 8px;
    background: #fff;
    position: relative;
    padding: 0 0 8px 0;
}

#content-body .tiles .teaser .tileInner {
    margin-bottom: 8px;
}

#content-body .tiles .tile h2 {
    margin: 0;
    padding: 14px 50px 2px 25px;
    font-size: 21px;
}

#content-body .tiles .tile p {
    margin: 0;
    padding: 12px 55px 14px 25px;
    font-size: 12px;
}

#content-body .tiles .tile p a,
#content-body .tiles .tile p a:hover {
    color: #D81E05;
}

#content-body .tiles .tile .exp-btn {
    /*
	position:absolute;
	*/
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 100px;
    line-height: 5em;
    text-decoration: none;
    /*
	left:auto;
	top:16px;
	right:16px;
	*/
    /*
	background:url(../../images/mobileTheme/expand-button.gif) no-repeat #fff;
	*/
    background: url(../../images/box_plus.png) no-repeat #fff;
    margin: 5px 12px;
    padding: 0;
    border: none;
    float: right;
}

#content-body div.mobile-cat-list div.mobileExpandable .exp-btn {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 100px;
    line-height: 5em;
    text-decoration: none;
    left: auto;
    top: 17px;
    right: 20px;
    background: url(../../images/box_plus.png) no-repeat transparent;
    margin: 0;
    padding: 0;
    border: none;
    z-index: 9999;
}

#content-body .tiles .tile .red-btn {
    position: static;
}

#content-body .tiles .tile .exp-btn-on {
    background: url(../../images/box_minus.png) no-repeat transparent !important;
}

#content-body .tiles #services-teaser h3 {
    padding: 14px 50px 14px 25px;
}

#content-body .tiles .teaser {
    overflow: hidden;
}

#content-body .tiles .teaser h3 {
    padding: 14px 50px 14px 25px;
    font-size: 1.6em;
}

#content-body .tiles .teaser h3 br:before {
    content: " ";
}

#content-body .tiles .teaser h3 br {
    display: none;
}

#content-body .tiles .teaser h3 a {
    display: block;
    padding: 6px 0 0px 38px;
    background: url(../../images/mobileTheme/red-blt.gif) 12px 11px no-repeat;
}

#content-body #contact-tiles li {
    border: none;
    border-bottom: 12px solid #fff;
}

.tiles .services {
    border-top: none;
}

/* CONTENT PAGE STYLES - 07. CONTACT PAGE */

#content-body #contact-tiles li {
    float: none;
    width: 100%;
    box-shadow: none;
}

#content-body #contact-tiles li.mail,
#content-body #contact-tiles li.visit {
    margin: 0;
}

#content-body .header {
    border-bottom: none;
    width: 100%;
}

#content-body ul#contact-tiles {
    background-color: #fff;
}

#content-body #contact-tiles li p {
    min-height: 30px;
}

.mobileAccordionWrapper {
    background: #EEEDE8;
    padding: 8px 8px 1px 8px;
}

#content-body .mobileAccordionWrapper .question {
    margin: 0;
    width: 100%;
    border: none;
    background-image: none;
    background-color: #FFF;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#content-body .mobileAccordionWrapper .question h3 {
    position: relative;
}

#content-body .mobileAccordionWrapper .question h3 a.mobileAccordion {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background: url(../../images/box_plus.png) 0px 0px no-repeat;
}

#content-body .mobileAccordionWrapper .question h3 a:first-child {
    margin-right: 30px;
    display: inline-block;
}

#content-body .mobileAccordionWrapper .question h3 a.mobileAccordionOpen {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background: url(../../images/box_minus.png) no-repeat;
}

/* added by Soroush */

#content-body .mobileAccordionWrapper .active h3 a.mobileAccordion {
    background: url(../../images/box_minus.png) no-repeat !important;
}

/* end */

/*
#content-body .mobileAccordionWrapper .question:first-child{
	margin:0;
}
*/

#content-body .question .content {
    /* Soroush's change
	display:block;
	*/
    display: none;
    width: 100%;
    margin: 0 0 0 10px;
}

#content-body .mobileDetailWrapper2 .mobileAccordionWrapper .active .content,
#content-body .mobileAccordionWrapper .active .content {
    display: block;
}

#content-body .question .content ul {
    margin: 0 0 0 26px;
    background-color: transparent;
}

.mobilePromo {
    background: #EEEDE8;
    padding: 8px;
    margin-top: 25px;
}

.mobilePromo .leftBox {
    width: auto;
    overflow: auto;
}

.mobilePromo .rightBox {
    margin-top: 8px;
    width: auto;
    overflow: auto;
}

.mobilePromo>div {
    float: none !important;
    font-size: 1.2em !important;
    border: none !important;
    padding: 0 !important;
    background: #fff;
}

#content-body .mobilePromo div p {
    margin: 0.5em 10px 0.5em 10px;
}

/* CONTENT PAGE STYLES - 06. TABLE PAGE */

#content-body .fullwidth p.mobileSpacing {
    line-height: 1.8em;
}

.tableContainer {
    width: 100%;
    overflow-x: auto;
}

table.mobileTable {
    width: 100%;
    font-size: 1em;
    margin-bottom: 0;
}

table.mobileTable th {
    font-size: 1.0em;
}

table.default td {
    padding: 8px 2px;
}

table.default th {
    padding: 8px 2px 8px 4px;
}

.legal {
    margin: 12px 15px 0 15px;
    padding: 0;
}

.legal ul {
    list-style-type: none;
}

/* CONTENT PAGE STYLES - 04. DETAILS PAGE */

.mobileDetailWrapper {
    width: 99%;
    border: 1px solid #CCC;
    background-color: #f2f2f0 !important;
}

#content-body .mobileDetailWrapper .tabbed-content {
    margin: 0px;
}

#content-body .mobileDetailWrapper .tabbed-content #creditCard {
    width: 100%;
    float: none;
    text-align: center;
    background: url('../../images/momentum-en.png') no-repeat 50% 0;
    padding-left: 0px;
    margin-bottom: 60px;
}

#content-body .mobileDetailWrapper .tabbed-content .content {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -box-shadow: none;
    box-shadow: none;
}

#content-body .mobileDetailWrapper ul.top {
    margin: 4px 0 6px 20px;
    background-color: transparent;
}

#content-body .mobileDetailWrapper ul.top li {
    width: auto;
    margin: 6px 0;
}

#btn-apply-cc {
    display: block;
    position: relative;
    margin: 0 auto;
    left: auto;
    top: auto;
}

#content-body .mobileDetailWrapper .tabbed-content .content .bullets {
    float: none;
    width: 100%;
}

#content-body .mobileDetailWrapper .tabbed-content .content .bullets ul {
    width: 70%;
    margin: 0 auto;
    font-size: .9em;
}

#content-body .mobileDetailWrapper .tabbed-content .content .bullets ul li {
    width: 100%;
}

#content-body .mobileDetailWrapper .tabbed-content .content .bullets ul li.e {
    width: 100%;
}

#content-body .mobileDetailWrapper .tabbed-content .rates-fees-box {
    padding-top: 0;
    margin: 10px 5px 0;
}

#content-body .mobileDetailWrapper .tabbed-content .rates-fees-box div {
    font-size: .7em;
    height: 60px;
    margin-bottom: 0;
    border-right: 2px solid #D4D4D2;
    text-align: center;
}

#content-body .mobileDetailWrapper .tabbed-content .rates-fees-box div:last-child {
    border-right: none;
}

#content-body .mobileDetailWrapper .tabbed-content .rates-fees-box div.a {
    width: 31%;
    float: left;
}

#content-body .mobileDetailWrapper .tabbed-content .rates-fees-box div.b {
    width: 34%;
    float: left;
}

#content-body .mobileDetailWrapper .tabbed-content .rates-fees-box div.c {
    width: 33%;
    float: left;
}

#content-body .mobileDetailWrapper .tabbed-content .rates-fees-box div p {
    margin: 0 8px;
    padding: 0;
}

#content-body .mobileDetailWrapper .tabbed-content .rates-fees-box div span {
    margin: 0 8px;
    padding: 0;
    float: none;
    font-size: 1.6em;
}

.mobileDetailWrapper .mobileAccordionWrapper {
    margin: 0 15px;
    width: auto;
}

.mobileDetailWrapper .mobileAccordionWrapper .question {
    margin: 0;
    width: 100%;
    border: none;
    background-image: none;
    background-color: #FFF;
    margin-top: 15px;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#content-body .mobileDetailWrapper2 .mobileAccordionWrapper .question h3 {
    position: relative;
    margin-left: 10px;
    padding: 8px 0;
}

#content-body .mobileDetailWrapper2 .mobileAccordionWrapper .question h3 a.mobileAccordion {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background: url(../../images/box_plus.png) 0px 0px no-repeat;
}

#content-body .mobileDetailWrapper2 .mobileAccordionWrapper .question h3 a:first-child {
    margin-right: 30px;
    display: inline-block;
}

#content-body .mobileDetailWrapper2 .mobileAccordionWrapper .question h3 a.mobileAccordionOpen {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background: url(../../images/box_minus.png) no-repeat;
}

/*
#content-body .mobileDetailWrapper2 .mobileAccordionWrapper .question:first-child{
	margin:0;
}
*/

#content-body .mobileDetailWrapper2 .question .content {
    /* Soroush's change */
    display: none;
    width: 100%;
    margin: 0;
}

#content-body .mobileDetailWrapper2 .question .content ul {
    margin: 0 0 0 26px;
    background-color: transparent;
}

#rates-to-apply {
    margin: 20px 0px 20px 0;
}

#rates-to-apply .left h2 {
    width: 94%;
    margin: 10px 3% 2px 3%;
}

#rates-to-apply .left p {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    padding: 0;
}

#content-body #rates-to-apply .right ul {
    width: 100%;
    background-color: transparent;
    margin: 0;
}

#content-body #rates-to-apply .right ul li {
    width: 94%;
    height: auto;
    margin: 0 3% !important;
    padding: 4px 0 8px 0;
}

#content-body #productDetailsToApply .right ul li {
    height: auto;
}

#content-body #rates-to-apply .right ul li em {
    line-height: 1.1em;
    font-size: 1.3em;
}

#content-body #rates-to-apply .right ul li em span {
    font-size: .9em;
}

#content-body #rates-to-apply .right ul li strong {
    width: 40%;
    font-size: 1.5em;
}

#content-body #rates-to-apply .right li.link a {
    top: 24px;
}

#content-body #rates-to-apply .right li.link a.red-btn {
    top: 2px;
    right: 0;
    color: #fff;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
}

/* CONTENT PAGE STYLES - 02. TILES PAGE */

#content-body .tiles .quickFlip {
    /*
	background-color:#ccc;
	*/
    position: static !important;
    padding: 8px 0 0 0 !important;
}

.tiles .quickFlip .front {
    display: block !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 8px !important;
}

.tiles .quickFlip .front .red-btn {
    display: none !important;
}

.tiles .quickFlip .back .red-btn {
    display: inline-block;
}

.tiles .quickFlip .back {
    display: block !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 8px !important;
}

#content-body .tile .back {
    background-color: transparent;
}

#content-body .tile .front ul,
#content-body .tile .back ul {
    width: 100% !important;
    background-color: #fff;
}

#content-body .tile .back ul li {
    width: auto;
     !important;
    margin: 0 18px 8px 18px;
    line-height: 1.2em !important;
    ;
}

#content-body .tile .front ul li {
    line-height: 1.2em !important;
}

#content-body .tile .back div.backDiv {
    width: 100% !important;
    height: auto;
}

#content-body .tile .front h2 {
    padding: 12px 18px 4px 18px;
}

.tiles .quickFlip .back h2,
.tiles .quickFlip .back h3 {
    display: none !important;
}

#content-body .tile .back div {
    position: static !important;
}

.quickFlipCta {
    display: none !important;
}

#content-body .mobile-cat-list {
    width: 100%;
    background-color: #EEEDE8;
    padding: 0 !important;
}

.hrdark {
    display: none;
}

#content-body .mobile-cat-list .col,
#content-body .mobile-cat-list .left {
    float: none;
    width: 100%;
    display: block;
    padding-top: 8px;
}

#content-body .mobile-cat-list h3 {
    width: auto;
    margin: 0 8px 8px 8px;
    padding: 10px 18px;
    background-color: #d5d6d6;
    font-size: 2em;
    font-weight: normal;
    position: relative;
}

#content-body .mobile-cat-list h3 a.mobileAccordion {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background: url(../../images/mobileTheme/expand-button-grey.gif) 0px 0px no-repeat;
    text-decoration: none;
}

#content-body .mobile-cat-list h3 a.mobileAccordionOpen {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    background: url(../../images/mobileTheme/expand-button-grey.gif) 0px -27px no-repeat;
    text-decoration: none;
}

#content-body .mobile-cat-list ul {
    width: auto;
    margin: 8px;
    background-color: #f0efea;
    padding-bottom: 0 !important;
}

.mobile3ColDivider {
    display: block;
    height: 12px;
    background-color: #FFF;
}

#content-body .mobile-cat-list ul li {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 8px inherit;
}

#content-body .mobile-cat-list ul li a {
    display: block;
    padding: 4px 20px 4px 18px;
    margin-right: 12px;
    font-size: 1.3em;
    font-weight: normal !important;
    color: #515252;
    background: url(../../images/mobileTheme/list-arrow.gif) 100% 50% no-repeat;
}

/* MISC */

.dropShadow {
    text-shadow: #000 2px 2px 2px;
}

/* Soroush's CSS */

.desktopRotatorNav {
    display: block;
    position: static !important;
    width: 100%;
    height: 23px;
    text-align: center;
    background: url(../../images/rotatornav_bg.png) repeat-x;
    padding-top: 9px;
}

.desktopRotatorNav li {
    display: inline-block;
    float: none;
}

#content-body #homePagecollapsibleArea {
    padding: 0px;
    margin: 0px;
}

#homePagecollapsibleArea {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#homePagecollapsibleArea li {
    border-top: 2px solid #fff;
    border-bottom: 1px solid #b7b7b7;
    list-style-type: none;
}

#homePagecollapsibleArea li a {
    background-color: #e9e9e9;
    display: block;
    border-left: 5px solid #d1005d;
    background-image: url(../../images/collRightArrow.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 5px;
}

#homePagecollapsibleArea li a span {
    display: inline-block;
}

#homePagecollapsibleArea li a .one {
    font-size: 16px;
    color: #707070;
    font-weight: 700;
}

#homePagecollapsibleArea li a .one span {
    padding: 15px 0px 0px 0px;
    margin-left: 10px;
}

#homePagecollapsibleArea li a .two {
    font-size: 15px;
    color: #000;
}

#homePagecollapsibleArea li a .two span {
    margin-top: 0px;
    padding-left: 10px;
}

#homePagecollapsibleArea li:nth-child(2) a {
    border-color: #0081ab;
}

#homePagecollapsibleArea li:nth-child(3) a {
    border-color: #a74dc3;
}

#homePagecollapsibleArea li.bBlue a {
    border-left: 10px solid #0081ab;
}

#homePagecollapsibleArea li.bPink a {
    border-left: 10px solid #d1005d;
}

#homePagecollapsibleArea li.bPurple a {
    border-left: 10px solid #a74dc3;
}

#homePagecollapsibleArea li.bNavy a {
    border-left: 10px solid #104181;
}

#homePagecollapsibleArea li.bBurgundy a {
    border-left: 10px solid #a33038;
}

#homePagecollapsibleArea li.bGreen a {
    border-left: 10px solid #7e7a00;
}

#homePagecollapsibleArea li.bOrange a {
    border-left: 10px solid #bf650f;
}

ul.zebra-stripe {
    background: #EEEDE8;
}

#content-body .items ul.zebra-stripe li.odd {
    background: #fff;
}

/*
ul.zebra-stripe li:nth-child(odd){
	background:inherit;
}
ul.zebra-stripe li:nth-child(odd){
	background:inherit;
}
*/

.tabbed-content .bullets {
    width: auto !important;
    margin-left: 40px !important;
    padding: 0 !important;
}

#siteBody #content-body ul.productDetailsTop li {
    /*
	width: 100% !important;
	*/
    float: none !important;
    display: block !important;
    margin-bottom: 10px;
    font-size: 14px;
}

div#top {
    display: none;
}

#content-body div.legal ul li {
    width: inherit;
}

.mobileHiddenDefault {
    display: none;
}

.active .mobileHiddenDefault {
    display: inherit;
}

.active .exp-btn {
    background: url(../../images/box_minus.png) no-repeat transparent !important;
}

.mobileExpandable {
    position: relative;
}

#content-body .tabbed-content .content .bullets ul li {
    font-size: 14px;
}

#content-body div.tabbed-content div.tab-controller ul.tabs li.a a,
ul.tabs li.a a,
ul.tabs li.b a,
ul.tabs li.b a,
ul.tabs li.c a,
ul.tabs li.c a {
    font-size: 14px !important;
    padding: 8px 5px;
}

#content-body div.tabbed-content div.tab-controller ul.tabs li.a a.smalltabs,
ul.tabs li.a a.smalltabs,
ul.tabs li.b a.smalltabs,
ul.tabs li.b a.smalltabs,
ul.tabs li.c a.smalltabs,
ul.tabs li.c a.smalltabs {
    font-size: 11px !important;
    padding: 8px 5px;
}

#content-body .tabbed-content ul.tabs li a {
    background-color: #F1F1F1;
    font-size: 1.6em;
    padding: 8px 7px;
    position: relative;
    top: 2px;
}

#content-body div.tabbed-content {
    margin-right: 5px !important;
}

.applyContainer {
    width: 100%;
    height: auto;
    position: absolute;
    top: 170px;
    left: 5px;
}

.enforceHeightMobile {
    width: 100%;
    height: 5em;
    position: relative;
}

.subtitleContainer,
.titleContainer {
    width: 96%;
    margin: 0 auto;
}

#content-head .subtitleContainer p {
    margin: 10px 10px 5px 10px !important;
    font-size: 14px !important;
}

.titleContainer h1 {
    padding-left: 10px !important;
}

#bigDropMenu .nav,
#bigDropMenu02 .nav {
    background-color: #d82214;
    background: #d62319;
    background: -moz-linear-gradient(top, #d62319 0%, #4c0b0b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d62319), color-stop(100%, #4c0b0b));
    background: -webkit-linear-gradient(top, #d62319 0%, #4c0b0b 100%);
    background: -o-linear-gradient(top, #d62319 0%, #4c0b0b 100%);
    background: -ms-linear-gradient(top, #d62319 0%, #4c0b0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d62319', endColorstr='#4c0b0b', GradientType=0);
    background: linear-gradient(top, #d62319 0%, #4c0b0b 100%);
}

#mainNav {
    background-color: #838484;
}

.whiteBGMobile {
    background: #fff !important;
}

#siteBody #content-body .tabbed-content .content {
    margin-bottom: 0;
}

.fluidImage {
    max-width: 100%;
}

#content-body .tile .front ul.flipList li.check {
    background: url(/static-tools/common/rd/gfx/checkmark-small.gif) 0 1px no-repeat;
    list-style: none;
    line-height: 0.99em;
    margin: 1px 18px 8px 18px;
    padding-left: 18px;
    float: left;
}

#content-body .flipImage {
    width: 100px;
}

#content-body #tab-overview .rates-fees-box .a,
#content-body #tab-overview .rates-fees-box .b,
#content-body #tab-overview .rates-fees-box .c {
    float: left;
    font-size: 0.7em;
    width: 30%;
    margin-bottom: 10px;
}

#siteBody #content-body .tabbed-content .content {
    font-size: 14px;
}

#content-body .services p,
#content-body .programs p {
    font-size: 14px;
    line-height: 1.4em;
    margin-left: 10px;
}

/* From Chris */

#bigDropMenu .nav li a {
    border-top: 1px solid #de402b;
}

#bigDropMenu .nav li {
    background-repeat: no-repeat;
    border-top: 2px solid #bd1b05;
}

#bigDropMenu .nav li a {
    border-top: 1px solid #de402b;
}

#bigDropMenu .nav li:nth-child(2) {
    border-top: 2px solid #a61d15;
}

#bigDropMenu .nav li:nth-child(3) {
    border-top: 2px solid #90150f;
}

#bigDropMenu .nav li:nth-child(4) {
    border-top: 2px solid #68120f;
}

#bigDropMenu .nav li:nth-child(5) {
    border-top: 2px solid #540f0d;
}

#bigDropMenu .nav li:nth-child(6) {
    border-top: 2px solid #460a09;
}

#bigDropMenu .nav li:nth-child(7) {
    border-top: 2px solid #460a09;
}

#bigDropMenu .nav li:nth-child(4) a {
    border-top: 1px solid #cc3431;
}

#bigDropMenu .nav li:nth-child(5) a {
    border-top: 1px solid #bc302d;
}

#bigDropMenu .nav li:nth-child(6) a {
    border-top: 1px solid #a82a27;
}

#bigDropMenu .nav li:nth-child(7) a {
    border-top: 1px solid #a82a27;
}

#bigDropMenu02 .nav li a {
    border-top: 1px solid #de402b;
}

#bigDropMenu02 .nav li {
    background-repeat: no-repeat;
    border-top: 2px solid #bd1b05;
}

#bigDropMenu02 .nav li a {
    border-top: 1px solid #de402b;
}

#bigDropMenu02 .nav li:nth-child(2) {
    border-top: 2px solid #a61d15;
}

#bigDropMenu02 .nav li:nth-child(3) {
    border-top: 2px solid #90150f;
}

#bigDropMenu02 .nav li:nth-child(4) {
    border-top: 2px solid #68120f;
}

#bigDropMenu02 .nav li:nth-child(5) {
    border-top: 2px solid #540f0d;
}

#bigDropMenu02 .nav li:nth-child(6) {
    border-top: 2px solid #460a09;
}

#bigDropMenu02 .nav li:nth-child(7) {
    border-top: 2px solid #460a09;
}

#bigDropMenu02 .nav li:nth-child(4) a {
    border-top: 1px solid #cc3431;
}

#bigDropMenu02 .nav li:nth-child(5) a {
    border-top: 1px solid #bc302d;
}

#bigDropMenu02 .nav li:nth-child(6) a {
    border-top: 1px solid #a82a27;
}

#bigDropMenu02 .nav li:nth-child(7) a {
    border-top: 1px solid #a82a27;
}

/* End CSS from Chris */