/*stylelint-disable*/

.form-area .btn-group-justified {
  padding-left: 0;
  padding-right: 0;
}

.form-section > i > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}

.form-section > i > span > span > span {
  position: static;
}

/* hide business icons, as per existing site */
@media (min-width: 767px) and (max-width: 991px) {
  .page-template-business .new-box-icon {
    display: none;
  }
}

@media (min-width: 991px) and (max-width: 1100px) {
  .page-template-business .new-box-icon img {
    max-width: 70px;
  }
}

.c-bin__image-container {
  max-width: 100px;
}

.table > tbody > tr > td {
  font-size: 20px;
}

.page-id-1186 .page-icon {
  display: none;
}



/*
.my-account-icons-item .fa {
  background-size: 90%;
  background-repeat: no-repeat;
}*/
.page-id-533 .form-control{color:#FFF !important}
.page-template-skip_hire-php center .btn {
  margin-bottom: 20px;
}

.page-list a {
  font-size: 18px;
}

.mrhelp .btn {
  position: static !important;
  margin-top: 0;
}

.page-template-default .section > .container > h1:after,
.page-template-default .section > .container > h2:after,
.page-template-default .section > .container > h3:after {
  display: none;
}

.page-template-default .section > .container > h3 {
  font-size: 20px !important;
}

.btn.btn-border-white:hover,
.btn.btn-border-white:active,
.btn.btn-border-white:focus {
  background: #009cde;
  color: #fff ;
}

.banner-with-image .title {
  /*font-family: 'texta-light', 'texta', sans-serif;*/
  font-weight: 200;
}

.c-bin__title,
.c-bin__title + p {
  font-weight: 400 !important;
}

.c-bin__title + p a {
  text-decoration: underline;
}

.c-bin__title + p a:hover {
  text-decoration: none;
}

.form-signup .box td,
.form-signup .box .form-control {
  font-size: 19px;
  font-weight: 200;
}

.wpcf7-form-control.wpcf7-submit {
  border: 1px solid transparent !important;
}

.wpcf7-form-control.wpcf7-submit:hover {
  border: 1px solid #f17730 !important;
}

/* Test to confirm font-weight issue */

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Texta webfont', sans-serif !important;
  font-weight: 200 !important;
}

.search-result h4 {
  color: #f47721;
}

.section-white h1,
.section-white h2,
.section-white h3 {
  color: #009cde !important;
}

.help-centre-categories li a {
  font-family: 'Texta webfont', sans-serif;
}

.section-white h3 {
  color: #009cde !important;
}

.footer a:hover {
  color: #e57200;
  background-color: #333;
  text-decoration: none;
}

.footer li:first-child a:hover {
  text-decoration: none;
  cursor: default;
  background: none;
}

a {
  color: #f47721;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #f47721;
}

.page-template-help_centre .mrhelp {
  margin-bottom: 30px;
}

.plan-description ul {
  padding: 14px;
}

/**
 * What goes in my bin
 */
.bin-box {
  background: none;
  border: none;
}

.bin-box h4 p {
  color: #333;
}

/**
 * Box styles
 */
.new-box {
  padding: 33px 34px !important;
  position: relative;
}

@media (min-width: 991px) {
  .page-template-home .box-cyan {
    height: 274px;
  }
}

/**
 * Header
 */
/*.site-header::after {
  background: rgba(185, 211, 233, 0.6);
}*/

.page-template-submit-form-bin .box-blue {
  background: #199bd6;
}

.top-link a {
  border-width: 1px !important;
}

.desktop-logo {
  display: block;
}

.mobile-logo {
  display: none;
}

.top-right-button.no-badge {
  padding-right: 9px !important;
  text-align: center;
}

/** Backgrounds **/
.new-box-1-3,
.new-box-2-3,
.new-box-3-3 {
  background-size: cover;
  background-image: url('../images/box1.png');
}
.new-box-3-3{
background-image: url('../images/box3sa.png') !important;
}
/* TODO: Get backgrounds */
.new-box-1-3 {

}

.boxCalendars h2 {
  margin: 0 0 20px 0 !important;
}

