/* 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, sub, sup, 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; }

.heading-primary {
  font-family: "Motiva-Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #3E3E3E; }

.heading-secondary {
  font-family: "Motiva-Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #3E3E3E; }

.heading-third {
  font-family: "Motiva-Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #808080; }

.text-primary {
  font-family: "Proxima-Nova", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #808080; }
  .text-primary span {
    font-weight: 500; }
  .text-primary.orange {
    color: #FF8E2D; }

.text-footer {
  font-family: "Proxima-Nova", sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #FFFFFF; }

.primary-nav-link {
  font-family: "Proxima-Nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase; }

.showcase-text {
  font-family: "Proxima-Nova", sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 5px; }

.copyright-text {
  font-family: "Proxima-Nova", sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 5px; }

.text-label {
  font-family: "Proxima-Nova", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #808080; }

html {
  box-sizing: border-box; }

h1 {
  padding-top: 25px;
  padding-bottom: 5px; }

h2 {
  margin-top: 25px;
  padding-bottom: 5px; }

p {
  padding: 5px 0px;
  line-height: 1.5; }

.centre {
  text-align: center; }

.left {
  text-align: left; }

.indent {
  padding-left: 25px; }

.tax-business {
  padding-bottom: 25px; }

.business-checklist {
  padding-bottom: 25px; }

.tax-checklist {
  padding-bottom: 25px; }

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

:hover {
  transition: ease-in-out 0.30s;
  -webkit-transition: ease-in-out 0.30s;
  -ms-transition: ease-in-out 0.30s;
  -moz-transition: ease-in-out 0.30s;
  -o-transition: ease-in-out 0.30s; }

.primary-nav-link::after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background: #FF8E2D;
  transition: width .3s;
  -webkit-transition: width .3s;
  -o-transition: width 0.3s; }

.primary-nav-link:hover::after {
  width: 100%; }

#company-showcase .wrapper {
  display: grid;
  grid-template-columns: 1fr 750px 1fr; }

.service-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 5px;
  padding-right: 5px; }

.profile-container {
  display: grid;
  grid-template-columns: 300px 1fr; }

.programs {
  display: flex;
  justify-content: center; }

#company-showcase {
  width: 100%;
  height: auto;
  background-color: #2B2B2B;
  padding: 10px 0px; }

.company-name {
  grid-column: 2 / 3;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto; }

.company-social-links {
  grid-column: 3 / 4;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0px 20px; }
  .company-social-links ul {
    padding: 0;
    margin: 0; }
    .company-social-links ul li {
      display: inline-block;
      list-style: none; }
      .company-social-links ul li i {
        color: #FFFFFF; }
        .company-social-links ul li i:hover {
          color: #FF8E2D; }

#nav-bar {
  background-color: #3E3E3E; }
  #nav-bar .wrapper {
    display: flex;
    width: 100%;
    padding: 10px 0px; }

.nav-logo {
  max-width: 200px;
  padding-left: 10px; }
  .nav-logo img {
    width: 100%; }

.nav-content {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto; }

.nav-link {
  padding-right: 25px; }
  .nav-link a {
    text-decoration: none;
    color: #FFFFFF; }
    .nav-link a:hover {
      color: #FF8E2D; }

.nav-toggle {
  display: none;
  color: #FFFFFF;
  font-size: 26px; }
  .nav-toggle:hover {
    color: #FF8E2D; }

@media screen and (max-width: 970px) {
  main {
    padding: 0px 15px; }

  #company-showcase {
    display: none; }

  .staff-profiles {
    flex-direction: column; }

  .mary,
  .nicole,
  .paige {
    max-width: 300px;
    margin: 0 auto; }

  .profile-container {
    display: block; }

  .staff-photo {
    display: none; } }
@media screen and (max-width: 900px) {
  .service-container {
    display: grid;
    grid-template-columns: 20px 1fr 20px; }
    .service-container .card {
      grid-column: 2 / 3; } }
@media only screen and (max-width: 780px) {
  #nav-bar .wrapper,
  .nav-content {
    flex-direction: column; }

  .nav-content {
    display: none;
    padding-top: 10px;
    padding-left: 20px;
    margin: 0;
    border: 1px #FFFFFF; }

  .nav-link {
    padding-top: 5px; }

  .nav-toggle-show {
    display: flex; }

  .nav-toggle {
    align-self: flex-end;
    display: initial;
    position: absolute;
    cursor: pointer;
    padding-top: 25px; }

  .video-container {
    display: none; }

  .footer-nav {
    flex-direction: column;
    padding-bottom: 25px; }
    .footer-nav .footer-link {
      padding-bottom: 5px;
      margin-left: auto;
      margin-right: auto; }

  .contact-form .first-name,
  .contact-form .last-name {
    grid-column: 1 / 3; }

  #map {
    margin-bottom: 25px; } }
footer {
  margin-left: auto;
  margin-right: auto; }

#main-footer {
  background-color: #3E3E3E;
  padding: 0px; }

#company-copyright {
  background-color: #2B2B2B;
  text-align: center; }

.company-logo {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto; }
  .company-logo img {
    width: 100%; }

.footer-nav {
  display: flex;
  justify-content: space-evenly;
  padding: 15px 0px; }

.footer-link {
  display: flex; }
  .footer-link a {
    text-decoration: none;
    color: #FFFFFF; }
    .footer-link a:hover {
      color: #FF8E2D; }

.contact-info {
  text-align: center;
  padding: 5px 0px; }
  .contact-info .text-footer {
    padding: 0; }

.phone:before {
  font-family: FontAwesome;
  content: "\f095";
  padding: 0px 5px; }

.email:before {
  font-family: FontAwesome;
  content: "\f0e0";
  padding-right: 5px; }

.footer-social-links {
  text-align: center; }
  .footer-social-links ul {
    padding: 0;
    margin: 0; }
    .footer-social-links ul li {
      display: inline-block;
      list-style: none;
      padding: 10px 15px; }
      .footer-social-links ul li i {
        color: #FFFFFF; }
        .footer-social-links ul li i:hover {
          color: #FF8E2D; }

#map {
  width: 100%;
  height: 400px;
  margin-top: 25px; }

.contact-form {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  text-align: left; }

.contact-form input {
  margin-top: 5px;
  padding: 5px 0px;
  width: 100%;
  border: 1px solid #808080;
  border-radius: 2px;
  background-color: #F7F7F7; }

.contact-form textarea {
  margin-top: 5px;
  padding: 5px 0px;
  width: 100%;
  border: 1px solid #808080;
  border-radius: 2px;
  background-color: #F7F7F7;
  padding-bottom: 55px; }

.contact-form .message,
.contact-form .email-address,
.contact-form .btn-primary {
  grid-column: 1 / 3; }

.contact-form .first-name,
.contact-form .last-name,
.contact-form .email-address {
  padding-bottom: 10px; }

.contact-form .text-primary {
  color: #3E3E3E; }

#hero {
  width: 100%; }
  #hero img {
    width: 100%;
    height: auto;
    overflow: hidden; }

.btn-primary {
  background-color: #FFFFFF;
  border: 2px solid #FF8E2D;
  border-radius: 2px;
  color: #FF8E2D;
  padding: 15px 32px;
  margin: 25px 0px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  font-family: "Motiva-Sans", sans-serif; }
  .btn-primary:hover {
    background-color: #FF8E2D;
    color: #FFFFFF; }

hr {
  margin-top: 25px;
  padding: 0px;
  height: 1px;
  border: none;
  background-color: #DBDBDB; }

.card {
  text-align: center;
  margin: auto; }
  .card img {
    max-width: 300px; }

.service-text-container {
  max-width: 300px; }

.client-quote {
  padding-top: 15px;
  padding-bottom: 15px; }
  .client-quote a {
    color: #FF8E2D; }
    .client-quote a:hover {
      color: #2B2B2B; }

blockquote {
  padding: 0px;
  text-align: left;
  color: #FF8E2D;
  font-family: "Proxima-Nova", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 100; }

figcaption {
  padding: 5px 0px;
  text-align: left;
  color: #FF8E2D;
  font-family: "Proxima-Nova", sans-serif;
  font-size: 18px;
  font-weight: 100; }

.video-container {
  width: 800px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px; }
  .video-container iframe {
    width: 100%;
    height: 100%; }

.staff-profiles {
  display: flex;
  justify-content: space-evenly;
  padding-top: 25px;
  padding-bottom: 25px; }

.profile,
.staff-photo img {
  -webkit-box-shadow: 5px 5px 13px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 13px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 13px -5px rgba(0, 0, 0, 0.75); }

.mary .btn-primary,
.nicole .btn-primary,
.paige .btn-primary {
  display: block; }

.profile-container {
  padding-top: 25px;
  padding-bottom: 25px; }

.programs {
  padding-top: 15px;
  padding-bottom: 15px; }

.program {
  max-width: 100px;
  max-height: 100px;
  padding-left: 25px;
  padding-right: 25px; }
  .program img {
    width: 100%;
    height: 100%; }

.confirmation-message {
  margin: 150px 0px; }

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