/* line 4, resources/sass/neat/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, resources/sass/neat/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/*------------------------------------------------------------------------------
Useful Mixins
------------------------------------------------------------------------------ */
/*
 * Create a centered isosceles triangle.
 */
/*------------------------------------------------------------------------------
CLEAR THE DECKS
------------------------------------------------------------------------------ */
/* line 1, resources/sass/partials/_reset.scss */
@font-face {
	font-family: 'Roboto';
	src: url('./fonts/Roboto-VariableFont_wdth,wght.woff2') format('woff2');
	font-weight: 200 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('./fonts/Roboto-Italic-VariableFont_wdth,wght.woff2') format('woff2');
	font-weight: 200 700;
	font-style: italic;
	font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-decoration: none;
}

/* line 10, resources/sass/partials/_reset.scss */
body {
  line-height: 1;
  /* set line-height multiplier to be used with font size*/
  color: black;
  background: #F0EBDD url(../givfts_images/givfts-background-graphic.png) 0 150px;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 18, resources/sass/partials/_reset.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 23, resources/sass/partials/_reset.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
}

/* line 28, resources/sass/partials/_reset.scss */
ol li {
  list-style-type: decimal;
  margin-left: 25px;
}

/* line 33, resources/sass/partials/_reset.scss */
ul li {
  list-style-type: disc;
  margin-left: 20px;
}

/* line 38, resources/sass/partials/_reset.scss */
div, aside, nav, header, section, footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------------------------------------------------------------------
SITE COLORS FOR REFERENCE
------------------------------------------------------------------------------*/
/* former
$turquoise: #286777;
$green: #55854f;
$blue: #374d8b;
*/
/*------------------------------------------------------------------------------
WEB.FONTS
------------------------------------------------------------------------------*/
/* line 1, resources/sass/partials/_typekit.scss */
p, li, td, label {
  font-family: "Roboto", Arial;
  font-weight: 300;
}

/* line 5, resources/sass/partials/_typekit.scss */
h1, h2, h3 {
  font-family: "Roboto", Arial;
  font-weight: 100;
}

/* line 9, resources/sass/partials/_typekit.scss */
h4, h5, h6 {
  font-family: "Roboto", Arial;
  font-weight: 300;
}

/*------------------------------------------------------------------------------
HTML PREFERENCES
------------------------------------------------------------------------------*/
/* line 4, resources/sass/partials/_type-specs.scss */
* {
  font-family: "Roboto", Arial;
  font-weight: 300;
}

/* line 9, resources/sass/partials/_type-specs.scss */
p, ul {
  margin-bottom: .6em;
}

/* line 13, resources/sass/partials/_type-specs.scss */
h1, h2, h3 {
  word-spacing: 0.25px;
  font-weight: 100;
  color: #25829a;
  line-height: 1.10em;
  font-weight: 100;
}

/* line 21, resources/sass/partials/_type-specs.scss */
h4, h5, h6 {
  word-spacing: 0.25px;
  font-weight: 300;
  line-height: 1.25em;
}

/* line 27, resources/sass/partials/_type-specs.scss */
p, a, li, td, label {
  line-height: 1.6em;
  font-weight: 300;
  color: #555555;
  font-size: 16px;
}

/* line 34, resources/sass/partials/_type-specs.scss */
h1 {
  font-size: 2.5em;
  margin-bottom: .5em;
}

/* line 39, resources/sass/partials/_type-specs.scss */
h2 {
  font-size: 2.0em;
  color: #509c47;
}

/* line 43, resources/sass/partials/_type-specs.scss */
h3 {
  font-size: 1.6em;
  color: #5c4893;
}

/* line 47, resources/sass/partials/_type-specs.scss */
h2, h3 {
  margin-bottom: .8em;
}

/* line 51, resources/sass/partials/_type-specs.scss */
h4 {
  font-size: 1.6em;
}

/* line 55, resources/sass/partials/_type-specs.scss */
h5 {
  font-size: 1.4em;
}