.mrhelp .aes-ways-to-pay,
.mrhelp .aes-understanding-your-bill,
.mrhelp .aes-your-service-plan,
.mrhelp .aes-moving-home,
.mrhelp .aes-calendar,
.mrhelp .aes-feedback {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.mrhelp .box {
  /*display: flex;
  align-items: flex-start;*/
  /*max-height: 192px;*/
}

.mrhelp .box h1 {
  padding: 0 !important;
  margin-top: 30px;
  max-width: 100%;
  display: block;
}

.new-box-title,
.boxCalendars h1 {
  margin: 0 0 15px !important;
  padding: 0 !important;
  left: 0 !important;
  font-weight: 200 !important;
  color: #fff !important;
}

.new-box-title p {
  margin-top: 0 !important;
}

.new-box-subtitle {
  margin: 0 !important;
}

.new-box-subtitle,
.boxCalendars h2 {
  padding: 0 !important;
  font-size: 20px !important;
  color: #fff !important;
}

.new-box-icon {
  position: absolute;
  bottom: 17px !important;
  right: 23px !important;
}

/**
 * Navbar styles
 */

.navbar-right {
  float: right !important;
}

/**
 * Search box dropdown
 */
.dropdown-menu-search {
  background: none;
  border: 1px solid #ccc;
  padding: 0;
  top: 44px;
  border-radius: 0;
}

/**
 * These selectors can't be chained reliably
 * if one selector is invalid, the rules are ignored
 * so they need to be separated by vendor
 */
.dropdown-menu-search ::-webkit-input-placeholder {
  font-weight: 800;
  font-size: 18px;
}

.dropdown-menu-search ::-moz-placeholder {
  font-weight: 800;
  font-size: 18px;
}

.dropdown-menu-search ::-ms-input-placeholder {
  font-weight: 800;
  font-size: 18px;
}

.dropdown-menu-search .btn:hover .fa,
.dropdown-menu-search .btn .fa {
  margin: 0;
}

.fa-search:before {
    content: "\f002" !important;
}

/**
 * Text Blocks
 */

.text-block {
  padding: 50px 0;
  background: #fff;
}

.text-block.is-larger {
  padding: 70px 0;
}

.text-block-title {
  color: #009cde;
  margin-bottom: 10px;
  padding: 0;
}

.text-block-content {
  font-size: 18px;
  line-height: 1.1;
}

.text-block-content ul {
  list-style: none;
}

/* target descendents of <ul> incase there are any <ol> elements */
.text-block-content ul > li {
  position: relative;
  margin-bottom: 3px;
}

.text-block-content ul > li::before {
  content: '';
  display: inline-block;
  background: #f47721;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 5px;
}

.text-block-content a {
  color: #f47721;
}

.text-block-content a:hover {
  text-decoration: none;
}

.text-block-list .text-block:nth-child(odd) {
  background: #f2f2f2;
}

@media (min-width: 730px) {
  .text-block {
    display: flex;
    align-items: center;
    min-height: 400px;
  }

  .navbar .searchIcon {
    /*margin-top: -3px !important;*/
  }
}

/**
 * Page Header
 */

.page-template-default .page-header {
  border-bottom: 5px solid #f2f2f2;
}

.form-area .dropdown-toggle {
  font-size: 26px !important;
}

@media (min-width: 991px) {
  #search_txt,
  #search_txt + .input-group-btn .btn {
    font-size: 26px !important;
    height: 60px;
  }
}

