/**
 * CG SUPRT CustomStyles.css
 *
 * Copyright 2016 RealPatterns, Inc
 */
 
/**
 * HEX Colors
 
 * #016d99 = dark blue
 * #b3394c = red
 */

#StoryBadge_1 {
  display: none;
  float: left;
  width: 100%;
  clear: both;
  border: none;
  background: #062543;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px auto 0px;

}
#StoryBadge_1 h2 {

  color: #ffffff;
margin: 0px 0px 0 0px;
font: bold 1.5em Arial, Helvetica, sans-serif;
float: left;
width: auto;
background-color:#0078ae;
    vertical-align: middle;
  padding-top: 10px;
  padding-right: 67px;
  padding-bottom: 10px;
  padding-left: 55px;
}

#StoryBadge_1 h3 {

  color: #2e3b67;
  margin: 4px 8px 0px 148px;
  font: normal 1em Arial, Helvetica, sans-serif;
}

#StoryBadge_1 ul{
	float: right;
	display: inline;
	width: 600px;
	margin-top: 9px;
	padding: 0px;
        padding-right: 40px;
}

#StoryBadge_1 ul li{
	background: #062543;
	display: inline-block;
	list-style-type: none;
	text-align: center;
	margin: 0 7px;
        font:13px;
        		    border-right: none;
}	

#StoryBadge_1 ul li a{
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding: 0px 120px;
	width: auto;

}
#StoryBadge_1 img {

  display:none;
}


#StoryBadge_1 p {

  display: none;
  color: #666666;
  height: 55%;
  overflow: hidden;
  margin: 0px;
  padding: 8px;
  font: normal 1.2em/32px sans-serif;
}
#StoryBadge_1 p a {

  color: #5e94d2;
  display: block;
  text-decoration: underline;
}
@media only screen and (max-width: 1010px) {
	#StoryBadge_1{
		text-align: center;
	}
	
	#StoryBadge_1 img{
		display: none;
	}
		
	#StoryBadge_1 h2{
		float: none;
		text-align: center;
		width: 100%;
		margin: 0px 0 0 0;
               vertical-align: middle;
               padding: 2% 0%;

	}
	
	#StoryBadge_1 ul{
		width: 100%;
                margin-top: 0px;
	}
	
}

@media only screen and (max-width: 750px) {
	#StoryBadge_1{
		text-align: center;
	}
	
	#StoryBadge_1 img{
		float: none;
	}
	
	#StoryBadge_1 h2{
		float: none;
		text-align: center;
		width: 100%;
	}
	
	#StoryBadge_1 ul{
		float: left;
		display: block;
		width: 100%;
	}
	
	#StoryBadge_1 ul li{
		display: block;
		margin: 8px;
		    border-right: none;
	}
	
	#StoryBadge_1 ul li a{
		width: auto;
		display: block;
	}
}



#StoryBadge_2 {

  float: left;
  width: 100%;
  clear: both;
  border: none;
  background: #A03335;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px auto 0px;

}
#StoryBadge_2 h2 {

  color: #ffffff;
margin: 0px 0px 0 0px;
font: bold 1.5em Arial, Helvetica, sans-serif;
float: left;
width: auto;
background-color:red;
    vertical-align: middle;
  padding-top: 18px;
  padding-right: 106px;
  padding-bottom: 16px;
  padding-left: 106px;
}

#StoryBadge_2 h3 {

  color: #2e3b67;
  margin: 4px 8px 0px 148px;
  font: normal 1em Arial, Helvetica, sans-serif;
}

#StoryBadge_2 ul{
	float: right;
	display: inline;
	width: 710px;
	margin-top: 9px;
	padding: 0px;
  padding-right: 40px;
}

#StoryBadge_2 ul li{
	background: #A03335;
	display: inline-block;
	list-style-type: none;
	text-align: center;
	margin: 0 7px;
        font:13px;
        		    border-right: none;
}	

#StoryBadge_2 ul li a{
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding: 0px 70px;
	width: auto;

}
#StoryBadge_2 img {

  display:none;
}


#StoryBadge_2 p {

  display: none;
  color: #666666;
  height: 55%;
  overflow: hidden;
  margin: 0px;
  padding: 8px;
  font: normal 1.2em/32px sans-serif;
}
#StoryBadge_2 p a {

  color: #5e94d2;
  display: block;
  text-decoration: underline;
}
@media only screen and (max-width: 1010px) {
	#StoryBadge_2{
		text-align: center;
	}
	
	#StoryBadge_2 img{
		display: none;
	}
		
	#StoryBadge_2 h2{
		float: none;
		text-align: center;
		width: 100%;
		margin: 0px 0 0 0;
               vertical-align: middle;
               padding: 2% 0%;

	}
	
	#StoryBadge_2 ul{
		width: 100%;
                margin-top: 0px;
	}
	
}

