<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html body {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
    overflow-x: hidden;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #5B5B5B;
    line-height: 1.5;
    background: #FFFFFF;
    margin: 0;
    padding: 0; }

h2 {
  font-size: 1.9rem;
  font-family: "GothamHTF-Book", sans-serif;
  font-weight: 300;
  color: #0F1D2B;
  margin: 0;
  padding: 0; }

h3 {
  font-size: 1.2rem;
  font-family: "GothamHTF-Book", sans-serif;
  color: #000000;
  font-weight: 500;
  margin: 0;
  padding: 0; }

h4 {
  font-size: 1.8rem;
  font-family: "GothamHTF-Book", sans-serif;
  color: #0F1D2B;
  font-weight: 300;
  margin: 0;
  padding: 0; }

a {
  color: #005A8C;
  text-decoration: none; }

input {
  /*padding: 10px; */ }
  input[type=text] {
    border: 1px solid #E7E7E7; }

.skip-content {
  position: absolute;
  top: -2000px; }

#header {
  height: 108px; }
  #header .branding {
    padding: 20px 0px 10px 20px;
    overflow: hidden; }
    #header .branding img {
      float: left;
      width: 120px;
      padding: 0 10px 0 0; }
    #header .branding img a {
      outline: none;
	  border: none; }
  #header h1 {
    font-size: 2.4rem;
    font-weight: 100;
    margin: 0;
    padding: 14px 0 0 0;
    color: #000;
    line-height: 1;
    float: left;
    width: auto; }
    #header h1 span.logo-icon {
      font-size: 1.2rem;
      position: relative;
      top: -8px;
      right: -3px; }
    #header h1 span.uppercase {
      display: table;
      font-size: 2.7rem;
      color: #5B5B5B; }

.desktop-header {
  width: 100%;
  position:relative;
  top:-100px; }
  .desktop-header .utility-nav {
    display: inline-flex;
    position: absolute;
    top: 10px;
    right: 15px; }
    .desktop-header .utility-nav li {
      border-right: 1px solid black;
      display: flex;
      align-items: center;
      height: 10px; }
      .desktop-header .utility-nav li a {
        padding: 10px 5px;
        font-size: 12px; }
      .desktop-header .utility-nav li:last-child {
        border: none; }
  .desktop-header .social-nav {
    display: inline-flex;
    position: absolute;
    top: 60px;
    padding: 0;
    margin: 0;
    right: 278px; }
    .desktop-header .social-nav li {
      margin: 0 5px 0 0; }
      .desktop-header .social-nav li a,
      .desktop-header .social-nav li img {
        display: block; }
  .desktop-header .search {
    position: absolute;
    top: 55px;
    right: 20px;
    width: 255px; }
    .desktop-header .search input {
      width: 100%; }
    .desktop-header .search input[type="submit"] {
      display: none; }
    .desktop-header .search .search-icon {
      position: absolute;
      bottom: 9px;
      right: -12px; }

.desktop-nav {
	background: #5B5B5B;
	padding-left: 20px;
	}

.desktop-nav ul {
	display: inline-flex;
	margin: 0;
	padding: 0;
	height: 40px;
	border-left: 0.25px solid #828282;
}

.desktop-nav ul li {
	display: flex;
	align-items: center;
	height: inherit;
	border-right: 0.25px solid #828282;
	padding: 0 20px;
	position: relative;
	margin:0;
	}

.desktop-nav ul li:hover {
	background: rgba(255, 255, 255, 0.4);
	color: #5B5B5B;
	transition: background 0.5s;
	}
.desktop-nav ul li:hover .sub-menu {
	display: block;
	min-height: 240px;
	max-height: 400px;
	height: max-content;
	box-shadow: 3px 3px 10px #ccc;
	}

.desktop-nav ul a {
	color: #E7E7E7;
	font-size: 12px;
	font-weight: 600;
	width: 100%;
	}

.desktop-nav ul .sub-menu {
	position: absolute;
	border: 1px solid #E7E7E7;
	background: #fff;
	left: 0;
	top: 40px;
	z-index: 9999;
	display: block;
	height: auto;
	display: none;
	}


