/* COLORS */
/* DOCUMENT COLORS */
/* BREAKPOITNS */
/* WIDTHS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.fullspan {
  display: block;
  width: 100%;
  text-align: center;
}
.innerspan {
  margin: 0 auto;
  width: 100%;
  padding: 0 16px;
}
@media screen and (min-width: 568px) {
  .innerspan {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .innerspan {
    width: 1050px;
  }
}
.header-bar {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.95);
  position: static;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  height: 100px;
}

.header-bar__inner-wrap{
  height: 100px;
}

@media screen and (min-width: 1300px) {
  .header-bar {
    position: fixed;
    z-index: 10000;
  }
}
.header-bar__inner {
  height: 100px;
  padding: 4px 16px 4px 8px;
}
@media screen and (min-width: 568px) {
  .header-bar{
    height: 128px;
  }
  .header-bar__inner {
    height: 128px;
    padding: 5px 28px 8px 52px;
  }
  .header-bar__inner-wrap{
    height: 128px;
  }
}

@media screen and (min-width: 1100px) {
  .header-bar{
    height: 138px;
  }
  .header-bar__inner {
    height: 138px;
  }
  .header-bar__inner-wrap{
    height: 138px;
  }
}
@media screen and (min-width: 1300px) {
  .header-bar{
    height: 138px;
  }
  .header-bar__inner {
    height: 138px;
    padding: 0 48px 0 62px;
    width: 1250px;
  }
  .header-bar__inner-wrap{
    height: 138px;
  }
}

.header-bar__inner-wrap{
  position: relative;
}


.header-bar__underbar{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: #dad8d6;
}

.header-bar__underbar__innerwrap{
  height: 28px !important;
  padding: 0;
}

.header-bar__comptroller-title{
  line-height: 28px;
  font-style: italic;
  font-size: 16px;
  color: #27408e;
  text-align: center;


}
.mainwrap--home {
  height: 100%;
}
.content--home {
  padding-top: 20vh;
}
@media screen and (min-width: 450px) {
  .content--home {
      padding-top: 10vh;
  }
}
@media screen and (min-width: 568px) {
  .content--home {
      padding-top: 10vh;
  }
  .header-bar__comptroller-title{
    text-align: left;
    margin-left: 50px;
  }
}
@media screen and (min-width: 640px) {
  .content--home {
      padding-top: 10vh;
  }
}
@media screen and (min-width: 720px) {
  .content--home {
      padding-top: 10vh;
  }
}
@media screen and (min-width: 1100px) {
  .content--home {
      padding-top: 10vh;
  }
}

@media screen and (min-width: 1300px) {
  .header-bar__comptroller-title{
    margin-left: 60px;
  }
}
.content__inner--lower {
  overflow: hidden;
  padding-top: 32.5%;
  padding-top: 32.5vw;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 800px) {
  .content__inner--lower {
    padding-top: 22.5%;
    padding-top: 22.5vw;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content-wrap--lower {
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  text-align: left;
  padding: 25px 20px;
}
@media screen and (min-width: 1100px) {
  .content-wrap--lower {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1100px) {
  .content-wrap--lower {
    float: left;
    width: 935px;
    min-height: 500px;
    padding: 50px 62px;
  }
}
.strapline--home {
  background-color: rgba(93, 85, 161, 0.85);
  color: white;
  overflow: hidden;
  border-bottom: 9px solid white;
}
@media screen and (min-width: 1100px) {
  .strapline--home {
    border-bottom: none;
    margin-bottom: 62px;
    margin-top: 225px;
  }
}
.stapline__inner--home {
  position: relative;
  overflow: hidden;
  padding: 22px 3%;
}
@media screen and (min-width: 568px) {
  .stapline__inner--home {
    text-align: left;
    padding: 24px 6% 24px 6%;
  }
}
@media screen and (min-width: 1100px) {
  .stapline__inner--home {
    height: 196px;
    padding: 18px 46px 28px 62px;
    padding: 18px 24px 28px 62px;
  }
}
@media screen and (min-width: 568px) {
  .homefeatures--firstrow .homefeaturebox {
    height: 300px;
  }
}
@media screen and (min-width: 656px) {
  .homefeatures--firstrow .homefeaturebox {
    height: 420px;
  }
}
@media screen and (min-width: 788px) {
  .homefeatures--firstrow .homefeaturebox {
    height: 400px;
  }
}
@media screen and (min-width: 1100px) {
  .homefeatures--firstrow .homefeaturebox {
    height: 300px;
  }
}
.homefeatures__inner {
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .homefeatures__inner {
    padding: 0 32px;
    margin: 0 auto 62px auto;
  }
}
.homefeaturebox {
  opacity: .85;
  min-width: 100px;
  padding: 42px 32px;
}
.homefeaturebox--ny {
  background-color: #666630;
  border-bottom: 9px solid white;
}
@media screen and (min-width: 640px) {
  .homefeaturebox--ny {
    float: left;
    width: 50%;
    border-bottom: none;
    border-right: 4.5px solid white;
  }
}
@media screen and (min-width: 1100px) {
  .homefeaturebox--ny {
    border: none;
    width: 462px;
  }
}
.homefeaturebox--resources {
  background-color: #15699a;
}
@media screen and (min-width: 640px) {
  .homefeaturebox--resources {
    float: right;
    width: 50%;
    border-left: 4.5px solid white;
  }
}
@media screen and (min-width: 1100px) {
  .homefeaturebox--resources {
    border: none;
    width: 462px;
  }
}
.homefeaturebox--worktogether {
  background-color: #971d23;
  border-top: 9px solid white;
}
@media screen and (min-width: 1100px) {
  .homefeaturebox--worktogether {
    border: none;
  }
}

.homefeaturebox--2col table{
  width: 100%;
  height: 225px;
}

.homefeaturebox--2col table tr{
  width: 100%;
}

.homefeaturebox--2col table tr:first-child{
  height: 50%;
}

.homefeaturebox--2col table tr:last-child{
  height: 50%;
}

.homefeaturebox--2col td{
  vertical-align: middle;
  width: 100%;
}

.homefeaturebox--2col tr td:last-child{
  text-align: center;
}

@media screen and (min-width: 568px){
  .homefeaturebox--2col table{
    height: 100%;

  }
  .homefeaturebox--2col table tr:first-child{
    height: 70%;
  }

  .homefeaturebox--2col table tr:last-child{
    height: 30%;
  }
}

@media screen and (min-width: 1100px){
  .homefeaturebox--2col table{
    height: 100%;

  }
  .homefeaturebox--2col table tr:first-child{
    height: 80%;
  }

  .homefeaturebox--2col table tr:last-child{
    height: 20%;
  }
}



.fineprint {
  position: relative;
  background-color: #e7e7e7;
  margin-top: 295px;
  overflow: visible;
  margin-top: 14px;
}
@media screen and (min-width: 568px) {
  .fineprint {
    margin-top: 105px;
  }
}
@media screen and (min-width: 1100px) {
  .fineprint {
    margin-top: 105px;
  }
}
.fineprint__inner {
  margin-top: 32px;
  padding: 40px 16px 15px 16px;
  text-align: left;
}
@media screen and (min-width: 568px) {
  .fineprint__inner {
    padding: 110px 50px 50px 50px;
  }
}
@media (max-width: 567px) {
  .fineprint__inner {
    padding-top: 180px;
  }
}
@media screen and (min-width: 640px) {
  .fineprint__inner {
    margin-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .fineprint__inner {
    padding: 150px 75px 75px 75px;
  }
}
@media screen and (min-width: 568px) {
  .fineprint__inner--lower {
    padding: 50px 50px 50px 50px;
  }
}
@media screen and (min-width: 1100px) {
  .fineprint__inner--lower {
    padding: 50px 75px 75px 75px;
  }
}
.footer-wrap {
  background-color: #666766;
}
.footer__inner {
  text-align: center;
  color: white;
  font-size: 14.5px;
  font-weight: normal;
  font-weight: 300 !important;
  line-height: 18px;
  padding: 10px 10px 10px 10px;
}
.logo--header {
  display: inline-block;
  float: left;
  width: 117px;
  height: 60px;
}
@media screen and (min-width: 568px) {
  .logo--header {
    width: 171px;
    height: 88px;
  }
}
@media screen and (min-width: 1100px) {
  .logo--header {
    width: 192px;
    height: 98px;
    margin-top: 5px;
  }
}
.hamburger--header {
  display: inline-block;
  position: relative;
  float: right;
  width: 44px;
  height: 44px;
  margin-top: 8px;
}
@media screen and (min-width: 568px) {
  .hamburger--header {
    margin-top: 22px;
  }
}
@media screen and (min-width: 1300px) {
  .hamburger--header {
    display: none;
  }
}
.hamburger__inner,
.hamburger__inner:before,
.hamburger__inner:after {
  position: absolute;
  left: 5px;
  top: 17px;
  display: block;
  width: 32px;
  height: 8px;
  background-color: #21225e;
  content: '';
  cursor: pointer;
}
.hamburger__inner:before {
  left: 0;
  top: -12px;
}
.hamburger__inner:after {
  left: 0;
  top: 12px;
}

.phone-module--home {
  position: absolute;
  height: 132px;
  width: 100%;
  text-align: center;
  margin-top: -25px;
}

.phone-module--home:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-image: url('../img/ico-phone.svg');
  background-repeat: no-repeat;
  background-size: 64px;
  background-position: center center;
  background-color: transparent;


}

.phone-module--home table{
  width: 100%;
}

.phone-module--home table tr:nth-child(1),
.phone-module--home table tr:nth-child(3){
  height: 15px;
}

.phone-module--home table tr:nth-child(2){
  height: 105px;
}

.phone-module--content{
  display: table-cell;
  background-color: #dba603;
  color: #6b131f;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  padding: 60px 0 24px 0;
  text-align: center;
  vertical-align: middle !important;
  font-size: 18px;
  line-height: 28px;
}

.phone-module--content p{
  font-size: 18px;
}

@media screen and (min-width: 640px) {
  .phone-module--home:after{
    top: 0;
    left: 18px;
    height: 100%;
    width: 132px;
    background-size: 132px;
    background-position: center left;
    background-color: transparent;
  }

  .phone-module--content{
    padding: 0 0 0 160px;
    text-align: left;

  }

  .phone-module--home{
    margin-top: 0;
  }

  .phone-module--home table{
    height: 100%;
  }
}


.headline--home-phone-module{
	color: #5d55a1;
}

@media screen and (min-width: 568px) {
  .phone-module--home {
    position: absolute;
    top: -76px;
    left: 0;
    right: 0;
    margin: auto;
    width: 520px;
    height: 132px;
    text-align: left;
    background-position: 30px 32px;
  }
}

@media screen and (min-width: 640px) {
  .phone-module--home {
    width: 630px;
  }
}

.phone-module--lower {
  position: fixed;
  display: none;
  background-color: rgba(151, 29, 35, 0.85);
}

@media screen and (min-width: 568px) and (orientation: portrait) {
  .phone-module--lower {
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 8px 16px 2px 16px;
    text-align: center;
  }
}

@media screen and (min-width: 1100px) {
  .phone-module--lower {
    display: inline-block;
    width: auto;
    padding: 12px 20px 10px 108px;
    bottom: 100px;
    right: 0;
    text-align: left;
    background-image: url("../img/ico-phone-white-translucent.svg");
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-size: 75px 75px;
  }
}

.nav--header {
  display: none;
}
@media screen and (min-width: 1300px) {
  .nav--header {
    display: inline-block;
    float: right;
    height: 100%;
  }
}
.nav__list--header {
  list-style-type: none;
  height: 100%;
}
.nav__item--header {
  float: left;
  height: 100%;
  display: table;
}
.nav__link {
  text-decoration: none;
  font-weight: bold;
  font-weight: 700;
  font-size: 19px;
  height: 100%;
}
.nav__link:link {
  color: #21225e;
  background-color: transparent;
  text-decoration: none;
}
.nav__link:visited {
  color: #21225e;
  background-color: transparent;
  text-decoration: none;
}
.nav__link:hover {
  color: white;
  background-color: #15699a;
  text-decoration: none;
}
.nav__link:active {
  color: white;
  background-color: #15699a;
  text-decoration: none;
}
.nav__link--header {
  display: inline-block;
  height: 100%;
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
}

.nav__list--header.main-header .nav__item--header:nth-last-of-type(2),
.nav__list--header.main-header .nav__item--header:nth-last-of-type(1) {
    background-color: #991B1E;
    height: 50%;
    margin: 25px 5px 0 5px;
    border-radius: 5px;
}


.nav__list--header.main-header .nav__item--header:nth-last-of-type(2) .nav__link,
.nav__list--header.main-header .nav__item--header:nth-last-of-type(1) .nav__link,
.nav__list--header.main-header .nav__item--header:nth-last-of-type(2) .nav__link:hover,
.nav__list--header.main-header .nav__item--header:nth-last-of-type(1) .nav__link:hover,
.nav__list--header.main-header .nav__item--header:nth-last-of-type(2) .nav__link:visited,
.nav__list--header.main-header .nav__item--header:nth-last-of-type(1) .nav__link:visited,
.nav__list--header.main-header .nav__item--header:nth-last-of-type(2) .nav__link:active,
.nav__list--header.main-header .nav__item--header:nth-last-of-type(1) .nav__link:active {
	color: #FFFFFF;
	/* background-color: transparent; */
	text-decoration: none;
  background-color: #991B1E;
  border-radius: 5px;
}