@media only screen and (max-width: 750px) {
	#StoryBadge_2{
		text-align: center;
	}
	
	#StoryBadge_2 img{
		float: none;
	}
	
	#StoryBadge_2 h2{
		float: none;
		text-align: center;
		width: 100%;
	}
	
	#StoryBadge_2 ul{
		float: left;
		display: block;
		width: 100%;
	}
	
	#StoryBadge_2 ul li{
		display: block;
		margin: 8px;
		    border-right: none;
	}
	
	#StoryBadge_2 ul li a{
		width: auto;
		display: block;
	}
}




.HeadlineList {

    display: none;
}

 .RatingBadge{
   display:none;
}

 .ContentToolbar {
   width: 100%;
}

 
 .MenuBar {
    margin: 0px auto;
    padding: 5px 0;
    font: normal 12px sans-serif;
    background: #12385e;
    display: inline-block;
    width: 100%;
}

.PolicyBar {
    height: auto;
    color: #ffffff;
    margin: 0px auto;
    padding: 6px 0px;
    background: #12385e;
    font: normal 11px sans-serif;
    text-align: left;
    float: left;
    width: 100%;
}

.BannerAd {
    /*background: transparent url(../../../10768818/gfx/gadgets/cgsuprt_banner.png) no-repeat;
    background-size: 100%;
	height: 280px;
    margin-top: -60px;*/
}


/*.BannerAd span.Span1 {

  margin-top: 0px;
}*/

.BannerAd span.Span1 a {
  display: block;
  background: transparent url('../../gfx/logos/reseller.gif') no-repeat scroll 100% 50%;
  max-width: 390px;
  height: 90px;
}

.BannerAd span.Span2 a {

  color: #ffffff;
}
.BannerAd span.Span3 a {

  color: #c03349;
}

.BannerAd span.Span4 a {

  color: #016d99;
  width: 100%;
  float: right;
  text-align: right;
  font-size:18px;
  text-decoration:none;

}

.VideoPlayer h1 {
    background: #b3394c;
}

/* #StoryBadge_1 {

  background: #ffffff;
  font: normal 12px sans-serif;
  border: 0px solid #03709b;
  float: left;
  clear: both;
  margin: 10px auto 20px;
  display:none;
}

.StoryBadge ul li{
	background: #03709b;
	display: inline-block;
	list-style-type: none;
	text-align: center;
	display:block;
}	

.StoryBadge h2 {

  color: #000000;
  font: normal 1.5em Arial, Helvetica, sans-serif;
  float: left;
  margin: 45px 8px 8px;
  width: 183px;
}

.StoryBadge img {
    float: left;
    margin: 0px;
    margin-left: 20px;
    height: 64px;
    margin-top: 20px;
    margin-bottom: 0px;
	background: #b3394c;
} */

.CommunityBadge {

  height: 300px;
  margin: 0px auto;

  font: normal 12px sans-serif;
  border: 0px solid #d7d7d7;
  position: relative;
  display:block;
}

.CommunityBadge img {

  margin: 0px auto;

}

/** Section Tab Bar */

.SectionTabBar div.Tier ul.Tabs li a {
font: normal 16px sans-serif;
}

