/**** Variables ****/
/**** Global fonts | Typography ****/
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Open+Sans:300,300i,400,400i,700,700i');
/*Default Text styles*/
h1 {
  font-family: 'Amatic SC', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 36px;
  color: #000;
}
.ssa-teal-callout h1 {
  color: #fff;
  margin-top: 0px;
}
.ssa-homepage-blueCallout h1 {
  margin-top: 5px;
}
h1.ssa-step-title {
  text-align: center;
}
h2 {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
h3 {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  margin-top: 15px;
  text-decoration: underline;
}
.tips-accordion h3 {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px!important;
}
h3.ssa-sub-banner {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}
h4 {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.footnote h4 {
  font-size: 12px;
  margin-top: 0px;
}
h5 {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
  margin-top: 15px;
}
p {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
ul {
  font-size: 13px;
}
a {
  color: #00509f;
  text-decoration: underline;
}
a:hover {
  color: #00509f;
  text-decoration: none;
}
/*Text Sub-styles*/
.ssa-glossary-term {
  font-weight: 600;
  padding: 0px 3px 0px 3px;
  text-decoration: none;
  background: #dfecfa;
}
a.ssa-glossary-term {
  color: #000;
}
.ssa-mini-callout {
  border-left: 3px solid #05d2ab;
  padding-left: 15px;
}
.ssa-disabled {
  color: #acacac;
}
.small-text {
  font-size: 10px;
}
ol li {
  margin-bottom: 5px;
}
ol.ssa-footnotes li {
  font-size: 11px;
  margin-bottom: 3px;
}
ul li {
  margin-bottom: 5px;
}
.navbar-nav > li {
  margin-bottom: 0px;
}
.ssa-underline {
  text-decoration: underline;
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  h1 {
    font-size: 30px;
  }
  .navbar-collapse {
    width: 100%;
  }
}
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .navbar-collapse {
    width: auto;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 34px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 36px;
  }
}
/**** Buttons ****/
a.btn-main {
  background: #f16d50;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 20px 12px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 3px solid #fff;
  width: 280px;
  text-decoration: none;
  white-space: normal;
}
a.btn-main .fa {
  float: right;
  margin-top: 3px;
}
a.btn-main:hover {
  background: #00509f;
  color: #fff;
}
a.btn-resource {
  background: #f16d50;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 20px 12px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 3px solid #f2f6fa;
  width: 250px;
  text-decoration: none;
  white-space: normal;
}
a.btn-resource .fa {
  float: right;
  margin-top: 3px;
}
a.btn-resource:hover {
  background: #00509f;
  color: #fff;
}
a.btn-tables {
  background: #00509f;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 20px 12px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 250px;
  text-decoration: none;
  white-space: normal;
}
a.btn-tables:hover {
  background: #f16d50;
  color: #fff;
}
a.btn-tables .fa {
  float: right;
  margin-top: 3px;
}
/**** Global ****/
body {
  background: #eeeeee;
  font-size: 13px;
  margin-top: 30px;
}
.container {
  background: #fff;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 15px;
}
.ssa-sub-banner {
  min-height: 40px;
  text-align: center;
  font-size: 17px;
}
.ssa-yellow-bg {
  background: #fbd955;
}
.ssa-teal-bg {
  background: #05d2ab;
}
.ssa-red-bg {
  background: #f16d50;
  color: #fff;
}
.width-100 {
  width: 100%;
}
.img-col {
  padding: 0px;
}
.no-btm-margin {
  margin-bottom: 0px!important;
}
.ssa-subnav {
  margin-top: 15px;
}
.row.ssa-subnav {
  margin-bottom: 13px!important;
}
.ssa-subnav ul {
  list-style-type: none;
  overflow: auto;
  padding: 0px;
  margin-bottom: 0px;
}
.ssa-subnav li {
  margin-bottom: 2px;
  font-size: 12px;
}
.ssa-subnav-item {
  padding: 20px;
  background: #00509f;
  color: #fff;
  text-align: center;
}
.ssa-subnav-col {
  padding-right: 1px!important;
  padding-left: 1px!important;
}
.ssa-subnav-item img {
  margin-bottom: 5px;
}
.ssa-subnav-item:hover {
  background: #f16d50;
}
.ssa-subnav-item.active {
  background: #f16d50;
}
.yellow-callout-headline {
  background: #fbd955;
  padding: 5px 20px;
  text-align: center;
  margin-bottom: 5px!important;
  font-weight: 700;
}
.red-callout-headline {
  background: #f16d50;
  padding: 5px 20px;
  text-align: center;
  margin-bottom: 5px!important;
  font-weight: 700;
  color: #fff;
}
.teal-callout-headline {
  background: #05d2ab;
  padding: 5px 20px;
  text-align: center;
  margin-bottom: 5px!important;
  font-weight: 700;
}
.ssa-callout img {
  max-width: 90%;
  margin-bottom: 10px;
}
.ssa-callout {
  margin-top: 20px;
}
.row#jump-top {
  margin-bottom: 0px;
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .ssa-subnav-item {
    padding: 15px;
  }
  .ssa-callout img {
    max-width: 30%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .ssa-callout img {
    max-width: 25%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .ssa-subnav-item {
    padding: 13px;
  }
  .ssa-callout img {
    max-width: 100%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .ssa-subnav-item {
    padding: 18px;
  }
  .ssa-callout img {
    max-width: 95%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .ssa-subnav-item {
    padding: 20px;
  }
  .ssa-callout img {
    max-width: 90%;
  }
}
.ssa-banner-size {
  background-position: top center;
  background-size: cover;
  height: 165px;
}
.ssa-banner-landing {
  background: url(../assets/guide/banners/ssa-guide-landing-banner.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  height: 165px;
}
.ssa-about-landing {
  background: url(../assets/guide/banners/ssa-guide-sec4-banner.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  height: 165px;
}
.ssa-banner-sec1 {
  background: url(../assets/guide/banners/ssa-guide-sec1step1-banner.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  height: 165px;
}
.ssa-banner-sec2 {
  background: url(../assets/guide/banners/ssa-guide-sec2-banner.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  height: 165px;
}
.ssa-banner-sec3 {
  background: url(../assets/guide/banners/ssa-guide-sec3-banner.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  height: 165px;
}
.ssa-banner-sec4 {
  background: url(../assets/guide/banners/ssa-guide-about-banner.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  height: 165px;
}
.ssa-banner-sec5 {
  background: url(../assets/guide/banners/ssa-guide-landing-banner.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  height: 165px;
}
.ssa-banner-sec6 {
  background: url(../assets/guide/banners/ssa-guide-sec6-banner.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  height: 165px;
}
.ssa-banner-resource {
  background: url(../assets/resource-center/ssa-resource-banner.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  height: 165px;
}
.navbar {
  margin-bottom: 0px;
  border: none!important;
}
.navbar-nav > li {
  margin-left: 2px;
}
.navbar-nav > li > a {
  background: #fff;
  width: 281px;
  padding-top: 20px;
  height: 58px;
  text-decoration: none;
  font-weight: 700;
}
.navbar-toggle {
  background: #fff;
  margin-right: 30px;
}
.navbar-nav > li > a:hover {
  background: #f7f7f7;
}
.navbar-nav {
  margin: 20px 0px 0px 0px;
}
.ssa-red-bottom {
  border-bottom: 10px solid #f16d50;
}
.ssa-yellow-bottom {
  border-bottom: 10px solid #fbd955;
}
.ssa-teal-bottom {
  border-bottom: 10px solid #05d2ab;
}
.navbar-collapse {
  padding: 0px;
}
.container.ssa-header {
  background: none!important;
  padding: 0px;
}
.ssa-brand-tagline {
  color: #00509f;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin: 10px 0px 0px 0px;
  border-top: 1px #00509f solid;
  padding-top: 2px;
  width: 95%;
}
.logo-link {
  color: #aaa;
}
.ssa-logo-header {
  max-width: 260px;
  margin-bottom: 10px;
}
.navbar-brand {
  width: 260px;
  padding: 0px 15px 0px 15px;
}
.navbar-header {
  margin-left: 0px!important;
  margin-right: 0px!important;
}
.navbar-collapse {
  margin-left: 0px!important;
  margin-right: 0px!important;
}
.navbar-toggle .icon-bar {
  background-color: #00509f;
}
.ssa-yellow-bottom.active:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  top: 41px;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 9px;
  margin-left: -9px;
  border-color: rgba(251, 217, 85, 0);
  border-bottom-color: #fbd955;
}
.ssa-red-bottom.active:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  top: 41px;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 9px;
  margin-left: -9px;
  border-color: rgba(241, 109, 80, 0);
  border-bottom-color: #f16d50;
}
.ssa-teal-bottom.active:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  top: 41px;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 9px;
  margin-left: -9px;
  border-color: rgba(5, 210, 171, 0);
  border-bottom-color: #05d2ab;
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .navbar-nav > li > a {
    width: 100%;
    line-height: 16px;
    padding-top: 14px;
    height: 50px;
    margin-bottom: 2px;
  }
  .ssa-brand-tagline {
    text-align: left;
    margin: 10px 0px 15px 20px;
  }
  .navbar-nav {
    margin: 5px 0px 0px 0px;
  }
}
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .navbar-nav > li > a {
    width: 175px;
    line-height: 16px;
    padding-top: 14px;
    height: 58px;
    margin-bottom: 0px;
  }
  .ssa-brand-tagline {
    text-align: center;
    margin: 10px 0px 15px 0px;
  }
  .ssa-logo-header {
    max-width: 220px;
    margin-bottom: 10px;
  }
  .navbar-brand {
    width: 220px;
  }
  .ssa-brand-tagline {
    font-size: 11px;
    margin: 5px 0px 15px 0px;
  }
  .navbar-nav {
    margin: 20px 0px 0px 0px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .navbar-nav > li > a {
    width: 238px;
    line-height: 20px;
    padding-top: 20px;
  }
  .ssa-logo-header {
    max-width: 260px;
    margin-bottom: 10px;
  }
  .navbar-brand {
    width: 260px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .navbar-nav > li > a {
    width: 281px;
  }
}
footer {
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer .container {
  background: #00509f !important;
  min-height: 200px;
  padding: 35px 30px 35px 30px;
}
.ssa-social-wrapper a {
  margin-left: 3px;
}
.ssa-address {
  font-size: 12px;
  line-height: 17px;
}
.ssa-footer-logo {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  max-height: 50px;
}
.ssa-tier2-sidebar {
  background: #f2f6fa;
  padding: 25px 20px 25px 20px;
}
.ssa-sidebar-photo {
  border: 5px solid #fff;
  margin-bottom: 25px;
}
.sidebar-interactive {
  position: relative;
  opacity: 0;
}
.row2-photo2 {
  top: 40%;
}
.row3-photo2 {
  top: 30%;
}
.row3-photo3 {
  top: 60%;
}
.row4-photo2 {
  top: 25%;
}
.row4-photo3 {
  top: 50%;
}
.row4-photo4 {
  top: 75%;
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .ssa-tier2-sidebar {
    margin-top: 20px;
  }
  .ssa-sidebar-photo {
    max-width: 90%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .ssa-sidebar-photo {
    max-width: 60%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .ssa-sidebar-photo {
    max-width: 50%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .ssa-tier2-sidebar {
    margin-top: 0px;
  }
  .ssa-sidebar-photo {
    max-width: 100%;
  }
}
/* Large Devices, Wide Screens */
/**** Section Template Specific ****/
.ssa-banner-homepage {
  background: url(../assets/homepage/SSA-homepage-banner.jpg) no-repeat;
  background-position: center center;
  height: 290px;
  margin-top: 15px;
}
.ssa-homepage-icon {
  max-width: 75%;
  max-height: 110px;
  margin-top: 25px;
}
.ssa-homepage-blueCallout {
  background: #f2f6fa;
  padding: 20px;
}
.ssa-homepage-buckets a {
  color: #000;
  text-decoration: none;
}
.ssa-homepage-buckets a:hover {
  color: #00509f;
}
.ssa-landing-blueCallout {
  background: #f2f6fa;
  padding: 20px;
}
.ssa-landing-tealCallout {
  background: #05d2ab;
  padding: 20px;
}
.ssa-landing-accent {
  background: url(../assets/guide/landing/landing-bg.jpg) no-repeat;
  background-position: bottom;
  padding-bottom: 25px;
}
.ssa-teal-callout {
  background: #05d2ab;
  padding: 20px;
  margin-bottom: 15px;
  overflow: auto;
  margin-top: 5px;
}
.ssa-key-item img {
  max-width: 90%;
  margin-bottom: 15px;
}
.ssa-template-columns ul {
  padding-left: 90px;
}
.ssa-blueCallout {
  background: #f2f6fa;
  padding: 20px;
}
.ssa-progress {
  list-style: none;
  margin: 20px 0px 0px 0px;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #fff;
}
.ssa-progress > a {
  position: relative;
  display: table-cell;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 0.8em;
}
.ssa-progress > a:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #fff;
  width: 3em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 25px;
  border: 3px solid #eeeeee;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}
.ssa-progress > a:after {
  content: '';
  position: absolute;
  display: block;
  background: #eeeeee;
  width: 100%;
  height: 0.4em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9;
  z-index: 1;
}
.ssa-progress > a:last-child:after {
  display: none;
}
.ssa-progress > a.ssa-is-complete {
  color: #000;
}
.ssa-progress > a.ssa-is-complete:before,
.ssa-progress > li.ssa-is-complete:after {
  color: #f5f5f5;
  font-weight: 700;
  background: #f5f5f5;
}
.ssa-progress > a:hover:before {
  background: #f16d50;
}
.ssa-progress > a.ssa-is-active {
  color: #000;
}
.ssa-progress > a.ssa-is-active:before {
  color: #f16d50;
  background: #f16d50;
}
.progress-hide {
  display: none;
}
/**
 * Needed for IE8
 */
.ssa-progress__last:after {
  display: none !important;
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .ssa-template-columns ul {
    padding-left: 40px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .ssa-key-item img {
    max-width: 70%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .ssa-key-item img {
    max-width: 80%;
  }
  .ssa-template-columns ul {
    padding-left: 90px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .ssa-key-item img {
    max-width: 90%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .ssa-key-item img {
    max-width: 90%;
  }
}
.ssa-rc-blueCallout,
.ssa-rc-jumpmenu,
.ssa-rc-resource {
  background: #f2f6fa;
  padding: 20px 15px 20px 15px;
  margin-bottom: 10px;
}
.ssa-rc-blueCallout:hover {
  background: #eeeeee;
}
.ssa-rc-icons {
  max-width: 50%;
  margin-bottom: 15px;
  max-height: 95px;
}
.rc-block {
  padding-left: 7px;
  padding-right: 7px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
ul.rc-jump-menu {
  list-style-type: none;
  padding-left: 0px;
  overflow: auto;
  margin: 0px;
}
.rc-jump-menu li {
  display: inline;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0px 5px 0px 5px;
}
.rc-jump-menu li.ssa-seperator {
  margin: 0px 0px 0px 0px;
}
.tips-accordion {
  padding-left: 50px;
}
.ui-state-active,
.ui-state-default {
  background: #f2f6fa;
  border: 0px;
  color: #000;
}
.ui-widget-content {
  background: #f2f6fa;
  border: 0px;
}
.ui-accordion .ui-accordion-header {
  margin: 5px 0 0 0;
  padding: 14px;
}
.ui-icon {
  margin-right: 10px;
}
.tips-accordion hr {
  margin-top: 0px!important;
  border-top: 1px solid #d3d3d3;
}
.ssa-backline {
  margin-top: 15px;
}
.ssa-backline hr {
  margin-top: 5px!important;
  border-top: 1px solid #eeeeee;
}
.ssa-back2top {
  font-size: 11px;
  text-align: right;
  float: right;
  margin-top: 5px;
}
hr.glossary-header {
  margin-top: 40px;
  border-top: 1px solid #eeeeee;
}
.glossary-term-wrapper {
  background: #f2f6fa;
  padding: 3px 15px 3px 15px;
}
.alt-row {
  background: #fff;
  padding: 3px 15px 3px 15px;
}
.ssa-section-wrapper {
  padding-left: 50px;
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .rc-jump-menu li {
    margin: 0px 6px 0px 6px;
  }
  .ssa-section-wrapper {
    padding-left: 0px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .ssa-section-wrapper {
    padding-left: 0px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .ssa-section-wrapper {
    padding-left: 50px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  .rc-jump-menu li {
    margin: 0px 7px 0px 7px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  .rc-jump-menu li {
    margin: 0px 10px 0px 10px;
  }
}