.nav__list--header.main-header .nav__item--header:nth-last-of-type(1) .nav__link.login-link,
.nav__list--header.main-header .nav__item--header:nth-last-of-type(1) .nav__link.login-link:hover,
.nav__list--header.main-header .nav__item--header:nth-last-of-type(1) .nav__link.login-link:visited,
.nav__list--header.main-header .nav__item--header:nth-last-of-type(1) .nav__link.login-link:active {
  background-color: #27408e;
}

a {
  cursor: pointer;
}
a:link {
  color: black;
  text-decoration: underline;
  font-weight: bold;
  font-weight: 700;
}
a:visited {
  color: black;
  text-decoration: underline;
  font-weight: bold;
  font-weight: 700;
}
a:hover {
  color: #27408e;
  text-decoration: underline;
  font-weight: bold;
  font-weight: 700;
}
a:active {
  color: #27408e;
  text-decoration: underline;
  font-weight: bold;
  font-weight: 700;
}

.button {
  display: inline-block;
  background-color: white;
  font-weight: normal;
  font-weight: 400;
  font-size: 25px;
  padding: 22px 22px;
  margin: 20px 0 0 0;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}
.button:link {
  background-color: white;
  color: #15699a;
  text-decoration: none;
}
.button:visited {
  background-color: white;
  color: #15699a;
  text-decoration: none;
}
.button:hover {
  background-color: #15699a;
  color: white;
  text-decoration: none;
}
.button:active {
  background-color: #15699a;
  color: white;
  text-decoration: none;
}