.desktop-nav ul .sub-menu li {
	border: none;
	display: block;
	color: #0F1D2B;
	min-width: 250px;
	padding: 0;
	/*margin: 0 -1px;*/
	min-height:40px;
	}

.desktop-nav ul .sub-menu li a {
	color: #5B5B5B;
	padding: 10px 20px;
	display: block;
	width: auto;
	}

.desktop-nav ul .sub-menu li a:hover {
	background: #E7E7E7;
	/*transition: background 0.5s;*/
	}

.column-menu {
	display: inline-flex;
	flex-direction: column;
	background-color: white;
	margin: 0;
	padding: 0;
	border-left: none !important;
	}

.column-menu li {
	background-color: white;
	}

#footer #mobile-privacy-terms {
  display: none; }
#footer img.logo {
  display: inline-block;
  margin: 0 15px 0 20px;
  position: relative;
  top: 47px; }
#footer ul {
  list-style: none; }
#footer .col ul {
  margin: 0;
  padding: 0; }
#footer a:not(.button) {
  color: #5B5B5B; }
#footer h3 {
  padding: 15px 0px;
  font-weight: bolder;
  font-size: 1.5rem; }
#footer .footer-links {
  display: inline-flex;
  margin: 30px 0 0 2%;
  position: relative;
  float: right;
  width:82%; }
  #footer .footer-links .col {
    align-items: center;
    width: 20%;
	margin-right:2%;}
#footer li[itemprop="address"], #footer .email {
  padding-bottom: 20px; }
#footer a.button {
  padding: 5% 8%; }
#footer .footer-nav {
  padding-top: 100px; 
  clear: both; }
  #footer .footer-nav h3 {
    display: none; }
#footer .trademark {
  float: right;
  padding-right: 20px; }
#footer .utility-nav {
  display: inline-flex;
  padding-left: 20px; }
  #footer .utility-nav li {
    border-right: 1px solid #5B5B5B;
    height: 14px;
    align-items: center;
    display: flex; }
  #footer .utility-nav li:last-child {
    border-right: none; }
  #footer .utility-nav a {
    padding: 0px 10px;
    font-size: 14px;
    color: #5B5B5B; }

.no-list {
  list-style: none; }

.border {
  border: 1px solid #E7E7E7;
  padding: 25px; }

.mobile {
  display: none; }

.uppercase {
  text-transform: uppercase; }

.button {
  padding: 3% 4%;
  background: #EE2E24;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 1.2rem;
  border-radius: 2px;
  min-width: 50px;
  text-align: center;
  display:inline-block; }
  .button:hover {
    background: rgba(238, 46, 36, 0.8);
    transition: background 0.5s; }

.secondary-button {
  padding: 3% 5%;
  background: #005A8C;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 1.2rem;
  border-radius: 2px;
  min-width: 50px;
  display: inline-block;
  text-align:center;
  margin-top: 2px; }

.tertiary-button {
  padding: 2% 8% 2% 2%;
  border: 1px solid #6EB4CD;
  color: #6EB4CD;
  font-size: 1.2rem;
  border-radius: 2px;
  font-weight: 600;
  position: relative;
  display:inline-block;}
  .tertiary-button:after {
    content: "&gt;";
    display: table;
    position: absolute;
    right: 6px;
    top: 6px;
    height: 22px; }

.white-button {
  padding: 10px 20px;
  background: #ffffff;
  border: #babcbe solid 1px;
  color: #747679;
  letter-spacing: 1px;
  font-size: 1.2rem;
  border-radius: 2px;
  min-width: 50px;
  text-align: center;
  display:inline-block; }
  .button:hover {
    background: #eeeeee;
    transition: background 0.4s; } 

.gray-button {
  padding: 10px 20px;
  background: #747679;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 1.2rem;
  border-radius: 2px;
  min-width: 50px;
  text-align: center;
  display:inline-block; }
  .button:hover {
    background: #babcbe;
    transition: background 0.4s; }