/* line 59, resources/sass/partials/_type-specs.scss */
h6 {
  font-size: 1.2em;
}

/* line 62, resources/sass/partials/_type-specs.scss */
a, i, em, b, strong, span, q {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

/* line 69, resources/sass/partials/_type-specs.scss */
b, strong {
  font-weight: 700;
}

/* line 73, resources/sass/partials/_type-specs.scss */
a:link, a:visited {
  color: #ef7f5d;
}

/* line 76, resources/sass/partials/_type-specs.scss */
a:hover {
  color: #cccccc;
}

/* line 80, resources/sass/partials/_type-specs.scss */
footer p {
  font-size: 14px;
}

/* line 83, resources/sass/partials/_type-specs.scss */
p.wrap span.invitation_code {
  color: #509c47;
}

/*------------------------------------------------------------------------------
SITE-WIDE BODY & DIVS
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
SITE-WIDE DIVS
------------------------------------------------------------------------------*/
/* line 4, resources/sass/partials/_site-wide-divs.scss */
.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  min-height: 800px;
  padding-bottom: 50px;
}

/* line 20, resources/sass/bourbon/addons/_clearfix.scss */
.container::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  /* line 4, resources/sass/partials/_site-wide-divs.scss */
  .container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

/*------------------------------------------------------------------------------
DIVS
------------------------------------------------------------------------------*/
/* line 22, resources/sass/partials/_site-wide-divs.scss */
header, nav {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 20px;
}

/* line 20, resources/sass/bourbon/addons/_clearfix.scss */
header::after, nav::after {
  clear: both;
  content: "";
  display: table;
}

/* line 28, resources/sass/partials/_site-wide-divs.scss */
header {
  padding-top: 1.25rem;
  margin-bottom: 0;
}

/* line 33, resources/sass/partials/_site-wide-divs.scss */
section {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  overflow: hidden;
}

/* line 41, resources/sass/partials/_site-wide-divs.scss */
.hero {
  max-width: 1000px;
  width: 100%;
}

/* line 45, resources/sass/partials/_site-wide-divs.scss */
.logo {
  float: right;
  margin: 0 100px 0 0;
  width: 220px;
}

@media screen and (max-width: 768px) {
  /* line 45, resources/sass/partials/_site-wide-divs.scss */
  .logo {
    margin: 0;
    float: left;
  }
}

@media screen and (max-width: 480px) {
  /* line 45, resources/sass/partials/_site-wide-divs.scss */
  .logo {
    width: 12.5rem;
  }
}

/* line 59, resources/sass/partials/_site-wide-divs.scss */
.main_column {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 0;
  width: 470px;
}

/* line 66, resources/sass/partials/_site-wide-divs.scss */
footer {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 10px auto 100px auto;
  text-align: center;
}

/* line 20, resources/sass/bourbon/addons/_clearfix.scss */
footer::after {
  clear: both;
  content: "";
  display: table;
}

/* line 56, resources/sass/givfts.scss */
.mobile-only {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 56, resources/sass/givfts.scss */
  .mobile-only {
    display: initial;
  }
}

/* line 64, resources/sass/givfts.scss */
.mask {
  display: none;
}

/* line 1, resources/sass/partials/_templates.scss */
.sharing {
  z-index: 99;
  height: 28px;
  width: 150px;
}

/* line 6, resources/sass/partials/_templates.scss */
.sharing li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* --- start boxes --*/
/* line 15, resources/sass/partials/_templates.scss */
.roles {
  margin-left: 50px;
}

/* --- end boxes --*/
/* line 20, resources/sass/partials/_templates.scss */
.subpage header {
  height: 200px;
}

/* line 23, resources/sass/partials/_templates.scss */
.subpage .sidebar {
  /*divs are globally set above to display: inline-block and vertical-align: top */
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 240px;
  min-height: 400px;
  padding: 20px;
}

/* line 32, resources/sass/partials/_templates.scss */
.subpage .main_column {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 0 0;
  width: 470px;
}