.calendars .calendar-downloads .btn {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

@media (max-width: 730px) {
  .page-template-calendars .input-group {
    display: block;
    text-align: right;
    margin-top: 10px;
  }
}

.bins .c-bin:first-child .c-bin__title--small {
    color: #125a85 !important;
}

.search-form {
  min-width: 300px;
  margin: 0;
}

.search-form .input-group,
.search-form .btn {
  border: none;
}

.page-header p {
  color: #333333;
  font-weight: 200;
}

.page-header a {
  color: #f47721;
}

.page-header a:hover {
  text-decoration: none;
}

/**
 * Price plan
 */
.section-white h3.bin-wrapper-title-text {
  color: #fff !important;
}

.plan-description li {
  padding-left: 25px;
}

.dropdown-menu > li > a {
  font-size: 18px;
}

.bin-wrapper .c-bin__badge2 .c-bin__badge-price {
  color: #fff !important;
}

.bin-wrapper .c-bin__badge2 {
  background: #e57200 !important;
}

.c-bin .input-group {
  border: none;
  padding-left: 5px;
  font-weight: 700;
}

[id="selected-waste-size"] {
  font-weight: 700;
}

.c-bin__size {
  font-size: 20px;
}

.form-control::-webkit-input-placeholder {
  color: #009cde;
}

.form-control::-moz-placeholder {
  color: #009cde;
}

.form-control::-ms-input-placeholder {
  color: #009cde;
}

.form-control::input-placeholder {
  color: #009cde;
}

#search_txt,
#search_txt::-webkit-input-placeholder {
  font-size: 26px;
  font-weight: 400;
  color: #009cde;
}

#search_txt::-moz-placeholder {
  font-size: 26px;
  font-weight: 400;
  color: #009cde;
}

.form-control::-webkit-input-placeholder {
  color: #009cde;
}

.form-control::-moz-placeholder {
  color: #009cde;
}

.form-control::-ms-input-placeholder {
  color: #009cde;
}

.help-centre-categories li a {
  font-size: 22px !important;
  font-weight: 400 !important;
}

.mobileOnly .navbar-header {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 991px) {
  .banner-with-image {
    margin-bottom: 15px;
  }

  .bin-wrapper-intro-text-content {
    min-height: initial !important;
  }

  .bin-wrapper {
    margin-bottom: 40px;
  }
  .page-id-2797 .bin-wrapper {
    margin-bottom: 0px !important;
    border-bottom: 2px solid #005984 !important;
}

  /**
   * Price plans
   */
  .page-template-skip_hire .form-title > div,
  .page-template-price-plan-overview .form-title > div,
  .page-template-prices_by_weight .form-title > div {
    vertical-align: middle;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.1;
    font-size: 28 !important;
  }

  .page-template-skip_hire .specPos,
  .page-template-price-plan-overview .specPos,
  .page-template-prices_by_weight .specPos {
    top: 0;
    right: 0;
  }

  .page-template-skip_hire .form-title > div:first-child,
  .page-template-price-plan-overview .form-title > div:first-child,
  .page-template-prices_by_weight .form-title > div:first-child {
    width: 20%;
  }

  .page-template-skip_hire .form-title > div:last-child,
  .page-template-price-plan-overview .form-title > div:last-child,
  .page-template-prices_by_weight .form-title > div:last-child {
    width: 70%;
  }

  .page-template-skip_hire .form-area .btn,
  .page-template-price-plan-overview .form-area .btn,
  .page-template-prices_by_weight .form-area .btn {
    text-align: left !important;
  }

}

@media (min-width: 768px) {
  .form-titleNoMargin .fontsize30px {
    vertical-align: middle;
  }

  form.form-area .input-group-addon, form.form-area .btn {
    font-size: 22px;
  }

  .aes-donate {
    position: relative;
    left: 87px;
    top: 15px;
  }
}

@media (max-width: 1024) and (min-width: 992px) {
  .my-account-icons-item {
    width: 24% !important;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .my-account-icons .col-md-12.col-xs-12.text-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #search_txt::-webkit-input-placeholder {
    font-size: 18px !important;
  }

  #search_txt::-moz-placeholder {
    font-size: 18px !important;
  }

  #search_txt::-ms-input-placeholder {
    font-size: 18px !important;
  }
}

@media (min-width: 991px) {
  .my-account-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .my-account-icons .aes-donate {
    background-repeat: no-repeat;
  }
}

/**
 * Mobile
 */
