@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: helvetica;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: helvetica;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477DCA;
  text-decoration: none;
}
a:hover {
  color: rgb(43.9430379747, 88.7151898734, 152.5569620253);
}
a:active, a:focus {
  color: rgb(43.9430379747, 88.7151898734, 152.5569620253);
  outline: none;
}

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

.small_footer_text {
  font-size: 0.7em;
  color: #726f6f;
}

.small_link_text {
  font-size: 0.7em;
}

.flash-alert {
  background-color: #FFF6BF;
  color: rgb(140, 120.3125, 0);
  padding: 0.75em;
  text-align: center;
}
.flash-alert a {
  color: rgb(89, 76.484375, 0);
  text-decoration: underline;
}
.flash-alert a:focus, .flash-alert a:hover {
  color: black;
}

.flash-error {
  background-color: #FBE3E4;
  color: rgb(150.5, 21.5, 26.875);
  padding: 0.75em;
  text-align: center;
}
.flash-error a {
  color: rgb(105.875, 15.125, 18.90625);
  text-decoration: underline;
}
.flash-error a:focus, .flash-error a:hover {
  color: rgb(16.625, 2.375, 2.96875);
}

.flash-notice {
  background-color: rgb(229.3797468354, 236.8987341772, 247.6202531646);
  color: rgb(38.2405063291, 77.2025316456, 132.7594936709);
  padding: 0.75em;
  text-align: center;
}
.flash-notice a {
  color: rgb(26.835443038, 54.1772151899, 93.164556962);
  text-decoration: underline;
}
.flash-notice a:focus, .flash-notice a:hover {
  color: rgb(4.0253164557, 8.1265822785, 13.9746835443);
}

.flash-success {
  background-color: #E6EFC2;
  color: rgb(85.7662337662, 100.6103896104, 26.3896103896);
  padding: 0.75em;
  text-align: center;
}
.flash-success a {
  color: rgb(51.3246753247, 60.2077922078, 15.7922077922);
  text-decoration: underline;
}
.flash-success a:focus, .flash-success a:hover {
  color: black;
}

/* Phoenix's flash kinds are :info/:error, not Rails' :notice/:alert/etc.,
   so .flash-info has no match above without this — it rendered as plain
   text. Styled the same as .flash-success since :info is used here for
   confirmations ("created successfully", "Welcome back!"), not neutral
   notices. */
.flash-info {
  background-color: #E6EFC2;
  color: rgb(85.7662337662, 100.6103896104, 26.3896103896);
  padding: 0.75em;
  text-align: center;
}
.flash-info a {
  color: rgb(51.3246753247, 60.2077922078, 15.7922077922);
  text-decoration: underline;
}
.flash-info a:focus, .flash-info a:hover {
  color: black;
}

.flash {
  display: grid;
  grid-area: flash;
}

.checkboxes label {
  display: block;
  float: left;
  padding-right: 10px;
  padding-left: 22px;
  text-indent: -22px;
}

.checkboxes input {
  vertical-align: middle;
}