/* line 40, resources/sass/partials/_templates.scss */
table.list {
  margin: 0 0 40px 0;
  width: 100%;
}

/* line 44, resources/sass/partials/_templates.scss */
table.list td, table.list th {
  padding: 4px 0 4px 4px;
}

/* line 47, resources/sass/partials/_templates.scss */
table.list th {
  background: #F0EBDD;
}

/* line 50, resources/sass/partials/_templates.scss */
table.list th:nth-last-of-type(1), table.list td:nth-last-of-type(1) {
  text-align: center;
  width: 15%;
}

/* line 56, resources/sass/partials/_templates.scss */
.table_sorter tr th {
  color: #ab9453;
}

/* line 60, resources/sass/partials/_templates.scss */
p.wrap.list {
  margin-left: 0;
}

/* line 63, resources/sass/partials/_templates.scss */
.updated_message {
  color: #25829a;
}

/* line 67, resources/sass/partials/_templates.scss */
.stars, span.stars i {
  color: #ffcc00;
  font-size: 12px;
}

/* line 71, resources/sass/partials/_templates.scss */
a.claim.small_button {
  background-color: #aaa;
}

/* line 74, resources/sass/partials/_templates.scss */
a.claim.small_button.green {
  background-color: #509c47;
}

/* line 79, resources/sass/partials/_templates.scss */
.Gift_list h4 {
  font-weight: 100;
  font-size: 1.4em;
}

/* line 83, resources/sass/partials/_templates.scss */
.Member p.welcome {
  margin-bottom: 30px;
}

/* line 87, resources/sass/partials/_templates.scss */
.Group_list p.welcome {
  border: 1px solid #509c47;
  padding: 6px 12px;
  margin-bottom: 20px;
}

/* line 92, resources/sass/partials/_templates.scss */
.Group_list h3 + p {
  margin: 20px 0 20px 0;
}

/* line 96, resources/sass/partials/_templates.scss */
h3 span {
  font-size: 16px;
  float: right;
}

/* line 102, resources/sass/partials/_templates.scss */
.container #policy,
.container #help,
.container #about {
  display: none;
}

/* line 109, resources/sass/partials/_templates.scss */
#policy, #help, #about {
  position: relative;
  width: 700px;
  height: 700px;
  padding: 30px 60px 60px 40px;
  /*    border: 9px solid #dcb228; */
  background: #fff;
}

/* line 118, resources/sass/partials/_templates.scss */
#help h3 {
  margin-bottom: .3em;
  margin-top: .8em;
  color: #a1424a;
}

/* line 123, resources/sass/partials/_templates.scss */
#policy ol + h3, #help ol + h3 {
  margin: 20px 0 0 0;
}

/* line 126, resources/sass/partials/_templates.scss */
div#fancybox-content {
  width: 800px;
}

/* line 129, resources/sass/partials/_templates.scss */
#fancybox-wrap #fancybox-close {
  right: -40px;
  top: -20px;
  background: transparent url("/images/close-grey-circle.png") 0px -8px no-repeat;
  width: 60px;
  height: 60px;
}

/* line 137, resources/sass/partials/_templates.scss */
span.emailaddress {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: inherit;
  text-transform: lowercase;
  padding-left: 0;
}

/* line 143, resources/sass/partials/_templates.scss */
.follow_mouse tr:hover td {
  background-color: #eee;
}

/* line 146, resources/sass/partials/_templates.scss */
div#left_column {
  float: left;
  max-width: 100%;
  width: 450px;
}

/* line 151, resources/sass/partials/_templates.scss */
div#right_column {
  float: left;
  max-width: 100%;
  width: 300px;
  margin: 0;
}

/* line 157, resources/sass/partials/_templates.scss */
span.unencrypted {
  display: none;
}

/* line 160, resources/sass/partials/_templates.scss */
.spinner {
  padding-top: 4px;
}

/* line 163, resources/sass/partials/_templates.scss */
#my_notes {
  height: 400px;
}

/* line 166, resources/sass/partials/_templates.scss */
.my_notes {
  display: none;
}