/** // CG Domestic Violence// */
.SectionTabBar div.Tier ul.Tabs .DomesticViolenceAwareness, .SectionTabBar div.Tier ul.Tabs .DomesticViolenceAwareness:hover {
  background-color: #005288;
  background-image:  url('../../gfx/photo_tiles/cg_dv-ribbon.png'), none;
  background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .DomesticViolenceAwareness:hover {
  background-color: #005288;
  background-position:  -500px 0px !important;
  text-indent: 0px;
}

/** // CG Suicide Prevention 09/2021 // */

.SectionTabBar div.Tier ul.Tabs .SuicidePreventionMonth, .SectionTabBar div.Tier ul.Tabs .SuicidePreventionMonth:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_suicide_prevention.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .SuicidePreventionMonth:hover {
	background-color: #12385e;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}


/** // CG Custom Tile 12/2018 // */

.SectionTabBar div.Tier ul.Tabs .LapseinAppropriationsInfo, .SectionTabBar div.Tier ul.Tabs .LapseinAppropriationsInfo:hover {
	background-color: #d6204c;
	background-image: url('../../../00000001/gfx/sectiontab/government.svg'), none;
	background-size: 750px;
}

/** // CG SF86-Q21 // */
.SectionTabBar div.Tier ul.Tabs .EAPYourSecurityClearance {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_SF86_Q21.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .EAPYourSecurityClearance:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_CLEARANCE.png'), none;
	background-size: 250px;
	text-indent: 0px;
}

/** // CG Money Coach // */
.SectionTabBar div.Tier ul.Tabs .MoneyCoachingMore {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_money_coach.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .MoneyCoachingMore:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_MONEY.png'), none;
	background-size: 250px;	
          text-indent: 0px;
}


/** // CG Telemental Health // */
.SectionTabBar div.Tier ul.Tabs .TelementalHealth {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_telemental_health.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .TelementalHealth:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_TELEHEALTH.png'), none;
	background-size: 250px;
	text-indent: 0px;
}

/** // CG Holiday // */
.SectionTabBar div.Tier ul.Tabs .ManagingHolidayStress, .SectionTabBar div.Tier ul.Tabs .ManagingHolidayStress:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_holiday.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .ManagingHolidayStress:hover {
	background-color: #12385e;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}

/** // CG Child Resources // */
.SectionTabBar div.Tier ul.Tabs .ChildCareResources, .SectionTabBar div.Tier ul.Tabs .ChildCareResources:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_child_resources.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .ChildCareResources:hover {
	background-color: #12385e;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}

/** // CG Tax Til // */
.SectionTabBar div.Tier ul.Tabs .FreeTaxFiling {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_tax_tile.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .FreeTaxFiling:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_TAX.png'), none;
	background-size: 250px;	
          text-indent: 0px;
}

/** // CG Featured Resources // */
.SectionTabBar div.Tier ul.Tabs .FeaturedResources {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_featuredresources.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .FeaturedResources:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_FEATURED.png'), none;
	background-size: 250px;
	text-indent: 0px;
}

/** // CG Supervisor Resources // */
.SectionTabBar div.Tier ul.Tabs .SupervisorResources {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_supervisorresources.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .SupervisorResources:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_SUPERVISOR.png'), none;
	background-size: 250px;	
          text-indent: 0px;
}

/** // CG Training Center // */
.SectionTabBar div.Tier ul.Tabs .TrainingCenter {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_training.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .TrainingCenter:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_TRAINING.png'), none;
	background-size: 250px;	
          text-indent: 0px;
}

/** // CG Relationships // */
.SectionTabBar div.Tier ul.Tabs .Relationships {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_relationships.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .Relationships:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_RELATIONSHIPS.png'), none;
	background-size: 250px;	
          text-indent: 0px;
}

/** // CG Child Resources // */
.SectionTabBar div.Tier ul.Tabs .ChildCareResources {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_child_resources.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .ChildCareResources:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_CHILD.png'), none;
	background-size: 250px;	
          text-indent: 0px;
}

#CopyBox_Body #TrainingCenter ul.Tabs .Locators, #CopyBox_Body #TrainingCenter ul.Tabs  .Locators:hover{
 background-color: #1f3254;
    background-image: url(../../gfx/sectiontab/locators.svg), none;
    background-size: 750px;
}

/** // CG Financial // */
.SectionTabBar div.Tier ul.Tabs .Financial {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_financial.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .Financial:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_FINANCES.png'), none;
	background-size: 250px;	
          text-indent: 0px;
}

/** // CG Health // */
.SectionTabBar div.Tier ul.Tabs .Health {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_health.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .Health:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_HEALTH.png'), none;
	background-size: 250px;
	text-indent: 0px;
}

/** // CG Resilience // */
.SectionTabBar div.Tier ul.Tabs .Resilience {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_resilience.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .Resilience:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_RESILIENCE.png'), none;
	background-size: 250px;
	text-indent: 0px;
}

/** // CG Legal // */
.SectionTabBar div.Tier ul.Tabs .Legal {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_legal.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .Legal:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_LEGAL.png'), none;
	background-size: 250px;	
          text-indent: 0px;
}

/** // CG Personal Growth // */
.SectionTabBar div.Tier ul.Tabs .PersonalGrowth {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_personalgrowth.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .PersonalGrowth:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_PERSONAL.png'), none;
	background-size: 250px;
	text-indent: 0px;
}

/** // CG Emotional Wellbeing // */
.SectionTabBar div.Tier ul.Tabs .EmotionalWellbeing {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_emotionalwellbeing.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .EmotionalWellbeing:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_EMOTIONAL.png'), none;
	background-size: 250px;	
          text-indent: 0px;
}

/** // CG Recipes // */
.SectionTabBar div.Tier ul.Tabs .Recipes {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_recipes.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .Recipes:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_RECIPES.png'), none;
	background-size: 250px;	
          text-indent: 0px;
}

/** // CG Webinars // */
.SectionTabBar div.Tier ul.Tabs .Webinars {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_webinars.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .Webinars:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_WEBINARS.png'), none;
	background-size: 250px;
	text-indent: 0px;
}

/** // CG Additional Resources // */
.SectionTabBar div.Tier ul.Tabs .AdditionalResources {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_additionalservices-blrd.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .AdditionalResources:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_ADDITIONAL.png'), none;
	background-size: 250px;
	text-indent: 0px;
}

.SectionTabBar div.Tier ul.Tabs .PromotionalMaterials {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_promoational_materials.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .PromotionalMaterials:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_PROMOTIONAL.png'), none;
	background-size: 250px;	
          text-indent: 0px;
}

/** // CG SUPRT Tool Kit for Managers // */
.SectionTabBar div.Tier ul.Tabs .ToolKitforManagers, .SectionTabBar div.Tier ul.Tabs .ToolKitforManagers:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cgsuprt_webinars.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .ToolKitforManagers:hover {
	background-color: #12385e;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}

/** // CG SUPRT Locators // */
.SectionTabBar div.Tier ul.Tabs .Locators {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_locators.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .Locators:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_LOCATORS.png'), none;
	background-size: 250px;	
          text-indent: 0px;
}

/** // CG Month of Military Child // */
.SectionTabBar div.Tier ul.Tabs .MonthofTheMilitaryChild, .SectionTabBar div.Tier ul.Tabs .MonthofTheMilitaryChild:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/photo_tiles/cg_momc_tile.png'), none;
	background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .MonthofTheMilitaryChild:hover {
	background-color: #12385e;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}



/** // CG Services // */
.SectionTabBar div.Tier ul.Tabs .Services{
	background-color: #12385e;
	background-image: url('../../gfx/sectiontab/services.svg'), none;
	background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .Services:hover {
	background-color: #12385e;
	background-image: url('../../gfx/sectiontab/services.svg'), none;
	background-position:  -500px 0px !important;
        background-size: 750px;
	text-indent: -99999px;
}

/** // My USCG SUPRT Site// */
.SectionTabBar div.Tier ul.Tabs .MyCGSUPRTSite {
	background-color: #12385e;
	background-image:  url('../../gfx/sectiontab/mycgsuprtsite.svg'), none;
	background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .MyCGSUPRTSite:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/sectiontab/mycgsuprtsite.svg'), none;
	background-position:  -500px 0px !important;
        background-size: 750px;
	text-indent: -99999px;
}

/** // CG Contact Us// */
.SectionTabBar div.Tier ul.Tabs .ContactUs, .SectionTabBar div.Tier ul.Tabs .ContactUs:hover {
	background-color: #12385e;
	background-image:  url('../../gfx/mybenefits/provider_search.svg'), none;
	background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .ContactUs:hover {
	background-color: #12385e;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}

/** // Featured Custom Text in Drop Down for MY CG SUPRT Site// */
.FeaturedCustomText {
  color: #0062ab;
  font: normal 1.5em Arial, Helvetica, sans-serif;
  float: left;
  text-decoration: underline;
  margin-bottom: 0px;
  margin-top: 10px;
  clear: both;
}

.MyCGSUPRTSiteFeature .FeaturedLoginImage{
	float: left;
	clear: both;
	
}

.MyCGSUPRTSiteFeature form{
	clear: both;
	padding: 20px 0;
}	

.MyCGSUPRTSiteFeature{
width: 100%;
border: 1px solid #12385e !Important;
box-sizing: border-box;
padding-right: 0px !important;
}

.MyCGSUPRTSiteFeature h1 {

  color: #ffffff;
  text-align: left;
  font: normal 1.5em sans-serif;
  background: #12385e;
  padding: 10px 20px;
  margin-top: 0px;
}

#SectionTabBar_1-TopicBrowser_section_003 .CopyBox{
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
}

#SectionTabBar_1-Menu_section_003{
	padding: 0px;
}

.MyCGSUPRTSite.Selected a{
	text-indent: 0px !important;
}

.MyCGSUPRTSiteFeature input{
	width: 250px;
	padding: 5px 0px;
	font-size: 16px;
}

.MyCGSUPRTSiteFeature #submit{
    width: 254px;
    color: #ffffff;
    margin: 10px auto;
    padding: 3px 0px;
    text-align: center;
    font: bold 16px sans-serif;
    border: none;
    background: #12385e;
    cursor: pointer;
    line-height: 28px;
    margin-right: 0px;
	margin-left: -4px;
}

/* End of Sign in area */

/** Hide the My Benefits Link **/
#SectionTabBar_1-TopicBrowser_section_003 ul{
	display: none;
}


.NavigationPath {

  color: #ffffff;
  border: none;
  background: #9C9C9C;
  font: normal 20px Arial, Helvetica, sans-serif;
  vertical-align: middle;
  float: left;
  clear: both;
}

.TabbedView ul.Tabs li.Selected {

  background: #ffffff;
  border: 0px;
  border-top: #b3394c 4px solid;
  border-left: 1px solid #03709b;
  border-right: 1px solid #03709b;
  border-bottom: 0;
  display: inline-table;
}

.TabbedView ul.Tabs li a {

  color: #016d99;
  font: bold 1.25em sans-serif;
  text-decoration: none;
  cursor: pointer;
}
.TabbedView ul.Tabs li a:hover {

  color: #016d99;
}

.TabbedView div.View {

  float: left;
  background: #ffffff;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
   box-sizing: border-box;
}

.RatingBadge {

  color: #ffffff;
  font: bold 14px sans-serif;
  float: right;
  text-align: right;
  background: #03709b;
}

.ContentToolbar {

  color: #ffffff;
  background: #03709b;
  font: normal 11px sans-serif;
  border: none;
  float: left;
}

#Content_1 {

  background: #ffffff;
  border: 1px solid #000000;
  float: left;
  clear: both;
}

#ContentPage_1 #TabbedView_1, #ContentPage_1 #TabbedView_2 {

  float: left;
  clear: both;
  border: 1px solid #03709b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#ContentPage_1 .TabbedView ul.Tabs li.Selected{
	background: #03709b;
	border: 0px;
	color: #ffffff;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.FeedbackForm {

  background-color: #ffffff;
  font-size: 12px;
  font-family: sans-serif;
  color: #000000;
  clear: both;
  border: 1px solid #03709b;
}

.FeedbackForm form div.Message {

  font: normal 13px sans-serif;
  background: #03709b;
  color: #ffffff;
}

.FeedbackForm form label {

  color: #000000;
  font: bold 1em sans-serif;
}

.FeedbackForm form button {

    color: #ffffff;
    text-align: center;
    font: bold 16px sans-serif;
    border: none;
    background: #003399;
    cursor: pointer;
    line-height: 28px;
}

.SignInForm h1 {

  color: #ffffff;
  text-align: left;
  font: normal 1.5em sans-serif;
  background: #016d99;
}

.RegisterForm h1 {

  color: #ffffff;
  text-align: left;
  font: normal 1.5em sans-serif;
  border: 0;
  background: #016d99;
}

.RegisterForm form ul li.Submit button {

  color: #ffffff;
  text-align: center;
  border: none;
  background: #b3394c;
  cursor: pointer;
}

.SignInForm form ul li.Submit button {

  color: #ffffff;
  text-align: center;
  font: normal 16px sans-serif;
  border: none;
  background: #b3394c;
  cursor: pointer;
  line-height: 28px;
}

.SignInForm { 

  background: #ffffff;
  font: normal 12px sans-serif;
  border: 1px solid #03709b;
  position: relative;
}

/*.SearchBar {

  position: relative;
  
}*/



#SearchPage_1 .TabbedView ul.Tabs li.Selected{
	background: #03709b;
	color: #ffffff;
}

.SearchFilter h1 {

  background: #03709b;
  color: #ffffff;
  font: bold 1.25em sans-serif;
  
}

.SearchGrid {

  color: #000000;
  position: relative;
  font: normal 12px sans-serif;
}

.SearchGrid div.Featured{
	border-bottom: 1px solid #000000;
}

.SearchFilter form ul li label {

  color: #000000;
  font: bold 1em sans-serif;
  vertical-align: middle;
}

.SearchFilter form ul li.Submit button {

  color: #ffffff;
  text-align: center;
  font: bold 1em sans-serif;
  border: none;
  background: #03709b;
  cursor: pointer;
  line-height: 28px;
}

.SearchGrid div.Controls form.Prev button,
.SearchGrid div.Controls form.Next button {

  color: #ffffff;
  text-align: center;
  font: 18px sans-serif;
  border: none;
    background: #03709b;
  cursor: pointer;
  line-height: 28px;
}

.EmailArticleForm div.Controls Button {  
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font: bold 16px sans-serif;
    border: none;
    background: #03709b;
    cursor: pointer;
	text-align: center;
	vertical-align: middle;
}

.BookmarkForm div.Controls Button {
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font: bold 16px sans-serif;
    border: none;
    background: #03709b;
    cursor: pointer;
	text-align: center;
	vertical-align: middle;
}

.BookmarkForm div a,
.BookmarkForm div ul li a {

  border: none;
  color: #03709b;
  text-decoration: underline;
  background: none;
}

.ProfileForm { 

  background: #ffffff;
  font: normal 12px sans-serif;
  border: 1px solid #03709b;
}
.ProfileForm h1 {

  
  text-align: center;
  border: 0;
  color: #ffffff;
  font: normal 1.5em sans-serif;
  background: #03709b;
}

.ProfileForm form {

  color: #000000;
}

.ProfileForm form ul li.Submit button {

  cursor: pointer;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  font: bold 16px sans-serif;
  border: none;
  background: #003399;
  cursor: pointer;
  line-height: 28px;
}

.ProfileForm form ul li label {

  color: #000000;
  font: bold 1em sans-serif;
}

.PasswordForm {

  background: #ffffff;
  font: normal 12px sans-serif;
  border: 1px solid #03709b;
}
.PasswordForm h1 {

  text-align: center;
  border: 0;
  color: #ffffff;
  font: normal 1.5em sans-serif;
  background: #03709b;
}

.PasswordForm form ul li label {

  color: #000000;
  font: bold 1em sans-serif;
}

.PasswordForm form ul li.Submit button {

  
  cursor: pointer;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  font: bold 16px sans-serif;
  border: none;
  background: #003399;
  cursor: pointer;
  line-height: 28px;
}

.PasswordForm form {

  color: #000000;
}

.ActivityList div.Month h1 {

  background-color: #ffffff;
  font: normal 1.5em sans-serif;
  color: #000000;
}

.ActivityList div.Month {

  border-bottom: 1px solid #000000;
  overflow: hidden;
}

.TabbedView ul.Tabs li {

  float: left;
  border-left: #cccccc 1px solid;
  border-right: #cccccc 1px solid;
  border-top: #cccccc 1px solid;
  border-bottom:  1px solid #000000;
  background: #e1e1e1;
}

#SearchPage_1 #CopyBox_1 {
	background: #000000;
}

