/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
#email-myself {
  min-height: 500px;
  max-width: 90%;
  background-color: var(--medium-gray);
  padding: 30px; }
  @media (min-width: 981px) {
    #email-myself {
      padding: 90px;
      max-width: 800px; } }
  #email-myself .content {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr; }
    @media (min-width: 768px) {
      #email-myself .content {
        grid-template-columns: repeat(1, 1fr); } }
    @media (min-width: 981px) {
      #email-myself .content {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 981px) {
      #email-myself .content {
        gap: 45px; } }
    #email-myself .content .top {
      max-width: 200px; }
      @media (min-width: 981px) {
        #email-myself .content .top {
          max-width: 275px; } }
      #email-myself .content .top h2 {
        margin: 0;
        padding-bottom: 18px; }
    #email-myself .content .bottom p {
      margin: 0;
      padding-bottom: 30px; }
    #email-myself .content .bottom .form p {
      padding-bottom: .2em; }
    #email-myself .content .bottom .form form input {
      border: 1px solid var(--dark-blue); }
    #email-myself .content .bottom .form form .gform_footer {
      padding-top: 20px !important;
      margin-top: 0 !important; }
      #email-myself .content .bottom .form form .gform_footer .gform_button {
        padding: 31px 35px 31px 25px;
        font-size: 16px; }
  #email-myself .disclaimer {
    color: var(--gray-blue);
    padding-top: 30px; }
    @media (min-width: 981px) {
      #email-myself .disclaimer {
        padding-top: 45px; } }
    #email-myself .disclaimer p {
      margin: 0; }
  #email-myself .fancybox-button {
    height: 30px;
    width: 30px;
    padding: 0;
    color: var(--dark-blue);
    opacity: 1;
    top: 1.5em;
    right: 1.5em; }

/*# sourceMappingURL=email-myself.css.map */