@media screen and (min-width: 568px) {
  .button {
    padding: 22px 44px;
  }

}
@media screen and (min-width: 1100px) {
  .homefeaturebox--resources .button {
    padding: 22px 6px;
    margin-left: 2px;
    margin-right: 2px;
    width: 48% !important;
  }
}

a.button.cta--home{
  font-size: 22px !important;
  font-weight: normal !important;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 1em;
  clear: both;
}

.button.strapline__cta--home{
  margin-top: 0 !important;
}


/*
@media screen and (min-width: 568px) {
  .strapline__cta--home {
    position: absolute;
    right: 44px;
    bottom: 28px;
  }
}
@media screen and (min-width: 1100px) {
  .strapline__cta--home {
    position: absolute;
    right: 0;
    bottom: 28px;
  }

*/

.homefeaturebox .button {
  width: 75%;
}
@media screen and (min-width: 568px) {
  .homefeaturebox .button {
    width: 84%;
  }
}
@media screen and (min-width: 1100px) {
  .homefeaturebox .button {
    width: auto;
  }
}
.strapline--home .button {
  width: 75%;
}
@media screen and (min-width: 568px) {
  .strapline--home .button {
    width: auto;
  }
}
@media screen and (min-width: 1100px) {
  .strapline--home .button {
    width: auto;
  }
}