.ConciergeBadge {

  height: 216px;
  text-align: left;
  background: #ffffff;
  font: normal 12px sans-serif;
  border: 1px solid #016d99;
  float: left;
  width: 35%;
  margin: 0 1% 0 14%;
}

.ConciergeBadge h1 {

  color: #ffffff;
  margin: 0px 0px 10px 0;
  padding: 6px 20px;
  text-align: left;
  font: normal 1.5em Arial, Helvetica, sans-serif;
  background: #016d99;
}

.ConciergeBadge p {

  color: #000000;
  margin: 10px;
  padding: 10px;
  font: normal 1em/1.33em Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}

.ConciergeBadge .registerbutton{
	width: 100%;
    color: #ffffff;
    margin: 30px auto auto;
    padding: 0px;
    text-align: center;
    font: normal 15px sans-serif;
    border: none;
    background: #b3394c;
    cursor: pointer;
	text-decoration: none;
	padding: 7px 0;
}

#ConciergeBadge_1 p span.Span2 a {
    width: 95%;

    color: #ffffff;
    margin: 0px auto;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    font: normal 15px sans-serif;
    line-height: normal;
    background: #b3394c;
    line-height: 20px;
    padding: 8px;
}
	
#CopyBox_Body {

  width: 100%;
  overflow: visible;
  padding: 0px;
  margin: 0px auto;
  background: #ffffff;
  font: normal 12px sans-serif;
  border: 0;
  height: auto;
}


