body {
  font-size: 16px;
  font-family: Raleway;
}

/** PAGE HEADERS **/
#page-header {
    background-color: #00447CE5;
    background-image: url('img/hero-image-index-gradient.png');
    background-size: 115%;
    background-repeat: no-repeat;
    padding: 2em;
    color: white;
    /*min-height: 36rem; pc   */
    min-height: 50rem;
}
#page-header a {
  color:white;
  text-decoration:none;
}
#page-header logo {
  display: inline-block;
  height:6rem;
  width:6rem;
  background-image:url('img/img-logo-bos-white.png');
  background-size: contain;
  background-position:left top;
  background-repeat: no-repeat;
}
#page-header h1 {
  font-weight: bold;
  font-size: 2.5rem;
}
#page-header h2 {
  font-size: 1.25rem;
}
#page-header small {
  font-size: 0.7rem;
  font-style: italic;
  display: block;
}
#page-header button#get-started {
  font-size: 1.2rem;
  padding: 0.6rem 2rem;
  margin-top:1rem;
}
#page-header .login {
  display: inline-block;
  margin-top: 0.25em;
  font-size:0.8rem;
  position: relative;
  top:0.5rem;
  left:2rem;
}
#page-header .login a {
  font-weight: bold;
  text-decoration: underline;
}
#sub-page-header {
  background-image:url('img/bg-sub-page-header-blue.png');	
  padding:2em;
  color:white;
  min-height: 20rem;
}
#sub-page-header a {
  color:white;
}
#sub-page-header logo {
  display: inline-block;
  height:6rem;
  width:6rem;
  background-image:url('img/img-logo-bos-white.png');
  background-size: contain;
  background-position:left top;
  background-repeat: no-repeat;
}
#sub-page-header h1 {
  font-weight: bold;
  font-size: 2.5rem;
}
#sub-page-header h2 {
  font-size: 1.25rem;
}
#sub-page-header small {
  font-size: 0.7rem;
  font-style: italic;
  display: block;
}
#sub-page-header .icon {
  display: inline-block;
  height:6rem;
  width:6rem;
}

.sub-hero {
	max-width:1120px;
}

/** HEADER NAV HOME PAGE **/
#header-nav {
    text-align: center;
    font-size: 0;
    position: relative;
    top:-4rem;
    
}
#header-nav a {
  font-size: 0.8rem;
  display: inline-block;
  background-color: #00447C;
  height:7.5rem;
  width: 14rem;
  border-right:1px solid #707070;
  border-bottom:1px solid #707070;
  color:white;
  font-weight: bold;
  padding-top:2rem;
  text-decoration: none;
}
#header-nav a:last-child {
  border:none;
}
#header-nav a img {
  display:inline-block;
  max-height: 3rem;
  padding-bottom: .2rem;
}
.sub-nav {
  padding:1rem;
}

/** CONTAINERS **/
.sub-content-inner{
  padding: 5rem 10rem;
}


/** HOME PAGE - MISSION BLOCKS **/
#mission h2 {
  color:#0683D2;
  font-weight: bold;
  font-size:2.5rem;
  margin-bottom:1.5rem;
}
#mission p {
  font-size: 1.1rem;
}
#mission .accent-image img {
  width:100%;
}
#mission .blurb {
  min-height: 22rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/** HOME PAGE - TESTIMONIAL BLOCKS **/