@media (max-width: 729px) {

  .mrhelp .fa {
    background-size: 35px !important;
  }

  /*.floating-icon {
    position: relative !important;
    float: right;
  }*/

  .new-box.new-box.new-box.new-box {
    height: auto !important;
    max-height: initial !important;
  }

  .new-box-subtitle {
    padding: 0 !important;
  }

  .floating-icon img {
    max-width: 70px !important;
  }

  .quick-links .quick-link .big-icon {
    max-width: 100px;
  }

  .quick-links .quick-link .title {
    font-size: 30px !important;
  }

  .quick-links .quick-link .btn {
    font-size: 17px !important;
    padding: 5px 5px 5px 10px !important;
  }

  .form-section {
    margin-left: 0;
  }

  .page-template-my_account .section-white h3 {
    color: #009cde !important;
  }

  .page-template-my_account .box {
    margin: 0 15px 15px;
  }

  .form-section > i {
    left: -8%;
  }

  .input-group {
    border: none !important;
  }

  .header-buttons {
    padding: 0 !important;
  }

  .boxCalendars h2 {
    padding: 0 !important;
    margin-bottom: 20px !important;
  }

  .boxCalendars ::-webkit-input-placeholder {
    font-size: 18px !important;
  }

  .boxCalendars ::-moz-placeholder {
    font-size: 18px !important;
  }

  .boxCalendars ::-ms-input-placeholder {
    font-size: 18px !important;
  }

  .boxCalendars #search_txt {
    font-size: 18px !important;
    margin-bottom: 10px;
  }

  .boxCalendars h1 {
    padding: 0;
    line-height: 0.9;
  }

  /**
   * Header
   */
  .navbar-toggle {
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
  }

  .new-box {
    padding: 30px !important;
  }

  .c-icon-list .c-icon-list__item:nth-child(1),
  .c-icon-list .c-icon-list__item:nth-child(2),
  .c-icon-list .c-icon-list__item:nth-child(3),
  .c-icon-list .c-icon-list__item:nth-child(4) {
    border-bottom: 1px solid #005984;
    padding-bottom: 20px;
  }

  .c-icon-list .c-icon-list__item:nth-child(5) {
    border-right: 1px solid #005984;
  }

  .c-icon-list .c-icon-list__item:nth-child(2),
  .c-icon-list .c-icon-list__item:nth-child(4) {
    border-right: none;
  }

  .entry-content img {
    max-width: 100%;
    height: auto;
  }

  .page-id-1157 .oddColorChanger {
    padding: 20px 0 !important;
  }

  .box-our-business .btn {
    float: left;
  }

  .new-box-icon img {
    max-width: 80px;
  }

  .page-id-33 .section-grey, body.page-id-33 > div.section.section-white.section-contact-background > div {
    padding-bottom: 200px !important;
  }
   
  .page-id-18466 .section-grey, body.page-id-18466 > div.section.section-white.section-contact-background > div {
    padding-bottom: 200px !important;
  }

  .new-box-title {
    position: static !important;
    display: block !important;
    margin-top: 30px !important;
  }

  .skip-item {
    text-align: center;
  }

  #menu-faq_sections li {
    margin-left: 0;
  }

  #menu-faq_sections {
    margin-bottom: 20px;
  }

  form.form-area .input-group-addon, form.form-area .btn {
    font-size: 20px !important;
  }

  .button-nav-container {
    padding: 0 !important;
  }

  .page-template-business .box h2 {
    padding-top: 20px !important;
  }

  .navbar-default {
    /* try hide any overflow breaking out of the page */
    overflow: hidden;
  }

  .top-link a i:nth-child(2) {
    font-size: 17px !important;
    display: inline-block;
    position: static;
  }

  .top-link:first-of-type a {
    margin-right: 10px !important;
  }

  .top-link:last-of-type a {
    width: auto !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .HomeBoxMenu1,
  .HomeBoxMenu2 {
    display: inline-block;
    max-width: 30px;
    vertical-align: middle;
    margin: 5px 5px 3px 0;
  }

  /**
   * Boxes
   */
  .box {
    margin-bottom: 15px;
  }

  .intro .floating-icon {
    display: block;
    /* try counter inline styles by using negative margin */
    margin-right: -30px;
    margin-bottom: 0;
  }

  /**
   * Sliders
   */
  .carousel-text {
    padding: 0 20px; /* give some space to text when close to buttons */
  }

  /**
   * Homepage
   */
  .value-proposition h1 {
    text-align: center;
    margin: 0 0 10px 0;
  }

  .value-proposition {
    padding-bottom: 35px !important;
  }

  .desktop-logo {
    display: none;
  }

  .mobile-logo {
    display: block;
  }

  .box h1 p {
    font-size: 52px !important;
    line-height: 0.9;
  }

  .intro .box {
    padding-top: 20px !important;
  }

  .specyFoty {
    margin-top: 20px; /* area with icons just above footer on homepage */
  }

  .specyFoty > p {
    min-height: 73px; /* keep stuff aligned */
  }

  .owl-dots {
    /* reduce spacing between content and slider dots */
    padding-top: 0 !important;
  }

  /**
   * Price plans
   */
  .page-template-skip_hire .form-title > div,
  .page-template-price-plan-overview .form-title > div,
  .page-template-prices_by_weight .form-title > div {
    vertical-align: middle;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.1;
    font-size: 28 !important;
  }

  .page-template-skip_hire .specPos,
  .page-template-price-plan-overview .specPos,
  .page-template-prices_by_weight .specPos {
    top: 0;
    right: 0;
  }

  .page-template-skip_hire .form-title > div:first-child,
  .page-template-price-plan-overview .form-title > div:first-child,
  .page-template-prices_by_weight .form-title > div:first-child {
    width: 20%;
  }

  .page-template-skip_hire .form-title > div:last-child,
  .page-template-price-plan-overview .form-title > div:last-child,
  .page-template-prices_by_weight .form-title > div:last-child {
    width: 70%;
  }

  .page-template-skip_hire .form-area .btn,
  .page-template-price-plan-overview .form-area .btn,
  .page-template-prices_by_weight .form-area .btn {
    text-align: left !important;
  }

  .bin-wrapper {
    border: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .bin-wrapper-title-text::after {
    display: none !important;
  }

  .my-account-icons .my-account-icons-item:nth-child(1),
  .my-account-icons .my-account-icons-item:nth-child(2) {
    padding-bottom: 20px;
  }

  .my-account-icons .my-account-icons-item:nth-child(1)::after, .my-account-icons .my-account-icons-item:nth-child(2)::after {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .page-template-my_account .box h1 {
    padding-left: 0;
  }
}

/**
 * Mobile nav breakpoint
 */
@media (max-width: 991px) {
  .sign-up-item .fa {
    margin-bottom: 15px;
  }

  .intro .box .btn, .contact-us .box .btn, .account-forms .box .btn {
    position: static !important;
  }
  /**
   * Footer
   */
  .footer-menu .menu,
  .repak {
    text-align: left;
  }

  .footer .cr {
    padding: 10px;
  }

  .repak {
    padding-left: 18px; /* line up with text above */
  }

  #bs-example-navbar-collapse-1 {
    padding-left: 15px;
    margin: 0 !important;
    background: #199bd6;
  }

  .navbar-default .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.9) !important;
  }

  .navbar-default .navbar-nav>li>a.search-link {
    margin-left: 15px !important;
  }

  .navbar-right {
    float: none !important;
  }

  .navbar-default .navbar-nav > li > a {
    color: #fff !important;
  }

  .page-id-37 .contact-us .box .btn {
    bottom: 15px !important;
  }

  .contact-us .box h2 {
    margin-top: 20px !important;
  }
}