#CopyBox_Body #MyBenefitsList,{
	display: none;
}

#CopyBox_Body #MyBenefits{
	z-index: 120;
	float: left;
	clear: both;
}


#CopyBox_Body #MyBenefits ul.Tabs{
	margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    width: 100%;
    display: inline-block;
}

#CopyBox_Body #MyBenefits ul.Tabs li{
    width: 250px;
    height: 250px;
    margin: 0px 10px 30px 9px;
    background-color: #ccc;
    background-size: 750px;
    display: inline-block;
}

#CopyBox_Body #MyBenefits ul.Tabs li:hover {
	background-position: -500px 0px;
	background-size: 750px;
	text-indent: -99999px;
}

#CopyBox_Body #MyBenefits ul.Tabs li a {
    color: #ffffff;
    font: normal 18px sans-serif;
    text-decoration: none;
    cursor: pointer;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 188px;
    padding-bottom: 36px;
}

#CopyBox_Body #MyBenefits ul.Tabs .Counseling, .SectionTabBar div.Tier ul.Tabs .Counseling:hover {
	background-color: #026d99;
	background-image: url(../../gfx/mybenefits/blended_retirement.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .Counseling:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}


#CopyBox_Body #MyBenefits ul.Tabs .ChildElder, .SectionTabBar div.Tier ul.Tabs .ChildElder:hover {
	background-color: #026d99;
    background-image: url(../../gfx/mybenefits/spouse_education.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .ChildElder:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}


