
*{margin: 0;padding: 0;box-sizing: border-box;font-size: 14px;font-family: "Poppins", sans-serif;}
.section-header{padding: 40px 0;}
.section-header h1{font-weight: 400;font-size: 36px;}
.text-center{text-align: center;}
.hr--small{border-width: 3px 0 0 0;width: 50px; margin: 20px auto;}
.brandName{font-size: 36px;padding: 20px;color: #c7ac7f;}
.brandName:hover{color: #5b9360;}

.mt10{margin-top: 10px;}
.fs14{font-size:14px;;}
.lh20{line-height: 20px;}
.flex-row{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.space-between{justify-content: space-between;}
.flex-center{justify-content: center;}
.align-center{
    align-items: center;
  }
ul,li{list-style: none;}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.ellipsis-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;

  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;

  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}


.site-footer{padding: 30px 50px;background-color: #f6f6f6;margin-top: 60px;line-height: 22px;}
.hr--large{margin: 60px auto;border-width: 3px 0 0 0;border-top: solid #1c1d1d;
    width: 50px;
}
.newsletter--form{
    margin: 0 auto;
    max-width: 520px;background-color: white;color: #1c1d1d;padding: 10px;
}
.input-group-field{width: 100%;height: 35px;appearance: textfield;
}
.btn{padding: 0 10px;
    margin: 0;
    width: auto;
    line-height: 37px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 1px solid transparent;height: 37px;
    background-color: #7dae81;color: #fff;
}
.btn:hover{transition: background-color 0.15s ease-out;
    background-color: #7dae81;
    color: #1c1d1d;
}
.btn.c7ac7f{
  background: #c7ac7f;
}
.newsletter-message{text-align: center;line-height: 1.6;
    font-family: "Poppins", sans-serif;
    color: #1c1d1d;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;margin: 0 0 15px 0;text-rendering: optimizeLegibility;
    font-size: 21px;
}


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
  .fl{
    float: left;
  }
  .fr{
    float: right;
  }
  .w20{width: 20%;}
  .w40{width: 40%;}
  .fw20{flex:0 0 20%;}
  .fw40{flex:0 0 40%;}
  .align-center{
    align-items: center;
  }
  .text-right{text-align: right;}
  .border-bottom{
    border-bottom: 1px solid #1c1d1d;
    padding-bottom: 15px;
}
  .border-top{
    border-top: 1px solid #1c1d1d;
    padding-top: 15px;
}
    .ml20{margin-left: 20px;}
    .mt15{margin-top: 15px;}
.site-selection{
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding-right: 20px;
}
.site-name{
    margin: 0 1px 0  5px;
}
.site-selection .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.brandName{
    height: 92px;
}