/*------------------------------------------------------------------
[Table of contents]
- RESET
- GLOBAL
- TYPOGRAPHY
- FRAMEWORK
- HEADER w/ TOP NAV
- FOOTER
- CLEARFIX
- MEDIA QUERIES
- PRINT
-------------------------------------------------------------------*/

/*-------------------------------------| RESET |------------------------------------- */
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin:0;
  padding:0;
  border:0;
}



/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;

}

/* Line-height should always be unitless! */
body {
  line-height: 1;
  background: white;
}



/*-------------------------------------| GLOBAL |------------------------------------- */
body {
  background-color: #d4d4d4;
  margin: 0 auto;
  font-size: 13px;
  font-family: 'Arial', sans-serif;
  font-weight: 500;
  color:#536875;
}

/*-------------------------------------| TYPOGRAPHY |------------------------------------- */
h1 {
	font-size: 48px;
  font-weight: 700;
  color: #006f9a;
  margin-bottom: 30px;
}
h2 {
  font-size: 24px;
  color:#546875;
}
h3 {
	font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
	font-size: 18px;
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  color:#004892;
}
a.cta-link {
  text-decoration: underline;
}
.strong {
  font-weight: 700;
}
.priority-1 {
  font-size: 20px;
}
.priority-2 {
  font-size: 18px;
  line-height: 1.2em;
}
.priority-3 {
  font-size: 17px;
  line-height: 1.2em;
  margin: 0px 0px 10px 69px;
}
.priority-3 a {
  color:#006f9a;
}
.priority-4 {
  font-size: 16px;
  line-height: 1.2em;
}

.account-other-option {
  clear:both;
    margin:35px 0 80px;
}

.primary-button {
  background:#006f9a;
  color:#FFFFFF;
  display: block;
  font-size: 18px;
  padding:17px 12px;
  width: 165px;
  text-align: center;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin:40px 0 30px;
  letter-spacing: 1px;
  float: left;
}
.primary-button:hover {
  font-weight:bold;
  background:#fee57f;
  color:#000000;
  -webkit-box-shadow:inset 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:inset    0px 2px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow:inset         0px 2px 5px 0px rgba(50, 50, 50, 0.25);
}
.ca-Contbutton {
    background: none repeat scroll 0 0 rgb(0, 111, 154);
    border: 1px none;
    border-radius: 6px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    float: left;
    font-size: 18px !important;
    font-weight: normal !important;
    height: 56px !important;
    letter-spacing: 1px;
    line-height: 20px !important;
    margin: 40px 0 30px !important;
    padding: 17px 12px !important;
    text-align: center;
    width: 165px !important;
}
  .ca-Contbutton:hover {
  font-weight:bold;
  background:#fee57f;
  color:#000000;
  -webkit-box-shadow:inset 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:inset    0px 2px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow:inset         0px 2px 5px 0px rgba(50, 50, 50, 0.25);
}


.row hr {
  height:1px;
}
/*-------------------------------------| FRAMEWORK |------------------------------------- */
.main-container {
  /*max-width:1000px; FOR RESPONSIVE */
	background-color: #FFFFFF;
  position: relative;
}

.wrap {
  width:1000px;
  margin:0 auto;
  position: relative;
  clear: both;
}

.content-area .wrap {
  width: 100%;
  min-width:1000px;
  max-width:2000px;
  padding: 0 30px;
}