.border {
  border: 1px solid #E7E7E7; }

.small-icon {
  font-size: 1.2rem;
  position: relative;
  top: -8px;
  right: -2px; }

main {
  padding: 20px;
  display: block; }

.hero-container {
  display: inline-flex; }
  .hero-container .hero {
    width: 60%;
    border: 1px solid #E7E7E7;
    margin: 0 10px 10px 0;
    padding: 0; }
    .hero-container .hero .bx-wrapper {
      height: 98%;
	  margin-bottom: 0 !important; }
    .hero-container .hero .bx-viewport {
      height: 400px !important; }
    .hero-container .hero .bxslider {
      height: 100%; }
      .hero-container .hero .bxslider li {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 40px 0 0 40px;
		height: 100%;
		margin: 0; }
        .hero-container .hero .bxslider li h2 {
          font-weight: bold;
          font-size: 3.6rem;
          line-height: 1.3;
		  text-shadow: 1px 1px white; }
        .hero-container .hero .bxslider li p {
          max-width: 50%;
		  min-width: 275px ; }
        .hero-container .hero .bxslider li .button {
          display: table;
          text-transform: uppercase; }
    .hero-container .hero .bx-controls .bx-controls-direction {
      display: none; }
    .hero-container .hero .bx-controls .bx-pager {
      bottom: 15px;
	  left: -10px; }
      .hero-container .hero .bx-controls .bx-pager .bx-pager-item {
        width: auto;
		    margin: 0 .5%;
        margin-right: 5px;
		  }
        .hero-container .hero .bx-controls .bx-pager .bx-pager-item a {
          width: 25px;
          height: 25px;
          display: block;
          border-radius: 20px;
          background: rgba(100, 100, 100, 0.8);
          border-right: 1px transparent; }
          .hero-container .hero .bx-controls .bx-pager .bx-pager-item a.active {
            background: #EE2E24;
            min-height: 25px; }
  .hero-container aside {
    width: 40%; }
  .hero-container .aside-section {
    border: 1px solid #E7E7E7;
    margin-bottom: 10px;
    padding: 5%;
    min-height: 144px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
.three-columns {
  display: inline-flex;
  width: 100%; }
  .three-columns section.column {
    margin-right: 2%;
    width: 31%;
    padding: 2% 1% 0% 0%; }
    .three-columns section.column h2 {
      border-bottom: 1px solid #E7E7E7;
      padding-bottom: 10px; }
  .three-columns section.border {
    padding: 5% 2% 5% 1%;
	margin-bottom: 5%; }
    .three-columns section.border h3 {
      padding: 0 5%;
      font-size: 16px;
	  font-weight:bolder; }
    .three-columns section.border p {
      padding: 0 5%; }
    .three-columns section.border a {
      margin: 0 5%; }
  .three-columns ul {
    padding: 0;
	margin-bottom: 30px; }
    .three-columns ul.list-with-images li {
      overflow: hidden;
      display: inline-flex;
	  width:100%; }
      .three-columns ul.list-with-images li.column-button-container {
        display: block;
		padding-bottom: 7px;}
    .three-columns ul.list-with-images .thumbnail-img {
      width: 50px;
      height: 40px; }
    .three-columns ul.list-with-images .list-content {
      width: 80%;
      margin-left: 10px;
      position: relative;
      top: -7px; }
    .three-columns ul .thumbnail-img {
      width: 50px;
      height: 40px; }
    .three-columns ul .list-content {
      width: 80%;
      margin-left: 10px;
      position: relative;
      top: -7px; }
  .three-columns li {
    padding: 5px 0; }
    .three-columns li p {
      margin: 0; }
    .three-columns li time, .three-columns li span {
      font-size: 10px; }
  .three-columns li.column-button-container {
    border-top: 1px solid #E7E7E7;
    padding-top: 20px;
    margin: 20px 0px; }

.two-columns {
  display: inline-flex;
  padding: 25px 0px;
  Width: 97%; }
  .two-columns .two-thirds {
    width: 65%;
    padding: 3%;
    margin-right: 2%;
    display: inline-flex; }
    .two-columns .two-thirds h2 {
      padding: 0;
      font-size: 16px;
      font-weight: bolder; }
    .two-columns .two-thirds div:first-child {
      width: 40%;
	  font-weight:bolder; }
      .two-columns .two-thirds div:first-child img {
        max-height: 100px;
		max-width: 300px;
		width: auto; }
    .two-columns .two-thirds div:last-child {
      width: 60%; }
      .two-columns .two-thirds div:last-child p {
     	padding: 0;
        width: 80%; }
  .two-columns .one-third {
    width: 30%;
    padding: 3%; }
    .two-columns .one-third h2 {
      padding: 0;
      font-size: 16px;
      font-weight: bolder; }
    .two-columns .one-third p {
      padding: 0; }
    .two-columns .one-third a {
      margin: 0; }

.email-signup-container {
  background: rgba(218, 220, 223, 0.5);
  padding: 100px;
  margin: 0 -20px;
  text-align: center; }
  .email-signup-container h2 {
    margin: 0 0 20px 0;
    font-size: 2.1rem; }

.input-container {
  position: relative;
  max-width: 380px;
  height: 48px;
  margin: 0 auto; }
  .input-container input[type=text] {
    width: 100%;
    height: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    outline: none; }
  .input-container input.button {
    position: absolute;
    top: 10px;
    right: -10px;
    height: 48px;
    border: none;
    outline: none; }
	
  #maincontent .left-column {
	  width: 60%;
	  float: left;
	  margin-right: 5%;
	  display: block;  }
  
  #maincontent .right-column {
	  	width: 35%;
		float: left;
		padding-top: 30px;
		display: block;  }
		
	#maincontentnoside .left-column {
	  width: 60%;
	  float: left;
	  margin-right: 5%;
	  display: block;
	  box-sizing:border-box;   }

	#maincontentnoside .right-column {
	  	width: 35%;
		float: left;
		padding-top: 30px;
		display: block;
		box-sizing:border-box;  }