#testimonials {
  background-color: #00447C;
  background-image: url('img/bg-sub-page-header-blue.png');
  color:#FFF;
}
#testimonials h2 {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
#testimonials p {
  font-size:1.25rem;
}
#testimonials .blurb {
  padding: 5rem;
}
.testimonials-container {
  padding:3rem 4rem 3rem 1rem;
}
#testimonials .blurb {
  padding: 5rem;
}
#testimonials testimonial {
  display: block;
  background-color: #FFF;
  color:#0683D2;
  padding: 1rem 8rem 1.5em 1.5em;
  margin-bottom: 1em;
  border-radius: 4px;
  position: relative;
}
#testimonials testimonial p {
  font-size: 0.85rem;
  font-style: italic;
  margin-bottom: 0.5rem;
}
#testimonials testimonial .decorator {
  height:3rem;
}
#testimonials testimonial .decorator span:before {
  content: "“";
  display: block;
  font-weight:bold;
  font-size:3rem;
  color:#39B54A;
}
#testimonials testimonial label {
  font-weight:bold;
}
#testimonials testimonial avatar {
  display: inline-block;
  position: absolute;
  right:2rem;
  top:3rem;
  height:5rem;
  width:5rem;
  background-image: url('img/img-sample-avatar.png');
  background-size: 145% 100%;
}

/** HOME PAGE - PARTNERSHIP BLOCKS **/
#partnerships {
  text-align: center;
  padding-top: 6rem;
}
#partnerships h2 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
  color: #0683D2;
  margin-bottom: 3rem;
}
#partnerships img {
  max-width: 7rem;
}

/** ACCORDION STYLE **/
.container {
  max-width: 960px;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration:none;
  font-size: 3rem;
  font-weight: bold;
  color: #0683D2;
}

.panel-default>.panel-heading a:before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-weight: bold;
  color:#39B54A;
  margin-right: 0.5rem;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  /** background-color: #eee; **/
  text-decoration:none;
}

.panel-default>.panel-heading a[aria-expanded="true"]:before {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:before {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-body {
  padding:1rem;
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  display: inline-block;
  border: 3px solid #39B54A;
  padding: 1rem 4rem;
  border-radius: 4rem;
  color: #39B54A;
  font-size: 1.5rem;
  text-decoration: none;
}
.accordion-option {
  text-align: center;
  margin-bottom:3rem;
}

/** ASSISTANCE BLOCK **/
#assistance {
  padding:7rem 0;
}
#assistance .blurb {
  background: transparent linear-gradient(180deg, #39B54A80 0%, #39B54A80 0%, #38B44A80 13%, #25A652C5 32%, #1A9D58F0 58%, #169A5A 72%, #169A5A 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  color:#FFF;
  padding:3rem;
  text-align: center;
  font-weight: bold;
}
#assistance button {
  border-radius: 2rem;
  padding: 0.5rem 3rem;
  font-weight: bold;
  background-color: #00447C;
}


/** OTHER STYLES **/
.general-heading{
display: block;
padding: 10px 15px;
text-decoration: none;
font-size: 3rem;
font-weight: bold;
color: #0683D2;
}
h1 {
  font-family: Raleway;
  padding: 15px 5px;
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
  color: #0683D2;
}
h2 {
  font-family: Raleway;
  padding: 15px 5px;
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: bold;
  color: #0683D2;
}
h3 {
  font-family: Raleway;
  padding: 15px 5px;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  color: #0683D2;
}
h4 {
  font-family: Raleway;
  font-size: .5rem;
  padding: 10px 5px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0683D2;
}
.btn-upload{
  background-color:#575757;
  color:#fff;
}

/** FOOTER **/
footer {
  font-size: 0.75rem;
  color:#3F7EBA;
}
footer a {
  color:#3F7EBA;
}
footer .building-bg {
  min-height:20rem;
  background-image:url('img/img-capital-outline-illustration.png');
  background-size: contain;
  background-position:center center;
  background-repeat: no-repeat;
}
footer ul {
  margin:0;
  padding:0;
}
footer li {
  list-style: none;
  display: inline-block;
}
footer .contact-info li:after {
  content: "•";
  margin:0 0.5rem;
  font-weight: bold;
}
footer .contact-info li:last-child:after {
  content: "";
}
footer .contact-info {
  padding-bottom: 3rem;
}
footer .sbsd-logo {
  background-image:url('img/sbsd-logoblue.png');
  background-size: contain;
  background-position:center center;
  background-repeat: no-repeat;  
  display: inline-block;
  height: 4rem;
  width: 12rem;
  position: relative;
  top: 0rem;
  left: 9rem; 
}
@media (max-width: 992px) {
  footer .sbsd-logo {
    position: initial;
    margin-bottom: 1rem;
  }
  footer .contact-info {
    text-align: center;
  }
}
footer .contact-info .contact-small {
  text-align: center;
}
footer .contact-info .contact-small .sbsd-logo {
  margin-bottom: 1rem;
}
footer .sbsd-logo img {
  max-width:12rem;
}
footer .copy-links {
  font-size:0.55rem;
}
footer .links li {
  margin-left:1rem;
}

