/*FONTS */
.main-font{
  font-family: 'Poppins', sans-serif !important;
}

.text-shadow{
  text-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}

.white-text{
  color: #ffffff;
  text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

.black-text{
  color: #000000;
}

.gray-text{
  color: #aeaeae;
}

.dark-text{
  color: #042533;
}

.base-text{
  color: #3b3e40;
}

.sub-base-text{
  color: #3b3e40;
}



.accent-text{
  color: #0098d0  ;
  /*color: #e24c4b;*/
  text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.accent-text2{
  color: #03bca6;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}


.italize{
  font-style: italic;
}

.main-pretitle-text{
  font-size: 20px;
}

.main-title-text{
  font-size: 37px;
  font-weight: bold;
  margin-top: 13px;
  margin-bottom: 10px;
}

.pretitle-text{
  font-size: 10px;
}

.title-text{
  font-size: 40px;
  font-weight: bold;
}

.subtitle-text{
  font-size: 25px;
  font-weight: bold;
}


.mainparagraph-text{
  font-size:20px;
  font-weight: 600;
}

.mainparagraph-text-blurb{
  font-size:18px;
  font-weight: 600;
}

.paragraph-text{
  font-size: 17px;
}

.paragraph-text-subintro{
  font-size: 14px;
}

.subparagraph-text{
  font-size: 14px;
}

/*NOT COLLAPSED*/
@media(min-width:1200px){

}

/*COLLAPSED*/
@media(max-width:1200px){

}

/*COLLAPSED - PHONE */
@media(max-width:700px){
  .main-pretitle-text{
    font-size: 17px;
    font-weight: bold;
  }
  .main-title-text{
    font-size: 35px;
    font-weight: bold;
  }
  .subtitle-text{
    font-size: 20px;
  }
  .mainparagraph-text{
    font-size: 18px;
    font-weight: 600;
  }
  .mainparagraph-text-blurb{
    font-size: 16px;
    font-weight: 600;
  }
}

/*GALAXY FOLD AND SMALLER*/
@media(max-width: 350px){
  .main-pretitle-text{
    font-size: 14px;
    font-weight: bold;
  }
  .main-title-text{
    font-size: 20px;
    font-weight: bold;
  }
  .subtitle-text{
    font-size: 15px;
  }
  .mainparagraph-text{
    font-size: 13px;
    font-weight: 600;
  }
  .mainparagraph-text-blurb{
    font-size: 12px;
    font-weight: 600;
  }

  /*SUBINTRO*/
  .title-text{
    font-size: 20px;
  }
  .paragraph-text{
    font-size: 13px;
  }


  .testimonial-text{
    font-size: 16px !important;
  }
  .pretitle-text-about{
    font-size: 14px !important;
  }
  .paragraph-text-about{
    font-size: 16px !important;
  }

  .article-img{
    max-width: 100%;
  }
  .wrapper-article-body{
    overflow-x: hidden !important;
  }

  .paragraph-text-subintro{
    font-size: 12px;
  }
}


@media(max-width:1200px){
  .center-mobile{
    text-align: center;
  }
}
/*LINKS*/
a:link {
  text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
}

a:hover {

  text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

a:active {
  text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}


/* ================================ */
/* ================================ */
/*PAGES*/
/* ================================ */
/* ================================ */

/* ================================ */
/* ================================ */
/*HOME PAGE*/
/* ================================ */
/* ================================ */

/* ================================ */
/* ================================ */
/*HOME PAGE - INTRO COMPONENT*/
/* ================================ */
/* ================================ */

.introIMG_HP{
  /*background: url("https://s3.amazonaws.com/fightingforall.com/SWO/SERVICES/INTRO2-AdobeStock_303732181.jpg") 50% / cover  ;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000000;
  max-width: 100%;
  position: relative;
  height: 650px;
  border: 1px solid #040506;
  */

  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/INTRO/BACKGROUND.png") 50% / cover  ;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
  max-width: 100%;
  position: relative;
  height: 950px;
}

.wrapper-margins{
  width: 100%;
}
.col-left-intro-component-hp{
  margin-top: 100px;
}
.main-title-text-hp{
  font-size: 95px;
  font-weight: bold;
  margin-top: 13px;
  margin-bottom: 10px;
}

.main-pretitle-text-hp{
  font-size: 50px;
}

.main-text-hp-intro{
  font-size: 25px;
  width: 75%;
}


@media(min-width: 1200px){
  .introIMG_HP{
    margin-top: -100px;

    /*margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    background-position: center;*/
  }
  /*VERTICALLY ALIGNED*/
  .wrapper-intro-component{
    /*margin: 0;
    position: absolute;
    top: 50%;
    left: 10%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/

    /*VERTICALLY & HORIZONTALLY ALIGNED*/
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
  }
  .intro-figure{
    height: 700px;
  }
}



/*HALF PAGE*/
@media(max-width: 1200px){
  .wrapper-intro-component{
    padding-top: 100px;
    text-align: center;
  }
  .introIMG_HP{
    height: auto;
    padding-bottom: 75px !important;
  }
  .main-title-text-hp{
    font-size: 50px;
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 10px;
  }

  .main-pretitle-text-hp{
    font-size: 25px;
  }

  .main-text-hp-intro{
    font-size: 20px;
    width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .col-right-intro-component-hp{
    margin-top: 50px;
  }
}

/*IPAD*/
@media(max-width: 800px){
  .wrapper-intro-component{
    padding-top: 0px;
    text-align: center;
    margin-top: -50px;
  }

  .introIMG_HP{
    height: auto;
  }

  .intro-figure{
    height: 400px;
  }
}

/*IPHONE*/
@media(max-width: 768px){
  .introIMG_HP{
    height: auto;
  }

  .intro-figure{
    height: 300px;
  }
}

@media (max-width: 400px){
  .main-title-text-hp{
    font-size: 35px;
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 10px;
  }

  .main-pretitle-text-hp{
    font-size: 25px;
  }
}




.button-intro-component{
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 175px;
  height: 50px;
  max-width: 100%;
  background-color: #0098d0 ;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border: none;
  font-weight: 600;
  font-size: 19px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  cursor: pointer;
  background-image: none;
  border:1px solid #0098d0!important;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.33333333;
  border-radius: 4px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  font-family: 'Poppins', sans-serif !important;
}

.button-intro-component:hover{
  border: 1px solid #03bca6!important;
  color: #ffffff;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.8);
}

.banner-accent{
  background-color: #0098d0 ;
  height: 25px;
  width: 100%;
}


.banner-accent{
  background-color: #0098d0  ;
  height: 25px;
  width: 100%;
}

.unstyled-column-list-intro{
  list-style: none !important;
  margin: 0;

  overflow: hidden;


}

.row-intro{
  border: 1px solid black;
}
.col-intro{
  border: 1px solid black;
}

@media(min-width: 1200px){
  .col-intro{
    float: left;
  }
  .unstyled-column-list-intro{
    padding: 0
  }
}
@media(max-width: 1200px){
  .unstyled-column-list-intro{
    text-align: center;
  }
  .col-intro{
    text-align: center !important;
    display: inline-block;
  }
}

.intro-icon{
  height: 5px;
  margin: 0px 7px 0px 7px;
}

.banner-black{
  background-color: #040506;
  padding-top: 5%;
  padding-bottom: 5%;
  width: 100%;
}
.unstyled-list-banner{
  list-style: none !important;
  padding: 0px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* Clear floats after the columns */
.row-banner:after {
  content: "";
  display: table;
  clear: both;
}
.row-banner{

}
.text-banner{
  font-size: 25px;
}
.col-banner{
  float: left;
  width: 33.33%;

}
.banner-col-1{

}
.banner-col-2{
 text-align: center;
}
.banner-col-3{
  text-align: right;
}

@media(max-width: 800px){
  .text-banner{
    font-size: 15px;
  }
}

@media(max-width: 380px){
  .text-banner{
    font-size: 12px;
  }
}


/*HOME PAGE INTRO COLUMNS*/

/* Clear floats after the columns */
.row-intro-component-hp:after {
  content: "";
  display: table;
  clear: both;
}

.row-intro-component-hp{
  margin-left: auto;
  margin-right: auto;
  width: 100%;

}

@media(min-width:1200px){
  .col-left-intro-component-hp{
    float: left;
    width: 50%;
  }
  .col-right-intro-component-hp{
    float: left;
    width: 50%;
  }
}


.star-intro{
  height: 25px;
  margin-right: 10px;
  margin-bottom: 25px;
}

.hr-intro{
  background-color: #0098d0;
  opacity: .4;
  height: 1px;
  width: 15%;
  margin-top: 10px;
}

@media(max-width:1200px){
  .hr-intro{
    margin-left: auto;
    margin-right: auto;
  }
}

/*HOME PAGE INTRO FORM*/

.component-wrapper-introForm{
  /*
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  */
}



.title-introForm{
  font-size: 40px;
  font-style: bold;
  /*margin-top: 50px;*/
  margin-bottom: 25px;
}
.hr-introForm{
  background-color: #0098d0;
  opacity: .4;
  height: 1px;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;

}
.form-wrapper-introForm{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.form-input-line-introForm{
  max-width: 100% !important;
  margin-bottom:10px !important;
  font-size:15px !important;
  border-radius:4px !important;
  border:1px solid rgba(255,255,255,0.4) !important;
  padding: 6px 12px !important;
  line-height:1.33333333 !important;
  background-color:rgba(23,24,25,0.8);
  color:#ffffff;
  font-family: 'Poppins', sans-serif !important;
}


.form-input-message-introForm{
  max-width: 100% !important;
  height:160px !important;
  margin-bottom:10px !important;
  font-size:15px !important;
  border-radius:4px !important;
  border:1px solid rgba(255,255,255,0.4) !important;
  padding: 6px 12px !important;
  line-height:1.33333333 !important;
  background-color:rgba(23,24,25,0.8);
  color:#ffffff;
  font-family: 'Poppins', sans-serif !important;
}

.textarea-introForm{
  height: 150px !important;
}

.form-button-introForm{
  max-width: 100%;
  background-color: #3b3e40;
  color: #0098d0;
  text-align: center;
  vertical-align: middle;
  border: none;
  font-weight: 300;
  font-size: 17px;
  cursor: pointer;
  background-image: none;
  border:1px solid rgba(255,255,255,0.4) !important;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.33333333;
  border-radius: 4px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  font-family: 'Poppins', sans-serif !important;
}

/*PLACEHOLDER STYLING */
.form-input-line-introForm::-webkit-input-placeholder {
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-line-introForm:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-line-introForm::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-line-introForm:-ms-input-placeholder {
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-message-introForm::-webkit-input-placeholder {
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-message-introForm:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-message-introForm::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-message-introForm:-ms-input-placeholder {
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-button-introForm:hover{
  border: 1px solid #ffffff !important;
  color: #ffffff;
}

@media(min-width: 1200px){
  .thank-you-component-wrapper-intro{
    margin-top: 100px;
    padding: 5% 5% 5% 5%;
  }
}

@media(max-width: 1200px){
  .thank-you-component-wrapper-intro{
    margin-top: 25px;
    padding: 5% 5% 5% 5%;
  }
}


@media(min-width: 1200px){
  .component-wrapper-introForm{
    margin-top: 65px;
    padding-left: 10px;
  }
  .form-input-line-introForm{
    width: 80%;
  }
  .form-button-introForm{
    width: 80%;
  }
}

@media(max-width: 1200px){
  .wrapper-margins{
    padding-left: 5%;
    padding-right: 5%;
  }
  .component-wrapper-introForm{
    margin-top: 25px;
    width: 100% !important;
  }
  .form-input-line-introForm{
    width: 80%;
  }
  .form-button-introForm{
    width: 80%;
  }
}


.thank-you-component-wrapper{
  margin-top: 15px;
}


/*HOME PAGE INTRO CHECKLIST*/
.checkmark{
  height: 25px;
  margin-right: 10px;
}

.unstyled-list-checkmark{
  list-style: none !important;
  padding: 0px 0px 0px 0px !important;
}
.list-item-checkmark{
  margin-bottom: 10px;
  font-size: 15px;
}

/* Clear floats after the columns */
.row-checklist:after {
  content: "";
  display: table;
  clear: both;
}

.row-checklist:after{
  content: "";
  display: table;
  clear: both;
}

.col-checklist{
  float: left;
  width: 50%;
}

.col-checklist-item-left{
  float: left;
  width: 13%;
  height: 60px;
  padding-left: 5px;
  padding-right: 5px;
}

.col-checklist-item-right{
  float: left;
  width: 87%;
  height: 60px;
  padding-left: 5px;
  padding-right: 5px;
}

@media(max-width: 1200px){
  .col-checklist{
    text-align: left;
  }
  .col-checklist-item-right{
    font-size: 14px;
    height: 70px;
  }
  .col-checklist-item-left{
    padding-left: 0px;
    padding-right: 0px;
  }
  .checkmark{
    height: 17px;
  }
}

@media(max-width: 380px){
  .col-checklist-item-right{
    font-size: 12px;
    height: 80px;
  }
}

/* ================================ */
/* ================================ */
/*HOME PAGE SUBINTRO*/
/* ================================ */
/* ================================ */
.container-subintro{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f3f3f3;
  height: auto;
}
.subintro-hr{
  background-color: #0098d0 ;
  opacity: .4;
  height: .5px;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

/* Clear floats after the columns */
.row-subintro:after {
  content: "";
  display: table;
  clear: both;
}

.col-subintro{
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 25px;
}

@media(max-width:1200px){
  .col-subintro{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}


.unstyled-column-list{
  list-style: none !important;
  padding: 0px 0px 0px 0px !important;
}


.col-background-img0{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SUBINTRO/2OFF-AdobeStock_165278903.png") 50% / cover  ;
  border-radius: 20px;
}
.col-background-img1{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SUBINTRO/GUY-AdobeStock_297795996.png") 50% / cover  ;
  border-radius: 20px;
}
.col-background-img2{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SUBINTRO/MED-AdobeStock_240011186.png") 50% / cover  ;
  border-radius: 20px;
}

.col-background-img3{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SUBINTRO/PEN-AdobeStock_134837857.png") 50% / cover ;
  border-radius: 20px;
}
.col-background-img{
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000000;
  max-width: 100%;
  height: 400px;
  position: relative;
}

.col-text{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}

.subintro-icon{
  height: 30px;
}






/* ================================ */
/* ================================ */
/*HOME PAGE ABOUT COMPONENT*/
/* ================================ */
/* ================================ */

@media(min-width: 1200px){
  .container-about{
    padding-top: 100px;
    padding-bottom: 100px;
  }

}

@media(max-width: 1200px){
  .container-about{
    padding-top: 100px;
    padding-bottom: 0px;
  }
}

/* Clear floats after the columns */
.row-about:after {
  content: "";
  display: table;
  clear: both;
}

.col-about{
  float: left;
  width: 33.33%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  position: relative;
}
.col-about-AP{
  float: left;
  width: 33.33%;
  height: 375px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.icon-about{
  height: 50px;
}
@media(min-width: 1200px){
  .bottom-text{
    position: absolute;
    bottom: 0;
    left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  }
}


@media(max-width: 1200px){
  .col-about{
    width: 100%;
    margin-bottom: 45px !important;
    padding-bottom: 25px;
    height: auto;
    text-align: center !important;
  }
  .col-about-AP{
    width: 100%;
    margin-bottom: 45px !important;
    height: 375px;
    text-align: center !important;
  }
  .bottom-text{
    text-align: center;
  }
}

@media(max-width: 750px){
  .col-about{
    height: auto;
    padding-bottom: 25px;
  }
  .col-about-AP{
    height: 425px;
  }
}


/* ================================ */
/* ================================ */
/*HOME PAGE BLURB*/
/* ================================ */
/* ================================ */
.backgroundIMG-blurb{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/BLURB/BLURB-AdobeStock_68632352.png") 50% / cover  ;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000000;
  max-width: 100%;
  height: 700px;
  margin-top:50px;

  position: relative;
}

@media(max-width: 750px){
  .backgroundIMG-blurb{
    height: 700px;
    margin-top: 0px;
  }
}
.blurb-component-wrapper{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media(max-width:1200px){
  .blurb-component-wrapper{
    width: 90%;
  }
}

@media(max-width: 750px){
  .backgroundIMG-blurb{
    height: 700px;
    margin-top: 50px;
  }
}
/* ================================ */
/* ================================ */
/*HOME PAGE STATS*/
/* ================================ */
/* ================================ */
.container-stats{
  padding-top: 90px;
  padding-bottom: 70px;
  background-color: #f3f3f3;
  height: auto;
}

/* Clear floats after the columns */
.row-stats:after {
  content: "";
  display: table;
  clear: both;
}

.col-stats{
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.circle {
  background: transparent;
  border-radius: 50%;
  border: 1px solid #0098d0 ;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-stats-wrapper{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-stats{
  height: 35px;
}


@media(max-width: 1200px){
  .col-stats{
    width: 100%;
    padding-bottom: 50px;
  }
}


/* ================================ */
/* ================================ */
/*HOME PAGE SERVICES*/
/* ================================ */
/* ================================ */
.container-services{
  margin-top: 100px;
}
/* Clear floats after the columns */
.row-services:after {
  content: "";
  display: table;
  clear: both;
}

.col-services{
  float: left;
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.col-services-bg-img{
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000000;
  max-width: 100%;
  height: 350px;
  position: relative;
}

.col-services-bg-img0{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SERVICES/GC2_AdobeStock_163997995.png") 50% / cover  ;
}

.col-services-bg-img1{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SERVICES/ROOF_AdobeStock_258587973.png") 50% / cover  ;
}

.col-services-bg-img2{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SERVICES/BL_AdobeStock_92676916.png") 50% / cover  ;
}

.col-services-bg-img3{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SERVICES/PL_AdobeStock_199811106.png") 50% / cover  ;
}

.col-services-bg-img4{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SERVICES/SOL_AdobeStock_96906354.png") 50% / cover  ;
}

.col-services-bg-img5{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SERVICES/HVAC_AdobeStock_150249395.png") 50% / cover  ;
}

.col-services-bg-img6{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SERVICES/POOL_AdobeStock_134350630.png") 50% / cover  ;
}

.col-services-bg-img7{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SERVICES/EL_AdobeStock_60904780.png") 50% / cover  ;
}

.col-services-bg-img8{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SERVICES/LIQ_AdobeStock_51551755.png") 50% / cover  ;
}
.col-services-bg-img9{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SERVICES/MED_AdobeStock_257857446.png") 50% / cover  ;
}

.col-services-bg-img10{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SERVICES/NURSE_AdobeStock_165945917.png") 50% / cover  ;
}
.col-services-bg-img11{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/SERVICES/SPECIALTY_AdobeStock_398628813.png") 50% / cover  ;
}




/*only vertically centered*/
.col-services-text{
  margin: 0;
   position: absolute;
   top: 50%;
   left: 10%;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}

@media(max-width: 1200px){
  .col-services{
    width: 100%;
  }
}





/* ================================ */
/* ================================ */
/*HOME PAGE TESTIMONIALS*/
/* ================================ */
/* ================================ */

.backgroundIMG-testimonials{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/TESTIMONIAL/TST-AdobeStock_117356929.png") 50% / cover  ;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000000;
  max-width: 100%;
  height: 850px;
  margin-top:50px;

  position: relative;
}
@media(max-width: 750px){
  .backgroundIMG-testimonials{
    height: 800px;
  }
}

.testimonials-component-wrapper{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 5%;
  padding-right: 5%;
}

.icon-testimonials{
  height: 100px;
}

@media(max-width:1200px){
  .testimonials-component-wrapper{
    width: 100%;
  }
}

.testimonial-text{
  font-size: 23px;
  font-weight: 500;
}

@media(max-width:750px){
  .backgroundIMG-testimonials{
    height: 900px;
  }
  .testimonial-text{
    font-size: 20px;
    font-weight: 500;
  }
}






























/*SERVICES PAGE*/
.backgroundIMG-testimonials-services{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/TESTIMONIAL/TST-AdobeStock_117356929.png") 50% / cover  ;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000000;
  max-width: 100%;
  height: 950px;
  margin-top:50px;

  position: relative;
}
@media(max-width: 750px){
  .backgroundIMG-testimonials-services{
    height: 1050px;
  }
}




/* ================================ */
/* ================================ */
/*UNIVERSAL COMPONENTS*/
/* ================================ */
/* ================================ */

/* ================================ */
/* ================================ */
/*NAVBAR COMPONENTS*/
/* ================================ */
/* ================================ */
.black-bg{
  background-color: #d4ecee;
}
.navbar-background{
  background-color: #d4ecee !important;

}
.navbar-desktop{
  height: 100px;
  /*box-shadow: 2px 2px 5px rgba(0,0,0,0.9) !important;*/
  z-index: 10;
}
.nav-link{
  color: #3b3e40 !important;
}
.brandLogo{
  height: 65px;
}

.nav-icon-left{
  height: 23px;
  width: 25px;
  margin-right: 20px;
}

.nav-icon{
  height: 20px;
  margin-right: 10px;
}

/*NOT COLLAPSED*/
@media(min-width: 1200px){
  .navbar-mobile{
    display: none !important;
  }
  .nav-icon-left-toggle{
    display:none;
  }
  .nav-col1{
    position: absolute;
    left: 50px;
  }
  .nav-col2{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .nav-col3{
    position: absolute;
    right: 50px;
  }
  .nav-icon-padding{
    margin-right: 15px;
  }
}
/*COLLAPSED*/
@media(max-width: 1200px){
  .navbar-desktop{
    display: none !important;
  }
  .nav-icon{
    display: none;
  }
  .navbar-brand{
    margin-right: 0px !important;
  }
}


/* ================================ */
/* ================================ */
/* NAVBAR BOTTOM COMPONENT  */
/* ================================ */
.navbar-bottom-background{
  background-color:  #040506 !important;
  height: 75px;
}

.txt-wrp{
  margin-top: 5px;
}
.nlink-b{
  color: #ffffff;
  padding: 0px 5px 0px 5px;
}

.btm-nav-icon{
  height: 12px;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
}
.btm-nav-icon-bigger{
  height: 13px;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
}


.btm-nav-icon3{
  height: 13px;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
}

.btm-nav-icon2{
  height: 15px;
  margin-top: 0px;
  margin-bottom: 8px;
}

.nit{
  width: 33%;
}


.btm-nav-call{
  max-width: 100%;
  background-color: #000000;
  color: #ffffff;

  text-align: center;
  vertical-align: middle;
  border: none;
  font-weight: 300;
  font-size: 17px;
  height: 90px;
  width: 90px;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0px 0px 0px 0px;
  line-height: 1.33333333;
  border-radius: 50%;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  font-family: 'Poppins', sans-serif !important;
  margin-top: -15px !important;
}

.btm-nav-call:hover{
  box-shadow: 0px 3px 12px rgba(0,0,0,0.3);
  background-color: #7b0e0d;
}

/*NOT COLLAPSED*/
@media(min-width: 1200px){
  .navbar-bottom-background{
    display: none !important;
  }
}

/*COLLAPSED*/
@media(max-width: 1200px){

  .navbar-bottom-background{
    height: 50px;
  }

  .btm-nav-call{
    height: 60px;
    width: 60px;
  }

  .nlink-b{
    font-size: 9px;
  }

  .nlink-b2{
    font-size: 9px;
  }
}

/*IPHONE 6/7/8 XS */
@media(max-width: 768px){

}

/*IPHONE 4 XSS*/
@media (max-width: 320px){

  .navbar-bottom-background{
    height: 40px;
  }

  .btm-nav-icon{
    height: 9px;
  }

  .btm-nav-icon2{
    height: 12px;
  }

  .btm-nav-call{
    height: 60px;
    width: 60px;
  }

  .nlink-b{
    font-size: 8px;
  }

  .nlink-b2{
    font-size: 8px;
  }

}


/* ================================ */
/* ================================ */
/*FOOTER COMPONENT*/
/* ================================ */
/* ================================ */
.accent-banner{
  background-color: #0098d0  ;
  height: 25px;
  width: 100%;
}

.footer-component-wrapper{
  margin-top: 100px;
  margin-bottom: 100px;
}
/* Clear floats after the columns */
.row-footer:after {
  content: "";
  display: table;
  clear: both;
}

.col-footer{
  float: left;
  width: 26%;
}

.col-footer2{
  float: left;
  width: 37%;
}

.footer-logo{
  height: 125px;
}

@media(max-width:1200px){
  .col-footer{
    width: 100%;
    text-align: center;
  }

  .col-footer2{
    width: 100%;
  }
  .list-unstyled-footer{
    list-style: none !important;
    padding: 25px 25px 10px 25px;
  }
  .sub-col{
    width: 50% !important;
  }

  .footer-logo{
    height: 100px;
  }
}

.sub-row{
  content: "";
  display: table;
  clear: both;
}

.sub-col{
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row-social:after {
  content: "";
  display: table;
  clear: both;
}
.col-social{
  float: left;
  width: 25%;
}
.social-icon{
  height: 35px;
}

@media(max-width: 1200px){
  .row-social{
    margin-bottom: 75px;
  }
  .sub-row{
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }

}

@media(max-width: 800px){
  .footer-logo{
    height: 90px;
  }
}
@media(max-width: 500px){
  .footer-logo{
    height: 85px;
  }
}

.unstyled-column-list-social{
  list-style: none !important;
  padding: 0px 0px 0px 0px;
}
.col-social{
  text-align: center;
}

.footer-phone-number{
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-top: 60px;
}

/* ================================ */
/* ================================ */
/*FOOTER FORM COMPONENT*/
/* ================================ */
/* ================================ */
.footer-form-component-wrapper{
  margin-left: auto;
  margin-right: auto;
}
.form-input-line{
  max-width: 100% !important;
  margin-bottom:10px !important;
  font-size:15px !important;
  border-radius:4px !important;
  border:1px solid rgba(255,255,255,0.4) !important;
  padding: 6px 12px !important;
  line-height:1.33333333 !important;
  background-color:rgba(23,24,25,0.8);
  color:#ffffff;
  font-family: 'Poppins', sans-serif !important;
}

.form-input-message{
  max-width: 100% !important;
  height:160px !important;
  margin-bottom:10px !important;
  font-size:15px !important;
  border-radius:4px !important;
  border:1px solid rgba(255,255,255,0.4) !important;
  padding: 6px 12px !important;
  line-height:1.33333333 !important;
  background-color:rgba(0,0,0,0.8);
  color:#ffffff;
  font-family: 'Poppins', sans-serif !important;
}

.form-button{
  max-width: 100%;
  background-color: #3b3e40;
  color: #0098d0 ;
  text-align: center;
  vertical-align: middle;
  border: none;
  font-weight: 300;
  font-size: 17px;
  cursor: pointer;
  background-image: none;
  border:1px solid rgba(255,255,255,0.4) !important;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.33333333;
  border-radius: 4px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  font-family: 'Poppins', sans-serif !important;
}

/*PLACEHOLDER STYLING */
.form-input-line::-webkit-input-placeholder {
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-line:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-line::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-line:-ms-input-placeholder {
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-message::-webkit-input-placeholder {
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-message:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-message::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-message:-ms-input-placeholder {
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-button:hover{
  border: 1px solid #ffffff !important;
  color: #ffffff;
}

.form-input-line{
  width: 75%;
}
.form-button{
  width: 75%;
}

/*HORIZONTAL AND VERTICAL ALIGN*/
/*
.wrapper-intro-component{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
*/


.footer-form-ty-text{
  font-weight: bold;
}





/*AUTH COMPONENTS*/

/*DASHBOARD USE PAGE*/


.unstyled-list-items-intro-dashboard{
  list-style: none;
}





.items-intro-dashboard{
  display: inline;
  margin-right: 10px;
}

.button-intro-dashboard{
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  width: 150px;
  max-width: 100%;
  background-color: #0098d0 ;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border: none;
  font-weight: 600;
  font-size: 17px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  cursor: pointer;
  background-image: none;
  border:1px solid #0098d0!important;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.33333333;
  border-radius: 4px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  font-family: 'Poppins', sans-serif !important;
}

.button-intro-dashboard:hover{
  border: 1px solid #0098d0!important;
  color: #ffffff;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.8);
}






/*MULTIPLE INPUT FORM*/
.bootstrap-tagsinput {
	margin: 0;
	width: 100%;
	padding: 0.5rem 0.75rem 0;
	font-size: 1rem;
  line-height: 1.25;
	transition: border-color 0.15s ease-in-out;

	&.has-focus {
    background-color: #fff;
    border-color: #5cb3fd;
	}

	.label-info {
		display: inline-block;
		background-color: #636c72;
		padding: 0 .4em .15em;
		border-radius: .25rem;
		margin-bottom: 0.4em;
	}

	input {
		margin-bottom: 0.5em;
	}
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: '\00d7';
}


/* ================================ */
/* ================================ */
/*CONTACT PAGE - CONTACT FORM COMPONENT*/
/* ================================ */
/* ================================ */
.introIMG_CP{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/INTRO/BACKGROUND.png") 50% / cover  ;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000000;
  max-width: 100%;
  height: 900px;
  position: relative;
}


.component-wrapper-contact{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}

@media(min-width: 1200px){
  .introIMG_CP{
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media(max-width:1200px){
  .introIMG_CP{
    /*margin-top: -15px; */
    padding-top: 25px;*/
  }
  .component-wrapper-contact{
    width: 90% !important;
  }
}


.title-contact{
  font-size: 25px;
  font-style: bold;
  /*margin-top: 50px;*/
  margin-bottom: 25px;
  color: #ffffff;
  text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
.form-wrapper-contact{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.form-input-line-contact{
  max-width: 100% !important;
  margin-bottom:10px !important;
  font-size:15px !important;
  border-radius:4px !important;
  border:1px solid rgba(255,255,255,0.4) !important;
  padding: 6px 12px !important;
  line-height:1.33333333 !important;
  background-color:rgba(0,0,0,0.8);
  color:#ffffff;
  font-family: 'Poppins', sans-serif !important;
}


.form-input-message-contact{
  max-width: 100% !important;
  height:160px !important;
  margin-bottom:10px !important;
  font-size:15px !important;
  border-radius:4px !important;
  border:1px solid rgba(255,255,255,0.4) !important;
  padding: 6px 12px !important;
  line-height:1.33333333 !important;
  background-color:rgba(0,0,0,0.8);
  color:#ffffff;
  font-family: 'Poppins', sans-serif !important;
}

.textarea-contact{
  height: 150px !important;
}

.form-button-contact{
  max-width: 100%;
  background-color: #000000;
  color: #0098d0 ;
  text-align: center;
  vertical-align: middle;
  border: none;
  font-weight: 300;
  font-size: 17px;
  cursor: pointer;
  background-image: none;
  border:1px solid rgba(255,255,255,0.4) !important;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.33333333;
  border-radius: 4px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  font-family: 'Poppins', sans-serif !important;
}

/*PLACEHOLDER STYLING */
.form-input-line-contact::-webkit-input-placeholder {
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-line-contact:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-line-contact::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-line-contact:-ms-input-placeholder {
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-message-contact::-webkit-input-placeholder {
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-message-contact:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-message-contact::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-message-contact:-ms-input-placeholder {
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-button-contact:hover{
  border: 1px solid #ffffff !important;
  color: #ffffff;
}

@media(min-width: 1200px){
  .form-input-line-contact{
    width: 50%;
  }
  .form-button-contact{
    width: 50%;
  }
}

@media(max-width: 1200px){
  .form-input-line-contact{
    width: 80%;
  }
  .form-button-contact{
    width: 80%;
  }
}


.thank-you-component-wrapper{
  margin-top: 15px;
}
/* ================================ */
/* ================================ */
/*ABOUT PAGE - INTRO COMPONENT*/
/* ================================ */
/* ================================ */
.introIMG_AP{
  background: url("https://s3.amazonaws.com/fightingforall.com/SBLD-LICENSEOLOGY/ABOUT_PAGE/INTRO/INTRO_AdobeStock_303732181.png") 50% / cover  ;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000000;
  max-width: 100%;
  position: relative;
  height: 700px;

}

@media(max-width: 750px){
  .introIMG_AP{
    height:800px;
  }
}


.wrapper-intro-component-about{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media(max-width:1200px){
  .wrapper-intro-component-about{
    width: 90%;
  }
}

.pretitle-text-about{
  font-size: 20px;
}

.title-text-about{
  font-size: 50px;
  font-weight: bold;
}
.paragraph-text-about{
  font-size: 19px;
}

@media(max-width: 700px){
  .title-text-about{
    font-size: 35px;
  }
}

/*
@media(min-width:1200px){
  .introIMG_AP{
    height: 800px;
  }
}


@media(max-width:1200px){
  .introIMG_AP{
    height: 700px;
  }
}
*/

.backgroundIMG-blurb-about{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/BLURB/BLURB-AdobeStock_68632352.png") 50% / cover  ;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000000;
  max-width: 100%;
  height: 800px;
  margin-top:50px;

  position: relative;
}

@media(max-width:750px){
  .backgroundIMG-blurb-about{
    height: 800px;
  }
}

.backgroundIMG-testimonials-about{
  background: url("https://sbld-licenseology.s3.us-east-2.amazonaws.com/HOME_PAGE/TESTIMONIAL/TST-AdobeStock_117356929.png") 50% / cover  ;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000000;
  max-width: 100%;
  height: 950px;
  margin-top:50px;

  position: relative;
}
@media(max-width: 750px){
  .backgroundIMG-testimonials-about{
    height: 950px;
  }
}

/* ================================ */
/* ================================ */
/*SERVICES PAGE - INTRO COMPONENT*/
/* ================================ */
/* ================================ */
.introIMG_SP{
  background: url("https://s3.amazonaws.com/fightingforall.com/SWO/SERVICES/INTRO2-AdobeStock_303732181.jpg") 50% / cover  ;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000000;
  max-width: 100%;
  position: relative;
  height: 550px;
}

@media(max-width: 750px){
  .introIMG_SP{
    height: 600px;
  }
}

/* ================================ */
/* ================================ */
/*TEAM PAGE - INTRO COMPONENT*/
/* ================================ */
/* ================================ */
.introIMG_TP{
  background: url("https://s3.amazonaws.com/fightingforall.com/SWO/SERVICES/INTRO2-AdobeStock_303732181.jpg") 50% / cover  ;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000000;
  max-width: 100%;
  position: relative;
  height: 500px;

}

@media(max-width: 750px){
  .introIMG_TP{
    height:600px;
  }
}

.row-team:after {
  content: "";
  display: table;
  clear: both;
}



.col-team{
  float: left;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.card-team{
  text-align: center;
  border: 1px solid #DCDCDC;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 25px 25px 25px 25px;
  height: 510px;
}

.img-team{
  height: 200px;
}

.title-team{
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  color: #222222;
}

.line-team{
  background-color: #0098d0;
  height: 1px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.email-team{
 color: #696969;
}

.text-team{
  margin-top: 15px;
  color: #222222;
}

@media(min-width: 1200px){
  .card-team{
    margin-top: 25px;
  }
}
@media(max-width: 1200px){
  .col-team{
    width: 100%;
  }

  .card-team{
    height:575px;
    margin-top: 25px;
  }
}

@media(max-width: 450px){
  .card-team{
    height: 550px;
    width: 95%;
  }
  .img-team{
    height: 150px;
  }
  .text-team{
    font-size: 15px;
  }
}

@media(max-width: 350px){

  .title-team{
    font-size: 15px;
  }
  .email-team{
    font-size: 13px;
  }
  .text-team{
    font-size: 12px;
  }
}




/* ================================ */
/* ================================ */
/*TESTIMONIALS PAGE - INTRO COMPONENT*/
/* ================================ */
/* ================================ */
.introIMG_TSP{
  background: url("https://s3.amazonaws.com/fightingforall.com/SWO/SERVICES/INTRO2-AdobeStock_303732181.jpg") 50% / cover  ;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000000;
  max-width: 100%;
  position: relative;
  height: 700px;

}

@media(max-width: 750px){
  .introIMG_TSP{
    height:800px;
  }
}

.row-testimonials:after {
  content: "";
  display: table;
  clear: both;
}
.col-testimonials{
  float: left;
  width: 33.3%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.card-testimonials{
  text-align: center;
  border: 1px solid #DCDCDC;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  border-radius: 20px;
  padding: 25px 25px 25px 25px;
  height: 325px;
}

.card-testimonials-full{
  text-align: center;
  border: 1px solid #DCDCDC;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  border-radius: 20px;
  padding: 25px 25px 25px 25px;
  height: auto;
}

.full-testimonials{
  overflow: hidden;
}

.author-testimonials{
  margin-top: 25px !important;
}
.row-testimonials-categories:after {
  content: "";
  display: table;
  clear: both;
}
.col-testimonials-categories{
  float: left;
  width: 33.3%;
  text-align: center;
}
.row-testimonials-categories{
  margin-top: 15px;
}
.icon-testimonials{
  height: 15px;
  margin-right: 5px;
  margin-top: 2px;
}
.subtext-testimonials{
  font-size: 8px;
}

@media(max-width: 1200px){
  .col-testimonials{
    width: 50%;
  }
  .text-testimonials{
    font-size: 15px;
  }
}
@media(max-width:800px){
  .col-testimonials{
    width:100%;
  }
  .card-testimonials{
    height: 300px;
  }
  .text-testimonials{
    font-size: 15px;
  }
}
@media(max-width:400px){
  .col-testimonials{
    width:100%;
  }
  .card-testimonials{
    height: 350px;
  }
  .text-testimonials{
    font-size: 15px;
  }
}

/* ================================ */
/* ================================ */
/*NEWS PAGE - INTRO COMPONENT*/
/* ================================ */
/* ================================ */

.intro-wrapper-news{
  font-size: 25px;
  text-align: center;
}


/*BODY COMPONENT*/
.article-ul{
  padding: 0px !important;
}


.row-body:after {
  content: "";
  display: table;
  clear: both;
}

.news-section-body{
  margin-top: 10px !important;
  height: auto;
  width: 100%;


}

.img-wrapper-body{
  margin-top: 10px;
  float: left;
}

.image-sic-body{
  height: 150px;
  width: 200px;
}

.text-section-body{
  margin-top: 10px;
  float: left;
  padding-left: 5px;
}

.news-subtext-body{
  margin-top: 10px;
  color: #808080;
  font-size: 12px;
}

.news-title-body{
  margin-top: 10px;
  font-size: 17px;
  font-weight: 900;
  color: #000000;
}

.news-text-body{
  margin-top: 10px;
  color: #808080;
  font-size: 15px;
}

@media(max-width: 1200px){

  .news-section-body{
    width: 100%;
  }
  .img-wrapper-body{

    width: 30%;
  }
  .image-sic-body{
    height: 100px;
    width: 100%;

  }
  .text-section-body{
    float: left;
    width: 70%;
  }

  .news-text-body{
    display: none;
  }
}


@media(max-width: 768px){
  .news-subtext-body{
    font-size: 10px;
  }

  .news-title-body{
    font-size: 14px;
  }

  .news-text-body{
    display: none;
  }

}


/*ARTICLE PAGE*/

/*ARTICLE PAGE*/

.wrapper-article-body{
  margin-top: 50px;
}
.article-title-font{
  font-family: 'Poppins', sans-serif !important;

  font-weight: 700;
  font-size: 38px;
  color: #000000;
}
.article-author{
  color: #808080;
  font-size: 13px;
}
.sub-font{
  color: #808080;
  font-size: 13px;
}
.article-img-wrapper{
  margin-top: 10px;
  margin-bottom: 5px;
}
.article-img{
  height: 200px;
}
.article-img-description{
  color: #808080;
  font-size: 13px;
}
.article-paragraph-font{
  margin-top: 25px;
}




/* ================================ */
/* ================================ */
/* ACCORDION STYLES - MATTERS  */
/* ================================ */
/* ================================ */
.action-buttons{
  text-align: center;
}
.unstyled-list-items-intro-matters{
  list-style: none;
  padding: 0px;
}
.accordion-wrapper{
  /*border: 1px solid black;*/
}
.row-matter-title-top{
  padding: 5px;
}
.accordion-section-title{
  max-width: 99%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  border: none !important;
}
/* Clear floats after the columns */
.row-matter-title:after {
  content: "";
  display: table;
  clear: both;
}
.col-matter-title-xsmall{
  float: left;
  width: 4%;
  margin-top: 5px;
  padding-left: 15px;
}
.col-matter-title-xsmall2{
  float: left;
  width: 4%;
  margin-top: 25px;
  padding-left: 20px;
}
.col-matter-title-xsmall3{
  float: left;
  width: 4%;
  margin-top: 25px;
  text-align: right;
  padding-right: 15px;
}
.col-matter-title-small{
  float: left;
  width: 6%;
}
.col-matter-title{
  float: left;
  width: 16%;
}
.matter-column-title-text{
  font-size: 17px;
  font-weight: 800;
  color: #28323B;
}
.matter-title-text{
  color: #32394a;
  height: 50px;
  font-weight: 600;
}
.accordion-section{

  border: 1px solid #E8E8E8;
  border-radius: 30px;
  max-width: 99%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;

}

.accordion-section-title-wrapper{

}

@media(max-width: 800px){

}

.container-matters{
  max-width: 90%;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-left: 5px;
}
.accordion-border{
  border: 1px solid #DCDCDC;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}

.vertical-align{
  margin-top: 15px;
}

.down-icon{
  height: 8px;
}

.normalize{
  padding-left: 4px;
}


/*INNER ACCORDION STYLES ACCORDION SECTION */
.accordion-section-inner-styles{
  padding: 5px 15px 5px 15px;


}

.accordion-content{

}
.accordion-inner{

  width: 100%;
}
.section-wrapper{

}
.row-accordion-section{
  content: "";
  display: table;
  clear: both;
  width: 50%;
}

.col-accordion-section{
  float: left;
  width: 50%;
  padding: 5px 5px 10px 0px;
}

.section-title{
  font-weight: 600;
  font-size: 16px;
  color: #28323B;
}

.section-text{
  color: #696969;
  font-size: 14px;
}

.section-subtext{
  color: #696969;
  font-size: 13px;
}

/*MOBILE ACCORDION STYLES*/

/*CHECKBOX IN TITLE*/
.col-matter-title-xsmall-mobile{
  float: left;
  width: 10%;
  margin-top: 5px;
  padding-left: 0px;

}
.col-matter-title-small-mobile{
  float: left;
  width: 16%;

}
.col-matter-title-mobile{
  float: left;
  width: 32%;

}
.col-matter-status-title-mobile{
  float: left;
  width: 22%;

}



/*CHECKBOX ACCORDION*/
.col-matter-title-xsmall2-mobile{
  float: left;
  width: 10%;
  margin-top: 22px;
  padding-left: 0px;

}
.col-matter-title-acc-small-mobile{
  float: left;
  width: 16%;
  padding: 0px;

}
.col-matter-title-acc-small-mobile2{
  float: left;
  width: 17%;
  padding: 0px;

}
.col-matter-title-acc-mobile{
  float: left;
  width: 33%;
  padding: 0px;
  overflow: hidden;

}
.col-matter-title-acc-status-mobile{
  float: left;
  width: 20%;
  padding: 0px;

}
/*DOWN ARROW*/
.col-matter-title-xsmall3-mobile{
  float: left;
  width: 4%;
  margin-top: 23px;
  text-align: right;
  padding-right: 0px;

}
/*
.row-matter-title-mobile{
  margin-top: 5px;
}*/
@media(min-width: 1200px){
  .hide-desktop{
    display: none;
  }
}
@media(max-width:1200px){
  .matter-column-title-text{
    font-size: 15px;
    font-weight: 800;
    color: #28323B;
  }
  .hide-mobile{
    display: none;
  }
  .accordion-border{
    padding-left: 10px;
    padding-right: 10px;
  }
  .accordion-section{
    padding-left: 10px;
    padding-right: 10px;
  }
  .matter-title-text-mobile{
    color: #32394a;
    font-size: 15px;
    font-weight: 600;
  }
  .row-matter-title-top{
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-accordion-section{
    width: 100%;
  }

}

@media(max-width:800px){
  .matter-title-text-mobile{
    font-size: 12px;
  }
  .down-icon{
    height: 4px;
  }
  .accordion-section{
    padding-top: 5px;
  }
}

@media(max-width: 300px){
  .matter-title-text-mobile{
    font-size: 8px;
    padding-top: 4px;
  }
}

/* ================================ */
/* ================================ */
/* MATTER PAGE  */
/* ================================ */
/*MATTER PAGE */
/*MATTER INFO COMPONENT*/
.matter-info-border{
  border: 1px solid #DCDCDC;
  max-width: 90%;
  border-radius: 30px;
  padding: 5% 5% 5% 5%;
}

.matter-info-row{
  margin-top: 25px;
}
.matter-info-text{
  color: #282828;
}
@media(max-width: 800px){
  .matter-info-border{
    margin-left: auto;
    margin-right: auto;
  }
}
/* ================================ */
/* ================================ */
/* NEW MATTER / CREATE NEW MATTER */
/* ================================ */
/* ================================ */
.new-matter-wrapper{
  padding-left: 10px;
}
.mobile-center{
  text-align: center;
}
/* ================================ */
/* ================================ */
/* LOGIN PAGE */
/* ================================ */
/* ================================ */
/* ================================ */
/* LOGIN COMPONENT */
/* ================================ */
.bottom-nav-spacer{
  height: 500px;
}

.login-title{
  margin-top: 50px;
  margin-bottom: 50px;
}

.login-subtext{
  margin-top: 25px;
}

.override-gray{
  color: #282828;
}

.form-input-line-login{
  max-width: 100% !important;
  margin-bottom:10px !important;
  font-size:15px !important;
  border-radius:4px !important;
  border:1px solid rgba(255,255,255,0.4) !important;
  padding: 6px 12px !important;
  line-height:1.33333333 !important;
  background-color:rgba(0,0,0,0.8);
  color:#ffffff;
  font-family: 'Poppins', sans-serif !important;
}

.form-button-login{
  max-width: 100%;
  background-color: #000000;
  color: #0098d0 ;
  text-align: center;
  vertical-align: middle;
  border: none;
  font-weight: 300;
  font-size: 17px;
  cursor: pointer;
  background-image: none;
  border:1px solid rgba(255,255,255,0.4) !important;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.33333333;
  border-radius: 4px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
  font-family: 'Poppins', sans-serif !important;
}

/*PLACEHOLDER STYLING */
.form-input-line-login::-webkit-input-placeholder {
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-line-login:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-line-login::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-input-line-login:-ms-input-placeholder {
   color: #ffffff;
   font-family: 'Poppins', sans-serif !important;
}

.form-button-login:hover{
  border: 1px solid #ffffff !important;
  color: #ffffff;
}

.form-input-line-login{
  width: 75%;
}
.form-button-login{
  width: 75%;
}

@media(min-width:1200px){
  .form-input-line-login{
    width: 30%;
  }
  .form-button-login{
    width: 30%;
  }
}


/* ================================ */
/* ================================ */
/*PRIVACY PAGE*/
/* ================================ */
/* ================================ */
.wrapper-privacy{
  padding: 5% 5% 5% 5%;
}



/* ================================ */
/* ================================ */
/* ANIMATIONS  */
/* ================================ */
/*FADE INS*/
/*ON SCROLL DOWN*/
/*animation element*/

.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding down*/

.animation-element.slide-down {
  opacity: 0;
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100px, 0px);
}

.animation-element.slide-down.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);

}

/*ON SCROLL DOWN*/
/*animation element*/

.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding up*/

.animation-element.slide-up {
  opacity: 0;
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}

.animation-element.slide-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);

}



/*ON SCROLL DOWN*/
/*animation element*/

.animation-element {
  opacity: 0;
  position: relative;
}
/*animation element sliding up*/

.animation-element.slide-in {
  opacity: 0;
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-in.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);

}

.fi1{
  opacity: 0;
}