#CopyBox_Body #MyBenefits ul.Tabs .FinancialCoaching, .SectionTabBar div.Tier ul.Tabs .FinancialCoaching:hover {
	background-color: #026d99;
    background-image: url(../../gfx/mybenefits/mcl_brochure.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .FinancialCoaching:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}


#CopyBox_Body #MyBenefits ul.Tabs .Gym, .SectionTabBar div.Tier ul.Tabs .Gym:hover {
	background-color: #026d99;
    background-image: url(../../gfx/mybenefits/mcl_web.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .Gym:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}


#CopyBox_Body #MyBenefits ul.Tabs .HomeOwnership, .SectionTabBar div.Tier ul.Tabs .HomeOwnership:hover {
	background-color: #026d99;
    background-image: url(../../gfx/mybenefits/active_duty.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .HomeOwnership:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}


#CopyBox_Body #MyBenefits ul.Tabs .IDTheft, .SectionTabBar div.Tier ul.Tabs .IDTheft:hover {
	background-color: #026d99;
    background-image: url(../../gfx/mybenefits/reserves.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .IDTheft:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}


#CopyBox_Body #MyBenefits ul.Tabs .LegalConsult, .SectionTabBar div.Tier ul.Tabs .LegalConsult:hover {
	background-color: #026d99;
    background-image: url(../../gfx/mybenefits/civilians.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .LegalConsult:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}


