#masthead {
	min-height:270px;
	background-color:#f2f5f3;
  	color:#055a69;
  	padding-top: 50px;
}

#masthead h1 {
	font-size: 50px;
	line-height: 1;
}

#masthead .well {
	margin-top: 0px;
	background-color:#FFFFFF;
	background-image: none;
  	border-color:#000000;
  	color: #000000;
}
#privacyNotes {
    float: right;
}

#masthead a {
    color: #33d;
} 

#masthead .lead {
  	color:#055a69;
}
#masthead .lead.secondary {
  	color:#000000;
}

#mainCol h2 {
	padding-top: 55px;
    margin-top: -55px;
}

#sidebar {
    margin-top: 30px;
}

#sidebar-nav {
    margin-bottom: 40px;
}

.archives {
    display: inline-block;
    border: 1px solid #e8f1f0;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #e8f1f0 0px, #e8f1f0 100%);
    background-repeat: repeat-x;
    background-color: #e8f1f0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.cs-archive { 
    float: right; 
    margin-top: 30px;
}
.archives {
    float: right;
}
.archive-years {
    margin-top: 5px;
}
.archive-years > li {
    display: inline;
    padding: 10px;
}

.footer {
    margin-top: 70px;
    font-size: 12px;
}

/**************************************/

#frmCSCalculator {
    margin-top: 30px;
}

.panel-title {
    color: #000044;
    font-size: 20px;
}

.help-block.ng-inactive {
    margin: 0;
}

.form-horizontal .control-label {
    min-height: 34px;
    padding-top: 7px;
}
.form-group {
    position: relative;
}
.to-label-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
}
.to-label-bottom.has-error {
    position: relative;
}

.form-group.hint {
    margin-bottom: 0;
}
.help-block.hint {
    margin-bottom: 15px;
}

.btn.selectpicker[data-id="visitationDays"] {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.panel-heading.csc-collapsible {
    padding: 0;
}
.panel-heading.csc-collapsible .panel-title a {
    display: block;
    padding: 10px 15px;
}
.panel-heading.csc-collapsible .panel-title a:focus {
    outline: none;
}
.panel-heading.csc-collapsible .panel-title a:focus,
.panel-heading.csc-collapsible .panel-title a:hover {
    text-decoration: none;
}

.csc-parent-status {
    font-weight: normal;
    font-style: italic;
}

.has-error .csc-parent-status {
    color: #333;
}

.help-block.has-error {
    color: #a94442;
}

.csc-form-heading {
    padding: 20px 0 5px;
    border-bottom: 1px solid #aaa;
}

#ncp-other-income .form-group,
#cp-other-income .form-group,
#csc-tax-credits .form-group {
    margin-left: 0;
    margin-right: 0;
}

.csc-other-income-type {
    padding: 0;
    min-width: 261px;
}

#csc-tax-credits .csc-form-heading {
    padding-top: 0;
}

.csc-qadc-options {
    border-bottom: 1px dashed;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#dependentPanel .csc-qadc-options:last-child {
    border: none;
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .control-label.csc-parent-status {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .csc-parent-status-heading {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .col-xs-6 {
        width: 100%;
    }
}