/*----- group.tmpl ---*/
/* line 170, resources/sass/partials/_templates.scss */
#right_column h3:nth-last-of-type(1) {
  margin-top: 40px;
}

/* line 173, resources/sass/partials/_templates.scss */
#right_column p.button {
  margin-top: 20px;
}

/* line 177, resources/sass/partials/_templates.scss */
.marklet {
  background: url("../givfts_images/givfts-bookmarklet.png");
  text-indent: -999em;
  display: inline-block;
  width: 7.5rem;
  height: 3.875rem;
}

/* line 185, resources/sass/partials/_templates.scss */
.updated_date {
  font-size: 12px;
}

/* line 1, resources/sass/partials/_home.scss */
.Home {
  background: #fff;
  /* --- start type specs --*/
  /* --- end type specs --*/
  /* --- end buttons --*/
}

/* line 3, resources/sass/partials/_home.scss */
.Home .logo {
  width: 220px;
  float: left;
}

@media screen and (max-width: 768px) {
  /* line 3, resources/sass/partials/_home.scss */
  .Home .logo {
    float: none;
    margin: 0 auto 0.625rem;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  /* line 3, resources/sass/partials/_home.scss */
  .Home .logo {
    margin-top: 10px;
  }
}

/* line 18, resources/sass/partials/_home.scss */
.Home .login {
  float: right;
  margin: 0;
}

@media screen and (max-width: 768px) {
  /* line 18, resources/sass/partials/_home.scss */
  .Home .login {
    font-size: 17px;
    text-align: right;
    margin-right: 17px;
    float: none;
  }
}

/* line 33, resources/sass/partials/_home.scss */
.Home h1, .Home h2 {
  word-spacing: 0.25px;
  font-weight: 100;
  color: #25829a;
  line-height: 1.10em;
  margin-bottom: .3em;
  margin-top: 1.2em;
  text-align: center;
}

/* line 42, resources/sass/partials/_home.scss */
.Home h3, .Home h4, .Home h5, .Home h6 {
  word-spacing: 0.25px;
  font-weight: 100;
  line-height: 1.25em;
  margin-bottom: .3em;
  margin-top: 1.2em;
}

/* line 49, resources/sass/partials/_home.scss */
.Home h4 {
  font-size: 1.3em;
  color: #ef7f5d;
  font-weight: 100;
  text-align: center;
}

/* line 55, resources/sass/partials/_home.scss */
.Home i.fa {
  padding: 0 10px 0 10px;
}

/* line 56, resources/sass/partials/_home.scss */
.Home h1 {
  margin-top: .5em;
  font-size: 3.2em;
  margin-bottom: .5em;
}

@media screen and (max-width: 480px) {
  /* line 56, resources/sass/partials/_home.scss */
  .Home h1 {
    font-size: 2em;
  }
}

/* line 66, resources/sass/partials/_home.scss */
.Home h2 {
  font-size: 2.0em;
}

/* line 71, resources/sass/partials/_home.scss */
.Home p {
  font-size: 18px;
  margin-bottom: 1.0em;
  margin-top: .3em;
  line-height: 1.5em;
  color: #555555;
}

/* line 79, resources/sass/partials/_home.scss */
.Home p span.colorize {
  color: #ef7f5d;
}

/* line 83, resources/sass/partials/_home.scss */
.Home .top {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px;
}

/* line 20, resources/sass/bourbon/addons/_clearfix.scss */
.Home .top::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  /* line 83, resources/sass/partials/_home.scss */
  .Home .top {
    padding: 10px 25px;
  }
}

/* line 94, resources/sass/partials/_home.scss */
.Home .top .headline {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  /* line 99, resources/sass/partials/_home.scss */
  .Home .top .hero {
    width: 185%;
    margin-left: -112px;
  }
}

/* line 107, resources/sass/partials/_home.scss */
.Home .how {
  background-color: #ef7f5d;
}

