@charset "UTF-8";
/* CSS Document */


.benefits-wrap {
  font-size: 17px;
}
.benefits-wrap img {
  display: block;
}
#MainCopy_ContentWrapper {
  padding-bottom: 0 !important;
}
.inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}
.inner:after {
  content: "";
  display: table;
  clear: both;
}
.text-banner {
  background-color: #2a5b94;
  color: #FFF;
  padding: 30px 0 0;
  text-shadow: 2px 1px 1px #11417b;
  min-height: 220px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("images/benefits/benefits-banner.jpg");
}
@media (min-width:1500px) {
  .text-banner {
    background-size: cover;
  }
}
h1#PageTitleH1 {
  font-weight: 700;
  margin: 0 auto 10px !important;
  color: #ee852a;
  background: none;
  padding: 0;
  height: auto;
  font-size: 40px;
  text-transform: uppercase;
}
h2 {
  font-size: 30px;
  font-weight: 400;
}
.title {
  font-family: "proxima-nova";
  font-size: 30px;
  color: #ee852a;
  margin-bottom: 30px;
  font-weight: 600;
}
.subtitle {
  font-family: "proxima-nova";
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 auto 30px;
}
h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
}

ul.arrowList {
  margin: 20px 0;
  padding: 0;
}
ul.arrowList li {
  margin: 0;
  padding: 0 0 20px 35px;
  list-style: none;
  font-size: 18px;
  line-height: 1.4;
  background-image: url("https://higherlogicdownload.s3.amazonaws.com/ACCA/c6b38bda-2e04-4f93-bd51-7a80525ad936/UploadedImages/mkt/circle-check-sml.png");
  background-position: left top;
  background-repeat: no-repeat;
}
.cost-box {
  background-color: #ee852a;
  border-top: 14px solid #cd5f00;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #FFF;
  text-shadow: 1px 2px 1px #994c0a;
  text-align: center;
  font-size: 22px;
  padding: 20px 5px 15px;
  margin-bottom: 20px;
}
.cost-box p {
  margin-bottom: 14px;
}
.cost-box-type {
  color: #cd5f00;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -1px;
  text-shadow: none;
}
.cost-box-heading {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: -1px;
}
.cost {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: 80%;
  background-color: #cd5f00;
  padding: 0 5px 5px 10px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  margin: 0 auto 10px;
  max-width: 270px;
}
.cost-dollar {
  font-size: 68px;
  font-weight: 700;
  padding-right: 10px;
  line-height: 1;
}
.cost-per {
  line-height: 1;
  text-align: left;
  padding-bottom: 4px;
}
.cost-box .small-text {
  font-size: 15px;
  text-shadow: none;
}
.join-btn, .join-btn2 {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  padding: 12px 50px;
  font-size: 28px;
  line-height: 1.1;
  font-family: "proxima-nova";
}
.join-btn {
  border: 1px solid #002550;
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(10, 66, 130, 1);
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(10, 66, 130, 1);
  box-shadow: inset 0px 3px 0px 0px rgba(10, 66, 130, 1);
  background: #002550;
  background: -moz-linear-gradient(top, #002550 0%, #083a73 66%, #002550 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #002550), color-stop(66%, #083a73), color-stop(100%, #002550));
  background: -webkit-linear-gradient(top, #002550 0%, #083a73 66%, #002550 100%);
  background: -o-linear-gradient(top, #002550 0%, #083a73 66%, #002550 100%);
  background: -ms-linear-gradient(top, #002550 0%, #083a73 66%, #002550 100%);
  background: linear-gradient(to bottom, #002550 0%, #083a73 66%, #002550 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#002550', endColorstr='#002550', GradientType=0);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-shadow: 2px 1px 1px #011730;
}
.join-btn2 {
  border: 1px solid #cd5f00;
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(238, 133, 42, 1);
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(238, 133, 42, 1);
  box-shadow: inset 0px 3px 0px 0px rgba(238, 133, 42, 1);
  background: #cd5f00;
  background: -moz-linear-gradient(top, #cd5f00 0%, #ee852a 68%, #cd5f00 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #cd5f00), color-stop(68%, #ee852a), color-stop(100%, #cd5f00));
  background: -webkit-linear-gradient(top, #cd5f00 0%, #ee852a 68%, #cd5f00 100%);
  background: -o-linear-gradient(top, #cd5f00 0%, #ee852a 68%, #cd5f00 100%);
  background: -ms-linear-gradient(top, #cd5f00 0%, #ee852a 68%, #cd5f00 100%);
  background: linear-gradient(to bottom, #cd5f00 0%, #ee852a 68%, #cd5f00 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cd5f00', endColorstr='#cd5f00', GradientType=0);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-shadow: 2px 1px 1px #a44d03;
}
.join-btn:hover, .join-btn2:hover {
  border: 1px solid #333;
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(80, 80, 80, 1);
  -moz-box-shadow: inset 0px 3px 0px 0px rgba(80, 80, 80, 1);
  box-shadow: inset 0px 3px 0px 0px rgba(80, 80, 80, 1);
  background: #222;
  background: -moz-linear-gradient(top, #222 0%, #666 68%, #222 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #222), color-stop(68%, #666), color-stop(100%, #222));
  background: -webkit-linear-gradient(top, #222 0%, #666 68%, #222 100%);
  background: -o-linear-gradient(top, #222 0%, #666 68%, #222 100%);
  background: -ms-linear-gradient(top, #222 0%, #666 68%, #222 100%);
  background: linear-gradient(to bottom, #222 0%, #666 68%, #222 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#222', GradientType=0);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFF;
  text-shadow: 2px 1px 1px #000;
}
img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media (max-width:991px) {
  .text-banner {
    text-align: center;
    height: auto;
    padding-bottom: 20px;
  }
}
@media (max-width:500px) {
  img.alignright, img.alignleft {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
  }
}
@media (max-width:400px) {
  .cost-box-type {
    font-size: 30px;
  }
  .cost {
    width: 95%;
  }
  .cost-dollar {
    font-size: 50px;
  }
}
.non-member {
  background-color: #ee852a;
  padding: 20px 0;
  color: #FFF;
}
.non-member-left {
  width: calc(100% - 435px);
  float: left;
  text-shadow: 1px 2px 1px #994c0a;
  font-size: 18px;
}
.non-member-right {
  width: 415px;
  float: right;
}
.non-member-right .cost-box {
  border-top: none;
  border-left: 8px solid #cd5f00;
  text-shadow: 1px 2px 1px #994c0a;
  padding: 30px 0;
  margin-bottom: 0;
}
.cost-box.mobile {
  border-top: none;
  padding: 0;
  margin-bottom: 40px;
  display: none;
}
.member-benefits {
  padding: 35px 0;
  text-align: center;
}
.member-benefits-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.member-benefits-box {
  background-color: #333;
  width: calc(25% - 30px);
  margin: 0 15px 30px;
  padding: 15px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  position: relative;
  padding-bottom: 75px;
}
.member-benefits-box:nth-child(7n +1) {
  background-color: #2a5b94;
}
.member-benefits-box:nth-child(7n +2) {
  background-color: #942a6d;
}
.member-benefits-box:nth-child(7n +3) {
  background-color: #862a94;
}
.member-benefits-box:nth-child(7n +4) {
  background-color: #8c825c;
}
.member-benefits-box:nth-child(7n +5) {
  background-color: #677674;
}
.member-benefits-box:nth-child(7n +6) {
  background-color: #4a5d73;
}
.member-benefits-box:nth-child(7n +7) {
  background-color: #2a947c;
}
.member-benefits-box.cta {
  background-color: #ee852a;
  padding: 15px;
  padding-bottom: 0px;
}
.member-benefits-box.cta .cost-box {
  border-top: none;
  padding: 0;
  margin-bottom: 0px;
}
.member-benefits-box.cta .cost-box-type {
  font-size: 30px;
  margin-bottom: 10px;
}
.member-benefits-box.cta .cost-box-heading {
  font-size: 20px;
}
.member-benefits-box p {
  margin-bottom: 15px;
}
.member-benefits-box h2 {
  font-size: 22px;
  ;
}
.learn-more-btn-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
}
a.learn-more-btn {
  background-color: #ee852a;
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}
a.learn-more-btn:hover {
  background-color: #333;
}
.events {
  margin: 30px 0;
}
.events-top {
  background-color: #20569b;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.events-top h2 {
  margin: 0;
}
.events-content {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 22px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("images/benefits/event-banner.jpg");
}
@media (min-width:1500px) {
  .events-content {
    background-size: cover;
  }
}
.events-content img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.events-bottom {
  background-color: #20569b;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.events-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.events-bottom ul li {
  list-style: none;
  display: inline-block;
  margin: 10px 20px;
}
a.register-btn {
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  background-color: #ee852a;
}
a.register-btn:hover {
  background-color: #333;
}
.corporate-sponsors {
  text-align: center;
}
ul.sponsor-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.sponsor-list li {
  list-style: none;
  display: inline-block;
  margin: 10px 10px;
  height: 125px;
  width: 125px;
  border: 1px solid #ccc;
}
.left-side-content {
  padding-top: 50px;
}
.benefits-box {
  padding: 15px 30px;
  color: #fff;
  background-color: #4bb6e2;
  margin-bottom: 30px;
  border-radius: 10px;
}
.benefits-box h3 {
  font-size: 30px;
  font-weight: 600;
}
.benefits-boxes-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px -15px;
}
.benefits-boxes-wrap .benefits-box {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
}
.benefits-boxes-wrap .benefits-box ul.arrowList li {
  padding: 0 0 10px 35px;
}
@media(max-width:720px) {
  .benefits-boxes-wrap {
    display: block;
    margin: 15px 0px;
  }
  .benefits-boxes-wrap .benefits-box {
    width: auto;
    margin: 0 0px 30px;
  }
}
ul.checkmark {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
  font-size: 17px;
}
ul.checkmark li {
  padding: 0 0 0 20px;
  margin-bottom: 5px;
  list-style-type: none;
  background-image: url("images/benefits/orange-checkmark.png");
  background-repeat: no-repeat;
  background-position: left 4px;
}
.resource-btn {
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  background-color: #253663;
  text-decoration: none;
  font-weight: bold;
  font-family: "proxima-nova";
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
}
.resource-btn span {
  display: block;
  text-align: center;
  color: #ee852a;
  font-size: 15px;
}
.resource-btn:hover {
  background-color: #2a6496;
  color: #FFF;
}
ul.closing-buttons {
  text-align: center;
  padding: 0;
  margin: 20px 0;
  list-style: none;
}
ul.closing-buttons li {
  display: inline-block;
  padding: 0;
  margin: 0 10px 20px;
  list-style: none;
  vertical-align: middle;
}
ul.closing-buttons .resource-btn {
  height: 91px;
  width: 292px;
}
ul.closing-buttons .resource-btn.alt {
  background-color: #ee852a;
  padding-top: 20px;
}
ul.closing-buttons .resource-btn.alt:hover {
  background-color: #2a6496;
  color: #FFF;
}
@media (max-width:1100px) {
  .member-benefits-box {
    width: calc(50% - 30px);
  }
}
@media (max-width:767px) {
  .non-member-left, .non-member-right {
    width: auto;
    float: none;
    text-align: center;
  }
  .non-member-right {
    display: none;
  }
  .cost-box.mobile {
    display: block;
  }
}
@media (max-width:600px) {
  .member-benefits-box {
    width: calc(100% - 30px);
  }
  h1#PageTitleH1 {
    font-size: 32px;
  }
  .text-banner h2 {
    font-size: 24px;
  }
}
.modal-header {
  border: none;
}
h2.modal-title {
  color: #ee852a;
  font-weight: bold;
}
.modal-intro {
  font-size: 18px;
  font-weight: 600;
}
.modal-intro h3 {
  font-size: 22px;
  font-weight: 600;
}
.modal-header .close {
  padding: 1rem;
  margin: -50px -5px 0 0;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #333;
}
.modal-footer {
  border: none;
}
.modal-body {
  padding: 0 20px 30px;
}
.modal-content {}
.modal-content .join-btn {
  text-decoration: none;
}

.section-newsletter {
background-color: #2e5776;
color: #FFF;
padding: 20px 0 0;
font-size: 18px;
text-align: center;
}
#newsletter-signup {
max-width: 640px;
margin: 0 auto;
}


.formattedAlignRight figure{
    margin-left: 30px;
    text-align: center;
	font-weight: 600;
}

.screen-reader-text {
	display: none;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%; /*the height of the box equal to % of its width*/
  height: 0;
  overflow: hidden;
  max-width: 100%;
	margin: 0 auto 20px;
}
.embed-container.embed-square {
  padding-bottom: 80%; /*the height of the box equal to % of its width*/
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

/****new site*****/
body, html {
	font-size: 16px;
    line-height: 1.5;
	font-family: "Open Sans";
}

/****customize new interface*****/
.navigation .btn {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	font-family: "proxima-nova", "Open Sans", Arial;
	padding-top: 14px;
    padding-bottom: 14px;
}

.at-follow-tbx-element p {
	display: none;
}

#blog-nav .navbar {
	justify-content: flex-end;
}

/*hey ed archive */
body.category-hey-ed .postDate, body.category-hey-ed .thumbnailContainer {
	display: none;
}

/*signup */
.signUpBox { padding:15px;}

.form-wrap {margin-bottom: 24px;}
.form-wrap .hs-form-field {margin: 5px 0;}
.form-wrap fieldset {max-width:1200px !important;}
.form-wrap fieldset.form-columns-1 input[type=text] {width:100% !important;}
.form-wrap fieldset.form-columns-1 textarea {width:100% !important;}
.form-wrap .hs-fieldtype-radio label, .form-wrap .hs-fieldtype-checkbox label, .form-wrap .hs-fieldtype-booleancheckbox label {font-size: 16px;}
.form-wrap .hs-fieldtype-radio ul, .form-wrap .hs-fieldtype-checkbox ul, .form-wrap .hs-fieldtype-booleancheckbox ul {padding-left: 10px;}
.form-wrap .hs-fieldtype-radio ul li, .form-wrap .hs-fieldtype-checkbox ul li, .form-wrap .hs-fieldtype-booleancheckbox ul li {list-style: none;padding-top: 5px;}
.form-wrap input[type=radio], .form-wrap input[type='checkbox'] {margin-right: 10px;}
.form-wrap .hs-fieldtype-textarea.hs-input {width: 95%;}
.form-wrap button, .form-wrap input, .form-wrap select, .form-wrap textarea {border: 1px solid #CCC; padding: 5px; color: #333; font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 16px; line-height: 1.2;}
.form-wrap fieldset.form-columns-1 .hs-form-field {width: 95% !important;}
.form-wrap fieldset.form-columns-2 .hs-form-field {width: 47.5% !important;}
.form-wrap fieldset.form-columns-3 .hs-form-field {width: 31.7% !important;}
.form-wrap .hs-fieldtype-text input, .form-wrap .hs-fieldtype-phonenumber input { width:100%; }
.form-wrap .input { margin-right: 12px !important; }
.form-wrap label { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; line-height: 1.2; }
.form-wrap .hs-form-required { color: #c13030; }
.form-wrap ul.hs-error-msgs { margin: 0 12px 0 0; padding: 0;}
.form-wrap ul.hs-error-msgs li { margin: 0; padding: 0; list-style:none; }
.form-wrap ul.hs-error-msgs label { font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 14px; line-height: 1; background-color: #c13030; color: #FFF; padding: 6px 10px; }
.form-wrap input.hs-button {padding: 8px 16px; margin: 10px 0; font-family: "Open Sans", sans-serif; font-weight: 700; font-size: 16px; background-color: #EE842A; border: 1px solid #EE842A; color: #FFF; width: auto;}
.form-wrap input.hs-button:hover {background-color: #004A81; border: 1px solid #004A81;}
.form-wrap.form-onDrk, .form-wrap.form-onDrk a {color: #FFF;}
.form-wrap.form-onDrk .submitted-message {color: #FFF;padding: 20px;margin-top: 15px;font-size: 16px;background-color: #3E96FB;}
.form-wrap.form-onDrk .submitted-message p {margin-bottom: 20px !important;}
.form-wrap.form-onDrk .submitted-message a, .form-wrap.form-onDrk .submitted-message {color:#FFF !important;}
.form-wrap.form-onDrk .hs-richtext h4 {color: #d78536;font-size: 24px;font-weight: 700;margin: 0 !important;padding-bottom: 5px; text-transform: uppercase;}
.form-wrap.form-onDrk .hs-richtext p {margin: 10px 0 !important;color: #FFF;font-weight: 700;}