@media (min-width: 991px) {
  .page-template-sectors-and-industries .col-md-9.blue {
    padding-left: 75px;
  }
}

.page-id-335 .table td {
  color: #333;
}

@media (max-width: 991px) {
  .boxCalendars .aes-calendar {
    margin-bottom: 30px;
    margin-left: 0;
    background-position: 50% !important;
  }

  .button-nav-container {
    text-align: right;
  }

  .top-link {
    display: inline-block;
  }
}

@media (max-width: 1023px) and (min-width: 991px) {
  .mobileOnly {
    padding: 0 40px;
  }

  .mobileOnly .navbar-right {
    margin-top: 14px !important;
  }
}

/**
 * Tablet only
 */
@media (max-width: 991px) and (min-width: 730px) {
  .searchIcon {
    margin-top: -3px !important;
  }

  .new-box-icon {
    display: none !important;
  }

  .my-account-icons-item {
    width: 50%;
    padding: 0;
  }

  .box h1 {
    left: 20px;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .page-template-business-php .new-box-icon img {
    max-width: 80px;
  }
}

@media (max-width: 600px) {
  .page-template-business_contact_us .floating-icon .fa {
    font-size: 60px !important;
  }

  .page-id-191 .bin-box h4 p {
    min-height: 38px;
  }
}

@media (max-width: 750px) {
  .page-id-191 .centered-block {
    width: auto;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .quick-links {
    /*padding: 30px 0 0 !important;*/
  }

  .page-id-191 .bin-box img {
    margin: 0 auto
  }

  .page-id-191 .wgimb-boxes .bin-box {
    margin-bottom: 30px;
  }

  .page-template-prices_by_weight .form-area .btn-group-justified {
    display: block !important;
  }

  .page-template-prices_by_weight .form-area .btn-group-justified .btn-group,
  .page-template-price-plan-overview .form-area .btn-group-justified .btn-group,
  .page-template-skip_hire .form-area .btn-group-justified .btn-group {
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
  }

  .page-template-business-php .new-box-icon img {
    max-width: 75px;
  }

  .page-header {
    background-image: none !important;
  }

  .faq > h2 {
    margin-top: 20px;
  }

  .page-id-1186 .form-section {
    padding-left: 0;
    margin-left: 0;
  }

  .text-block-content {
    margin-top: 15px;
  }

  .text-block .text-block-title {
    margin-top: 15px;
  }

  .quick-link {
    padding: 20px 0 !important;
  }

  .owl-item .container > div {
    padding-left: 50px;
  }

  .value-proposition h1 {
    margin: 15px 0;
  }

  .owl-item .cutWhite {
    margin-bottom: 20px;
  }

  .quick-links .container > div:nth-child(1) .quick-link,
  .quick-links .container > div:nth-child(2) .quick-link {
    position: relative;
  }

  .quick-links .container > div:nth-child(1) .quick-link::after,
  .quick-links .container > div:nth-child(2) .quick-link::after {
    content: '';
    width: 90%;
    display: block;
    margin: 13px auto 0;
    height: 2px;
    background: #005984;
  }

  .bin-wrapper-intro-text-content > ul {
    margin-left: 15px;
  }

  .page-template-my_account .box-cyan {
    min-height: 290px;
  }

  .page-template-my_account .box h1 {
    display: block;
    line-height: 1;
  }

  .my-account-icons .my-account-icons-item:nth-child(1),
  .my-account-icons .my-account-icons-item:nth-child(3) {
    border-right: 1px solid #009cde !important;
  }

  .my-account-icons > div:last-child {
    margin-top: 30px;
    border-top: 0px solid #009cde;
  }

  .my-account-icons .my-account-icons-item:nth-child(1)::after,
  .my-account-icons .my-account-icons-item:nth-child(2)::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #009cde;
    margin-top: 20px;
  }

  .aes-donate {
    left: 0;
    top: 0;
  }

  .my-account-icons-row img {
    margin: 0 auto;
  }

  .my-account-icons-row h5 {
    text-align: center;
  }

  .my-account-icons-row > div {
    float: none;
    margin: 0 auto;
    width: 100% !important;
  }

  .my-account-icons-row {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }
}

.my-account-icons-row {
  border-top: 1px solid #009cde;
  margin-top: 30px;
  padding-top: 30px;
  padding-top: 30px;
}

.epac-header-text {
	font-size: 18px;
  	padding:25px 25px 25px 25px;
  	margin: 0 auto;
  	margin-bottom:20px;
	line-height: 4;
  	}
	
	.epac-header-text p {
	line-height: 1.5;
  	}