.strapline__buttonwrap{
  text-align: center;
}

.strapline__buttonwrap .button{
  margin-top: .5em;
  margin-bottom: 24px;
}

@media screen and (min-width: 800px) {
  .strapline__buttonwrap{
    text-align: left;
  }
}

@media screen and (min-width: 568px) {
  .homefeaturebox--worktogether .button {
    max-width: 400px;
  }
}
@media screen and (min-width: 1100px) {
  .homefeaturebox--worktogether .button {
    width: auto;
  }
}
.homefeaturebox a:not(.button) {
  font-weight: bold;
  font-weight: 700;
}
.homefeaturebox a:not(.button):link {
  color: white;
  text-decoration: underline;
}
.homefeaturebox a:not(.button):visited {
  color: white;
  text-decoration: underline;
}
.homefeaturebox a:not(.button):hover {
  color: #fffed2;
  text-decoration: underline;
}
.homefeaturebox a:not(.button):active {
  color: #fffed2;
  text-decoration: underline;
}
.footer__inner a {
  font-weight: normal !important;
  font-weight: 400 !important;
}
.footer__inner a:link {
  color: white;
  text-decoration: underline;
}
.footer__inner a:visited {
  color: white;
  text-decoration: underline;
}
.footer__inner a:hover {
  color: #fffed2;
  text-decoration: underline;
}
.footer__inner a:active {
  color: #fffed2;
  text-decoration: underline;
}
html {
  font-family: 'Roboto', sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  background: white;
}
h1 {
  font-size: 44px;
  color: #27408e;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-bottom: .4em;
}
@media screen and (min-width: 1100px) {
  h1 {
    font-size: 52px;
  }
}
h2 {
  font-size: 25px;
  color: #27408e;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: .4em;
  line-height: 1.1em;
}