/* line 110, resources/sass/partials/_home.scss */
.Home .how h2 {
  margin: 30px 0 15px 0;
}

/* line 114, resources/sass/partials/_home.scss */
.Home .how h2, .Home .how h3, .Home .how p {
  color: white;
}

/* line 118, resources/sass/partials/_home.scss */
.Home .how img {
  display: block;
  margin: 0 auto;
}

/* line 123, resources/sass/partials/_home.scss */
.Home .how .wishlist {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 31.914893617%;
}

/* line 89, resources/sass/neat/grid/_span-columns.scss */
.Home .how .wishlist:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  /* line 123, resources/sass/partials/_home.scss */
  .Home .how .wishlist {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 100%;
  }
  /* line 89, resources/sass/neat/grid/_span-columns.scss */
  .Home .how .wishlist:last-child {
    margin-right: 0;
  }
}

/* line 130, resources/sass/partials/_home.scss */
.Home .how .share_it {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 31.914893617%;
  float: left;
}

/* line 89, resources/sass/neat/grid/_span-columns.scss */
.Home .how .share_it:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  /* line 130, resources/sass/partials/_home.scss */
  .Home .how .share_it {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 100%;
  }
  /* line 89, resources/sass/neat/grid/_span-columns.scss */
  .Home .how .share_it:last-child {
    margin-right: 0;
  }
}

/* line 139, resources/sass/partials/_home.scss */
.Home .how .giving {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 31.914893617%;
  float: left;
}

/* line 89, resources/sass/neat/grid/_span-columns.scss */
.Home .how .giving:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  /* line 139, resources/sass/partials/_home.scss */
  .Home .how .giving {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 100%;
  }
  /* line 89, resources/sass/neat/grid/_span-columns.scss */
  .Home .how .giving:last-child {
    margin-right: 0;
  }
}

/* line 150, resources/sass/partials/_home.scss */
.Home .your_own {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: center;
}

/* line 20, resources/sass/bourbon/addons/_clearfix.scss */
.Home .your_own::after {
  clear: both;
  content: "";
  display: table;
}

/* line 155, resources/sass/partials/_home.scss */
.Home .your_own img {
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  /* line 155, resources/sass/partials/_home.scss */
  .Home .your_own img {
    width: 30%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  /* line 150, resources/sass/partials/_home.scss */
  .Home .your_own {
    padding: 10px 25px;
  }
}

/* line 169, resources/sass/partials/_home.scss */
.Home .start {
  background-color: #25829a;
}

/* line 172, resources/sass/partials/_home.scss */
.Home .start h2, .Home .start p {
  color: white;
  text-align: center;
}

/* line 178, resources/sass/partials/_home.scss */
.Home .content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 45px 0;
}

/* line 20, resources/sass/bourbon/addons/_clearfix.scss */
.Home .content::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  /* line 178, resources/sass/partials/_home.scss */
  .Home .content {
    padding: 10px 25px;
  }
}

/* line 187, resources/sass/partials/_home.scss */
.Home .button {
  font-family: "Roboto", verdana;
  text-transform: uppercase;
  font-weight: 300;
  background-color: #dcb228;
  color: #fff;
  padding: 12px 30px;
  font-size: 20px;
  letter-spacing: .1em;
}

/* line 199, resources/sass/partials/_home.scss */
.Home .infographic {
  margin: 30px 0 30px 80px;
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 199, resources/sass/partials/_home.scss */
  .Home .infographic {
    margin: 30px auto;
    display: block;
  }
}

/* line 209, resources/sass/partials/_home.scss */
.Home #hero_buttons {
  position: absolute;
  left: 40px;
  top: 288px;
  /* -12px for the padding that wasn't accounted for in the previous css*/
  width: 240px;
  height: 200px;
  z-index: 99;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 209, resources/sass/partials/_home.scss */
  .Home #hero_buttons {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  /* line 228, resources/sass/partials/_home.scss */
  .Home #hero_buttons .button {
    margin-left: 1rem;
  }
}

