/* Nodes */
body {
  font-family: Helvetica,sans-serif;
  background-color: #F5F6FA;
}

select {
  font-size:20px;
  width: 100%;
  height: 40px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 20 auto;
}
input[type=button] {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 32px;
  border: 1px solid #2068F0;
  border-radius: 3px;
  cursor: pointer;
  margin: 24px auto 32px auto;
}
input[type=button].primary {
  background-color: #2068F0;
  color: #FFF;
}
input[type=button].secondary {
  background-color: #FFF;
  color: #2068F0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0 12px;
}

.content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition-timing-function: ease-in;
}
#content {
  left:0;
}

/* Content */
@media only screen and (max-width: 1150px){
  .content {
    width: 600px;
  }
}
@media only screen and (max-width: 600px){
  .content {
    width: 320px;
  }
}

/* Main */
.section-main {
  width: 100%;
  height: 160px;
  margin: 0 auto;
  padding:40px 0;
  text-align: center;
  transition: all 0.5s;
  overflow: hidden;
}
.main-message-container {
  margin: 8px auto;
  width: 500px;
  height: 140px;
  display:table;
}
@media only screen and (max-width: 600px){
  .main-message-container {
    width: inherit;
    max-width: 200px;
  }
}
.main-message {
  font-size: 28px;
  font-weight: 100;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  position: relative;
  transition: all 0.5s;
  left: 0;
  opacity: 1;
  width: 100%;
}
.main-nav {
  font-family: Tahoma;
  width:32px;
  height: 32px;
  font-size:24px;
  font-weight: 100;
  background-color: rgba(255,255,255,0.5);
  border-radius: 16px;
  cursor: pointer;
  z-index: 999;
}
.main-nav.arrow-left {
  float:left;
  position: relative;
  left:16px;
  top:60px;
}
.main-nav.arrow-right {
  float:right;
  position: relative;
  right:16px;
  top:60px;
}
/* Bar */
.section-status {
  position: relative;
  width: 300px;
  height: 32px;
  margin: 0 auto;
}
.status-pointer{
  width:20px;
  height: 20px;
  position: absolute;
  top:-10px;
  left: 180px;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.status-composite {
  width: 300px;
  height: 24px;
  overflow: hidden;
  position: relative;
  top:16px;
  margin: 0 auto;
}
.status-ball {
  width: 20px;
  height: 20px;
  position: absolute;
  top:4px;
  left: 180px;
  border-radius: 10px;
  transition: all 0.75s;
  z-index: 999;
}
.status-bar {
  width: 100px;
  height: 8px;
  display: inline-block;
  position: relative;
  top:10px;
}
.bar-red {
  background-color: #FF7D42;
  border-radius: 4px 0 0 4px;
}
.bar-yellow {
  background-color: #FFD546;
}
.bar-green {
  background-color: #98D858;
  border-radius: 0 4px 4px 0;
}

/* Goal */
.goal-message {
  width:320px;
  height: 40px;
  margin: 24px auto;
  text-align: center;
  font-size:18px;
  line-height: normal;
  font-weight: 300;
  padding-bottom: 16px;
}

/* Sections */
.section-header{
  height: 16px;
  width: 100%;
  background-color: #6C6D6F;
  color: #FFF;
  text-align: center;
  font-weight: 200;
  font-size:14px;
  padding: 8px 0;
}

.buffer-top {
  margin-top:1px;
}

/* Score Details */
.score-detail {
  height: 40px;
  padding: 8px;
  border-bottom: 1px solid #E0DDDC;
  cursor: pointer;
}
.stack-group {
  margin: 0 auto;
  text-align: center;
}
.stack-group .score-detail {
  display:inline-table;
  height: 80px;
  margin: 16px 0;
  border: 0;
}
.score-detail-content {
  margin: 0 auto;
  max-width: 560px;
}
.stack-group .score-detail-content {
  display:table-cell;
}
.stack-group .score-detail-chevron {
  display:none;
}
.score-detail-label {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  height: 40px;
  font-weight: 100;
  font-size: 14px;
}
.stack-group .score-detail-label {
  display: block;
  width: inherit;
}
.score-detail-dollar {
  display: inline;
  font-weight: 100;
  font-size: 16px;
}
.score-detail-value, .score-detail-value-long {
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
  font-size: 24px;
  width: 45%;
  text-align: right;
}
.score-detail-value {
  font-size: 24px;
}
.stack-group .score-detail-value {
  font-size: 30px;
  font-weight: 300;
}
.score-detail-value-long {
  font-size: 14px;
}
.score-detail-chevron {
  display: table-cell;
  vertical-align: middle;
  padding: 0 12px;
  font-weight: 100;
  width: 5%;
}

.default-value {
  display: inherit;
  vertical-align: middle;
  font-weight: 300;
  font-size: 14px;
  max-width: 560px;
  text-align: left;
  padding:16px 12px 24px 12px;
  margin: 0 auto;
  line-height: 20px;
}

.hidden {
  display: none;
}

/* Insights and Guides */
.insights-holder {
  max-width: 600px;
  height: 192px;
  margin: 24px auto;
  overflow-x: hidden;
  white-space: nowrap;
}
.insights-content {
  position: relative;
  left: 0;
  height: 192px;
  width: inherit;
  transition: all ;
  cursor: pointer;
}
.insight-module {
  background-color: #D8D8D8;
  display: inline-table;
  width: 280px;
  height: 192px;
  margin: 0 8px;
  border-radius: 6px;
  white-space: normal;
}
.insight-module-header {
  width: 248px;
  padding: 8px 16px;
  border-radius: 6px 6px 0 0;
  background-color: #D8D8D8;
  display: inline-block;
}
.insight-module-content {
  width: 248px;
  margin: 16px;
}

/* Actions */
.action-content {
  padding: 8px;
  border-bottom: 1px solid #E0DDDC;
  min-height: 60px;
}
.action-media, .action-title, .action-value  {
  max-width: 560px;
  margin: 0 auto;
}
.action-media {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
}
.action-title {
  font-weight: 600;
}
.action-value {
  display: inherit;
  vertical-align: middle;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  max-width: 560px;
  text-align: left;
  padding:8px 12px 16px 12px;
  margin: 0 auto;
}
.content-cta {
  text-align: center;
}

/* Pulldown */
.pull-holder {
  margin: 0 auto;
  width:320px;
}
.radio-holder {
  margin: 24px auto;
  width:360px;
  white-space: nowrap;
}
.radio-holder label {
  margin:0 16px 0 8px;
  font-weight: 600;
}
.pull-title {
  color: #999;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
}

/* ABOUT THIS SCORE PAGE*/
  .section-about-status {
    width:100%;
    height:168px;
    background-color:#6C6D6F;
  }
  .status-circle {
    width:98px;
    height:98px;
    border-radius:60px;
    margin:0 auto;
    text-align: center;
    position: relative;
    top: 24px;
  }
  .status-description {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    top: 40px;
  }
  .nav-title {
    width: 100%;
    height: 40px;
    text-align: center;
    padding-top:24px;
    border-top:1px solid #999;
  }

  /* ACCOUNTS */
  .account-card-holder {
    width:100%;
    max-width: 560px;
    margin: 0 auto;
  }
  .account-col-left, .account-col-center, .account-col-right {
    display: table-cell;
    padding: 8px;
    border-top:1px solid #E0DDDC;
  }
  .account-col-left {
    width:5%;
    text-align: center;
  }
  .account-col-center {
    width:100%;
    text-align: left;
  }
  .account-col-right {
    text-align: right;
  }

  .account-fi {
    font-size: 12px;
    font-weight: 600;
    color: #1E1D1C;
  }
  .account-type {
    font-size: 12px;
    font-weight: 300;
    color: #6C6D6F;
    margin-top: 8px;
  }
  .account-balance {
    font-size: 12px;
    font-weight: 300;
    color: #1E1D1C;
    margin-top: 8px;
  }
