/* Easing ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Colors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Fonts ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Modifying existing styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body.page-my-information #bodyWrap {
  background-color: #fff;
}
body.page-my-information #main {
  overflow: hidden;
  min-height: 400px;
  min-height: 275px;
}
@media (max-width: 767px) {
  body.page-my-information #main {
    min-height: 0;
  }
}
body.page-my-information h1#page-title {
  padding: 0;
  margin-bottom: 30px;
  font-size: 26px;
  text-transform: uppercase;
  color: #d2a64d;
  letter-spacing: 0.06em;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 767px) {
  body.page-my-information #header {
    padding-bottom: 0;
  }
  body.page-my-information #main {
    margin-left: -2%;
    margin-right: -2%;
  }
}
/* Misc ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (max-width: 767px) {
  .not-visible-mobile {
    display: none !important;
  }
}
.select2-container {
  vertical-align: top !important;
}
span.bold {
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
}
span.underline {
  text-decoration: underline;
}
.label-floatlabel {
  color: #d2a64d !important;
  left: 2px !important;
}
/* Sidebar ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.my-info-sidebar {
  float: left;
  width: 100%;
  max-width: 290px;
}
@media (max-width: 767px) {
  .my-info-sidebar {
    max-width: 100%;
  }
}
/* My Information menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mobile-menu-toggle {
  display: none;
}
@media (max-width: 767px) {
  .mobile-menu-toggle {
    position: relative;
    display: block;
    z-index: 1;
  }
}
.my-info-menu {
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .my-info-menu {
    height: 60px;
  }
}
.my-info-menu a {
  position: relative;
  display: block;
  background-color: #fff;
  color: #7e7e7e;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 12px 0;
  border-top: 1px solid #dedede;
  padding-left: 90px;
  padding-right: 20px; /* keeping words at one line */
  line-height: 1;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 500;
  word-break: break-all; /* keeping words at one line */
}
.my-info-menu a:hover,
.my-info-menu a.active {
  background-color: #d2a64d;
  color: #fff;
  border-color: #fff;
}

