@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
body {
  /*  background: #0065a4;*/
  /* font-family: ulp-font, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, sans-serif; */
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  overflow-x: hidden;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
  width: 100%;
}
/*----------------header---------------*/
.header {
  width: 1120px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
     position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 15px;
  /* border-bottom: 1px solid #e6e6e6; */
  /* position: relative; */
  font-family: "Barlow Semi Condensed", sans-serif
}
.cma_header img {
  max-height: 40px;
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.nav_container ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*    gap: 20px;*/
}
.nav_container li {
  display: inline-block;
  list-style-type: none;
}
.nav_container a {
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
.nav_container a:hover {
  color: #ffc70a;
  text-decoration: underline;
}
.user_login_content {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.user_login_content a:nth-child(2), .user_login_content a:last-child {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
.user_login_content a:nth-child(2):hover, .user_login_content a:last-child:hover{
  color: #ffc70a;
}
/* Mobile Icon */
#navIcon {
  width: 40px;
  height: 40px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border: 1px solid #5a6c72;
  box-shadow: 0 0 5px rgba(225, 225, 225, 0.15), 0 0px 5px rgba(225, 225, 225, 0.15);
  right: 20px;
  z-index: 999;
  border-radius: 5px;
  background-color: #014a72;
  top: 23px;
  display: none;
}
 .welcomenav{
	  display: inline-block;
  }
#navIcon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  margin: 0 auto;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#navIcon span:nth-child(1) {
  top: 12px;
}
#navIcon span:nth-child(2) {
  top: 19px;
}
#navIcon span:nth-child(3) {
  top: 26px;
}
#navIcon.open span:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#navIcon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#navIcon.open span:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
nav.activatedMenus {
  right: 0px;
  transition: 0.4s ease;
}
/*----------------header---------------*/
.breadcrumb {
  padding: 15px;
  margin: 0 auto 0;
  list-style: none;
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  width: 1120px;
  max-width: 100%;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li a {
  color: #ffffff;
  padding: 2px 4px;
  text-decoration: none;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.breadcrumb > li a:hover{
  color: #f7a30a;
}
.breadcrumb > li + li::before {
  content: "> ";
  padding: 0 5px;
  color: #ffffff;
}
.breadcrumb > .active {
  color: #f7a30a;
  font-weight: bold;
}
.upper_bg{
  background-image: url(../images/guitar_wave_bg.png), linear-gradient(300.34deg, #69DEFF 0%, #0172B0 75.02%, #003E60 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: scroll;
  background-size: auto;
  padding-top: 120px;
}
.center_bg{
  background-color: #E6F2F6;
  overflow: hidden;
  position: relative;
}
.center_bg svg{
  position: relative;
  width: 5000px;
    left: calc(50% - 2500px);
    right: auto;
    max-height: 150px;
    top: 0;
    bottom: auto;
    transform: scaleX(1) scaleY(1); 
    filter: brightness(0) invert(1);
}
.center_bg svg:last-child{
  rotate: 180deg;
  top: auto;
  bottom: -10px;
}
.center_bg .profile_page_wrapper{
  padding: 0 10px;
}
.center_bg .profile_page_wrapper .form_section{
  background-color: #ffffff;
}
.page_header {
  padding-bottom: 9.5px;
  margin: 42px auto 21px;
  width: 1120px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.page_header h1 {
  font-weight: 400;
  font-size: 60px;
  color: #f7a30a;
  font-weight: 600;
  font-family: "Barlow Semi Condensed", sans-serif
}
.profile_page_wrapper {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.profile_page_wrapper.text_center{
  justify-content: center;
  margin-bottom: 30px;
}
.profile_left_content, .profile_right_content {
  width: 66.66667%;
  padding-left: 15px;
  padding-right: 15px;
}
.profile_left_content {
  width: 33.33333%;
  /*    float:left;*/
}
.profile_info {
  display: flex;
  min-height: 20px;
  padding: 19px;
  margin: 20px 0;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.profile_info img{
  max-width: 100%;
  height: auto;
}
.profile_fullname {
/*  padding-top: 20px;
  padding-left: 20px;*/
  font-size: 19px;
  color: #ffffff;
  font-weight: 500;
}
.profile_links > div {
  margin-bottom: 20px;
}
.profile_links a:hover {
  background-color: #0f81bb;
}
.profile_links a {
  position: relative;
  display: none;
  padding: 10px 15px;
  color: #ffffff;
  margin-bottom: -1px;
  background-color: #1867ac;
  border: 1px solid #ffffff;
  font-weight: bold;
}
.section_block_layout {
  /* margin-top: 60px; */
  /* margin-bottom: 60px; */
  padding: 16px 16px 20vh;
}
.section_block_layout p {
  display: inline;
  vertical-align: middle;
  color: #ffffff;
  /* font-family: Arial; */
  font-weight: 400;
  font-size: 16px;
}
.section_block_layout a.anchor-inherit-styles{
  color: #dddddd;
}
.section_block_layout a.anchor-inherit-styles:hover{
  color: #f7a30a;
}
.profile_form_view {
  color: #000000;
  border: 1px solid #f2f2f2;
  padding: 0 10px;
}
.profile_page_heading {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0 !important;
  margin-top: 30px;
  line-height: inherit;
  letter-spacing: 1px !important;
  color: #0065a4;
  text-align: center;
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", sans-serif
}
.legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.form_row {
  padding: 0 28px 20px;
}
.form_row input, .form_row textarea {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form_row textarea{
  height: 100px;
  resize: none;
}
.form_row a {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 0px;
  font-size: 15px;
  line-height: 1.42857;
}
.form_row label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.form_row .readonly {
  background: 0 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  cursor: auto;
  padding-left: 0;
  padding-right: 0;
}
.form_row input:focus, .form_row textarea:focus {
  border-color: #69c;
  outline: 0;
  /*  box-shadow: inset 0 1px 1px rgb(0,0,0 / 8%), 0 0 8px rgb(102 175 233 / 60%);*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form_section{
  width: 100%;
}
.form_section_heading {
  border-bottom-width: 0;
  margin-bottom: 5px;
}
.form_section_heading h3 {
  font-weight: 700;
  font-size: 24px;
  color: #f7a30a;
  margin-top: 21px;
  margin-bottom: 10.5px;
  font-family: "Barlow Semi Condensed", sans-serif
}
.form_group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.form_group input, .form_group textarea {
  position: relative;
  z-index: 2;
  display: table-cell;
  width: 100%;
  margin-bottom: 0;
}
.form_bottom .form_group{
  width: 100%;
  text-align: center;
}
.datetimepicker span {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  padding: 6px 12px;
  line-height: 1;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.datetimepicker img {
  height: 18px;
}
.form_addr_wrapper {
  position: relative;
}
.primary-address-disabled{
    pointer-events: none;
}
#address .form_row {
  display: flex;
  justify-content: space-between;
}
/* .form_section .form_row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */
.form_section .form_col{
  max-width: 50%;
}
.form_section.form_section_with_col{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}
.form_section.form_section_with_col .form_row{
  width: 50%;
}
.form_row.justify_left{
  justify-content: flex-start;
  flex-direction: column;
}
.form_addr_col {
  /*     padding: 0 28px 20px;*/
  width: 30%;
}
textarea {
  overflow: auto;
}
.addr_btn button, .form_bottom .form_btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 4px 16px;
  margin-top: 24px;
  min-height: 32px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 3px;
  background-color: #00aeef;
  transition: background-color .25s ease-in-out, box-shadow .25s ease-in-out;
}
.addr_btn button:hover {
  box-shadow: inset 0 0 0 150px rgba(0, 0, 0, .1);
  background-color: #FFA300;
}
.addr_popover {
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1060;
  /*  display: none;*/
  width: 276px;
  padding: 1px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  display: none;
}
.addr_popover .arrow, .addr_popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.addr_popover .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
  top: -22px;
  border-width: 11px;
}
.addr_popover .arrow:after {
  content: " ";
  top: -9px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
  border-width: 10px;
}
.popover_title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  color: #f7a30a;
  border-bottom: 1px solid #ebebeb;
}
.popover_content {
  padding: 9px 14px;
}
#relationship {
  padding-bottom: 20px;
}
#invoice {
  padding-bottom: 60px;
}
.table_header, .table_data {
  padding-bottom: 0;
}
.table_header div {
  vertical-align: baseline;
  border-bottom: 2px solid #ddd;
}
.mobile_header {
  display: none;
}
.table_header a {
  color: #0065a4;
  font-weight: 700;
  font-size: 14px;
  padding: 0;
  height: auto;
}
.table_header a:hover {
  color: #ffa300;
}
.flex_row {
  display: flex;
}
.flex_row div {
  flex-grow: 1;
  flex: 1 1 0px;
  /*  text-align: center;*/
  padding: 8px;
  /*  border: 1px solid black;*/
}
.flex_row .sortAsc span, .flex_row .sortDsc span {
  background-image: url(../images/arrow_up.png);
  background-position: 50% 35%;
  padding: 6px;
  background-size: contain;
  margin-left: 3px;
  background-repeat: no-repeat;
}
.flex_row .sortDsc span {
  background-image: url(../images/arrow_down.png);
  background-position: 50% 45%;
}
.table_header .sortAsc:hover span {
  background-image: url(../images/arrow_up_hover.png);
}
.table_header .sortDsc:hover span {
  background-image: url(../images/arrow_down_hover.png);
}
.data_msg {
  margin: 20px 0 20px 0;
}
.warning_msg {
  padding: 15px;
  margin-bottom: 21px;
  background-color: #faebcc;
  border-color: #faebcc;
  color: #000;
}
.profile_page_heading.bottom {
  color: #f7a30a;
}
.form_bottom .checkbox {
  min-height: 28px;
  position: relative;
  display: inline-block;
  padding: 7px 12px;
}
.checkbox label {
  display: inline-block;
  max-width: 100%;
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
input[type="checkbox"] {
  position: absolute;
  margin: 4px 0 0;
  margin-left: -20px;
  box-sizing: border-box;
  padding: 0;
  line-height: normal;
  display: block;
  width: auto;
}
input[type=checkbox] {
  accent-color: #0075ff;
}
.form_bottom .form_btn button {
  background-color: #ffffff;
  margin: 20px auto 0px;
  color: #000;
  border: 1px solid #ffa300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}
.form_bottom .form_btn button:hover {
  background-color: #FFC70A;
}
.footer_profile .footer_wrapper{
  width: 1120px;
  max-width: 100%;
  padding: 15px 10px 30px 10px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_profile .footer_wrapper > div:first-child{
  width: 32%;
}
.footer_profile .footer_wrapper > div:nth-child(2){
  width: 25%;
}
.footer_profile .footer_wrapper > div:nth-child(3){
  width: 21%;
}
.footer_profile .footer_wrapper > div:nth-child(4){
  width: 22%;
}
.footer_profile {
  background: url(../images/footer_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-size: 20px;
  font-family: 'Barlow Semi Condensed';
  font-weight: 400;
  line-height: 180%;
  padding-top: 130px;
}
.footer_logo_wrapper{
  margin: 20px;
}
.footer_logo{
  max-width: 100%;
  width: 170px;
  filter: brightness(0) invert(1);
}
.footer_wrapper .footer_text{
  margin: 20px 20px 0;
  font-size: 16px;
}
.footer_wrapper a{
  text-decoration: none;
  color: #ffffff;
}
.footer_wrapper a:hover{
  color: #FFC70A;
}
.break_word{
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.footer_social_wrapper{
  margin: 20px 20px 0;
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
  font-size: 16px;
}
.footer_social_wrapper a{
  margin: 10px;
}
.footer_social_wrapper a:first-child{
  margin-left: 0;
}
.footer_ul{
  list-style: none;
}
.footer_bottom{
  background-image: url(../images/guitar_line.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: auto;
  min-height: 169px;
}
.footer_wrapper a.footer_link{
  display: block;
}
.footer_wrapper a.locked{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_wrapper a.locked i{
  font-size: 14px;
}
.footer_copyright{
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 10px;
  opacity: 70%;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_copyright a{
  color: #ffffff;
  text-decoration: none;
}
.footer_copyright a:hover{
  color: #FFC70A;
}
.your_info_note{
    padding: 5px 10px;
}
@media screen and (max-width: 1366px) {
  .section_block_layout{
    /*padding: 16px 16px 34vh;*/
    padding: 16px 16px 28vh;
/*    padding: 16px 16px;*/
  }
}
@media screen and (max-width: 1024px) {
  .footer_wrapper .footer_text{
    font-size: 14px;
  }
  .footer_bottom{
    background-size: 200%;
  }
}
@media screen and (max-width: 950px) {
  .nav_container {
    position: fixed;
    background-color: #fff;
    width: 250px;
    height: 100%;
    right: -110%;
    /*    left: -250px;*/
    z-index: 99;
    top: 0;
    overflow-y: auto;
    transition: 0.4s ease;
    padding: 100px 0 0;
  }
  #navIcon {
    display: block;
  }
  .nav_container a, .user_login_content a:nth-child(2), .user_login_content a:last-child {
    color: #000000;
  }
  .welcomenav{
	  display: none;
  }
  .cma_header img {
    max-height: 30px;
  }
  .header {
    padding: 30px 10px;
  }
  .nav_container ul {
    display: block
  }
  .nav_container li {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
  }
  .user_login_content a:nth-child(2), .user_login_content a:last-child {
    background: none;
  }
  .nav_container a {
    border-bottom: 1px solid grey;
    padding: 20px 10px;
  }
  .page_header {
    width: 750px;
  }
  .profile_page_wrapper {
    display: block;
    width: 750px;
  }
  .profile_left_content, .profile_right_content {
    width: 100%;
  }
  .footer_profile .footer_wrapper > div:first-child{
    width: 100%;
  }
  .footer_profile .footer_wrapper > div:nth-child(2){
    width: 100%;
  }
  .footer_profile .footer_wrapper > div:nth-child(3){
    width: 100%;
  }
  .footer_profile .footer_wrapper > div:nth-child(4){
    width: 100%;
  }
  .footer_ul{
    padding: 20px 0;
  }
  .form_section.form_section_with_col .form_row{
    width: 100%;
  }
  .form_row span{
    display: inline-block;
    height: 35px;
  }
}
@media screen and (max-width:700px) and (max-height:400px) and (orientation: landscape){
  
  .upper_bg{
    background-position: center 300px;
  }
}
@media screen and (max-width: 700px) {
  .upper_bg{
    /*background-image: url(/wp-content/uploads/2023/03/guitar-wave-mobile.png), linear-gradient(353.81deg, #69DEFF 0%, #2FD1FF 26.42%, #0172B0 69.4%, #003E60 100%);*/
    background-image: url(/wp-content/uploads/2023/03/guitar-wave-mobile.png), linear-gradient(353.81deg, #005d77 0%, #2fb5db 26.42%, #0172B0 69.4%, #003E60 100%);      
    background-repeat: no-repeat;
/*    background-position: center bottom;
    background-size: cover;*/
    background-position: center -140%, center bottom;
    background-size: auto, cover;
  }
  .breadcrumb{
    padding-top: 10px;
  }
  .form_row {
    padding: 0 5px 15px;
  }
  .table_wrapper {
    display: flex;
  }
  .table_data {
    display: block;
    padding: 0;
    width: 100%;
    border-top: solid #ddd 0.3rem !important;
  }
  .table_data div {
    vertical-align: middle;
    border-top: 1px solid #ddd;
    font-size: 14px;
  }
  .table_header {
    display: none;
  }
  .mobile_header {
    max-width: 50%;
    width: 150px;
    font-weight: bold;
    display: inline-block;
  }
  #address .form_row {
    display: block;
  }
  #address .form_addr_col {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 560px){
  .footer_copyright{
    justify-content: center;
  }
      .section_block_layout{
    padding: 16px 16px;
  }
}

#invoice_id{
  cursor: pointer;
  text-decoration: underline;
}


/* Error Modal*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #69DEFF;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  border-radius: 6px;
  text-align: center;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}