#CopyBox_Body #MyBenefits ul.Tabs .LifeCoaching, .SectionTabBar div.Tier ul.Tabs .LifeCoaching:hover {
	background-color: #026d99;
    background-image: url(../../gfx/mybenefits/families.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .LifeCoaching:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}


#CopyBox_Body #MyBenefits ul.Tabs .PersonalWellness, .SectionTabBar div.Tier ul.Tabs .PersonalWellness:hover {
	background-color: #026d99;
    background-image: url(../../gfx/mybenefits/uscg_app.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .PersonalWellness:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}


/* List View */
#CopyBox_Body #MyBenefits{
	z-index: 120;
}

#CopyBox_Body #MyBenefits ul.Tabs.ListView{
	margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    width: 100%;
    display: block;
}

#CopyBox_Body #MyBenefits ul.Tabs.ListView li{
    width: auto;
	height: auto;
    margin: 0px;
    background: none;
    display: block;
}

#CopyBox_Body #MyBenefits ul.Tabs.ListView li:hover {
	background: none;
	text-indent: 0px;
	padding: 7px 0;
}

#CopyBox_Body #MyBenefits ul.Tabs.ListView li a {
    color: #000000;
    font: normal 18px sans-serif;
    text-decoration: none;
    cursor: pointer;
    float: left;
    width: 100%;
	clear: both;
    text-align: left;
    padding: 0px;
}


/* Featured Resources */

#CopyBox_Body #FeaturedResourcesList,{
	display: none;
}

#CopyBox_Body #FeaturedResources{
	z-index: 120;
	float: left;
	clear: both;
}


#CopyBox_Body #FeaturedResources ul.Tabs{
	margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    width: 100%;
    display: inline-block;
}

#CopyBox_Body #FeaturedResources ul.Tabs li{
    width: 250px;
    height: 250px;
    margin: 0px 10px 30px 9px;
    background-color: #ccc;
    background-size: 750px;
    display: inline-block;
}

#CopyBox_Body #FeaturedResources ul.Tabs li:hover {
	background-position: -500px 0px;
	background-size: 750px;
	text-indent: -99999px;
}

#CopyBox_Body #FeaturedResources ul.Tabs li a {
    color: #ffffff;
    font: normal 18px sans-serif;
    text-decoration: none;
    cursor: pointer;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 188px;
    padding-bottom: 36px;
}


/* // Resources Overview Tile // */
#CopyBox_Body #FeaturedResources ul.Tabs .Overview, .SectionTabBar div.Tier ul.Tabs .Overview:hover {
	background-color: #026d99;
	background-image: url(../../gfx/featured_resources/resource_overview.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .Overview:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}