/* line 233, resources/sass/partials/_home.scss */
.Home #hero_buttons .button {
  border: 1px solid #fff;
  margin-bottom: 28px;
  display: inline-block;
}

/* line 238, resources/sass/partials/_home.scss */
.Home #hero_buttons .button:nth-of-type(2) {
  background-color: #dcb228;
}

/* line 245, resources/sass/partials/_home.scss */
.Home #bottom-signup-n-login {
  position: relative;
  margin: 60px auto;
  width: 640px;
  max-width: 100%;
}

/* line 251, resources/sass/partials/_home.scss */
.Home #bottom-signup-n-login p a.button:hover {
  opacity: .7;
}

/* line 254, resources/sass/partials/_home.scss */
.Home #bottom-signup-n-login p a.button {
  background-color: #dcb228;
  border-bottom: 1px solid #a68721;
  border-top: 1px solid #efd170;
}

/* line 259, resources/sass/partials/_home.scss */
.Home #bottom-signup-n-login p a.button:hover {
  border-top: 1px solid #6a6a6a;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 480px) {
  /* line 254, resources/sass/partials/_home.scss */
  .Home #bottom-signup-n-login p a.button {
    line-height: 3.2em;
  }
}

/* line 270, resources/sass/partials/_home.scss */
.Home a + span {
  padding: 0 20px;
  font-size: 20px;
  text-transform: uppercase;
}

/* line 276, resources/sass/partials/_home.scss */
.Home .sharing {
  margin: 0 auto;
  width: 500px;
}

/* line 281, resources/sass/partials/_home.scss */
.Home footer p {
  font-size: 14px;
  padding: 10px 15px;
}

/* line 285, resources/sass/partials/_home.scss */
.Home a + span.emailaddress {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: inherit;
  text-transform: lowercase;
  padding-left: 0;
  font-size: 14px;
}

/* line 1, resources/sass/partials/_custom_form.scss */
.tooltipsy {
  padding: 10px;
  max-width: 200px;
  color: #fff;
  background-color: #888;
  /*  border: 1px solid #deca7e; */
}

/* line 8, resources/sass/partials/_custom_form.scss */
div.form {
  padding: 0 4px;
}

/* line 11, resources/sass/partials/_custom_form.scss */
a.button, input.button, a.small_button, input.small_button {
  font-family: "Roboto", verdana;
  padding: 9px 20px 8px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: .1em;
  color: #fff;
  background-color: #25829a;
}

/* line 21, resources/sass/partials/_custom_form.scss */
a.small_button, input.small_button {
  padding: 4px 10px 3px;
  font-size: 13px;
  line-height: 38px;
  background-color: #888;
}

/* line 27, resources/sass/partials/_custom_form.scss */
p.success {
  font-family: "Roboto", verdana;
  font-size: 15px;
  margin: 20px 0 20px 0;
  padding-left: 0;
  font-weight: 300;
  color: #25829a;
  background: none;
  line-height: 1.6em;
  width: 100%;
}

/* line 38, resources/sass/partials/_custom_form.scss */
#msgs .submit_button_row {
  padding: 0 20px;
}

/* line 41, resources/sass/partials/_custom_form.scss */
input, textarea, .label, .blabel, select, option {
  font-family: "Roboto", verdana;
  font-size: 15px;
}

/* line 45, resources/sass/partials/_custom_form.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  box-shadow: 0px 0px 4px 1px rgba(77, 81, 232, 0.5);
}

/* line 52, resources/sass/partials/_custom_form.scss */
textarea {
  max-width: 100%;
}

/* line 56, resources/sass/partials/_custom_form.scss */
p.wrap, p.wrap span {
  font-family: "Roboto", verdana;
  font-size: 15px;
  line-height: 20px;
}

/* line 61, resources/sass/partials/_custom_form.scss */
.blabel {
  font-weight: 700;
}

/* line 64, resources/sass/partials/_custom_form.scss */
span.invitation_code {
  color: #ef7f5d;
}

