a, a:hover{ text-decoration: none; }

/* CONTACT US PAGE */
.contacts-box{ 
    /* border:  solid thin red; */
    padding: 30px 10px 10px 10px; 
    overflow: auto;

    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    background-color: rgba(39, 95, 173, .03);
    border-radius: 10px;
    margin-bottom: 40px;
}

@media only screen and (max-width:1024px) {
    .contacts-box{ 
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width:915px) {
    .contacts-box{ 
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width:896px) {
    .contacts-box{ 
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width:768px) {
    .contacts-box{ 
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media only screen and (max-width:414px) {
    .contacts-box{ 
        grid-template-columns: 1fr 1fr;
    }
}
    
    .contacts-card {
        /* border:  solid thin red; */
        text-align: center;
        margin-bottom: 20px;
        
    }

      /* .cc-icons{
        background-color: #205FAD;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin: 0 auto;  
        background-position: center center;
        background-size: 30px 30px;
        background-repeat: no-repeat; 
      } */

      .cc-icons{
        background-color: #205FAD;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: 0 auto;  
        background-position: center center;
        background-size: 20px 20px;
        background-repeat: no-repeat; 
      }

        .ico-checkbox{
          background-image: url('../../images/icons/checkbox-w.png');
        }

        .ico-iphone{
          background-image: url('../../images/icons/phone-setup-w.png');
        }

        .ico-user{
          background-image: url('../../images/icons/user-w.png');
          background-size: 19px 19px;
        }

        .ico-id{
          background-image: url('../../images/icons/id-w.png');
        }

        .ico-msasearch{
            background-image: url('../../images/icons/search-docs-w.png');
        }

      /* .cc-title{
        color: #205FAD;
        font-size: 14px;
        margin: 15px 0 20px 0;
      } */

      .cc-title{
        color: #205FAD;
        font-size: 13px;
        margin: 15px 0 20px 0;
        min-height: 40px;
      }
      

      /* .cc-btn{
        display: table;
        color: #205FAD;
        border: solid 2px #205FAD;
        font-size: 14px;
        font-weight: bold;
        padding:10px 20px;
        border-radius: 30px;
        margin: 0 auto;
        cursor: hand;
      } */

      .cc-btn{
        display: table;
        color: #205FAD;
        border: solid 2px #205FAD;
        font-size: 13px;
        font-weight: bold;
        padding:7px 25px;
        border-radius: 30px;
        margin: 0 auto;
        cursor: pointer;
        margin-bottom: 10px;
      }

        .cc-btn:hover{ 
          color: #FFF;
          background-color: #205FAD; 
        }

        .call-btn{ 
            font-size: 12px; 
            background-image: url('../../images/icons/phone.svg');
            background-repeat: no-repeat;
            background-position: 0 center;
            background-size: 16px 16px;
            padding-left: 18px;
            text-decoration: underline;
        }

          .call-btn:hover{  
            text-decoration: underline;
            font-weight: bold;
          }
      
    .cc-btn-rev{ 
      display: table;
      color: #FFF;
      border: solid 2px #FFF;
      font-size: 14px;
      font-weight: bold;
      padding:10px 20px;
      border-radius: 30px;
      margin: 0 auto;
      cursor: hand;
    }
  
        .cc-btn-rev:hover{ 
            color: #FFF;
            background-color: #74C044; 
            border: none;
            padding:12px 22px;
        }
/* CONTACT US PAGE */


/* LOANTRAK PAGE */
.fea-box{
  margin: 40px 0 80px 0;
}

  .fea-box-title{
    font-size: 26px; 
    color: #205FAD;
    margin: 0 0 20px 0;
    font-weight: bold;
  }

    .fea-box-list{
      padding: 30px 0 30px 100px;
      border-bottom: solid thin rgb(241, 242, 243);
    }

      .fea-box-list:hover{
        background-color: rgb(241, 242, 243, .5);
      }

      .fea{
        font-size: 20px; 
        color: #205FAD;
        padding: 0 0 10px 0;
      }
    
    .fea-bg{ 
      background-size: 48px 48px;
      background-repeat: no-repeat; 
      background-position: 20px center;  
    }

      .fea-real-time{ 
        background-image: url('../../images/icons/real-time-gray.png');
      }

      .fea-notes-messages{ 
        background-image: url('../../images/icons/notes-messages-gray.png');
      }

      .fea-view-reports{ 
        background-image: url('../../images/icons/view-reports-gray.png');
      }

      .fea-upload-docs{ 
        background-image: url('../../images/icons/upload-docs-gray.png');
      }

      .fea-mobile-friendly{ 
        background-image: url('../../images/icons/mobile-friendly-gray.png');
      }

      .fea-security{ 
        background-image: url('../../images/icons/security-gray.png');
      }

      .fea-reports{ 
        background-image: url('../../images/icons/reports-gray.png');
      }

      .fea-file-access{ 
        background-image: url('../../images/icons/file-access-gray.png');
      }

.sub-label{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px; 
}

  .btn-new-loantrak{
    display: inline-table;
    background-color: #74C044;
    color: #FFF;
    padding: 20px 40px 20px 75px;
    border-radius: 30px;
    font-size: 18px; 
    margin: 0 10px 10px 0;
    background-size: 48px 48px;
    background-repeat: no-repeat; 
    background-position: 20px center; 
    background-image: url('/images/icons/new-w.png');
    width: 116px;
  }

    .btn-new-loantrak:hover{ 
      background-color: #64A63B;
      color: #FFF; 
    }

  .btn-orig-loantrak{
    display: inline-table;
    background-color: #FFF;
    border: solid 2px #74C044;
    color: #74C044;
    padding: 18px 38px;
    border-radius: 30px;
    font-size: 18px; 
    margin: 0 10px 0px 0;
    width: 150px;
  }

    .btn-orig-loantrak:hover{  
      border: solid 2px #64A63B;
      color: #64A63B;  
      background-color: #EEF7D4
    }

  .ico-speak-phone{
    background-image: url('../../images/icons/speak-call-w.png');
  }

  .ico-email-support{
    background-image: url('../../images/icons/email-support-w.png');
  }

  .ltk-support{
      display: flex; 
      align-items: center;   
  } 

    .ltk-cc1{
        width: 34%;
        /* border: solid thin red;  */
    }

    .ltk-cc2{
        width:33%;
        /* border: solid thin red; */
    }

    .ltk-cc3{
        width: 33%;
        /* border: solid thin red; */
    }

       .planet{
            background-color: #205FAD;
            border-radius: 50%;
            width:100%; 
            color: #FFF;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;   
        }

            .planet-title{
                font-size: 18px;
                margin: 15px 0 5px 0;
                font-weight: bold;
            }

            .planet-content{ 
                width: 90%; 
                margin: 0 10% 0 10%;
                display: table;  
            }

            .planet-txt{  
                font-size: 14px; 
                margin: 0 0 20px 0;
            }   


@media only screen and (max-width:1024px) { 

  .planet{
      width: 100%; 
      margin: 0 auto;
  }

      .planet-title{
          font-size: 20px; 
      }

}

@media only screen and (max-width:896px) { 

  .ltk-support{
      display: block;  
  }

      .ltk-cc{
          margin-bottom: 60px;
      } 

          .planet{
              width: 70%; 
              margin: 0 auto;
          }

    .ltk-cc1{
        width: 100%;
    }

        .ltk-cc2{
            width: 100%;
        }

        .ltk-cc3{
            width: 100%;
        }

}

@media only screen and (max-width:750px) {  
   

      .planet{
          width: 50%; 
          margin: 0 auto;
      } 

}

@media only screen and (max-width:568px) { 

    .ltk-support{
        display: block;  
    }

        .ltk-cc{
            margin-bottom: 60px;
        } 

            .planet{
                width: 60%; 
                margin: 0 auto;
            } 

}

@media only screen and (max-width:414px) { 

    .planet{
        width: 80%; 
        margin: 0 auto;
    }

}

@media only screen and (max-width:375px) {   

    .ltk-cc{
        margin-bottom: 40px;
    } 

            .planet-title{
                font-size: 12px;
                margin: 0 0 0 0;
            }

            .planet-content{ 
                width: 70%; 
                margin: 0 15% 0 15%;
                display: table;  
            }

            .planet-txt{
                font-size: 12px; 
                line-height: 15px;
                margin: 0 0 5px 0;
            } 

}

@media only screen and (min-width:320px) { 

    .fea-box{
        margin: 20px 0 40px 0;
    }

        .fea-box-title{
            font-size: 26px;
            line-height: normal;
            margin: 0 0 10px 0;
        }  
}
/* LOANTRAK PAGE */


/* SIDE BAR */
.btn-new-loantrak-side{
  display:block ;
  background-color: #74C044;
  color: #FFF;
  padding: 25px 25px 25px 70px;
  border-radius: 5px;
  font-size: 18px; 
  margin: 0 10px 10px 0;
  background-size: 48px 48px;
  background-repeat: no-repeat; 
  background-position: 15px center; 
  background-image: url('/images/icons/new-w.png'); 
  position: relative;
}

  .btn-new-loantrak-side:hover{ 
    background-color: #64A63B;
    color: #FFF; 
  }

  .btn-new-loantrak-side img, .btn-orig-loantrak-side img{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }

.btn-orig-loantrak-side{
  display:block ;
  background-color: #EEF7D4;
  color: #74C044;
  padding: 25px;
  border-radius: 5px;
  font-size: 18px; 
  margin: 0 10px 0px 0;
  position: relative; 
}

  .btn-orig-loantrak-side:hover{   
    color: #64A63B;  
    background-color:#EEF7D4;
  }

@media only screen and (min-width:768px) and (max-width:1023px) {
  
  .btn-new-loantrak-side img, .btn-orig-loantrak-side img{
    display: none;
  }

}




.sideLoginBox{
    /* border: solid thin red; */
    min-height: 100px;
    /* border-top: solid thin rgba(0,0,0,.05); */
    margin-bottom: 20px;  
}

@media only screen and (max-width:520px) {
    .sideLoginBox{
        padding-right: 15px;
    }
}

    .sideLoginBox .btnLogin:first-child{
        border-top: solid thin rgba(0,0,0,.05);
    }

    .sideLoginBox .btnLogin{
        height: 82px;
        border-bottom: solid thin rgba(0,0,0,.05);
        background-image: url('../../assets/img/icons/icon-go-green.png');
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 25px;
        display: grid;
        grid-auto-flow: column;  
        grid-auto-columns: 1fr auto;
        align-items: center;
        cursor: pointer;
    }

    /* .sideLoginBox .btnLogin:hover{
        background-color: #CCC;
    } */

      .btnLogin .loginLabel{
          font-family: Verdana, Geneva, Tahoma, sans-serif;
          font-size: 11px;
          color: #8EC85B;
      }

      @media only screen and (max-width:1180px) {
          .btnLogin .loginLabel{
              font-size: 14px;
              display: none;
          }

          .btnLogin img{
              width: 100%;
          }
      }

      @media only screen and (max-width:736px) {
        .btnLogin .loginLabel{
            font-size: 14px;
            display: block;
        }

        .btnLogin img{
            width: auto;
        }
    }

      .btnOutlineReg{
          font-family: Verdana, Geneva, Tahoma, sans-serif;
          font-size: 12px;
          color: #8EC85B;
          display: table;
          border: solid 1px #8EC85B;
          padding: 8px 24px;
          border-radius: 20px; 
          margin: 0 auto;
      }

      @media only screen and (max-width:540px) {
          .btnOutlineReg{
              width: auto;
          }
      }
  
/* SIDE BAR */



/* HOME PAGE START */
.homeProdBox{
    /* border: solid thin red;  */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

    @media only screen and (max-width: 896px) { 
      .homeProdBox{
          grid-template-columns: 1fr 1fr;
      }
    }

    @media only screen and (max-width: 768px) { 
        .homeProdBox{
            grid-template-columns: 1fr 1fr;
        }
    }

    @media only screen and (max-width: 480px) { 
        .homeProdBox{
            grid-template-columns: 1fr;
        }
    }

    .homeProd{ 
        /* height: 370px; */
		height: 200px;
		background-size: 100%;
        background-position: center top;
        background-repeat: no-repeat;
        display: grid;
        align-items: end;
        justify-content: center; 
    }

        .hpDigidocs{
            background-image: url(/images/newgen-back.jpg); 
        }

        .hpIDYou{
            background-image: url(/images/idyou-back.jpg); 
        }

        .hpMyVideo{
            background-image: url(/images/myvideo-back.jpg); 
        }

        .hpMSASearches{
            background-image: url(/images/msasearches-back.jpg); 
        }
		
		.hpLoantrak{
            background-image: url(/images/loantrak-back.jpg); 
        }

        .homeProd img{ 
            width: 120px;
        }
		
	#homeClientsLogo .contentBoxFull {
		height: 57px;
		background-color: #FFF; /* F8FAFD */
		margin: 40px 0;
		overflow: hidden;
	} 
  
		.logoItem {
			display: inline-block;
			width: 174px;
			height: 57px;
			text-align: center;
			background: #FFF;
			margin-right: 0;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 100%;
		}

@media only screen and (max-width: 1024px) {
  .logoItem {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 580px) {
  .logoItem {
    margin-right: 15px;
    width: 120px;
    height: 39px;
  }
}

.logoThumbBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 1024px) {
  .logoThumbBox {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 580px) {
  .logoThumbBox {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.logoThumbBox .ltbItem {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFF;
  background-size: 80%;
  aspect-ratio: 2 / 1;
}
	
    /* HOME PAGE END */



    /* COMMERCIAL PAGE */
    .logoBox{
        /* border: solid thin red; */ 
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; 
        gap: 20px; 
    }

        @media only screen and (max-width: 896px) { 
            .logoBox{
                /* border: solid thin red; */
                grid-template-columns: 1fr 1fr 1fr; 
                gap: 15px;
            }
        }

        @media only screen and (max-width: 736px) { 
            .logoBox{
                /* border: solid thin red; */
                grid-template-columns: 1fr 1fr 1fr; 
                gap: 15px;
            }
        }

        @media only screen and (max-width: 480px) { 
            .logoBox{
                /* border: solid thin red; */ 
                grid-template-columns: 1fr 1fr; 
                gap: 10px;
            }
        }

        .logoItem{
            /* border: solid thin red; */
            background-color: #FFF;
            border-radius: 5px;
            aspect-ratio: 2 / 1;
            /* background-image: url('../../assets/img/commercial/clients/Bendigo-Bank.png'); */
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 90%;
        }

    .offerBox{
        /* border: solid thin red; */
        margin: 0 0 60px 0;
    }   
        
        .offerItem{
            padding: 20px 20px 20px 45px;
            border-bottom: solid thin rgb(241, 242, 243);
            font-size: 16px;
            color: #205FAD;
            position: relative;
        }

            .bullet{
                width: 10px;
                height: 10px;
                border-radius: 5px;
                /* border: solid thin red; */
                background-color: #205FAD;
                position: absolute;
                left: 20px;
                top: 25px;
            }

            /* .offerItem:first-child{ 
                border-top: solid thin rgb(241, 242, 243); 
            } */

            .offerItem:hover{
                background-color: #F8FAFD; 
            }

        .contentBox{
            margin: 0 0 60px 0;
        }

            @media only screen and (max-width: 480px) { 
                .contentBox{
                    /* border: solid thin red; */
                    margin: 0 0 40px 0; 
                }
            } 

        .highlightTxt{
            font-size: 18px;
            line-height: 30px;
            font-style: italic;
            /* margin-bottom: 40px; */
        }

        .contactBox{
            /* border: solid thin red; */ 
            display: flex;
            gap: 10px;
        }

            .btnCTA{
                background-color: #205FAD;
                color: #FFF;
                font-size: 18px;
                padding: 20px 35px 20px 70px;
                border-radius: 30px;
                background-position: 30px center;
                background-size: 25px 25px;
                background-repeat: no-repeat;
                display: table;
                cursor: hand;
            }



            

            @media only screen and (max-width: 896px) { 
                #headerCommercialLogo{
                    /* border: solid thin red; */
                    display: none !important;
                }
            } 
    /* COMMERCIAL PAGE END */




    /* MSA STAFF PAGE START */
    .logoLinkBox{
        /* border: solid thin red; */
        display: grid;
        grid-template-columns: 1fr 1fr; 
        gap: 20px;
        margin-bottom: 60px;
    }

    @media only screen and (max-width: 896px) { 
        .logoLinkBox{
            /* border: solid thin red; */ 
            grid-template-columns: 1fr; 
            gap: 20px;
            margin-bottom: 60px;
        }
    } 

        .logoLinkItem{
            /* border: solid thin red; */
            background-color: #F8FAFD;
            border-radius: 5px;
            padding: 20px 40px 40px 40px;
        }

        @media only screen and (max-width: 667px) { 
            .logoLinkItem{
                /* border: solid thin red; */ 
                padding: 20px 20px 20px 20px;
            }
        } 

          .logoBox{
              aspect-ratio: 5 / 2; 
              background-position: center center;
              background-repeat: no-repeat;
              background-size: 80%;
          }

          @media only screen and (max-width: 667px) { 
                .logoBox{
                    aspect-ratio: 4 / 1;  
                    background-size: 60%;
                }
         } 

          @media only screen and (max-width: 480px) { 
                .logoBox{
                    aspect-ratio: 3 / 1;  
                    background-size: 80%;
                }
          } 

          .linkBox{
              margin: 20px 0 0 0;
              display: grid;
              grid-auto-columns: 1fr;
              grid-auto-flow: column; 
              gap: 15px; 
          }

            @media only screen and (max-width: 1180px) { 
                .linkBox{ 
                    grid-auto-columns: unset;
                    grid-auto-flow: unset; 
                    grid-template-columns: 1fr; 
                    gap: 10px; 
                }
            } 

              .linkBox a{ 
                  text-align: center;
                  margin: unset;  
                  background-color: #FFF;
                  border: none; 
                  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.01);
                  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.01);  
              }

                  .linkBox a:hover{ 
                      -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.05);
                      box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.05); 
                      color: #8EC85B;
                  }

              .linkBox .iconLink{ 
                  /* text-align: left; */
                  background-position: 20px center;
                  background-repeat: no-repeat;
                  background-size: 20px; 
                  padding-left: 40px;
              }

    .urlLinkItem{
        padding-left: 20px;
    }

        .urlLinkItemText{
            font-size: 14px;
        }
    /* MSA STAFF PAGE END */



/* DISCHARGE FORM PAGE START */
.btnLetterBox{
    /* border: solid thin red; */
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column; 
    gap: 5px;
    margin-top: 30px; 
}

.btnLetter{
    background-color: #205FAD;
    padding: 3px; 
    color: #FFF;
    border-radius: 3px; 
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}  

    .btnLetter:hover{
        font-weight: bold;
    } 
    
    .btnLetterSelected{
        background-color: #FFF;
        color: #205FAD; 
        font-weight: bold;
    }  

@media only screen and (max-width: 1024px) {
    .btnLetterBox{ 
        /* gap: 2px;
        margin-top: 20px; */
        display: block;
    }

    .btnLetter{    
        display: inline-block;
        /* padding: 5px 10px; */
        width: 20px;
        margin: 0 5px 10px 0;
    } 
}


/* DISCHARGE FORM PAGE END */