@media screen and (max-width: 768px) {
  #header {
    height: 90px; }
    #header .branding {
      padding: 20px 0px 10px 10px; }
    #header h1 {
      font-size: 1.6rem;
      padding: 18px 0 0 0; }
      #header h1 span.uppercase {
        font-size: 2rem; }

  .tertiary-button:after {
    right: 9px;
    top: 7px;
    height: 32px; }

  .mobile {
    display: block;
    position:fixed;
    height:100%;
    overflow:auto; }

  .no-mobile {
    display: none; }

  .desktop-nav {
    display: none; }
	
	#leftsidebar {
		display: none; }
	
	#breadcrumbs {
		display:none; }
		
	#maincontent {
		width: 95% !important;}

  .email-signup-container {
    padding: 30px 15px 60px;
    overflow: hidden; }
    .email-signup-container input[type="text"] {
      width: 95%; }
    .email-signup-container input[type="submit"] {
      right: 10px;
      text-transform: uppercase; }
    .email-signup-container ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-size: 16px;
      padding-left: 10px; }
    .email-signup-container ::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 16px;
      padding-left: 10px; }
    .email-signup-container :-ms-input-placeholder {
      /* IE 10+ */
      font-size: 16px;
      padding-left: 10px; }
    .email-signup-container :-moz-placeholder {
      /* Firefox 18- */
      font-size: 16px;
      padding-left: 10px; }

  .mobile-header {
    display: inline-flex;
    position: relative;
    top: -80px;
    right: 0;
    float: right;
	/*Long Login Button Fix - LM */
	height: -moz-fit-content;
	height: fit-content; }
    .mobile-header a {
      width: 48px;
      text-align: center; }
    .mobile-header .button.mobile-login {
      background: none;
      border: 1px solid #5B5B5B;
      color: #5B5B5B;
      text-transform: uppercase;
      padding: 4px;
      min-width: 0;
	  height: min-content;
	  max-height: 40px; }

  .mobile-menu {
    position: absolute;
    top: -1200px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006DAA;
    color: #fff;
    z-index: 10; }
    .mobile-menu a {
      color: #fff; }
    .mobile-menu .button.mobile-login {
      border: 1px solid #FFFFFF;
      background: #005a8c;
      color: #FFFFFF;
      height: 20px;
      margin: 24px 10px 0px 50px;
      min-width: 70px;
      padding: 5px 0px;
      text-transform: uppercase; }
    .mobile-menu header {
      background: #005a8c;
      display: inline-flex;
      width: 100%;
      height: 88px; }
      .mobile-menu header .search {
        margin: 22px 0px 0px 20px;
        width: 50%;
        position: relative; }
        .mobile-menu header .search .search-icon {
          position: absolute;
          top: 8px;
          right: -12px; }
        .mobile-menu header .search input[type=text] {
          width: 100%; }
        .mobile-menu header .search input[type=submit] {
          color: #fff;
          height: 25px;
          display: none; }
      .mobile-menu header .button {
        display: block;
        max-width: 75px;
        padding: 10px 0;
        text-align: center; }
      .mobile-menu header .menu-toggle {
        display: block;
        margin: 29px 0 0 20px; }
    .mobile-menu nav ul {
      margin: 0;
      padding: 0; }
      .mobile-menu nav ul .has-menu {
        position: relative; }
        .mobile-menu nav ul .has-menu:after {
          content: "&gt;";
          display: block;
          position: absolute;
          top: 10px;
          right: 10px;
          font-weight: bold; }
        .mobile-menu nav ul .has-menu .sub-menu {
          display: none; }
        .mobile-menu nav ul .has-menu.open .sub-menu {
          display: block;
          padding-left: 15px;
          margin-left: 15px; }
        .mobile-menu nav ul .has-menu.open:after {
          content: "X"; }
    .mobile-menu nav a {
      font-family: "GothamHTF-Book", sans-serif;
      font-size: 1.8rem;
      border-bottom: 1px solid #005a8c;
      display: block;
      width: 100%;
      height: 100%;
      line-height: 1;
      padding: 15px; }
    .mobile-menu footer ul.no-list {
      margin: 0;
      padding: 15px 0 0 0; }
      .mobile-menu footer ul.no-list li {
        padding: 0 15px 15px 15px; }
      .mobile-menu footer ul.no-list a {
        font-family: "GothamHTF-Book", sans-serif;
        text-transform: uppercase; }
    .mobile-menu .social-nav {
      list-style: none;
      margin: 0;
      padding: 15px; }
      .mobile-menu .social-nav li {
        display: inline-block;
        padding: 0 20px 0 0; }
		
	.hero-container .hero .bxslider li h2 {
	font-size: 2.6rem; }


  #footer .footer-nav {
    padding-top: 20px; }
  #footer img.logo {
    display: none; }
  #footer .footer-links {
    padding-left: 20px;
	top: 20px;
	float: left;
	width: 95%; }
    #footer .footer-links .col {
      width: 18%; }

  main {
    padding: 30px 10px; }

  .hero-container .secondary-button {
    display: table;
    margin-bottom: 10px;
	min-width: 125px; }
  .hero-container .aside-section:last-child .button {
    display: table; }

  .three-columns ul .list-content {
    margin-left: 0px; }

  .two-columns .two-thirds {
    display: block; }
    .two-columns .two-thirds div {
      padding-left: 10px; }
    .two-columns .two-thirds div:last-child {
      width: 100%;
      padding-bottom: 10px; } 
	  
  #maincontent .left-column {
	  width: auto;   }
	  
  #maincontent .right-column {
	  width: 100%; }
	  
  #maincontentnoside .left-column {
	  width: auto;
	  margin-right:0   }
	  
  #maincontentnoside .right-column {
	  width: 100%;
	  margin-right:0 }
	  
	  }
	  
