@charset "UTF-8";
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Black Italic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Bold Italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Extralight Italic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Extralight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Light Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Medium Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Regular Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Semibold Italic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Super Italic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Super.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Thin Italic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("/assets/fonts/Graphik-Thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
h1 {
  font-size: 4.063rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1em;
  margin-bottom: 0.5em;
}
h1.h1-hero {
  color: #fff;
}
h1:hover {
  cursor: pointer;
}
h2 {
  font-size: 3rem;
  line-height: 1.04em;
  font-weight: 600;
  font-style: normal;
}
h3 {
  font-weight: 800;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2em;
}
h4 {
  font-weight: 600;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 3em;
  text-transform: uppercase;
}
h5 {
  font-size: 1.125rem;
  line-height: 1.25em;
  font-weight: 400;
  font-style: normal;
}
h6 {
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.5em;
}
p {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 0.5rem;
}
a {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #004dff;
  text-decoration: none;
}
a.h1-hero {
  font-size: 4.063rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1em;
  margin-bottom: 0.5em;
  color: #fff;
}
a.h1-hero:hover {
  text-decoration: unset;
}
a:hover {
  text-decoration: underline;
}
a.header-link {
  font-weight: 600;
  color: #004dff;
  border-bottom: 0px solid #004dff;
  text-decoration: none;
  padding-bottom: 3px;
}
a.header-link:hover {
  border-bottom: 2px solid #004dff;
}
a.options-link {
  font-weight: 700;
  color: #000;
  font-size: 0.9rem;
  border-bottom: 2px solid #004dff;
  text-decoration: none;
}
a.options-link:hover {
  color: #004dff;
  cursor: pointer;
  text-decoration: none;
}
a.read-more {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #004dff;
  margin-top: 20px;
}
a.read-more:after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 0.25em;
  margin-right: 38px;
  background-color: #004dff;
  transform: scaleX(0);
  transform-origin: 0% 100%;
  transition: transform 300ms ease;
}
a.read-more:hover {
  cursor: pointer;
}
a.read-more:hover::after {
  transform: scaleX(1);
}
a.previous {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #5A5A5A;
  margin-top: 20px;
}
a.previous:after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 0.25em;
  margin-left: 38px;
  background-color: #5A5A5A;
  transform: scaleX(0);
  transform-origin: 100% 0%;
  transition: transform 300ms ease;
}
a.previous .icon-arrow {
  display: inline-block;
  height: auto;
  width: -webkit-max-content;
  width: max-content;
  transform: scaleX(-1);
}
a.previous:hover {
  cursor: pointer;
}
a.previous:hover::after {
  transform: scaleX(1);
}
a.unsubscribe {
  font-size: 0.65rem;
  text-decoration: underline;
  color: #4A4A4A;
  margin-top: 5px;
}
.grey-break-line {
  color: #969696;
  margin: 0px 1.5em;
}
.reply-byline {
  font-size: 0.9rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5em;
}
.number-replies {
  font-weight: 400;
  font-style: italic;
  text-transform: lowercase;
  margin-left: 1.5em;
}
.help-text {
  font-weight: 400;
  font-style: italic;
  font-size: 0.8rem;
  margin-left: 10px;
}
.text-white {
  color: #fff !important;
}
.centered-text {
  margin-top: 40px;
  text-align: center;
}
.centered-text h3 {
  margin-bottom: 20px;
}
@font-face {
  font-family: "icomoon";
  src: url("/assets/fonts/icomoon.eot");
  src: url("/assets/fonts/icomoon.eot") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf") format("truetype"), url("/assets/fonts/icomoon.woff") format("woff"), url("/assets/fonts/icomoon.woff2") format("woff2"), url("/assets/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-x:before {
  content: "";
  font-size: 2.5rem;
  color: #969696;
}
.icon-mail:before {
  content: "";
  font-size: 3.5rem;
  color: #8F16E0;
}
.icon-dot:before {
  content: "";
  font-size: 0.4rem;
  color: #000;
  padding: 0px 20px;
}
.icon-arrow:before {
  content: "";
  font-size: 1.15em;
  margin-left: 10px;
}
.icon-search:before {
  content: "";
  font-size: 1.25rem;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
}
body {
  font-family: "Graphik", "Arial", Sans-Serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6em;
  color: #000;
}
ol, ul, dl {
  list-style: none;
}
.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  height: 69px;
  background-color: #fff;
  width: 100%;
  z-index: 200;
  border-bottom: 1px solid #e3e3e3;
  padding: 0px 0px 0px 15px;
}
.top-nav .logo {
  height: 28px;
  width: 100px;
  background-image: url("/assets/images/Acc_Logo_Black_Purple_RGB.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.top-nav .logo:hover {
  cursor: pointer;
}
.top-nav .logo:focus {
  outline: 0;
}
.top-nav .tools {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  height: 100%;
}
.top-nav .tools .search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-nav .tools .search icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
}
.top-nav .tools .search form {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
}
.top-nav .tools .search form input {
  display: none;
  width: 20vw;
  min-width: 200px;
  border-right: none;
  border-top: none;
  border-left: none;
}
.top-nav .tools .search:hover {
  cursor: pointer;
}
.top-nav .tools .search:hover input {
  display: block !important;
}
.top-nav .tools .search:hover icon {
  border: none;
}
.top-nav .tools .faqs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 21px;
  border-left: 0.063em solid #e3e3e3;
  color: #000;
  font-size: 0.625rem;
  text-decoration: none;
  text-transform: uppercase;
}
.top-nav .tools .faqs:hover {
  border-bottom: 0.25em solid #000;
  cursor: pointer;
  margin-bottom: -1px;
}
.hero {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero.large {
  height: 365px;
}
.hero.small {
  height: 180px;
}
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  z-index: -100;
}
.hero .content-container {
  max-width: 800px;
  margin-left: 18% !important;
}
.content-container {
  width: 64%;
  margin: auto auto;
}
.page-container {
  width: 100%;
  padding: 30px 0px 60px 0px;
  background-color: #fff;
}
.page-container .content-container {
  margin: 0 auto !important;
}
.page-container .content-container .options-bar {
  display: flex;
  margin-left: auto;
  margin-right: 0;
  width: -webkit-max-content;
  width: max-content;
}
.email-list {
  width: 100%;
}
li.email {
  border-bottom: 1px solid #969696;
  padding: 20px;
}
.email-reply {
  margin-left: 2rem;
  display: flex;
  flex-flow: column;
}
.email-reply .reply-byline {
  margin-left: 1.5em;
}
.email-detail {
  margin: 40px auto;
  max-width: 800px;
  padding: 60px 80px;
  background-color: #f2f2f2;
  box-shadow: 0 0.13em 0.25em 0 rgba(0, 0, 0, 0.2);
}
.email-detail form {
  display: grid;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  row-gap: 30px;
}
.pagination {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content;
  column-gap: 60px;
  align-items: end;
  margin-top: 40px;
}
.pagination .numbers {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
.pagination .numbers a {
  color: #004dff;
  margin: 0 10px;
}
.pagination .numbers a.active {
  color: #5A5A5A !important;
  font-weight: 700 !important;
}
.pagination .numbers a.elipsis:hover {
  text-decoration: none;
}
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #000;
  padding: 40px 18%;
}
footer .footer-wrap {
  display: flex;
  width: 100%;
  height: 54px;
}
footer .footer-link {
  text-decoration: underline;
  font-size: 0.875em;
  color: #969696;
  margin: auto;
}
footer .footer-link a {
  color: unset;
  font-size: unset;
  font-weight: unset;
  font-style: unset;
}
footer .footer-link.small {
  font-size: 0.6875em;
}
footer .footer-link.small.first {
  margin: auto auto auto 0 !important;
}
footer .footer-link:hover {
  color: #fff;
  cursor: pointer;
}
footer .copyright {
  font-size: 0.85rem;
  color: #969696;
  margin: 0;
  font-size: 0.6875em;
  margin: auto 0 auto auto;
}
form .form {
  display: grid;
  row-gap: 20px;
}
form .form-item {
  display: grid;
  row-gap: 10px;
}
form #subscribe-unsubscribe {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  justify-items: center;
  margin-bottom: -25px;
}
form label {
  font-weight: 700;
  font-size: 1rem;
  color: #4A4A4A;
}
form input, form textarea {
  font-size: 1rem;
  color: #4A4A4A;
  border: 1px solid #969696;
  border-radius: 0%;
  padding: 0.938rem;
}
form input:focus, form textarea:focus {
  outline: 1px solid #004dff;
}
form .radio-btns li {
  display: grid;
  position: relative;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  column-gap: 10px;
  align-items: center;
  margin-left: 10px;
}
form .radio-btns li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
form .radio-btns li input:hover {
  cursor: pointer;
}
form .radio-btns li .check {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-bottom: 2px;
  border: 1px solid #969696;
  border-radius: 100%;
  background-color: #fff;
}
form .radio-btns li .check::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f2f2f2;
  border-radius: 100%;
  background-color: #8F16E0;
}
form .radio-btns li label {
  font-weight: 400;
}
form .radio-btns li:hover {
  cursor: pointer;
}
form .radio-btns li:hover .check {
  border-color: #8F16E0;
}
form .radio-btns li input[type=radio]:checked ~ .check {
  border-color: #8F16E0;
}
form .radio-btns li input[type=radio]:checked ~ .check::before {
  display: block;
}
form .error {
  padding: 10px;
  color: red;
  border: 1px solid red;
}
form .error p {
  text-align: center;
  font-size: 0.9rem;
  margin: 0;
}
form .success h3, form .success h4 {
  display: block !important;
  text-align: center;
  color: #5A5A5A;
  margin-bottom: 15px;
}
form .success p {
  color: #5A5A5A;
  text-align: center;
  font-size: 0.9rem;
}
.search-results {
  padding: 0 0 30px 0;
}
.search-results input {
  width: 30vw;
}
button {
  display: inline-block;
  position: relative;
  z-index: 0;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: transparent;
  padding: 0.938rem calc(4 * .938rem);
  border: none;
}
button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 0.938rem;
  background-color: #000;
  transition: all 0.3s ease-out;
}
button::after {
  content: "";
  position: absolute;
  right: -0.35em;
  bottom: -0.4em;
  z-index: -100;
  height: 100%;
  width: 100%;
  background-color: rgba(155, 155, 155, 0.75);
}
button:hover::before {
  cursor: pointer;
  top: -0.25em;
  left: -0.25em;
}
#subscribe-btn {
  top: -0.4em;
  left: -0.35em;
}
#subscribe-btn::before {
  content: "Subscribe";
}
#search-submit-btn {
  height: 50px;
  color: #fff;
  padding: 0.938rem calc(2 * .938rem);
  background-color: #000;
}
#search-submit-btn::before {
  display: none;
}
#search-submit-btn::after {
  display: none;
}
#search-submit-btn:hover {
  cursor: pointer;
}
#subscribe-popup-btn::before {
  content: "subscribe";
}
#new-message-submit-btn::before {
  content: "submit";
}
#reply-message-submit-btn::before {
  content: "submit";
}
.email-preview {
  word-break: break-word;
}
.collapsed {
  height: 25px;
  overflow: hidden;
}
.collapsed p {
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: unset;
}
@media only screen and (max-width: 1470px) {
  .collapsed p {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1470px) {
  .collapsed p {
    max-width: 900px;
  }
}
@media only screen and (min-width: 1800px) {
  .collapsed p {
    max-width: 1106px;
  }
}
@media only screen and (min-width: 2400px) {
  .collapsed p {
    max-width: 1500px;
  }
}
.hidden {
  display: none !important;
}

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