/** // Services // */
#CopyBox_Body #FeaturedResources ul.Tabs .Services, .SectionTabBar div.Tier ul.Tabs .Services:hover {
	background-color: #12385e;
	background-image: url(../../gfx/mybenefits/counseling.svg), none;
	background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .Services:hover {
	background-color: #12385e;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}

/* // Request Services Tile // */
#CopyBox_Body #FeaturedResources ul.Tabs .RequestServices, .SectionTabBar div.Tier ul.Tabs .RequestServices:hover {
	background-color: #026d99;
    background-image: url(../../gfx/featured_resources/services.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .RequestServices:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}

/* // Financial Wellness Tile // */
#CopyBox_Body #FeaturedResources ul.Tabs .FinancialWellness, .SectionTabBar div.Tier ul.Tabs .FinancialWellness:hover {
	background-color: #026d99;
    background-image: url(../../gfx/featured_resources/financial_coaching.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .FinancialWellness:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}

/* // Legal Resource Center Tile // */
#CopyBox_Body #FeaturedResources ul.Tabs .LegalResourceCenter, .SectionTabBar div.Tier ul.Tabs .LegalResourceCenter:hover {
	background-color: #026d99;
    background-image: url(../../gfx/featured_resources/legal_consultations.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .LegalResourceCenter:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}

/* // Sign up for newsletters Tile // */
#CopyBox_Body #FeaturedResources ul.Tabs .newsletters, .SectionTabBar div.Tier ul.Tabs .newsletters:hover {
	background-color: #026d99;
    background-image: url(../../gfx/featured_resources/newsletters.svg), none;
    background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .newsletters:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;

}


/* // Healthy Exchange newsletters Tile // */
#CopyBox_Body #FeaturedResources ul.Tabs .HealthyExchange, .SectionTabBar div.Tier ul.Tabs .HealthyExchange:hover {
	background-color: #026d99;
    background-image: url(../../gfx/featured_resources/healthy_exchange.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .HealthyExchange:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}

/* // Balanced Living Tile // */
#CopyBox_Body #FeaturedResources ul.Tabs .BalancedLiving, .SectionTabBar div.Tier ul.Tabs .BalancedLiving:hover {
	background-color: #026d99;
    background-image: url(../../gfx/featured_resources/balanced_living.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .BalancedLiving:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}

/* // Depression Screening Tile // */
#CopyBox_Body #FeaturedResources ul.Tabs .DepressionScreening, .SectionTabBar div.Tier ul.Tabs .DepressionScreening:hover {
	background-color: #026d99;
    background-image: url(../../gfx/featured_resources/depression.svg), none;
    background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .DepressionScreening:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}

/* // Substance Abuse Screening Tile // */
#CopyBox_Body #FeaturedResources ul.Tabs .SubstanceAbuseScreening, .SectionTabBar div.Tier ul.Tabs .SubstanceAbuseScreening:hover {
	background-color: #026d99;
    background-image: url(../../gfx/featured_resources/addiction.svg), none;
    background-size: 250px;
}
.SectionTabBar div.Tier ul.Tabs .SubstanceAbuseScreening:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}

/* // Document Translation Tile // */
#CopyBox_Body #FeaturedResources ul.Tabs .DocumentTranslation, .SectionTabBar div.Tier ul.Tabs .DocumentTranslation:hover {
	background-color: #026d99;
    background-image: url(../../gfx/featured_resources/document_translation.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .DocumentTranslation:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}

/* // Tax Filing Tile // */
#CopyBox_Body #FeaturedResources ul.Tabs .TaxFiling, .SectionTabBar div.Tier ul.Tabs .TaxFiling:hover {
	background-color: #026d99;
    background-image: url(../../gfx/featured_resources/online_tax.svg), none;
    background-size: 750px;
}
.SectionTabBar div.Tier ul.Tabs .TaxFiling:hover {
	background-color: #026d99;
	background-position:  -500px 0px !important;
	text-indent: 0px;
}



/* List View */
#CopyBox_Body #FeaturedResources{
	z-index: 120;
}

#CopyBox_Body #FeaturedResources ul.Tabs.ListView{
	margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    width: 100%;
    display: block;
}

#CopyBox_Body #FeaturedResources ul.Tabs.ListView li{
    width: auto;
	height: auto;
    margin: 0px;
    background: none;
    display: block;
}

#CopyBox_Body #FeaturedResources ul.Tabs.ListView li:hover {
	background: none;
	text-indent: 0px;
	padding: 7px 0;
}

#CopyBox_Body #FeaturedResources ul.Tabs.ListView li a {
    color: #000000;
    font: normal 18px sans-serif;
    text-decoration: none;
    cursor: pointer;
    float: left;
    width: 100%;
	clear: both;
    text-align: left;
    padding: 0px;
}