@media screen and (max-width: 620px) {
  main {
    padding: 30px 0px 0px 0px;
    width: 100%; }

  .tertiary-button {
    width: 89%; }
    .tertiary-button :after {
      right: 9px;
      top: 7px;
      height: 32px; }

  .hero-container {
    display: block;
    width: 100%; }
    .hero-container .hero {
      display: block;
      width: 100%; }
      .hero-container .hero .bx-wrapper {
        border: none;}
      .hero-container .hero .bxslider li {
        padding: 10px 0 0 25px; }
        .hero-container .hero .bxslider li .button {
          width: 80%;
          text-transform: uppercase;
          text-align: center; }
      .hero-container .hero p {
        width: 95%; }
    .hero-container aside {
      width: 90%;
      margin: 0 auto;
      padding: 15px 0px;
      display: block; }
    .hero-container .aside-section {
      display: block;
      width: 100%;
      padding: 5% 0%;
      min-height: 0px; }
      .hero-container .aside-section p, .hero-container .aside-section div, .hero-container .aside-section h2 {
        padding: 0% 5%; }
      .hero-container .aside-section .inline p {
        padding-left: 0px; }
      .hero-container .aside-section:last-child .button {
        display: inline-flex; }
      .hero-container .aside-section .secondary-button {
        margin-left: 5%;
        display: inline-flex;
        min-width: 0px; }
		.hero-container .hero .bxslider li h2 {
			font-size: 2.6rem; }
		

  .three-columns {
    display: block;
    width: 100%; }
    .three-columns section.column {
      width: 90%;
      display: block;
      padding-left: 20px; }
    .three-columns .border {
      display: none; }

  .two-columns {
    display: block;
    width: 100%; }
    .two-columns &gt; section,
    .two-columns .two-thirds,
    .two-columns .one-third {
      width: 90%;
      display: block; }
      .two-columns &gt; section img,
      .two-columns .two-thirds img,
      .two-columns .one-third img {
        width: 95%; }
    .two-columns .two-thirds {
      padding: 3%; }
      .two-columns .two-thirds div:first-child, .two-columns .two-thirds div:last-child {
        width: 100%; }
    .two-columns .one-third {
      margin-right: 1px;
      width: 91%; }
      .two-columns .one-third a {
        margin: 5px auto;
        width: 87%; }

  #footer img.logo {
    top: 30px;
    display: none; }
  #footer .footer-links {
    display: block;
    width: 100%;
    padding: 30px 0px 0px 0px;
    margin: 0; }
    #footer .footer-links .col {
      display: block;
      width: 100%;
      padding-left: 20px; }
    #footer .footer-links &gt; h3 {
      padding-left: 20px; }
  #footer #mobile-privacy-terms {
    display: block; }
  #footer span[itemprop="streetAddress"] {
    display: table; }
  #footer &gt; h3 {
    display: none; }
  #footer .utility-nav {
    display: none;
    padding-left: 10px;
    margin: 0px; }
    #footer .utility-nav li {
      border: none;
      padding: 5px 0px; }
  #footer .trademark {
    float: none;
    padding-left: 15px; }
  #footer h3 {
    display: block; }
  #footer a.button {
    padding: 15px 30px;
	margin-bottom: 40px; }

  .tertiary-button {
    display: table;
    margin: 5px auto; }

  .border {
    margin: 10px; }

  .three-columns ul .list-content {
    margin-left: 10px;
    display: inline-block;
    width: 80%;
    position: relative;
    top: 10px; }

  .two-columns .two-thirds div:last-child {
    padding: 0px; } 
	
  #maincontent .left-column {
	  width: auto;   }
	  
  #maincontent .right-column {
	  width: 100%; }
	  
  #maincontentnoside .left-column {
	  width: auto;
	  margin-right:0   }
	  
  #maincontentnoside .right-column {
	  width: 100%;
	  margin-right:0; }
	}