.page-blurb h3 {
  font-size:2rem;
  padding: 4rem 7rem;
}

/** MOBILE ADJUSTMWENTS **/

/* Portrait tablets and small desktops */
@media (max-width: 768px) {
  
	#page-header{
		background-image: none;
	}
	
	#header-nav{
		top:-1rem;
	}
	
	#testimonials{
		padding:5px;
	}
	
  .page-blurb h3 {
    font-size:2rem;
    padding: 2rem 0;
  }

}

@media (max-width: 600px) {
  .solo-form-container .width-50 .field {
    display: block !important;
    width: 100% !important;
  }
}

/** FULL PAGE FORMS **/
body.form {
  background-image: url(img/bg-sub-page-header-blue.png);
}
.solo-form-container {
  background-color: #FFF;
  padding:3rem;
  display: block;
  max-width:50rem;
  margin:4rem auto;
  text-align: center;
}
.solo-form-container logo-blue {
  display: inline-block;
  height:6rem;
  width:6rem;
  background-image:url('img/img-logo-bos-blue.png');
  background-size: contain;
  background-position:left top;
  background-repeat: no-repeat;
}
.solo-form-container h1 {
  font-weight: bold;
  color: #0054A4;
  font-size: 3rem;
  margin-bottom: 1.25rem;
}
.solo-form-container h3 {
  font-weight: bold;
  color: #0054A4;
  font-size: 1rem;
}
.solo-form-container p {
  color: #999999;
  font-size:1.2rem;
}
.solo-form-container p.small {
  color: #999999;
  font-size:.8rem;
  padding-top:1rem;
}
.solo-form-container form {
  text-align: left;
}
.solo-form-container .field input[type="text"],
.solo-form-container .field input[type="password"],
.solo-form-container .field input[type="email"],
.solo-form-container .field input[type="file-upload"] {
  background-color: #E6E6E6;
  font-size:0.8rem;
  padding:1rem;
  border:none;
  width: 100%;
}
.solo-form-container .width-50 {
  white-space: nowrap;
}
.solo-form-container .width-50 .field {
  display: inline-block;
  width: 50%;
}
.solo-form-container .width-30 {
  white-space: nowrap;
}
.solo-form-container .width-30 .field {
  display: inline-block;
  width: 33%;
}
.solo-form-container .field label {
  display:block;
  font-size:0.8rem;
  margin:0.75rem 0;
}
.solo-form-container .field label.radio {
  display: inline-block;
  margin-right: 1rem;
}
.solo-form-container .navigation {
  text-align: right;
  margin-top: 1rem;
  padding-top: 1rem;
}
.solo-form-container .navigation a {
  border-radius: 4px;
  padding:1rem 1.5rem;
  color:white;
  margin-left:0.5rem;
  text-decoration:none;
}
.solo-form-container .navigation a.previous {
  background-color:#00447C;
}
.solo-form-container .navigation a.previous:after {
  content:"\003c";
}
.solo-form-container .navigation a.next {
  background-color:#169A5A;
}
.solo-form-container .navigation a.next:after {
  content:"\003e";
  margin-left:2rem;
}
.solo-form-container .login {
  text-align: center;
  margin-top: 1rem;
  padding-top: 1rem;
}
.solo-form-container .login a {
  border-radius: 4px;
  padding:1rem 1.5rem;
  color:white;
  margin-left:0.5rem;
  text-decoration:none;
}
.solo-form-container .login a.next {
  background-color:#169A5A;
}


