@charset "UTF-8";
@import url("../../../static/font-awesome/css/font-awesome.min.css");
/* latin-ext */
@font-face {
  font-family: "Coda";
  font-style: normal;
  font-weight: 400;
  src: local("Coda"), local("Coda-Regular"), url(https://fonts.gstatic.com/s/coda/v11/MsyPv5UTc2VukMMM7yvUbQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Coda";
  font-style: normal;
  font-weight: 400;
  src: local("Coda"), local("Coda-Regular"), url(https://fonts.gstatic.com/s/coda/v11/_xmjOXyFZCVnKmbBxb_PUA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Coda";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/coda/v11/Jw1si6NJJUghC5IoE7d-Qw.eot);
}
@font-face {
  font-family: "Coda";
  font-style: normal;
  font-weight: 400;
  src: local("Coda"), local("Coda-Regular"), url(https://fonts.gstatic.com/s/coda/v11/jYjBpv5EXPluzmg36czCAQ.woff) format("woff");
}
body.edOverlay__active {
  overflow: hidden;
}

.eds_mailChimpPlus_Connect *,
.eds_mailChimpPlus_Connect *::after,
.eds_mailChimpPlus_Connect *::before {
  box-sizing: border-box;
}
.eds_mailChimpPlus_Connect.edOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: auto;
  top: 0;
  right: 100%;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 9999;
  opacity: 0;
  overflow: auto;
  -webkit-transition: opacity 600ms;
  -khtml-transition: opacity 600ms;
  -moz-transition: opacity 600ms;
  -ms-transition: opacity 600ms;
  -o-transition: opacity 600ms;
  transition: opacity 600ms;
}
.eds_mailChimpPlus_Connect.edOverlay:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.eds_mailChimpPlus_Connect.edOverlay > .edOverlay__mainWrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 10% 10% 0;
}
.eds_mailChimpPlus_Connect.edOverlay > .edOverlay__mainWrapper > .edOverlay__contentWrapper {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  max-width: 900px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.eds_mailChimpPlus_Connect.edOverlay.edOverlay__show {
  right: 0;
  opacity: 1;
}
.eds_mailChimpPlus_Connect.edOverlay.edOverlay__show > .edOverlay__mainWrapper > .edOverlay__contentWrapper {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.eds_mailChimpPlus_Connect.edOverlay.edOverlay__hideDisabled .edOverlay__hideTrigger {
  display: none !important;
}
.eds_mailChimpPlus_Connect.edForm__form {
  position: relative;
  max-width: none;
}
.eds_mailChimpPlus_Connect.edForm__form.edForm__requesting .edmcp_formWrapper::before, .eds_mailChimpPlus_Connect.edForm__form.edForm__requesting .edmcp_formWrapper::after {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  z-index: 100;
}
.eds_mailChimpPlus_Connect.edForm__form.edForm__requesting .edmcp_formWrapper::before {
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
}
.eds_mailChimpPlus_Connect.edForm__form.edForm__requesting .edmcp_formWrapper:after {
  top: 50%;
  content: "";
  color: #3f9ed4;
  font: 50px/0 "FontAwesome";
  text-align: center;
}
.eds_mailChimpPlus_Connect .edmcp_mainWrapper {
  border-radius: 8px;
  overflow: hidden;
  background: #32AEE0 url("assets/images/background/predefined/formBg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
.eds_mailChimpPlus_Connect .edmcp_mainWrapper::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #20a9e0;
  opacity: 0.9;
}
.eds_mailChimpPlus_Connect .edmcp_header {
  padding: 30px;
  text-align: center;
  position: relative;
}
.eds_mailChimpPlus_Connect .edmcp_header > div {
  display: inline-block;
}
.eds_mailChimpPlus_Connect .edmcp_header > div > i,
.eds_mailChimpPlus_Connect .edmcp_header > div .edmcp_headerTitle {
  display: inline-block;
  vertical-align: middle;
}
.eds_mailChimpPlus_Connect .edmcp_header > div > i {
  font-size: 50px;
  color: #fff;
  margin-right: 15px;
}
.eds_mailChimpPlus_Connect .edmcp_header .edmcp_headerSubTitle {
  display: block;
  margin-top: 10px;
}
.eds_mailChimpPlus_Connect .edmcp_header.edmcp_popUpHeader > div > i {
  font-size: 70px;
  margin-right: 25px;
}
.eds_mailChimpPlus_Connect .edmcp_header.edmcp_popUpHeader .edmcp_headerTitle {
  font-size: 42px;
}
.eds_mailChimpPlus_Connect .edOverlay__hideTrigger {
  display: inline-block;
  position: fixed;
  top: 50px;
  right: 50px;
  cursor: pointer;
  text-align: center;
  background-color: #20a9e0;
  border-radius: 50%;
  color: #fff;
  width: 64px;
  height: 64px;
  font-size: 24px;
  line-height: 62px;
  -webkit-transition: all 400ms;
  -khtml-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_mailChimpPlus_Connect .edOverlay__hideTrigger {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 8px 10px;
  }
}
.eds_mailChimpPlus_Connect .edOverlay__hideTrigger::before {
  content: "";
  font-family: "FontAwesome";
}
.eds_mailChimpPlus_Connect .edOverlay__hideTrigger:hover {
  background-color: #0081b8;
}
.eds_mailChimpPlus_Connect .edmcp_headerTitle {
  letter-spacing: normal;
  font: 24px/1.2 "Coda", cursive;
  color: #fff;
  margin: 0;
  padding: 0;
}
.eds_mailChimpPlus_Connect .edmcp_headerSubTitle {
  font: 17px/1.2 Arial;
  color: #fff;
  padding-top: 10px;
  margin-top: 10px;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.eds_mailChimpPlus_Connect .edmcp_formWrapper {
  padding: 0 30px 30px;
  position: relative;
}
.eds_mailChimpPlus_Connect .edmcp__inputGroup {
  margin-bottom: 25px;
  position: relative;
}
.eds_mailChimpPlus_Connect .edmcp__inputGroup::after {
  display: table;
  width: 100%;
  content: "";
  clear: both;
}
.eds_mailChimpPlus_Connect .edmcp__inputGroup.edmcp_fullWidth input[type="text"],
.eds_mailChimpPlus_Connect .edmcp__inputGroup.edmcp_fullWidth input[type="email"],
.eds_mailChimpPlus_Connect .edmcp__inputGroup.edmcp_fullWidth input[type="number"],
.eds_mailChimpPlus_Connect .edmcp__inputGroup.edmcp_fullWidth select,
.eds_mailChimpPlus_Connect .edmcp__inputGroup.edmcp_fullWidth textarea,
.eds_mailChimpPlus_Connect .edmcp__inputGroup.edmcp_fullWidth .edmcp__select {
  width: 100%;
}
.eds_mailChimpPlus_Connect .edmcp__inputGroup.edmcp__inputGroupDate > .edmcp__label, .eds_mailChimpPlus_Connect .edmcp__inputGroup.edmcp__inputGroupBirthday > .edmcp__label {
  display: block;
}
.eds_mailChimpPlus_Connect .edmcp__inputGroup.edmcp__inputGroupDate > div, .eds_mailChimpPlus_Connect .edmcp__inputGroup.edmcp__inputGroupBirthday > div {
  float: left;
}
.eds_mailChimpPlus_Connect .edmcp__inputGroup.edmcp__inputGroupDate > div:last-child, .eds_mailChimpPlus_Connect .edmcp__inputGroup.edmcp__inputGroupBirthday > div:last-child {
  float: right;
}
.eds_mailChimpPlus_Connect .edmcp__inputGroup.edmcp__inputGroupDate > div {
  width: 32%;
}
.eds_mailChimpPlus_Connect .edmcp__inputGroup.edmcp__inputGroupDate > div.edmcp__day {
  margin: 0 2%;
}
.eds_mailChimpPlus_Connect .edmcp__inputGroup.edmcp__inputGroupBirthday > div {
  width: 49%;
}
.eds_mailChimpPlus_Connect .edmcp_inputGroupWrapper.edmcp_consentHtml {
  padding: 20px 0;
}
.eds_mailChimpPlus_Connect .edmcp_consentHtml .edmcp__inputGroup {
  margin-bottom: 0;
}
.eds_mailChimpPlus_Connect .edmcp_consentHtml .edmcp__inputGroup a,
.eds_mailChimpPlus_Connect .edmcp_consentHtml .edmcp__inputGroup a:link,
.eds_mailChimpPlus_Connect .edmcp_consentHtml .edmcp__inputGroup a:visited {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}
.eds_mailChimpPlus_Connect .edmcp_consentHtml .edmcp__inputGroup a:hover {
  text-decoration: none;
}
.eds_mailChimpPlus_Connect .edmcp_consentHtml .edmcp_consentMessage {
  font-family: Arial;
  font-size: 12px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.1;
}
.eds_mailChimpPlus_Connect .edmcp_consentHtml .edmcp_consentMessage div + div {
  margin-top: 5px;
}
.eds_mailChimpPlus_Connect .edmcp_center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.eds_mailChimpPlus_Connect .edmcp_listSelectionFieldGroupWrapper {
  border-top: solid 3px #0b75a0;
  border-bottom: solid 3px #0b75a0;
  margin-bottom: 40px;
}
.eds_mailChimpPlus_Connect .edmcp_listFieldWrapper {
  padding-top: 25px;
  border-top: solid 3px #0b75a0;
  margin-top: 40px;
}
.eds_mailChimpPlus_Connect input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
.eds_mailChimpPlus_Connect input:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}
.eds_mailChimpPlus_Connect input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}
.eds_mailChimpPlus_Connect input[type="text"],
.eds_mailChimpPlus_Connect input[type="email"],
.eds_mailChimpPlus_Connect input[type="number"],
.eds_mailChimpPlus_Connect select,
.eds_mailChimpPlus_Connect textarea {
  border: solid 3px #0b75a0;
  border-radius: 6px;
  font: 17px/1.2 Arial;
  color: #9d9d9d;
  box-shadow: none;
  background: #fff;
  box-shadow: none;
  outline: none;
  padding: 8px 10px;
  margin: 2px 0;
}
.eds_mailChimpPlus_Connect input[type="text"]:focus,
.eds_mailChimpPlus_Connect input[type="email"]:focus,
.eds_mailChimpPlus_Connect input[type="number"]:focus,
.eds_mailChimpPlus_Connect select:focus,
.eds_mailChimpPlus_Connect textarea:focus {
  color: #222;
}
.eds_mailChimpPlus_Connect textarea {
  padding: 5px 10px;
}
.eds_mailChimpPlus_Connect input[type="text"],
.eds_mailChimpPlus_Connect input[type="email"],
.eds_mailChimpPlus_Connect input[type="number"],
.eds_mailChimpPlus_Connect textarea,
.eds_mailChimpPlus_Connect .edmcp__select {
  -webkit-transition: all 400ms;
  -khtml-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.eds_mailChimpPlus_Connect input[type="text"]:hover,
.eds_mailChimpPlus_Connect input[type="email"]:hover,
.eds_mailChimpPlus_Connect input[type="number"]:hover,
.eds_mailChimpPlus_Connect textarea:hover,
.eds_mailChimpPlus_Connect .edmcp__select:hover {
  border-color: #004d78;
}
.eds_mailChimpPlus_Connect input[type="text"]:focus,
.eds_mailChimpPlus_Connect input[type="email"]:focus,
.eds_mailChimpPlus_Connect input[type="number"]:focus,
.eds_mailChimpPlus_Connect textarea:focus {
  border-color: #003964;
}
.eds_mailChimpPlus_Connect .edmcp__label {
  margin: 0 0 5px;
  padding: 0;
  color: #fff;
  font: normal 17px/1 "Coda", cursive;
}
.eds_mailChimpPlus_Connect .edmcp__select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  border: solid 3px #0b75a0;
  border-radius: 5px;
}
.eds_mailChimpPlus_Connect .edmcp__select::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  color: #0b75a0;
  font: 22px/40px "FontAwesome";
  width: 40px;
  z-index: 1;
  text-align: center;
}
.eds_mailChimpPlus_Connect .edmcp__select select {
  background: none transparent !important;
  border: none !important;
  width: 110% !important;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 8px 10px;
}
.eds_mailChimpPlus_Connect .edmcp__select select:focus {
  outline: none;
}
.eds_mailChimpPlus_Connect .edmcp__select select:disabled {
  color: #ccc !important;
}
.eds_mailChimpPlus_Connect .edmcp__select:hover::after {
  border-color: #003964;
}
.eds_mailChimpPlus_Connect .edmcp__radioButtonGroup,
.eds_mailChimpPlus_Connect .edmcp__checkBoxGroup {
  margin: 10px 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.eds_mailChimpPlus_Connect .edmcp__radioButtonGroup > li,
.eds_mailChimpPlus_Connect .edmcp__checkBoxGroup > li {
  margin: 0 0 5px;
  list-style-type: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.eds_mailChimpPlus_Connect .edmcp__checkBox {
  display: block;
  margin-bottom: 5px;
}
.eds_mailChimpPlus_Connect .edmcp__radioButton,
.eds_mailChimpPlus_Connect .edmcp__checkBox {
  position: relative;
}
.eds_mailChimpPlus_Connect .edmcp__radioButton > label,
.eds_mailChimpPlus_Connect .edmcp__checkBox > label {
  margin: 0;
  display: inline-block;
}
.eds_mailChimpPlus_Connect .edmcp__radioButton > label > input,
.eds_mailChimpPlus_Connect .edmcp__checkBox > label > input {
  display: none;
}
.eds_mailChimpPlus_Connect .edmcp__radioButton > label > span,
.eds_mailChimpPlus_Connect .edmcp__checkBox > label > span {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  position: relative;
  padding-left: 30px;
  font: 14px/20px Arial;
  color: #fff;
  margin: 0;
}
.eds_mailChimpPlus_Connect .edmcp__radioButton > label > span::before, .eds_mailChimpPlus_Connect .edmcp__radioButton > label > span::after,
.eds_mailChimpPlus_Connect .edmcp__checkBox > label > span::before,
.eds_mailChimpPlus_Connect .edmcp__checkBox > label > span::after {
  position: absolute;
  content: "";
  line-height: 0;
  display: inline-block;
}
.eds_mailChimpPlus_Connect .edmcp__radioButton > label > span::before,
.eds_mailChimpPlus_Connect .edmcp__checkBox > label > span::before {
  width: 21px;
  height: 21px;
  border: solid 3px #0b75a0;
  left: 0;
  top: 0;
}
.eds_mailChimpPlus_Connect .edmcp__radioButton > label > span::after,
.eds_mailChimpPlus_Connect .edmcp__checkBox > label > span::after {
  color: #fff;
  font-family: "FontAwesome";
  font-size: 15px;
}
.eds_mailChimpPlus_Connect .edmcp__radioButton > label > span::before {
  border-radius: 50%;
  background-color: #0b75a0;
}
.eds_mailChimpPlus_Connect .edmcp__radioButton > label > span::after {
  top: 11px;
  left: 4px;
  color: #fff;
}
.eds_mailChimpPlus_Connect .edmcp__radioButton input[type="radio"]:checked + span::after {
  content: "";
}
.eds_mailChimpPlus_Connect .edmcp__checkBox > label > span::before {
  border-radius: 3px;
}
.eds_mailChimpPlus_Connect .edmcp__checkBox > label > span::after {
  top: 11px;
  left: 3px;
}
.eds_mailChimpPlus_Connect .edmcp__checkBox input[type="checkbox"]:checked + span::after {
  content: "";
}
.eds_mailChimpPlus_Connect .edmcp__checkBox input[type="checkbox"]:checked + span::before {
  background-color: #0b75a0;
}
.eds_mailChimpPlus_Connect .edmcp__checkBoxWithCheckBoxGroup {
  margin: 20px 0;
}
.eds_mailChimpPlus_Connect .edmcp__checkBoxWithCheckBoxGroup .edmcp__checkBoxGroup {
  margin: 10px 0 10px 20px;
}
.eds_mailChimpPlus_Connect .edmcp_inputGroupsHorizontal .edmcp__radioButtonGroup > li,
.eds_mailChimpPlus_Connect .edmcp_inputGroupsHorizontal .edmcp__checkBoxGroup > li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.eds_mailChimpPlus_Connect .edmcp_popUpFormWrapper .edmcp_formWrapper {
  text-align: center;
}
.eds_mailChimpPlus_Connect .edmcp_popUpFormWrapper .edmcp__checkBoxGroup > li,
.eds_mailChimpPlus_Connect .edmcp_popUpFormWrapper .edmcp__radioButtonGroup > li {
  display: inline-block;
  margin: 5px 10px;
}
.eds_mailChimpPlus_Connect .edForm__subscribe,
.eds_mailChimpPlus_Connect .edForm__unsubscribe,
.eds_mailChimpPlus_Connect .edForm__closeResponse {
  cursor: pointer;
}
.eds_mailChimpPlus_Connect .edForm__subscribe,
.eds_mailChimpPlus_Connect .edForm__unsubscribe,
.eds_mailChimpPlus_Connect .edmcp_archiveButton,
.eds_mailChimpPlus_Connect .edForm__closeResponse {
  display: inline-block;
  font-family: "Coda", cursive;
  -webkit-transition: all 300ms;
  -khtml-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.eds_mailChimpPlus_Connect .edForm__subscribe,
.eds_mailChimpPlus_Connect .edForm__closeResponse {
  background-color: #0b75a0;
  border-radius: 6px;
  text-decoration: none;
  line-height: 1;
  font-size: 21px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 17px 40px 15px;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_mailChimpPlus_Connect .edForm__subscribe,
  .eds_mailChimpPlus_Connect .edForm__closeResponse {
    word-break: break-all;
    font-size: 18px;
    padding: 10px 25px;
  }
}
.eds_mailChimpPlus_Connect .edForm__subscribe:hover,
.eds_mailChimpPlus_Connect .edForm__closeResponse:hover {
  background-color: #004d78;
}
.eds_mailChimpPlus_Connect .edmcp_subscribeAndArchiveButton {
  vertical-align: top;
  text-align: center;
  padding: 40px 30px 10px;
  border-top: solid 3px #0b75a0;
}
.eds_mailChimpPlus_Connect .edForm__unsubscribe,
.eds_mailChimpPlus_Connect .edmcp_archiveButton {
  color: #fff;
  text-decoration: underline;
  font-size: 15px;
  margin: 5px 10px;
  -webkit-transition: color 300ms;
  -khtml-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.eds_mailChimpPlus_Connect .edForm__unsubscribe:hover,
.eds_mailChimpPlus_Connect .edmcp_archiveButton:hover {
  text-decoration: none;
}
.eds_mailChimpPlus_Connect .edmcp_footerWrapper > div {
  padding: 15px 25px;
}
.eds_mailChimpPlus_Connect .required.error + label.error,
.eds_mailChimpPlus_Connect .edmcp__checkBox + label.error,
.eds_mailChimpPlus_Connect .edmcp__radioButton + label.error,
.eds_mailChimpPlus_Connect .edmcp__checkBoxGroup + label.error,
.eds_mailChimpPlus_Connect .edmcp__radioButtonGroup + label.error {
  visibility: visible;
  opacity: 1;
}
.eds_mailChimpPlus_Connect label.error, .eds_mailChimpPlus_Connect label.edMCP_labelError {
  margin: 0;
  display: inline-block;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  background-color: #ff7678;
  border: solid 1px #ee4e50;
  border-radius: 1px;
  color: #fff;
  font: 12px/1 Arial;
  box-shadow: 0 0 0 1px #fff;
  text-align: center;
}
.eds_mailChimpPlus_Connect label.error {
  position: absolute;
  right: 4px;
  bottom: 5px;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  -khtml-transition: opacity 600ms;
  -moz-transition: opacity 600ms;
  -ms-transition: opacity 600ms;
  -o-transition: opacity 600ms;
  transition: opacity 600ms;
  visibility: hidden;
  padding: 2px 5px;
}
.eds_mailChimpPlus_Connect label.edMCP_labelError {
  padding: 5px;
}
.eds_mailChimpPlus_Connect .required.error {
  box-shadow: 0 0 0 1px #ee4e50;
}
.eds_mailChimpPlus_Connect .edmcp__checkBoxGroup:hover + label.error,
.eds_mailChimpPlus_Connect .edmcp__radioButtonGroup:hover + label.error,
.eds_mailChimpPlus_Connect .required.error:hover + label.error {
  opacity: 0.4;
}
.eds_mailChimpPlus_Connect .edmcp__select label.error {
  bottom: 5px;
  right: 45px;
  z-index: 3;
}
.eds_mailChimpPlus_Connect .edmcp__checkBoxGroup + label.error,
.eds_mailChimpPlus_Connect .edmcp__radioButtonGroup + label.error {
  bottom: 100%;
  left: 25%;
  right: 25%;
}
.eds_mailChimpPlus_Connect .edmcp_archiveHeader {
  border-bottom: solid 1px #0b75a0;
  padding: 15px 20px;
}
.eds_mailChimpPlus_Connect .edmcp_archiveHeader .edmcp_headerTitle {
  margin: 0;
  color: #0b75a0;
}
.eds_mailChimpPlus_Connect .edmcp_archiveHeader .edmcp_headerTitle::before {
  content: "";
  color: #004d78;
  font: 37px/50px "FontAwesome";
  margin-right: 15px;
}
.eds_mailChimpPlus_Connect .edmcp_archiveList {
  margin: 0;
  padding: 0;
}
.eds_mailChimpPlus_Connect .edmcp_archiveList > li {
  padding: 15px 20px 15px 40px;
  border-bottom: solid 1px #ddd;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.eds_mailChimpPlus_Connect .edmcp_archiveList > li:last-child {
  border: none;
}
.eds_mailChimpPlus_Connect .edmcp_archiveList > li > a {
  color: #222;
  text-decoration: none;
  font: 15px/1.1 "Coda", cursive;
}
.eds_mailChimpPlus_Connect .edmcp_archiveList > li > a > span {
  font-family: Arial;
  margin-left: 20px;
  color: #acacac;
}
.eds_mailChimpPlus_Connect .edmcp_archiveList > li > a:hover {
  color: #20a9e0;
}
.eds_mailChimpPlus_Connect .edmcp_archiveList > li::before {
  position: absolute;
  left: 20px;
  top: 0;
  font: 20px/44px "FontAwesome";
  color: #0b75a0;
  content: "";
}
.eds_mailChimpPlus_Connect .edForm__responseMessage {
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  left: 2px;
  right: 2px;
  bottom: 2px;
  text-align: center;
  top: -100%;
  overflow: hidden;
  position: absolute;
  margin: 10px;
  -webkit-transition: opacity 600ms ease 500ms;
  -khtml-transition: opacity 600ms ease 500ms;
  -moz-transition: opacity 600ms ease 500ms;
  -ms-transition: opacity 600ms ease 500ms;
  -o-transition: opacity 600ms ease 500ms;
  transition: opacity 600ms ease 500ms;
}
.eds_mailChimpPlus_Connect .edForm__responseMessage::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.eds_mailChimpPlus_Connect .edForm__responseMessage > div {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: solid 3px #d3d3d3;
  margin: 70px 0 30px;
  padding: 80px 30px 30px;
  text-align: center;
  width: 80%;
  background: #fff;
}
.eds_mailChimpPlus_Connect .edForm__responseMessage > div::after {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: -60px;
  left: 50%;
  margin-left: -60px;
  background-color: #6ce89f;
  content: "";
  font: 50px/120px "FontAwesome";
  color: #fff;
  text-align: center;
}
.eds_mailChimpPlus_Connect .edmcp_mainMessage {
  color: #9d9d9d;
  font: 20px/1.2 "Coda", cursive;
  margin-bottom: 30px;
}
.eds_mailChimpPlus_Connect .edmcp_mainMessage > span {
  font-size: 15px;
  display: block;
}
.eds_mailChimpPlus_Connect .edmcp_mailingList {
  margin: 0 0 30px;
  padding: 0;
}
.eds_mailChimpPlus_Connect .edmcp_mailingList > p {
  color: #000;
  font: 16px/1.2 "Coda", cursive;
}
.eds_mailChimpPlus_Connect .edmcp_mailingList > ul > li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #9d9d9d;
  font: 14px/1.2 Arial;
}
.eds_mailChimpPlus_Connect .edmcp_mailingList > ul > li::after {
  content: ", ";
}
.eds_mailChimpPlus_Connect .edmcp_mailingList > ul > li:last-child::after {
  display: none;
}
.eds_mailChimpPlus_Connect .edForm__closeResponse::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 8px;
}
.eds_mailChimpPlus_Connect .edForm__closeResponse.edmcp_errorSubscibe::before {
  display: none;
}
.eds_mailChimpPlus_Connect .edmcp_form {
  opacity: 1;
  -webkit-transition: opacity 1000ms;
  -khtml-transition: opacity 1000ms;
  -moz-transition: opacity 1000ms;
  -ms-transition: opacity 1000ms;
  -o-transition: opacity 1000ms;
  transition: opacity 1000ms;
}
.eds_mailChimpPlus_Connect.edForm__showResponse .edForm__responseMessage {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  top: 0;
  position: relative;
}
.eds_mailChimpPlus_Connect.edForm__showResponse .edmcp_form {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.eds_mailChimpPlus_Connect.edForm__responseError .edForm__responseMessage > div::after {
  content: "";
  background-color: #fc5751;
}
.eds_mailChimpPlus_Connect .edmcp_doubleOptInText {
  font-size: 15px;
  color: #000;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