/*# sourceMappingURL=styles.css.map */


/* Private Home Standards box list styles */
  .standards-list {
	float:left;
	padding:1% 4% !important;
	margin:1%;
	border:1px #ddd solid;
	border-radius:5px; 	}

/* Buttons, buttons, who's got the buttons */

.red-button {
  padding: 10px 20px;
  background: #EE2E24;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 1.5rem;
  border-radius: 2px;
  min-width: 50px;
  text-align: center;
  display:inline-block;
  border-style: none; }
  .button:hover {
    background: rgba(238, 46, 36, 0.8);
    transition: background 0.5s; }

.blue-button {
  padding: 10px 20px;
  background: #005A8C;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 1.5rem;
  border-radius: 2px;
  min-width: 50px;
  display: inline-block;
  text-align:center;
  margin-top: 2px;
  border-style: none; }

.grey-button {
  padding: 10px 20px;
  background: #babcbe;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 1.5rem;
  border-radius: 2px;
  min-width: 50px;
  display: inline-block;
  text-align:center;
  margin-top: 2px;
  border-style: none; }
  
.green-button {
  padding: 10px 20px;
  background: #0f8e48;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 1.5rem;
  border-radius: 2px;
  min-width: 50px;
  display: inline-block;
  text-align:center;
  margin-top: 2px;
  border-style: none; }</pre></body></html>