@import url('https://fonts.googleapis.com/css?family=Roboto:bold');
@font-face {
	font-family: 'Lucida Grande';
	src: url(LucidaGrande.ttf) format('truetype'),
	     url(LucidaGrande.woff2) format('woff2'),
	     url(LucidaGrande.woff) format('woff');
}

*, *:before, *:after {
    box-sizing: border-box;             /* IE8 and up, plus all others except the next two */
    -moz-box-sizing: border-box;        /* Firefox still needs this */
    -webkit-box-sizing: border-box;     /* iOS4 and below, Android 2.3 and below */
	font-family: 'Lucida Grande';
}

body {
	font-size: 14px;
}

.smallerText {
	font-size: 80%;
}

.container {
	position: relative;
	max-width: 1100px;
}

.noColPadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.textRight   { text-align: right; }
.textLeft    { text-align: left; }
.textLeft li { margin-top: 10px; }

.leftIndent {
	margin-left: 20px;
}

.isDisabled {
	pointer-events: none;
}
.notChosen {
	opacity: 0.5;
    visibility: visible;        /* needed for iOS */
}

.colorBlack      { color: 		 	 #000000; }
.colorBlackBG    { background-color: #000000; }
.colorDkGreen    { color: 		 	 #006c32; }
.colorDkGreenBG  { background-color: #006c32; }
.colorLtGreen    { color:            #00853e; }
.colorLtGreenBG  { background-color: #00853e; }
.colorDkGray     { color:            #4a4a4a; }
.colorDkGrayBG   { background-color: #4a4a4a; }
.colorMdGray     { color:            #979797; }
.colorMdGrayBG   { background-color: #979797; }
.colorLtGray     { color:            #d8d8d8; }
.colorLtGrayBG   { background-color: #d8d8d8; }
.colorPaleGray   { color:            #ededed; }
.colorPaleGrayBG { background-color: #ededed; }
.colorWhite      { color: 		 	 #ffffff; }
.colorWhiteBG    { background-color: #ffffff; }

	/* hero image section */

.heroImg {
	position: relative;
}
.heroImg img {
	width: 100%;		/* shrink to fit page width */
	height: auto;
}
.heroImgText {
	position: absolute;
	top: 90px;
}
#home .heroImgText { margin-top: 30px; max-width: 520px; }
#learn .heroImgText { margin-top: 20px; }
#choice .heroImgText { margin-top: 30px; }

.h3 {
	font-size: 32px;
	font-weight: normal !important;
}

.planCircle {
	font-size: 24px;
	color: white;
	padding-top: 20px;
	width: 70px;
    height: 70px;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
	background: #006c32;
	margin-left: auto;
	margin-right: auto;
}
.planCircleTitle {
	font-weight: bold;
	font-size: 20px;
	color: #006c32;
	padding-top: 10px;
	padding-bottom: 10px;
}

.heroImgText h2 {
	font-family: 'Roboto', arial;
	font-weight: bold;
	font-size: 32px;
	color: #006c32;
}
.heroImgText h2 span {
	font-family: 'Roboto', arial;
	font-weight: bold;
	font-size: 32px;
	color: #006c32;
}

ul.bulletGreen {
	color: #006c32;
	font-weight: bold;
}
ul.bulletGreen li {
	line-height: 1.3;
	padding-bottom: 8px;
}

.calloutBox {
	margin-left: 20px;
}

.borderRight {
	border-right: 1px solid #979797;
}

.callout {
	padding: 20px 20px 0 20px;
	background-color: #ededed;
	border-radius: 6px;
}

.calloutTitle {
	text-align: center;
	font-weight: bold;
	font-family: 'Roboto', arial;
	font-size: 30px;
	padding-bottom: 20px;
}
.calloutButton {
	padding-bottom: 20px;
}
.calloutButton img {
	width: 20%;
}
.calloutButton div {
	vertical-align: middle;
	display: inline-block;
	padding-left: 5px;
	width: 75%;
}

.ul-spaced li {
	margin-top: 10px;
}

.square {
	display: inline-block;
	color: #006c32;
	font-size: 24px;
}

.vBar {
	display: inline-block;
	height: 30px;
	border-left: 1px solid #006c32;
	padding-top: 4px; 		/* moves it up(?) */
}

.headerLogo {
	position: absolute;
	margin-top: 10px;
}

.page-header {
	border-bottom: none;		/* remove Bootstrap default */
	margin: 20px 0 0;
	padding-bottom: 0;
}

.page-header .headerNav {
	margin-top: 30px;
	margin-bottom: 30px;
}

.page-header a:not(.btn) {
	color: #006c32;
	font-size: 16px;
	font-weight: bold;
}

.page-header a img {
	cursor: pointer;
}

.page-header h3 {
	margin-top: 60px;
}

.page-body {
	margin-top: 20px;
	padding-bottom: 20px;
	/* overflow: hidden; */
}
.page-body a:not(.btn) {
	color: #006c32;
	text-decoration: underline;
}
.page-body a:not(.btn):hover,
.page-body a.active:not(.btn) {
	color: black;
	font-style: italic;
}

.page-body h3 {
	font-family: 'Roboto', arial;
	font-weight: bold;
}

.page-body h4 {
	font-family: 'Roboto', arial;
	font-weight: bold;
	color: #006c32;
	text-align: center;
}
.page-body h4.error {
	color: red;
}
.page-body h4.text-left {
	text-align: left;
}
.page-body h5 {
	font-weight: bold;
	color: #006c32;
	text-align: left;
}
.page-body h5.error {
	color: red;
}

#addlLinksRes {
	padding-bottom: 20px;
}

.iconBlock:not(:last-child) {
	padding-bottom: 30px;
}

.iconBlockLeft {
	float: left;
	width: 20%;
	max-width: 80px;
}
.iconBlockLeft.bigIcon {
	max-width: 120px;
}
.iconBlockLeft img {
	width: 75%;
}
.iconBlockRight {
	float: left;
	width: 80%;
}
.choiceBoxTableSingle .iconBlockRight {
	float: left;
	width: 100%;
	padding: 0 20px;
}
.iconBlockCenter {
	float: left;
	width: 60%;
}
.iconBlockCenter .iconBlockRightContent {
	padding-left: 10px;
	padding-right: 10px;
}
.iconBlockRight3 {
	float: left;
	width: 20%;
}
.iconBlockCenter h3,
.iconBlockCenter h4,
.iconBlockCenter h5,
.iconBlockRight h3,
.iconBlockRight h4,
.iconBlockRight h5,
.iconBlockRight3 h3,
.iconBlockRight3 h4,
.iconBlockRight3 h5 {
	margin-top: 0;
}

.marginTop10 {
	margin-top: 10px;
}

    /* for equal-height retplan choice boxes */
.choiceBoxTable {
	display: flex;
}

.choiceBox {
	margin: 10px;
	padding: 20px 20px 0 20px;
	height: 100%;
	border: 2px solid #006c32;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0px 0px 15px transparent;
}
.choiceBox.active,
.choiceBox:hover {
	box-shadow: 0px 0px 15px black;
}

#choiceStep2 { display: none; }		/* diplayed after they make a choice and Step 1 is hidden */

.confirmBox {
	display: none;
}
.choiceBoxConfirm {
	margin: 10px;
	padding: 20px;
	border: 2px solid #006c32;
	border-radius: 4px;
}

.listRight {
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
	border-right: 1px solid #979797;
}
.listRightItem:not(:last-child) { padding-bottom: 20px; }
.listRightContent { display: none; }

#Pension {
	border-left: solid 1px #979797;
}
.smallText { font-size: 12px; }

.navLinks-small { display: none; }

.form-inline {
	margin-bottom: 10px;
}

.error {
	color: red;
}

.success {
	color: green;
}

.page-footer {
	margin: 40px 0 20px;
	padding-top: 9px;
	border-top: 1px solid #eee;
	font-size: 12px;
}

.myButton {
	margin-top: 10px;
}

.btn {
	background-color: #006c32;
	color: white;
}

.btn-default {
	background-color: white;
	border-color: #006c32;
	color: #006c32;
}

.confirmButtons .btn {
	min-width: 90px;
}

.rowArrow {
	position: relative;
	margin-bottom: -12px;
	z-index: 10;
}

.rowLeft {		/* shift for two-columns, centered */
	margin-left: -30px;
	margin-right: 30px;
}
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
.row-eq-height > [class*="col-"] {
	display: flex;
	flex-direction: column;
}

.grayLeftBorder {
	border-left: 1px solid gray;
}

.greenBorderBox {
	margin: 10px 0 20px 0;
	padding: 20px;
	border: 1px solid #006c32;
}

.grayBox {
	background-color: #ededed;
	padding: 20px;
	height: 100%;
}
.grayBox:first-child { margin-left: 30%; }
.grayBox:last-child  { margin-left: 10%; }

.grayBand,
.grayBandButtons {
	position: relative;
	background-color: #ededed;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	overflow: visible;		/* so entire downarrow icon shows */
}
.grayBand #threeSteps { padding-top: 30px; }

.grayBandButtons {
	padding-top: 0;
	padding-bottom: 20px;
}

.marginTop40 { margin-top: 40px; }

.noTopMargin { margin-top: 0; }

.nextDown {
	position: absolute;
	text-align: center;
	top: -30px;
	width: 100%;
	margin: 0 auto;
}
.nextDown img {
	height: auto;
}

.enrollSteps {
	padding-bottom: 20px;
	margin-top: 0;
}
.enrollStep {
	padding-top: 20px;
	padding-bottom: 0px;
}

.clear,
.buttonStart {
	clear: both;
}

.contentBorder {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #979797;
	margin-bottom: 20px;
}

.breadCrumbs div {
	display: inline-block;
}
.breadCrumb {
	background-color: white;
	color: #006c32;
	border: 2px solid #006c32;
	border-radius: 5px;
	font-size: 12px;
	width: 80px;
	height: 25px;
	padding-top: 2px;
	text-align: center;
}
.breadCrumb.filled {
	background-color: #006c32;
	color: white;
}
.breadCrumbLink {
	width: 60px;
	height: 10px;
	border-bottom: 1px solid #006c32;
	border-radius: 0;
	margin: 0 -5px;
}


	/***********************/
	/* Bootstrap Overrides */
	/***********************/
.modal-header {
	color: white;
	background-color: #006c32;
}


	/*****************/
	/* MEDIA Queries */
	/*****************/

@media only screen and (max-width: 1200px) {	/* -lg- >= 1200px */
	#home .heroImgText   { margin-top: 10px; max-width: none; }
	#learn .heroImgText  { margin-top: 10px; max-width: none; }
	#choice .heroImgText { margin-top: 10px; }
}

@media only screen and (max-width: 991px) {		/* -md- >= 992px */
	*, *:before, *:after { line-height: 1.3; }
	.page-header a:not(.btn) { font-size: 14px; }
	.heroImgText {
		position: relative;
		top: 0px;
	}
	.breadCrumb {
		padding-top: 3px;
	}
	.breadCrumbLink {
		width: 30px;
		padding-top: 0px;
	}
	.heroImg-wrapper-text {
		top: 0px;
		padding: 0px;
		margin-top: 0px;
		margin-left: 15px;
	}
	#learn .heroImg-wrapper-text,
	#choice .heroImg-wrapper-text {
		margin-top: 0px;
	}
	.heroImg-wrapper-text h2,
	.heroImg-wrapper-text h2 span {
		font-size: 18px;
	}
	.btn-responsive {
		line-height: 1.1;
		font-size: 90%;
	}
	.calloutTitle { font-size: 20px; }
	.calloutBox   {
		margin-left: 0px;
	}
	.callout img  { width: 20%; }
	.myButton .btn {
		font-size: 12px;
		padding: 4px 12px;
	}
	.enrollImg img { width: 60px; }
	.nextDown {
		top: -20px;
	}
	.nextDown img {
		width: 40px;
	}
	.grayBand #threeSteps { padding-top: 15px; }
}

@media only screen and (max-width: 768px) {		/* -sm- >= 768px */
	.navLinks { margin-top: 20px; }
	.calloutBox {
		margin-top: 20px;
		border-left: none;
	}
	.listRight     { text-align: center; border-right: none; }
	.listRightItem:not(:last-child),
	.listRightItem:last-child {
		display: block;
		text-align: left;
		float: left;
		width: 50%;
		padding-left: 30px;
		padding-bottom: 10px;
	}
	#Pension 	    { border-left: none; }
	.enrollStep     { padding-top: 5px; padding-bottom: 20px; }
	.borderRight    { border-right: none; }
	.bigIcon img    { width: 70%; }
	.xsTopMarg		{ margin-top: 40px; }
	.greenBorderBox { padding: 20px 10px;
}

@media only screen and (max-width: 650px) {
	.choiceBox { padding: 8px 8px 0 8px; }
	.headerRowHero { height: 100px; }
	.headerRowHero img { display: none; }
	.btn-responsive {
		line-height: 1;
		font-size: 80%;
	}
}