.my-info-menu a.my-information::before,
.my-info-menu a.login-info::before,
.my-info-menu a.billing::before,
.my-info-menu a.my-profile::before,
.my-info-menu a.residuals-info::before,
.my-info-menu a.iactor::before,
.my-info-menu a.paperless-billing::before,
.my-info-menu a.promo::before {
  font-family: "sag-aftra" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.my-info-menu [class^="grphx-"] {
  color: #7e7e7e;
}

.my-info-menu [class^="grphx-"]:before {
  position: absolute;
  left: 32px;
  top: 50%;
  line-height: 0;
  font-size: 25px;
}

/*
.my-info-menu a.my-information::before {
  /*content: "\63";
  content: "\6b";
  font-size: 29px;
}/*
.my-info-menu a.login-info::before {
  content: "\62";
}
.my-info-menu a.billing::before {
  content: url('../images/Customer-Service-Icons/cuservice_09.png');
}
.my-info-menu a.my-profile::before {
  content: "\65";
}
.my-info-menu a.residuals-info::before {
  content: url('../images/Customer-Service-Icons/cuservice_08.png');
}*/
.my-info-menu a.iactor::before {
  content: "\6f";
}
/*
.my-info-menu a.paperless-billing::before {
  content: url('../images/Customer-Service-Icons/cuservice_07.png');
}
.my-info-menu a.promo::before {
  content: url('../images/Customer-Service-Icons/cuservice_06.png');
}*/
ul.my-information-menu {
  list-style: none;
}
@media (max-width: 767px) {
  ul.my-information-menu li.active-trail {
    display: none;
  }
}
@media (max-width: 767px) {
  ul.my-information-menu {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
            transition: transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  }
  ul.my-information-menu.show-menu {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
/* Sidebar slider ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sidebar-slider {
  margin: 40px auto 0;
  max-width: 290px;
}
@media (max-width: 767px) {
  .sidebar-slider {
    margin: 85px auto 55px;
  }
}
.sidebar-slider .swiper-slide {
  width: 290px;
  height: 130px;
}
.sidebar-slider .slider-nav {
  text-align: center;
  margin-top: 20px;
}
.sidebar-slider .icon-slider-arrow-right,
.sidebar-slider .icon-slider-arrow-left {
  cursor: pointer;
  color: #d2a64d;
  font-size: 19px;
}
.sidebar-slider .slider-nav-separator {
  background-color: #a4a4a4;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: inline-block;
  position: relative;
  top: -7px;
  margin: 0 5px;
}
/* Chat Now! button ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a.chat-now {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 20px;
  color: #d2a64d;
  letter-spacing: 0.045em;
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
}
a.chat-now i.icon-chat-now {
  position: relative;
  top: 5px;
  font-size: 26px;
  padding-left: 2px;
}
@media (max-width: 1024px) {
  a.chat-now {
    position: relative;
    top: inherit;
    right: inherit;
    float: left;
    margin-bottom: 20px;
  }
}
/* Top of My Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.my-info-top {
  overflow: hidden;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .my-info-top {
    margin-top: 0;
  }
}
/* Top right of My Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.my-info-top-right {
  position: relative;
  float: right;
  width: calc(100% - 350px);
  padding-top: 0;
}
@media (max-width: 1024px) {
  .my-info-top-right {
    width: calc(100% - 325px);
  }
}
@media (max-width: 767px) {
  .my-info-top-right {
    width: 100%;
    padding: 35px 55px;
    box-sizing: border-box;
  }
}
/* Bottom of My Information ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#page-bottom {
  margin-top: 50px;
  /*border-top: 1px solid #ebebeb;*/
}
@media (max-width: 767px) {
  #page-bottom {
    border-top: none;
    margin-top: 0;
  }
}
#page-bottom .section {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  #page-bottom .section {
    width: 100%;
    max-width: 960px;
    width: 960px;
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #page-bottom .section {
    width: 100%;
    max-width: 748px;
    padding: 0 10px;
  }
}
#page-bottom #my-info-tabs ul.resp-tabs-list {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #b8b8b8;
}
#page-bottom #my-info-tabs ul.resp-tabs-list li {
  width: 33.33333%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 0 !important;
  color: #7e7e7e;
  text-transform: uppercase;
  border: none;
  border-bottom: none;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: border 0.2s, color 0.2s;
          transition: border 0.2s, color 0.2s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #page-bottom #my-info-tabs ul.resp-tabs-list li {
    font-size: 14px;
  }
}
#page-bottom #my-info-tabs ul.resp-tabs-list li.resp-tab-active {
  border-bottom: 6px solid #d2a64d;
  color: #d2a64d;
}
#page-bottom #my-info-tabs h2.resp-accordion {
  position: relative;
  height: 100px;
  line-height: 100px;
  padding: 0 60px 0 20px !important;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #7e7e7e;
  text-transform: uppercase;
  border: none;
  border-top: none !important;
  border-bottom: 1px solid #ebebeb !important;
  -webkit-transition: border 0.2s;
          transition: border 0.2s;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 500;
}
#page-bottom #my-info-tabs h2.resp-accordion:first-child {
  border-top: 1px solid #ebebeb !important;
}
#page-bottom #my-info-tabs h2.resp-accordion.resp-tab-active {
  color: #d2a64d;
  background-color: #fff !important;
  border-bottom: 6px solid #d2a64d !important;
}
#page-bottom #my-info-tabs h2.resp-accordion.resp-tab-active::before {
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
#page-bottom #my-info-tabs h2.resp-accordion::before {
  font-family: "sag-aftra" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\66";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  right: 22px;
}
#page-bottom #my-info-tabs .resp-tab-content {
  position: relative;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  #page-bottom #my-info-tabs .resp-tab-content {
    padding: 20px 50px 0 50px;
  }
}
#page-bottom #my-info-tabs .resp-tab-content.resp-tab-content-active + h2.resp-accordion {
  border-top: 1px solid #ebebeb !important;
}
#page-bottom #my-info-tabs .resp-tab-content.resp-accordion-closed + h2.resp-accordion {
  border-top: none !important;
}
#page-bottom #my-info-tabs .resp-accordion span.resp-arrow {
  display: none;
}
/* Bottom tab content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.bottom-tab-left {
  float: left;
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .bottom-tab-left {
    width: 100%;
  }
}
.bottom-tab-right {
  float: right;
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .bottom-tab-right {
    width: 100%;
  }
}
.bottom-tab-item {
  padding: 20px 30px 20px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .bottom-tab-item {
    position: relative;
    padding: 30px 20px 45px;
  }
}
.bottom-tab-item h2.bottom-tab-item-title {
  display: inline-block;
  box-sizing: border-box;
  width: calc(100% - 50px);
  font-size: 18px;
  text-transform: uppercase;
  color: #d2a64d;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  padding-right: 40px;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.bottom-tab-item .edit-toggle {
  float: right;
  font-size: 17px;
  color: #d2a64d;
}
.bottom-tab-item .toggle-help-overlay {
  float: right;
  font-size: 19px;
  color: #d2a64d;
  margin-right: 12px;
}
/* Bottom tab forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.edit-wrapper .close-form {
  position: absolute;
  top: 27px;
  right: 37px;
  z-index: 5;
  color: #666;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
          transition: none;
}
@media (max-width: 767px) {
  .edit-wrapper .close-form {
    top: 17px;
    right: 17px;
  }
}
.edit-wrapper .overlay-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 3;
  background-color: #f5f5f5;
  border: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035), visibility 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035), -webkit-transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
          transition: opacity 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035), visibility 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035), transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  font-size: 16px;
  letter-spacing: 0.025em;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 767px) {
  .edit-wrapper .overlay-form {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    display: none;
  }
}
@media (max-width: 767px) {
  .edit-wrapper .overlay-form {
    position: relative;
  }
}
.edit-wrapper .overlay-form .ajax-progress-throbber {
  float: right;
  margin-top: 57px;
}
.edit-wrapper .overlay-form .ajax-progress-throbber .throbber {
  background: transparent url('../images/spinner.gif') no-repeat center center;
  float: left;
  height: 30px;
  width: 30px;
  margin: 2px;
}
.edit-wrapper .overlay-form .ajax-progress-throbber .message {
  display: none;
}
.edit-wrapper .overlay-form p {
  margin-bottom: 10px;
}
.edit-wrapper .overlay-form .formSuffixFloat {
  color: #333333;
  margin-bottom: 20px;
}
.edit-wrapper .overlay-form > * legend {
  font-size: 24px;
  border-bottom: 1px solid #333;
  width: 100%;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 500;
}
.edit-wrapper .overlay-form > * legend + .fieldset-wrapper {
  float: left;
  width: 100%;
  padding: 5px 0;
}
.edit-wrapper .overlay-form > legend {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .edit-wrapper .overlay-form > legend {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .edit-wrapper .overlay-form > legend {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
  }
}
.edit-wrapper .overlay-form > legend span {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #d2a64d;
  padding: 0 40px;
  box-sizing: border-box;
  line-height: 2;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  .edit-wrapper .overlay-form > legend span {
    position: relative;
    top: inherit;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    padding: 0;
    line-height: 1.4;
  }
}
.edit-wrapper .overlay-form fieldset {
  border: none;
}
.edit-wrapper .overlay-form > .fieldset-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow-y: auto;
  padding: 20px 60px 0 5px;
  box-sizing: border-box;
}
.edit-wrapper .overlay-form > .fieldset-wrapper::after {
  content: "";
  height: 60px;
  display: block;
  opacity: 0;
}
@media (max-width: 767px) {
  .edit-wrapper .overlay-form > .fieldset-wrapper {
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .edit-wrapper .overlay-form > .fieldset-wrapper {
    width: 60%;
  }
}
.edit-wrapper .overlay-form div.form-item {
  float: left;
  margin-left: 2px;
}
.edit-wrapper .overlay-form div.form-item input {
  color: #676767;
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-weight: 300;
}
.page-my-information .edit-wrapper .overlay-form div.form-item input.form-text {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px !important;
  border: 1px solid #cdcdcd;
  margin: 0 0 5px;
}
.edit-wrapper .overlay-form div.form-item input.form-text.error {
  border: 1px solid red;
}
@media (max-width: 420px) {
  .edit-wrapper .overlay-form div.form-item input.form-text {
    padding: 10px;
  }
}
.edit-wrapper .overlay-form div.form-item.form-type-select {
  margin-top: 0;
}
.edit-wrapper .overlay-form div.form-item.form-type-select > label {
  color: #d2a64d;
  left: 2px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 2px;
  position: relative;
}
.edit-wrapper .overlay-form div.form-item.form-type-select select,
.edit-wrapper .overlay-form div.form-item.form-type-select .chosen-container {
  width: 100% !important;
}
.edit-wrapper .overlay-form div.form-item.form-type-select .chosen-single {
  border-radius: 0;
  background: #fff;
  height: 45px;
  line-height: 44px;
  padding-left: 15px;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.edit-wrapper .overlay-form div.form-item.form-type-select .chosen-single > div {
  width: 30px;
}
.edit-wrapper .overlay-form div.form-item.form-type-select .chosen-single > div > b {
  background-image: none !important;
}
.edit-wrapper .overlay-form div.form-item.form-type-select .chosen-single > div > b::before {
  content: "\6e";
  font-family: "sag-aftra" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #676767;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.edit-wrapper .overlay-form div.form-item.form-type-select .chosen-container.chosen-with-drop .chosen-single > div > b::before {
  -webkit-transform: translateY(-50%) rotate(540deg);
      -ms-transform: translateY(-50%) rotate(540deg);
          transform: translateY(-50%) rotate(540deg);
}
.edit-wrapper .overlay-form div.form-item.form-type-select .highlighted {
  background-image: none;
  background-color: #d2a64d;
  color: #fff;
  padding: 10px 12px;
}
.edit-wrapper .overlay-form div.form-item.form-type-select .chosen-container .chosen-results li {
  padding: 10px 12px;
}
.edit-wrapper .overlay-form div.form-item.form-type-select .chosen-drop {
  border-color: #cdcdcd;
  box-shadow: none;
}
.edit-wrapper .overlay-form div.form-item.form-type-select > label {
  padding-right: 5px;
  padding-top: 4px;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 500;
}
.edit-wrapper .overlay-form div.form-item.form-type-checkbox input.form-checkbox {
  position: relative;
  top: -2px;
}
.edit-wrapper .overlay-form div.form-item.form-type-checkbox label.option {
  padding-left: 5px;
}
.edit-wrapper .overlay-form div.form-item.form-type-checkbox div.description {
  margin-top: 5px;
  margin-left: 22px;
}
.edit-wrapper .overlay-form div.form-item.form-type-radios {
  margin-left: 4px;
}
.edit-wrapper .overlay-form div.form-item.form-type-radio {
  clear: left;
}
.edit-wrapper .overlay-form div.form-item.form-type-radio input.form-radio {
  position: relative;
  top: -3px;
}
.edit-wrapper .overlay-form div.form-item.form-type-radio label.option {
  padding-left: 5px;
}
.edit-wrapper .overlay-form .form-radios {
  margin-top: 10px;
}
.edit-wrapper .overlay-form input.form-submit {
  height: 50px;
  line-height: 50px;
  background-color: #d2a64d;
  font-size: 16px;
  letter-spacing: 0.045em;
  color: #fff;
  border: none;
  box-shadow: none;
  text-transform: none;
  padding: 0 25px;
  margin: 5px 15px 5px 0;
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-weight: 300;
}
@media (max-width: 420px) {
  .edit-wrapper .overlay-form input.form-submit {
    font-size: 14px;
    padding: 0 11px;
    margin-right: 10px;
  }
}
.edit-wrapper .overlay-form input.form-cancel {
  background-color: transparent;
  color: #676767;
}
@media (max-width: 420px) {
  .edit-wrapper .overlay-form input.form-cancel {
    margin-right: 0;
  }
}
.edit-wrapper.form-visible .overlay-form,
.edit-wrapper.form-visible .close-form {
  opacity: 1;
  visibility: visible;
}
.edit-wrapper.form-visible .close-form {
  -webkit-transition: opacity 0s linear 0.5s, visibility 0s linear 0.5s;
          transition: opacity 0s linear 0.5s, visibility 0s linear 0.5s;
}
.edit-wrapper.form-visible .overlay-form {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 767px) {
  .edit-wrapper.form-visible .overlay-form {
    display: block;
  }
}
.edit-wrapper .form-current-data-my-info .current-data-label {
  font-size: 14px;
  text-transform: capitalize;
  color: #5b5b5b;
  margin-bottom: 11px;
  letter-spacing: 0.09em;
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
}
.edit-wrapper .form-current-data-my-info .current-data-value {
  font-size: 14px;
  text-transform: none;
  color: #303030;
  margin-bottom: 40px;
  padding-left: 40px;
  letter-spacing: 0.09em;
  line-height: 1.5;
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
}
.edit-wrapper .form-current-data-my-info .current-data-value:last-child {
  margin-bottom: 0;
}

/*Member Category Style from My Information*/
.edit-wrapper .form-current-data-member .current-data-label {
  font-size: 14px;
  text-transform: capitalize;
  color: #5b5b5b;
  margin-bottom: 11px;
  letter-spacing: 0.09em;
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
}
.edit-wrapper .form-current-data-member .current-data-value {
  font-size: 14px;
  text-transform: capitalize;
  color: #303030;
  margin-bottom: 40px;
  padding-left: 40px;
  letter-spacing: 0.09em;
  line-height: 1.5;
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
}
.edit-wrapper .form-current-data-member .current-data-value:last-child {
  margin-bottom: 0;
}
/* Phone number form ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#edit-phones-wrapper .type {
  clear: both;
  float: left;
  width: 100%;
}
#edit-phones-wrapper .type > .form-item > label {
  display: inline-block;
}
#edit-phones-wrapper .type,
#edit-phones-wrapper .countryCode,
#edit-phones-wrapper .areaCode,
#edit-phones-wrapper .number,
#edit-phones-wrapper .extension {
  float: left;
  margin-right: 10px;
}
#edit-phones-wrapper .countryCode {
  clear: left;
  width: 58px;
}
@media (max-width: 420px) {
  #edit-phones-wrapper .countryCode {
    width: 47px;
  }
}
#edit-phones-wrapper .areaCode {
  width: 58px;
}
#edit-phones-wrapper .number {
  width: 103px;
}
#edit-phones-wrapper .extension {
  width: 61px;
}
@media (max-width: 420px) {
  #edit-phones-wrapper .extension {
    clear: left;
  }
  #edit-phones-wrapper .extension > .form-item {
    margin-top: 0;
  }
}
#edit-phones-wrapper .manager-update {
  float: left;
  clear: left;
  width: 100%;
  padding: 0;
  font-weight: 400;
}
/* Address forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~! */
.form-item-primaryAddr-postalCode,
.form-item-billing-postalCode,
.form-item-residuals-postalCode,
.form-item-primaryAddr-intlZip,
.form-item-billing-intlZip,
.form-item-residuals-intlZip {
  clear: left;
  width: 100px;
}
.form-item-primaryAddr-countryCode,
.form-item-billing-countryCode,
.form-item-residuals-countryCode {
  clear: left;
}
.form-item-primaryAddr-countryCode,
.form-item-billing-countryCode,
.form-item-residuals-countryCode {
  float: left;
  clear: left;
  width: 100%;
}
.form-item-primaryAddr-state,
.form-item-billing-state,
.form-item-residuals-state {
  float: left;
  clear: left;
  width: 200px;
}
/* Primary email form ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.bottom-tab-item .emailFieldset .overlay-form > .fieldset-wrapper {
  padding-top: 55px;
}
@media (max-width: 767px) {
  .bottom-tab-item .emailFieldset .overlay-form > .fieldset-wrapper {
    padding-top: 80px;
  }
}
/* Agency info tab content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.agency-info-tab {
  min-height: 500px;
}
@media (max-width: 767px) {
  .agency-info-tab {
    min-height: 0;
  }
}
.agencies h2 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #d2a64d;
  margin-bottom: 40px;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.agencies .agency-wrapper {
  padding-bottom: 30px;
  height: 250px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f5f5f5;
  float: left;
  width: calc(50% - 15px);
  box-sizing: border-box;
  padding: 25px 30px;
  text-align: left;
  margin-right: 20px;
  margin-bottom: 15px;
}
.agencies .agency-wrapper:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 650px) {
  .agencies .agency-wrapper {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
    padding: 15px 30px 180px;
  }
  .agencies .agency-wrapper:nth-child(2n) {
    margin-right: auto;
  }
}
.agencies .agency-info-label {
  font-size: 14px;
  text-transform: uppercase;
  color: #5b5b5b;
  margin-bottom: 11px;
  letter-spacing: 0.09em;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.agencies .agency-info-message {
  font-size: 14px;
  text-transform: uppercase;
  color: #5b5b5b;
  margin-bottom: 20px;
  letter-spacing: 0.09em;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.agencies .agency-info-value {
  font-size: 14px;
  text-transform: uppercase;
  color: #303030;
  margin-bottom: 40px;
  padding-left: 40px;
  letter-spacing: 0.09em;
  line-height: 1.5;
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
}
.agencies .agency-info-value:last-child {
  margin-bottom: 0;
}
.agencies .no-agencies {
  text-align: center;
}
#block-bean-my-information-agency-info-tex {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 29px;
}
#block-bean-my-information-agency-info-tex p {
  margin-bottom: 12px;
}
#block-bean-my-information-agency-info-tex .agency-records-update-link {
  position: relative;
  display: inline-block;
  background: url('../images/agency-info-update-link.jpg') no-repeat 0 center transparent;
  height: 60px;
  line-height: 22px;
  margin-top: 20px;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
}
#block-bean-my-information-agency-info-tex .agency-records-update-link span {
  position: absolute;
  top: 48%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 80px);
}
/* Member category tab ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.bottom-tab-item.member-category .form-item-category {
  float: left;
  clear: left;
  width: 100%;
}
.bottom-tab-item.member-category #notice_Div {
  clear: left;
  float: left;
  margin: 10px 0;
  font-size: 14px;
  font-weight: normal;
  padding: 20px;
  border: 1px solid #ccc;
}
.bottom-tab-item.member-category #notice_Div h3.category-notice-title {
  color: #d2a64d;
  letter-spacing: 0.06em;
  margin: 10px 0 30px;
  text-align: left;
}
.bottom-tab-item.member-category .category-help-text {
  clear: left;
}
/* Profile image ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.edit-profile-image-wrapper {
  position: relative;
  float: left;
  clear: left;
  width: 260px;
  height: 260px;
}
@media (max-width: 370px) {
  .edit-profile-image-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
.edit-profile-image-wrapper .hidden {
  display: none;
}
.edit-profile-image-wrapper .edit-profile-image {
  position: absolute;
  bottom: 9px;
  right: 11px;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 5px #666;
  z-index: 2;
}
.edit-profile-image-wrapper .edit-profile-image-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.edit-profile-image-wrapper #edit-hidden {
  display: none;
}
/* Login info tab ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.login-info-tab {
  min-height: 500px;
}
@media (max-width: 767px) {
  .login-info-tab {
    min-height: 0;
  }
}
.login-info-tab .bottom-tab-item {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}
.login-info-tab .login-info-values .current-data-value {
  word-wrap: break-word;
}
@media (max-width: 400px) {
  .login-info-tab .login-info-values .current-data-value {
    padding-left: 0;
    font-size: 3.3vw;
  }
}
/* Member text alerts ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.member-alerts {
  /* remove to show member alerts */ display: none; /* jd - 6-9-2016 */
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 33px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .member-alerts {
    float: left;
    margin: 0 auto;
    height: 33px;
    padding: 0;
    background-color: transparent;
    width: 39px;
  }
}
.member-alerts .show-member-text-alerts-popup {
  position: relative;
  float: left;
  margin-right: 30px;
  font-size: 38px;
  color: #d2a64d;
  z-index: 1;
}
@media (max-width: 767px) {
  .member-alerts .show-member-text-alerts-popup {
    margin-right: 0;
  }
}
.member-alerts .view-member-text-alerts {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  letter-spacing: 0.04em;
  padding-left: 70px;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  .member-alerts .view-member-text-alerts {
    display: none;
  }
}
.member-alerts .view-empty {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#member-text-alerts-popup .views-field-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
}
#member-text-alerts-popup .views-row {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
#member-text-alerts-popup .views-row.views-row-last {
  margin-bottom: 0;
  border-bottom: none;
}
#member-text-alerts-popup .view-empty {
  text-align: center;
}
/* Magnific overlays ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.magnific-overlay {
  position: relative;
  max-width: 600px;
  margin: 50px auto;
  background-color: #fff;
  padding: 50px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 650px) {
  .magnific-overlay {
    margin: 6px auto;
  }
}
.magnific-overlay h2 {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
  color: #d2a64d;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.magnific-overlay p {
  margin-bottom: 30px;
}
.magnific-overlay p:last-child {
  margin-bottom: 0;
}
.magnific-overlay ul {
  padding-left: 20px;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 0.3s linear;
          transition: transform 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 0.3s linear;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s linear;
          transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s linear;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* Member info ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.member-info {
  float: left;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .member-info {
    margin-top: 40px;
  }
}
.member-info .member-info-item {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.member-info .member-info-item.name .dots {
  padding-left: 10px;
}
.member-info .member-info-item.id .dots {
  padding-left: 8px;
}
.member-info .member-info-item.local .dots {
  padding-left: 9px;
}
.member-info .member-info-item.category .dots {
  padding-left: 7px;
}
.member-info .member-info-item.paid-to-date .dots {
  padding-left: 10px;
}
.member-info .member-info-item.amount-owed .dots {
  padding-left: 16px;
}
.member-info .member-info-label {
  float: left;
  width: calc(100% - 255px);
  font-size: 14px;
  text-transform: uppercase;
  color: #5b5b5b;
  letter-spacing: 0.09em;
  font-family: arial, verdana, sans-serif;
  font-style: normal;
  font-weight: 500;
}
.member-info .member-info-label .dots {
  font-size: 12px;
  letter-spacing: 0.51em;
}
@media (max-width: 1024px) {
  .member-info .member-info-label .dots {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .member-info .member-info-label {
    width: calc(100% - 140px);
  }
}
@media (max-width: 767px) {
  .member-info .member-info-label {
    width: 100%;
    font-size: 18px;
  }
}
.member-info .member-info-value {
  float: right;
  width: 220px;
  font-size: 14px; /* Smaller Font Size */
  color: #303030;
  letter-spacing: 0.09em;
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .member-info .member-info-value {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .member-info .member-info-value {
    width: 100%;
    font-size: 18px;
    float: left;
    clear: left;
    margin-top: 10px;
  }
}