h2.headline--homefeaturebox{
  margin: 0 !important;
}

@media screen and (min-width: 568px) {
  h2 {
    font-size: 30px;
  }
}
* + h2 {
  margin-top: 1.5em;
}
h3 {
  font-size: 16px;
  color: black;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: .25em;
  line-height: 1.4em;
}
* + h3 {
  margin-top: 1.5em;
}
p {
  line-height: 1.2em;
  margin-bottom: .5em;
}
ul {
  list-style-type: none;
}
ol {
  list-style-type: decimal;
}
ul li {
  position: relative;
}
ul li:before {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: -0.75em;
  top: .1em;
  content: '\2022';
  overflow: visible;
}
nav ul li:before {
  content: '';
}
ul,
ol {
  line-height: 1.2em;
  margin-bottom: 1.5em;
  padding-left: 3em;
}
ul li,
ol li {
  margin-bottom: .25em;
}

ul.nav__list--header.main-header{
  margin-bottom: 0;
}
strong {
  font-weight: bold;
  font-weight: 700;
}
em {
  font-style: italic;
}
sup {
  font-size: .8em;
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
.mainwrap--home {
  background-image: url('../img/homepage_hero.png') !important;
  background-repeat: no-repeat;
  background-size: 150% auto !important;
  background-position: center 100px !important;
}
@media screen and (min-width: 568px) {
  .mainwrap--home {
    background-position: center 120px !important;
  }
}
@media screen and (min-width: 800px) {
  .mainwrap--home {
    background-position: center top !important;
    background-position: 0px 120px !important;
  }
}
@media screen and (min-width: 1100px) {
  .mainwrap--home {
    background-size: 100% auto !important;
    background-position: 0px 120px !important;
  }
}
.mainwrap--lower {
  background-repeat: no-repeat;
  background-size: 150% auto !important;
  background-position: center 100px !important;
}
@media screen and (min-width: 568px) {
  .mainwrap--lower {
    background-position: center 120px !important;
  }
}
@media screen and (min-width: 800px) {
  .mainwrap--lower {
    background-position: center top !important;
    background-position: 0px 120px !important;
  }
}
@media screen and (min-width: 1100px) {
  .mainwrap--lower {
    background-size: 100% auto !important;
    background-position: 0px 120px !important;
  }
}
.mainwrap--lower-banner-1 {
  background-image: url('../img/lower-benefits-eligibility.png') !important;
}
.mainwrap--lower-banner-2 {
  background-image: url('../img/lower-bg2.jpg') !important;
}
.mainwrap--lower-banner-invest {
  background-image: url('../img/invest_image.jpg') !important;
}
.mainwrap--lower-banner-manage {
  background-image: url('../img/manage_image.png') !important;
}
.mainwrap--lower-banner-using {
  background-image: url('../img/usingnyable_image.png') !important;
}

.homefeaturebox--ny {
  background-image: url('../img/ico-ny-outline-translucent.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% auto;
}
@media screen and (min-width: 455px) {
  .homefeaturebox--ny {
    background-size: auto 110%;
  }
}
@media screen and (min-width: 568px) {
  .homefeaturebox--ny {
    background-size: 90% auto;
  }
}
@media screen and (min-width: 1100px) {
  .homefeaturebox--ny {
    background-size: auto 120%;
  }
}
.homefeaturebox--resources {
  background-image: url('../img/ico-shield-translucent.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 85%;
}
@media screen and (min-width: 386px) {
  .homefeaturebox--able {
    background-size: auto 90%;
  }
}
@media screen and (min-width: 568px) {
  .homefeaturebox--able {
    background-size: 70% auto;
  }
}
@media screen and (min-width: 860px) {
  .homefeaturebox--able {
    background-size: 55% auto;
  }
}
@media screen and (min-width: 1100px) {
  .homefeaturebox--able {
    background-size: 48% auto;
  }
}
.homefeaturebox--worktogether {
  background-image: url('../img/ico-hearthands-translucent.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  min-height: 360px;
}

@media screen and (min-width: 770px) {
  .homefeaturebox--worktogether {
    min-height: 0 !important;
  }
}

.homefeaturebox h2{
  margin-bottom: .25em !important;
}
@media screen and (min-width: 360px) {
  .homefeaturebox--worktogether {
    background-size: 85% auto;
  }
}
@media screen and (min-width: 386px) {
  .homefeaturebox--worktogether {
    background-size: auto 90%;
  }
}
.headline--strapline {
  color: white;
  font-size: 28px;
  line-height: 1.15em;
}
@media screen and (min-width: 640px) {
  .headline--strapline {
    font-size: 32px;
  }
}
@media screen and (min-width: 750px) {
  .headline--strapline {
    font-size: 36px;
  }
}
@media screen and (min-width: 1100px) {
  .headline--strapline {
    font-size: 37px;
  }
}
.headline--homefeaturebox {
  font-size: 30px;
  color: white;
}
@media screen and (min-width: 568px) {
  .headline--homefeaturebox {
    font-size: 38px;
  }
}
.headline--home-phone-module {
  font-size: 30px;
  margin-bottom: .6em;
}



@media screen and (min-width: 568px) {

  .headline--home-phone-module {
    font-size: 40px;
  }


}
.headline--lower-icon {
  background-repeat: no-repeat;
  background-position: -200px -200px;
}
@media screen and (min-width: 768px) {
  .headline--lower-icon {
    padding: 5px 0 0 104px;
    background-size: auto 96px;
    background-position: 0px 0px;
  }
}
@media screen and (min-width: 1100px) {
  .headline--lower-icon {
    padding-left: 115px;
    background-size: auto 104px;
    background-position: 0px 2px;
  }
}
.headline--lower-icon-1 {
  background-image: url('../img/ico-piggybank.svg');
}
.text--strapline {
  font-size: 20px;
}
.text--homefeaturebox {
  font-size: 20px;
  font-weight: normal;
  font-weight: 300;
  color: white;
}
.homefeaturebox .text--homefeaturebox a,
.homefeaturebox .text--homefeaturebox a:link,
.homefeaturebox .text--homefeaturebox a:visited,
.homefeaturebox .text--homefeaturebox a:hover{
	font-size: 20px;
    padding: 12px 25px;
    margin: 10px 5px 0 5px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    background-color: #991B1E;
    text-decoration: none;
}
.text--home-phone-module {
  font-size: 17px;
  margin-bottom: .3em;
}
.text--fineprint {
  font-size: 14.5px;
  margin-bottom: 1em;
}
.headline--lower-phone-module,
.text--lower-phone-module {
  color: white;
}
.headline--lower-phone-module {
  display: inline-block;
  background-image: url("../img/ico-phone-white-translucent.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 32px 32px;
  padding: 3px 40px 5px 40px;
  margin-bottom: 0;
  font-size: 23px;
}
@media screen and (min-width: 1100px) {
  .headline--lower-phone-module {
    background-image: none;
    padding: 0;
    margin-bottom: .25em;
  }
}
.text--lower-phone-module {
  font-size: 16px;
  font-weight: normal;
  font-weight: 300;
}
.light-weight {
  font-weight: regular;
  font-weight: 300;
}
.non-bold {
  font-weight: regular;
  font-weight: 400;
}
.olive {
  color: #666630;
}
.text--home-phone-module .olive{
	color: #991B1E;
}
.larger-1pt4 {
  font-size: 1.4em;
  font-weight: bold;
}
.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
@media screen and (min-width: 568px) {
  .mobile-only {
    display: none;
  }
}
.mobile-only-br:after {
  content: '\00000a';
  white-space: pre;
}
@media screen and (min-width: 568px) {
  .mobile-only-br:after {
    content: ' ';
  }
}
.desktop-only-br:after {
  content: ' ';
}
@media screen and (min-width: 568px) {
  .desktop-only-br:after {
    content: '\00000a';
    white-space: pre;
  }
}
.width-over-768-br:after {
  content: ' ';
}
@media screen and (min-width: 768px) {
  .width-over-768-br:after {
    content: '\00000a';
    white-space: pre;
  }
}

.sidebar{
	position: relative;
    width: 100%;
    background-color: #991b1e;
    color: #FFFFFF;
}

@media screen and (min-width: 1400px) {
	.sidebar{
		position: absolute;
		top: 432px;
		width: 250px;
	}
}

.sidebar ul.sidenav{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sidebar ul.sidenav li{
	line-height: 40px;
	border-bottom: solid 1px #FFFFFF;
	margin: 0px;
	padding-left: 40px;
}

.sidebar ul.sidenav li:before{
	content: "";
}

.sidebar a,
.sidebar a:hover,
.sidebar a:active,
.sidebar a:visited{
	color : #FFFFFF;
	text-decoration: none;
	font-size: 20px;
}

.formtable{
    border-bottom:solid 1px #CCCCCC;
}

.formclass{
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    padding: 5px;
    background-color: #EFEFEF;
}

.formitem{
    border-bottom: solid 1px #CCCCCC;
    padding: 5px;
}

.formitem2{
    padding: 5px;
}

.nyb-adjustLeft{
	padding-top: 10px;
}

.nyb-adjustLeft a{
	background: #991B1E;
    padding: 10px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
}