.blue-background {
  background: linear-gradient(-90deg, #47708E 0%, #82AFCC 47%, #4A7793 100%);
}

.banner h1 {
  color: #ffffff;
  text-shadow: 0 emCalc(1px) emCalc(1px) rgba(0, 0, 0, 0.5);
}
.banner {
  border-radius: 1em 1em 0 0;
  -moz-box-shadow: inset 0 0 0.625em #000000;
  -webkit-box-shadow: inset 0 0 0.625em #000000;
  box-shadow: inset 0 0 10px #000000;
  padding: 0.625em;
  border: 2px solid #8fc0e0;
  border-bottom: 0;
}

.hero p {
  color: white;
}

.top-margin {
  margin-top: 1.5625em;
}

.body-background {
  border-top: 2px solid white;
  background-image: -o-linear-gradient(-90deg, #CECCCA 0%, #FFFFFF 12%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(-90deg, #CECCCA 0%, #FFFFFF 12%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(-90deg, #CECCCA 0%, #FFFFFF 12%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(-90deg, #CECCCA 0%, #FFFFFF 12%, #FFFFFF 100%);
  background-image: linear-gradient(-180deg, #CECCCA 0%, #FFFFFF 12%, #FFFFFF 100%);
}

.text-background {
  background: white;
  padding: 0.625em;
  margin-bottom: 1.5625em;
  border: 2px solid #b9bec0;
  border-bottom-radius: 1em;
  border-top: 0;
  -moz-box-shadow: 0.0625em 0.0625em 0.125em 0.125em #ccc;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0.125em #ccc;
  box-shadow: 0.0625em 0.0625em 0.1875em 0.125em #ccc;
}
.text-background h2, .text-background h3, .text-background h4 {
  color: #007CC4;
}
.text-background p {
  margin: 0;
}
@media all and (max-width: 500px) {
  .text-background h2 {
    line-height: 1.2em;
  }
}

/* ====== global styles ====== */
body {
  font-family: calibri, sans-serif;
  font-size: 100%;
  line-height: 1.125em; /* 16×1.125=18 */
}

p, h1, h2, h3, h4, h5, h6, li {
  margin: 1ex, 1em;
}

h1, h2, h3 {
  font-weight: normal;
}

.copyright {
  grid-area: copyright;
  padding-left: 1.375em;
  background-color: #333333;
  border-top-style: solid;
  border-top-color: #1d1d1d;
}
.copyright p {
  margin-top: 0.625em;
  color: #858181;
  font-size: 0.7em;
}
.copyright a {
  text-decoration: none;
  color: #858181;
}

.twitter {
  grid-area: twitter;
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
  padding: 1em 0;
  font-size: 0.9em;
  color: #787878;
  background-color: #f3f3f3;
  border-radius: 0.375em;
}

.ollie {
  flex: 0.063;
  flex-shrink: 1;
  align-self: flex-end;
  margin-bottom: -0.75em;
}

.tweet {
  flex: 0.682;
  flex-shrink: 1;
  align-self: center;
  padding-left: 1em;
  border-right: 1px solid #bcbaba;
}

.twitter_follow {
  flex: 0.254;
  flex-shrink: 1;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.twitter-timeline {
  background-color: #f3f3f3;
}

.footer-content {
  grid-area: cfooter;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "feeds trustmarks contact-form contact-form";
  background-color: #333333;
}
.footer-content h4 {
  font-family: calibri, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.6em;
  color: #a6a6a6;
  margin: 0;
}
.footer-content h3 {
  font-family: calibri, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  color: #ccd7dc;
  margin: 0;
}

.blogfeed {
  grid-area: feeds;
  margin-top: 1.25em;
  padding: 0.625em;
  padding-left: 1.375em;
}

.social_links {
  font-size: 0.7em;
  color: #726f6f;
}

.rss-items {
  padding: 0;
  margin: 0.625em 0;
}

.rss-items li {
  list-style-type: none;
}

.rss-item {
  font-size: 0.8em;
  text-decoration: none;
  color: #519ed4;
}

.rss-date {
  font-size: 0.7em;
  color: #726f6f;
}

.trustmarks {
  grid-area: trustmarks;
  margin-top: 1.25em;
  padding-right: 1.25em;
}

.contact-form {
  grid-area: contact-form;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25em;
  padding: 0.625em;
}

.headings {
  flex: 1 1 100%;
}

.left-form {
  flex: 1;
}
.left-form input {
  width: 95%;
  margin: 0.25em 0;
  border-radius: 0.3125em;
}
.left-form input:first-child {
  margin-top: 1em;
}
.left-form input:last-child {
  margin-top: 1em;
  width: 40%;
}

.right-form {
  flex: 1;
  font-size: 0.75em;
  padding: 0;
}
.right-form fieldset {
  margin-top: 1.25em;
  height: 90%;
}
.right-form .text-area {
  height: 65%;
  width: 95%;
}

fieldset {
  background-color: #333333;
  border: none;
  margin: 0;
  padding: 0;
}

.text-area {
  overflow: hidden;
  border-style: solid;
  border-radius: 0.625em;
}

.click {
  display: inline-block;
  *display: inline;
  color: #666;
  font-size: 0.8em;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  padding: 0.8em;
  background-color: #d3d3d3;
  background-image: url("http://d.cyhung.net/images/btn-overlay.png");
  background-image: -moz-linear-gradient(top, rgb(236.5, 236.5, 236.5), #d3d3d3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(236.5, 236.5, 236.5)), to(#d3d3d3));
  background-image: -webkit-linear-gradient(top, rgb(236.5, 236.5, 236.5), #d3d3d3);
  background-image: -o-linear-gradient(top, rgb(236.5, 236.5, 236.5), #d3d3d3);
  background-image: linear-gradient(to bottom, rgb(236.5, 236.5, 236.5), #d3d3d3);
  background-repeat: repeat-x;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.click:hover {
  background-color: #d3d3d3;
  color: #666;
  text-decoration: none;
  background-position: 0 -99px;
}

@media all and (max-width: 500px) {
  .footer-content {
    grid-template-columns: 1fr;
    grid-template-areas: "contact-form" "feeds";
    margin-top: 1em;
  }
  .right-form {
    order: 2;
  }
  .right-form .text-area {
    height: 6.25em;
  }
  .left-form {
    flex: 0 1 auto;
    order: 3;
  }
  .contact-form {
    width: 100%;
  }
}
.bpg-logo {
  grid-area: logo;
  max-width: 18.75em;
  display: flex;
  align-items: center;
  margin: 1em 0;
}

/* Explicit sizing for the header SVGs: none of them have an unambiguous
   intrinsic size (user.svg's width/height are percentages, ca.svg has
   none at all), which Chrome and Safari resolve differently, distorting
   these icons in Safari specifically without a CSS size to fall back on. */
.logo {
  max-width: 100%;
  height: auto;
}

/* Flexbox instead of vertical-align: on a line with only images and no
   text, browsers can disagree on the invisible line-box "strut" height
   used to resolve vertical-align, which misaligned these in Safari even
   with matched heights. align-items is deterministic across browsers. */
.icon-row {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.25em;
}

.user {
  width: 1.5em;
  height: 1.5em;
}

.flag {
  height: 1.5em;
  width: auto;
}

.contact {
  grid-area: contact;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contact a {
  text-decoration: none;
  font-size: 0.85em;
}

.number {
  color: #fc7522;
  font-weight: bold;
  font-size: 1.5em;
}

.call {
  color: #839da8;
}

.telephone-number {
  line-height: 0.5em;
  padding-left: 0.5em;
  padding-top: 2em;
}

.sign-in-link {
  text-align: right;
  margin-top: 0.5em;
}

.sign-in-link .logout-form {
  display: inline;
}

.sign-in-link .link-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  color: #477dca;
}

.sign-in-link .link-button:hover {
  color: rgb(43.9430379747, 88.7151898734, 152.5569620253);
}

@media only all and (min-width: 768px) and (max-width: 1024px) {
  .bpg-logo {
    margin-left: 1em;
  }
  .contact {
    margin-right: 1em;
  }
}
@media all and (max-width: 500px) {
  .bpg-logo {
    max-width: none;
    justify-content: center;
  }
  .contact {
    justify-content: space-around;
  }
}
.bottom-heading {
  padding-left: 0.625em;
  background: rgba(255, 255, 255, 0.1);
}
.bottom-heading h1 {
  color: #ffffff;
  text-shadow: 0 emCalc(1px) emCalc(1px) rgba(0, 0, 0, 0.5);
}
.bottom-heading {
  -moz-box-shadow: 0.0625em 0.0625em 0.125em 0.125em #5a7a95;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0.125em #5a7a95;
  box-shadow: 0.0625em 0.0625em 0.1875em 0.125em #5a7a95;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border: 2px solid #8fc0e0;
  border-bottom: 0;
  width: 80%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 500px) {
  .bottom-heading {
    width: 95%;
  }
  .bottom-heading h1 {
    line-height: 1.25em;
  }
}

.top-heading {
  padding-left: 0.625em;
  margin-bottom: 0.625em;
  background: rgba(255, 255, 255, 0.1);
}
.top-heading h1 {
  color: #ffffff;
  text-shadow: 0 emCalc(1px) emCalc(1px) rgba(0, 0, 0, 0.5);
}
.top-heading {
  -moz-box-shadow: 0.0625em 0.0625em 0.125em 0.125em #5a7a95;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0.125em #5a7a95;
  box-shadow: 0.0625em 0.0625em 0.1875em 0.125em #5a7a95;
  border-radius: 0 0 1em 1em;
  border: 2px solid #8fc0e0;
  border-top: 0;
  width: 80%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 500px) {
  .top-heading {
    width: 95%;
  }
}

/* ====== main body columns ======*/
.first-card {
  grid-area: card1;
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  margin-bottom: 1em;
}

.second-card {
  grid-area: card2;
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  margin-bottom: 1em;
}

.third-card {
  grid-area: card3;
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
.third-card img {
  margin-top: 1em;
}
.third-card {
  margin-bottom: 1em;
}

.fourth-card {
  grid-area: card4;
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  margin-bottom: 1em;
}

.card-heading h2 {
  color: #FFFFFF;
  text-shadow: 0 emCalc(1px) emCalc(1px) rgba(0, 0, 0, 0.5);
}
.card-heading {
  min-height: 6.875em;
  line-height: 1.5;
  border-top-right-radius: 1.5625em;
  border-top-left-radius: 1.5625em;
  border: 0.0625em solid #95cce8;
  border-bottom: none;
  border-left: none;
  background-color: #477995;
  padding: 0.625em;
}

.card-body {
  flex: 1;
  background-color: #f3f3f3;
  border-right: 0.0625em solid #b9bec0;
  color: #666666;
  padding: 0.625em;
}
.card-body a {
  color: #c17d43;
  font-weight: bold;
  text-decoration: none;
}
.card-body a:hover {
  color: #b23e64;
}
.card-body img {
  margin-right: 0.3125em;
  float: left;
}

@media all and (max-width: 500px) {
  .card-heading {
    min-height: 0;
  }
}
.hero {
  grid-area: hero;
  display: flex;
  background: linear-gradient(-90deg, #47708E 0%, #82AFCC 47%, #4A7793 100%);
  padding: 3.125em;
}

.headline {
  color: white;
  font-size: 150%;
}
.headline h1 {
  line-height: 1.25em;
}

.btn {
  display: inline-block;
  *display: inline;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  padding: 1em;
  background-color: #f7893e;
  background-image: url("http://d.cyhung.net/images/btn-overlay.png");
  background-image: -moz-linear-gradient(top, rgb(249.0298507463, 166.9402985075, 110.9701492537), #f7893e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(249.0298507463, 166.9402985075, 110.9701492537)), to(#f7893e));
  background-image: -webkit-linear-gradient(top, rgb(249.0298507463, 166.9402985075, 110.9701492537), #f7893e);
  background-image: -o-linear-gradient(top, rgb(249.0298507463, 166.9402985075, 110.9701492537), #f7893e);
  background-image: linear-gradient(to bottom, rgb(249.0298507463, 166.9402985075, 110.9701492537), #f7893e);
  background-repeat: repeat-x;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.btn:hover {
  background-color: #f7893e;
  color: #fff;
  text-decoration: none;
  background-position: 0 -99px;
}
.btn {
  margin-top: 1.5625em;
}

@media only all and (min-width: 500px) and (max-width: 1024px) {
  .headline {
    font-size: 100%;
  }
}
@media all and (max-width: 500px) {
  .headline {
    font-size: 100%;
  }
}
.flex-nav {
  grid-area: navigation;
  background-color: #dce9f6;
  border: 1px solid #225f88;
  border-bottom: 5px solid #225f88;
  padding: 0 1em;
}
.flex-nav li a {
  color: rgb(92, 124, 141);
  font-weight: 100;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 1em 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
}
.flex-nav a:hover {
  background: #3cf;
}
.flex-nav li.current {
  background: #5c6f8c;
}
.flex-nav li.current:hover {
  background: #5c6f8c;
}
.flex-nav li.current a {
  color: #fff;
}
.flex-nav li.current a:hover {
  background: #5c6f8c;
}

.toggleNav {
  display: none;
}

/* Flex Container */
.flex-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

/* Flex Item */
.flex-nav li {
  flex: 1 1 auto;
}

@media all and (max-width: 1000px) {
  .flex-nav ul {
    flex-wrap: wrap;
  }
  .flex-nav li {
    flex: 1 1 50%;
  }
}
/* This is where the magic Happens */
@media all and (max-width: 1024px) {
  .flex-nav a:hover {
    background: none;
  }
  .flex-nav li {
    flex-basis: 100%;
  }
  /* Turn on flexbox */
  /* Reorder items */
  /* Nav */
  .toggleNav {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 1.25em 0.3125em;
    color: rgb(92, 124, 141);
  }
  .flex-nav ul {
    display: none;
  }
  .flex-nav ul.open {
    display: flex;
  }
}
.sample-plans {
  grid-area: content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "bplans bplans" "desc desc";
}

.business-plans {
  grid-area: bplans;
}

.body-background {
  grid-area: desc;
}

.plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.premium-plan {
  flex-grow: 0;
  flex-shrink: 0.5;
  flex-basis: 26.9375em;
  text-align: center;
  margin: 1em 0em 1em 0;
}

.standard-plan {
  flex-grow: 0;
  flex-shrink: 0.5;
  flex-basis: 26.9375em;
  text-align: center;
  margin: 1em 0 1em 0em;
}

.text-background {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 1em 1em;
}
@media screen and (max-width: 500px) {
  .text-background {
    width: 92%;
  }
}

.premium-plan-text {
  flex: 1;
  flex-shrink: 1;
  flex-basis: 20.9375em;
  padding: 0.5em;
}
.premium-plan-text ul {
  list-style: disc inside none;
}

.standard-plan-text {
  flex: 1;
  flex-shrink: 1;
  flex-basis: 20.9375em;
  padding: 0.5em;
}
.standard-plan-text ul {
  list-style: disc inside none;
}

.visible-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .visible-mobile {
    display: block;
  }
}

.contact-confirmation {
  grid-area: content;
  display: flex;
  align-items: center;
  justify-items: center;
  min-height: 50vh;
}

.contact-confirmation-item {
  text-align: center;
  width: 100%;
  line-height: 2em;
}

.site {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "logo logo contact contact" "navigation navigation navigation navigation" "flash flash flash flash" "content content content content" "cfooter cfooter cfooter cfooter" "copyright copyright copyright copyright";
  margin: 0 6.25em;
}

.content {
  grid-area: content;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "hero hero hero hero" "card1 card2 card3 card4";
}

@media only all and (min-width: 768px) and (max-width: 1024px) {
  .site {
    margin: 0;
  }
}
@media all and (max-width: 500px) {
  .site {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "contact" "navigation" "flash" "content" "cfooter" "copyright";
    margin: 0;
  }
  .content {
    grid-template-columns: 1fr;
    grid-template-areas: "hero" "card1" "card2" "card3" "card4";
  }
  .main-image, .twitter {
    display: none;
  }
}
.how-it-works-page {
  grid-area: content;
}

.first-row {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
@media all and (min-width: 500px) and (max-width: 768px) {
  .first-row {
    font-size: 0.75em;
  }
  .first-row p {
    margin-left: 1.5em;
  }
}
@media all and (max-width: 500px) {
  .first-row {
    flex-direction: column;
    align-items: center;
  }
  .first-row img {
    margin-top: 0.5em;
  }
}

.second-row {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
@media all and (min-width: 500px) and (max-width: 768px) {
  .second-row {
    font-size: 0.75em;
  }
}
@media all and (max-width: 500px) {
  .second-row {
    flex-direction: column;
    align-items: center;
  }
  .second-row img {
    margin-top: 0.5em;
  }
}

.hidden-mobile {
  text-align: center;
}
@media all and (max-width: 500px) {
  .hidden-mobile {
    display: none;
  }
}

.visible-mobile {
  text-align: center;
  display: none;
}
@media all and (max-width: 500px) {
  .visible-mobile {
    flex: 0;
    display: block;
  }
}

.top-spacing {
  padding-top: 1.5em;
}

.how-it-works-text-background {
  background: white;
  padding: 0.625em;
  margin-bottom: 1.5625em;
  border: 2px solid #b9bec0;
  border-top: 0;
  box-shadow: 0.0625em 0.0625em 0.1875em 0.125em #ccc;
  columns: auto 3;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 1em 1em;
}
@media screen and (max-width: 500px) {
  .how-it-works-text-background {
    width: 92%;
  }
}
.how-it-works-text-background h4 {
  color: #007cc4;
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.how-it-works-text-background p {
  margin: 0;
}
@media all and (max-width: 500px) {
  .how-it-works-text-background {
    columns: 1;
  }
}

.polaroid {
  border: 5px solid #fff;
  -webkit-box-shadow: 3px 3px 3px #777;
  -moz-box-shadow: 3px 3px 3px #777;
  box-shadow: 3px 3px 3px #777;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #DDD;
  color: rgb(89.25, 89.25, 89.25);
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: rgb(114.75, 114.75, 114.75);
  font-style: italic;
}
cite:before {
  content: "— ";
}

.landing-content {
  grid-area: content;
}

.landing-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2em;
  background-color: #5B8FBA;
}

.landing-image {
  flex-basis: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.landing-headline {
  flex-basis: 0;
  flex-grow: 12;
  flex-shrink: 1;
  color: #fff;
}
.landing-headline h1 {
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.landing-headline h2 {
  font-size: 1.5em;
  line-height: 1.25em;
}
@media screen and (max-width: 500px) {
  .landing-headline h1 {
    margin: 0.5em 0;
  }
}

.landing-body {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
@media screen and (max-width: 500px) {
  .landing-body {
    margin: 1em;
  }
}

.landing-process {
  flex-basis: 200px;
  flex-grow: 1;
  flex-shrink: 1;
}
.landing-process ol {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.landing-process h3 {
  margin-bottom: 1em;
}

.landing-testimonial {
  flex-basis: 200px;
  flex-grow: 1;
  flex-shrink: 1;
}

.admin-landing-body {
  margin: 1em 0;
}

/*
 * =================== Start pricing table =====================*/
.pricing-page {
  grid-area: content;
}

.pricing-table {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

.plan {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 15.625em;
  display: flex;
  flex-direction: column;
  margin-top: 0.5em;
}
.plan ul {
  list-style: disc inside none;
  padding-left: 0.5em;
}

.plan-name {
  color: #fff;
  background-color: black;
  text-align: center;
  padding: 0.5em;
  border-top-left-radius: 1.5625em;
  border-top-right-radius: 1.5625em;
}
.plan-name h2 {
  font-size: 1.5em;
}

.plan-body {
  background-color: #f3f3f3;
  padding: 0.5em;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.plan-body hr {
  margin: 0.5em;
}

.btn-pricing {
  align-self: center;
  width: 75%;
  text-align: center;
  margin: auto 0;
}

.highlight {
  color: #007dc6;
}

.call-us {
  color: #6b7b84;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  padding-top: 0.5em;
}

.price {
  color: #bc5c16;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  padding-top: 0.5em;
}

.contact-container {
  display: flex;
  justify-content: center;
}

.contact-representative {
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin: 1.5625em 0;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0.0625em 0.0625em 0.125em 0.125em #5a7a95;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0.125em #5a7a95;
  box-shadow: 0.0625em 0.0625em 0.1875em 0.125em #5a7a95;
  border-radius: 1em;
  border: 2px solid #8fc0e0;
}
.contact-representative p {
  margin: 1em 0;
}
@media all and (max-width: 500px) {
  .contact-representative {
    width: 95%;
  }
}

.question-mark {
  padding: 0.3125em;
  background-size: 40px 40px;
}

.pricing-faq-text-background {
  background: white;
  padding: 0.625em;
  margin-bottom: 1.5625em;
  border: 2px solid #b9bec0;
  border-top: 0;
  box-shadow: 0.0625em 0.0625em 0.1875em 0.125em #ccc;
  columns: auto 4;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 1em 1em;
}
@media screen and (max-width: 500px) {
  .pricing-faq-text-background {
    width: 92%;
  }
}
.pricing-faq-text-background h4 {
  color: #007cc4;
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.pricing-faq-text-background p {
  margin: 0;
}
@media all and (max-width: 500px) {
  .pricing-faq-text-background {
    columns: 1;
  }
}

.privacy-content {
  grid-area: content;
  padding: 2%;
  line-height: 1.5em;
}
.privacy-content h1, .privacy-content h2, .privacy-content h3 {
  margin-bottom: 0.5em;
}

.auth-form-wrapper {
  grid-area: content;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
}

.auth-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 #b2b5ba;
  border: solid 2px #d9d9d9;
  padding: 30px 40px;
  max-width: 400px;
  margin: 100px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
}
.auth-form p, .auth-form h1, .auth-form h2 {
  text-align: center;
}

.bpg-form .field {
  margin-bottom: 1em;
}
.bpg-form input {
  width: 100%;
}
.bpg-form .btn-signup {
  align-self: center;
  width: 100%;
  text-align: center;
  margin: auto 0;
}

.why-choose-us {
  grid-area: content;
}
.why-choose-us p {
  margin-bottom: 1em;
}
.why-choose-us h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.frequently-asked-questions {
  grid-area: content;
}
.frequently-asked-questions p {
  margin-bottom: 1em;
}
.frequently-asked-questions h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.hline {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 500px) {
  .hline {
    width: 90%;
  }
  .hline h1 {
    line-height: 1.25em;
  }
}

.why-blue-background {
  padding-top: 2em;
}

.faq-background {
  display: block;
}

.devise-links {
  margin-top: 1em;
}

.login-links {
  line-height: 2em;
}

.check-box {
  display: inline-block;
  vertical-align: top;
  padding-left: 2em;
  position: relative;
}

.check-box input {
  position: absolute;
  left: 0;
  right: 0;
}

.auth-form p {
  text-align: left;
  line-height: 1.25em;
}

.sign-up-headline {
  margin-bottom: 1em;
}

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