/* line 67, resources/sass/partials/_custom_form.scss */
#msgs blockquote {
  margin: 0 0 0 30px;
  line-height: 1.3em;
  color: #ef7f5d;
}

/* line 72, resources/sass/partials/_custom_form.scss */
p.submit_button_row {
  margin-top: 20px;
}

/* line 75, resources/sass/partials/_custom_form.scss */
input#price {
  width: 100px;
  text-align: right;
}

/* line 79, resources/sass/partials/_custom_form.scss */
input#priority {
  width: 25px;
}

/* line 82, resources/sass/partials/_custom_form.scss */
form#forgot {
  margin-top: 40px;
}

/* line 85, resources/sass/partials/_custom_form.scss */
p.space_below {
  margin-bottom: 40px;
}

/* line 88, resources/sass/partials/_custom_form.scss */
.ui-tooltip, .arrow:after {
  background: #777;
}

/* line 91, resources/sass/partials/_custom_form.scss */
.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 4px;
  font-weight: 300;
  font: "Roboto", verdana;
  font-size: 15px;
  line-height: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 250px;
  border: none;
  letter-spacing: .05em;
}

/* line 105, resources/sass/partials/_custom_form.scss */
.footnote {
  font-size: 13px;
  font-style: italic;
  margin: 20px 0;
}

/* line 111, resources/sass/partials/_custom_form.scss */
#aday, #bday {
  width: 75px;
}

/* line 114, resources/sass/partials/_custom_form.scss */
#amonth, #bmonth {
  width: 150px;
}

/* line 117, resources/sass/partials/_custom_form.scss */
.readonly {
  background: #eee;
  color: #999;
}

/* line 121, resources/sass/partials/_custom_form.scss */
span.unencrypted {
  display: none;
}

/*------------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------------*/
/* line 4, resources/sass/partials/_menu.scss */
nav {
  float: left;
  margin-bottom: 10px;
  height: 25px;
}

@media screen and (max-width: 768px) {
  /* line 4, resources/sass/partials/_menu.scss */
  nav {
    background: #F0EBDD;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: -1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    left: -999rem;
    left: -200vw;
    z-index: 99;
  }
  /* line 24, resources/sass/partials/_menu.scss */
  nav.open {
    left: 0;
  }
  /* line 28, resources/sass/partials/_menu.scss */
  nav ul#menuh {
    float: none;
    display: block;
    margin-right: 0;
  }
  /* line 34, resources/sass/partials/_menu.scss */
  nav ul#menuh li {
    display: block;
    float: none;
    padding: 1.25rem;
  }
  /* line 40, resources/sass/partials/_menu.scss */
  nav ul#menuh li a {
    padding: 0;
    font-size: 1.5rem;
  }
}

/* line 49, resources/sass/partials/_menu.scss */
nav #menuh {
  float: right;
  margin-right: 100px;
  display: inline;
  list-style: none;
  /*----- BELOW THREE DIVS CONTROL ALL LIST ITEMS -----*/
}

/* line 55, resources/sass/partials/_menu.scss */
nav #menuh li {
  float: left;
  margin: 0;
  list-style: none;
}

/* line 60, resources/sass/partials/_menu.scss */
nav #menuh li:nth-of-type(1) a {
  padding: 5px 15px 0 0;
}

/* line 64, resources/sass/partials/_menu.scss */
nav #menuh li a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #5c4893;
  text-decoration: none;
  padding: 5px 15px;
}

/* line 74, resources/sass/partials/_menu.scss */
nav #menuh li a.current_top_menu_item {
  color: #509c47;
}

/* line 81, resources/sass/partials/_menu.scss */
nav .menu-toggle {
  float: none;
  border: none;
  margin: 0;
  font-size: 3rem;
}

/* line 91, resources/sass/partials/_menu.scss */
.menu-toggle,
.menu-toggle:link {
  padding: 0.4375rem 0.9375rem;
  border: 1px solid #555555;
  float: right;
  margin-top: 2.75rem;
  color: #555555;
  text-transform: uppercase;
  cursor: pointer;
}