.content-area {
  width:100%;
  margin:5px 0 0;
  padding-top:45px;
  background-color: #FFFFFF;
}
.shaded {
  background: #d2f0f2;
}
.three-columm .grid_10 {
  height: 130px;
  text-align: center;
}
.three-columm .grid_10:nth-child(2) {
  border-left:1px solid #dbdbdb;
  border-right:1px solid #dbdbdb;
}
.three-columm a {
  color: #546875;
}
.three-columm a:hover {
  color:#dcb628;
}
.three-columm [class^="icon-"] {
  font-size: 70px;
  display: block;
  margin: 15px 0;
}
.two-column .left-panel, .two-column .right-panel {
  float: left;
  height: 282px; /*Needs to fix for Responsive*/
  position: relative;
  overflow: hidden;
}
.two-column .primary-button {
  position: absolute;
  bottom: 20px;
  margin:0;
}
.two-column .left-panel {
  width:49.89247311828%;
}
.two-column .right-panel {
  width:50.10752688172%;
  padding:40px 40px 20px 20px;
}
.two-column .right-panel h3 {
  font-weight: 700;
  color: #334048;
  margin-bottom: 20px;
}
.two-column .right-panel p {
  font-size: 16px;
  color:#546875;
  line-height: 20px;
  margin-bottom: 25px;
  height: 100px;
  overflow:hidden;
}
.cta-info {
  margin-top: 37px;
  padding:30px 20px 20px;
}
.cta-info h2 {
  margin: 5px 0 0;
}
.cta-info h2 a {
  color:#334048;
}
.cta-info hr {
  height: 1px;
  margin:10px 0;
  background-color: #b7ced1;
}
.cta-info, .reference-info {
  margin-bottom: 10px;
}
.reference-info {
  padding:30px 20px;
  background-color:#ededed;
}
.reference-info hr {
  height: 3px;
  margin:20px 0;
  background-color: #cdcbcd;
}
.reference-info ul li {
  width: 100%;
  list-style-type: none;
  display: inline-block;
  padding: 20px 0 25px;
  border-top: 1px solid #cdcbcd;
}
.reference-info ul li:first-child {
  padding-top:0;
  border-top: none;
}
.reference-info ul li [class^="icon-"] {
  font-size: 26px;
  color:#417b65;
  display: inline-block;
  vertical-align: top;
}
.reference-info ul li div {
  display: inline-block;
  padding-left: 10px;
}
.reference-info ul li p {
  margin-bottom: 10px;
}
.reference-info ul li p span {
  display: block;
  font-weight: 700;
}
.reference-info ul li a {
  text-decoration: underline;
  color:#417b65;
}




/*-------------------------------------| CREATE ACCOUNT |------------------------------------- */
.account-title h1 {
  margin-bottom: 24px;
  font-size:36px;
}
.account-title h2 {
  margin-bottom: 20px;
  font-weight:normal;
}
.account-option {
  float: left;
  width:232px;
  height: 200px;
  background-color: #ededed;
  margin-left:4px;
  text-align: center;
  padding: 23px 25px 30px;
  border:2px solid #ededed;
  line-height: 18px;
  position: relative;
  color:inherit !important;
}
.representative .account-option {
  padding-top: 30px;
}
.account-option:first-child {
  margin-left:0;
}
.account-option:hover {
  border:2px solid #006f9a;
  cursor: pointer;
  color:#334048;
}
.account-option.selected {
  cursor:default;
  background-color: #d2f0f2;
  border:2px solid #006f9a;
  color:#334048;
}
.account-option.selected:after {
  font-family: 'CalHEERS-Icons';
  content: "\e610";
  font-size: 25px;
  position: absolute;
  top: 10px;
  right:0;
}
.account-option [class^="icon-"] {
  font-size: 46px;
  display: block;
  margin-bottom: 15px;
}
.account-option .title {
  font-size: 22px;
  margin:15px 0 10px;
  line-height: 25px;
  font-weight:bold;
}
.account-option p {
  font-size: 14px;
  margin:0;
}
.grid_30 .account-option:last-child .title {
  margin-top: 10px;
}

.button-container {
  margin-bottom:80px;
}


/*-------------------------------------| CLEARFIX |------------------------------------- */
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: " ";
 /* 1 */
  display: table;
 /* 2 */;
}

.clearfix:after, .row:after {
  clear: both;
}
  /** For IE 6/7 only Include this rule to trigger hasLayout and contain floats. */
.clearfix {
  zoom: 1;
}
.box-sizing-unset{
	box-sizing :unset !important;
	
}

/*-- POC ONLY STYLES.  This is to help with the fixed header#global covering content --*/


/* .wizardwrap {
	position:relative;
}

.indv-wizard-nav-home ul li a {
  width: 122px;
}

.indv-wizard-nav-home {
 position: absolute;
 left:-3px;
top: 0;
}

.indv-wizard-nav-home ul {
margin: 40px 0 0;
padding: 0;
clear: both;
}
*/