.page-my-information .form-current-data-my-info p
{
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.09em;
  font-family: arial, verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
}

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


#page-bottom #my-info-tabs.agency ul.resp-tabs-list li {
    width: 25%;
}

#my-info-tabs.agency .hide,
.agency-info .hide
{
    display: none;
}

/* Start of Style Updates */
.my-info-menu .last a {
  border-bottom: 1px solid #dedede;
}

.page-my-information #page-bottom div.section:nth-child(2) p {
  text-align: center;
  margin-top: 10px;
}

.page-my-information div.block-sag-my-information {
  margin-bottom: 0;
}

.page-my-information #bodyWrap {
  padding-bottom: 5px;
}

.page-my-information div#edit_primaryaddr_state_chosen {
  margin: 0 0 5px;
}

.page-my-information .bottom-tab-item .member-billing-address-values p,
.page-my-information .bottom-tab-item .member-residuals-address-values p {
    font-size: 14px;
    text-transform: capitalize;
    color: #303030;
    letter-spacing: 0.09em;
    line-height: 1.5;
    font-family: arial, verdana, sans-serif;
    font-style: italic;
    font-weight: 400;
}

.page-my-information .edit-wrapper .form-current-data .current-data-label {
  font-size: 14px;
  text-transform: uppercase;
  color: #5b5b5b;
  margin-bottom: 11px;
  letter-spacing: 0.09em;
  font-family: arial, verdana, sans;
  font-style: italic;
  font-weight: 400;
}
.page-my-information .edit-wrapper .form-current-data .current-data-value {
  font-size: 14px;
  text-transform: uppercase;
  color: #303030;
  margin-bottom: 40px;
  padding-left: 40px;
  letter-spacing: 0.09em;
  line-height: 1.5;
  font-family: arial, verdana, sans;
  font-style: italic;
  font-weight: 400;
}
.page-my-information .edit-wrapper .form-current-data .current-data-value:last-child {
  margin-bottom: 0;
}
/* End of Style Updates */