/** PORTAL **/
body.portal{
  background-image: url(img/bg-sub-page-header-blue.png);
  background-repeat: no-repeat;
}
.portal header.page-header {
  background-color: white;
  padding: 1rem 1rem 1rem 4rem;
  min-height: 7rem;
}
.portal header.page-header img {
  height:80px;
  width:131px;
  float:left;
}
.portal header.page-header ul {
  text-align: right;
  margin-top: 1rem;
  margin-right: 2rem;
}
.portal header.page-header li {
  display: inline-block;
  padding-left:0;
  margin-left: 1rem;
  margin-top:1rem;
}
.portal .page-header a {
  text-decoration: none;
  color:#5D5D5D;
}
.portal .page-header a.btn-success {
  color:white; 
}
.portal .page-wrapper {
  padding: 4rem;
  display: flex;
}
.portal content {
  background-color: white;
  padding:2rem 4rem;
  border:1px solid #BABABA;
  display: block;
}
.portal h1 {
  color:#0054A4;
  font-weight:bold;
  margin-bottom: 2rem;
}
.portal th {
  color:#BABABA;
  font-weight: normal;
}
.portal thead tr {
  border-bottom: 2px solid #BABABA;
}
.portal tbody tr {
  border-top: 1px solid #BABABA;
}
.portal td {
  padding:2rem 0;
  color: #717073;
}
.portal .business a {
  color:#0683D2;
}
.portal .primary-navigation {
  padding:2rem 0;
  background-color: white;
  border:1px solid #BABABA;
  vertical-align: top;
  margin-right: 4rem;
  min-width: 22rem;
  margin-bottom:1rem;
}
.portal .primary-navigation avatar {
  display: inline-block;
  background-color: #39B54A;
  color:white;
  border-radius: 4rem;
  height:3rem;
  width:3rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  vertical-align: top;
}
.portal .primary-navigation wizard-type {
  padding:2rem 2rem;
  min-width: 18rem;
  margin-bottom:1rem;
  text-decoration: none;
  font-weight: bold;
  color: #0683D2;
}
.portal .primary-navigation wizard-type heading {
  font-size:1.5rem;
}
.portal avatar span {
  position: relative;
  top:13%;
}
.portal .primary-navigation ul {
  padding-left: 0;
}
.portal .primary-navigation li {
  list-style: none;
  padding-left:2rem;
}
.portal .primary-navigation a {
  text-decoration: none;
  color: #5D5D5D
}
.portal .primary-navigation a i {
  color:#0683D2;
  margin-right: 0.5rem;
}
.portal .primary-navigation a i.list {
  color: #5D5D5D
}
.portal .primary-navigation header {
  margin-bottom: 1.5rem;
  padding: 0 2rem;
}
.portal .primary-navigation li {
  font-size: 1.25rem;
  margin: 1rem 0;
}
.portal .primary-navigation li.active {
  border-left:4px solid #39B54A;
}
.portal .primary-navigation li.wizard {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.portal .primary-navigation li.wizard::before {
   font-family: "Font Awesome 5 Free"; content: "\f111";
   color: #0683D2;
}
.portal .primary-navigation li.wizard-active {
  font-size: 1rem;
  margin: 0.5rem 0;
  font-weight:bold;
  color:#0054A4;
}
.portal .primary-navigation li.wizard-active::before {
   font-family: "Font Awesome 5 Free"; content: "\f192";
   color: #0683D2;
   font-weight:normal;
}
.portal .primary-navigation li.wizard-complete {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.portal .primary-navigation li.wizard-complete::before {
   font-family: "Font Awesome 5 Free"; content: "\f192";
   color: #39B54A;
}
.portal .primary-navigation li.wizard-incomplete {
  font-size: 1rem;
  margin: 0.5rem 0;
  color: #B10000;
  font-weight:bold;
}
.portal .primary-navigation li.wizard-incomplete::before {
   font-family: "Font Awesome 5 Free"; content: "\f111";
   color: #B10000;
   font-weight:normal;
}
.portal .icon {
  padding:1rem;
}
.portal .icon a {
  text-decoration: none;
  color:#717073;
}
.portal .name-container {
  display: inline-block;
  margin-left: 0.25rem;
}
.portal .name-container>* {
  display:block;
}
.portal name {
  font-size:1.25rem;
}
.portal email {
  font-size:0.9rem;
}
.portal .field input[type="text"],
.portal .field input[type="email"] {
    background-color: #E6E6E6;
    font-size:0.8rem;
    padding: 1rem;
    border: none;
    width: 100%;
}
.portal select {
  background-color: #E6E6E6;
  font-size:0.8rem;
  padding:1rem;
  border:none;
  width: 100%;
}
.portal .width-50 {
  white-space: nowrap;
}
.portal .width-50 .field {
  display: inline-block;
  width: 50%;
}
.portal .width-30 {
  white-space: nowrap;
}
.portal .width-30 .field {
  display: inline-block;
  width: 33%;
}
.portal .field label {
  display:block;
  font-size:0.8rem;
  margin:0.75rem 0;
}
.portal .field label.radio {
  display: inline-block;
  margin-right: 1rem;
}
.portal span-strong{
	font-weight:600;
	color:#0054A4;
}
.portal .navigation {
  text-align: right;
  margin-top: 4rem;
  padding-top: 1rem;
  font-size: 0.9rem;
}
.portal .navigation .previous {
  color:#717073;
  text-transform:uppercase;
  float:left;
}
.portal .navigation .previous:before {
  content:"\003c";
  margin-right: 0.5rem;
}
.portal .navigation .skip {
  color:#ADAFB2;
  text-decoration: underline;
  margin-right: 2rem;
}
.portal .navigation .next {
  text-transform:uppercase;
  font-size: 0.9rem;
  padding: 0.75rem 2rem;
}
.portal .add-partner {
  text-decoration:underline;
  color:#ADAFB2;;
}
.portal .add-partner:after {
  content: " +";
}
.portal .prominent-checkbox {
  display: inline-block;
  color:#0683D2;
  font-size: 0.8rem;
}
.portal .prominent-checkbox.wide {
  padding-left:1rem;
  padding-right:2.5rem;
}
.portal .reuse-address {
  margin-left:2rem;
}
.portal .data-warning {
  font-style: italic;
  font-size: 0.8rem;
  margin-top:1rem;
}
.portal .links-table {
  width:100%;
  margin: 4rem 0;
}
.portal .links-table thead tr {
  border-bottom: 3px solid #BABABA; 
  color:#BABABA;
}
.portal .summary-button {
  text-transform: uppercase;
  margin:1rem 0;
}
@media (max-width: 1000px) {
  .portal .page-wrapper {
    display: block !important;
    width: 100% !important;
  }
  .portal .primary-navigation {
    margin-right: 0;
  }
}

.modal .ab-button-container {
  white-space:nowrap;
  font-size: 0.8rem;
  color:#999999;
  margin-top:0.5rem;
}
.modal .ab-button-container > div {
  display: inline-block;
  width:50%;
}
.modal .ab-button-container p {
  margin-bottom: 0.5rem;
}
.modal .ab-button-container .btn {
  width: 100%;
  font-size: 0.7rem;
}
.modal .disclaimer {
  margin:2rem 0;
  font-size: 0.5em;
}
.modal-content {
  padding:1rem 3rem;
}
.modal h3 {
  color:#0054A4;
}
.modal .subtitle {
  color:#0683D2;
}
.modal .logos .separator {
  display: inline-block;
  border-right:1px solid #0054A4;
  height: 35px;
  margin:0 1rem;
  vertical-align: middle;
}
.modal .step-container .btn {
  padding:0.5rem 3rem;
  font-size: 0.8rem;
}
.modal .step-container .step-indicator {
  float:right;
}
.modal .step-container .step-indicator li {
  list-style: none;
  font-size: 0.5rem;
  display: inline-block;
  color:#ccc
}
.modal .step-container .step-indicator li.active {
  color:#000;
}
