/*-- TYPOGRAPHY --*/

#home h2 {
    margin-bottom:0px;
}

p {
  word-wrap: break-word;
  word-spacing: normal;
}

@media (min-width: 2000px) {
    h1 {
        font-size: 85px;
        line-height: 75px;
    }
    h3 {
            font-size: 25px;
            line-height: 35px;
            font-weight: 700;
        }

    h4 {
        font-size: 42px;
        line-height: 47px;
        margin: 15px 0 40px 0;
    }

    h5 {
        font-size: 34px;
        line-height: 28px;
    }

    p, li {
        font-size: 19px;
        line-height: 27px;
    }
    .threecolumn {
      columns: 3;
      -webkit-columns: 3;
      -moz-columns: 3;
      column-gap: 20px;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      text-align: justify;
    }
}


/*xs*/
@media (max-width: 767px) {
h1 {
        font-size: 45px;
        line-height: 45px;
        margin: 0 0 10px 0;
    }

    h2 {
        font-size: 23px;
        line-height: 26px;
    }
h3 {
        font-family: "roboto", sans-serif;
        font-size: 19px;
        line-height: 25px;
        font-weight: 400;
  
    }
    h4 {
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 15px 0;
    }

    h5 {
        font-size: 21px;
        line-height: 17px;
    }

    p, label, li {
        font-size: 14px;
        line-height: 26px;
    }
    
    .threecolumn {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
      }
    
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
h1 {
        font-size: 50px;
        line-height: 47px;
    }

    h2 {
        font-family: "roboto", sans-serif;
        margin-bottom: 20px;
    }

    h3 {
        font-family: "roboto", sans-serif;
        font-size: 20px;
        line-height: 27px;
        font-weight: 400;
  
    }

    h4 {
        font-size: 15px;
        line-height: 40px;
        margin: 0 0 10px 0;
    }
    
    .threecolumn {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      column-gap: 20px;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      text-align: justify;
    }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
h1 {
        font-size: 45px;
        line-height: 43px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 26px;
        line-height: 30px;
    }
h3 {
            font-size: 21px;
            line-height: 28px;
            font-weight: 500;
        }
    h4 {
        font-size: 21px;
        line-height: 26px;
    }

    h5 {
        font-size: 20px;
        line-height: 26px;
    }
    .threecolumn {
      columns: 3;
      -webkit-columns: 3;
      -moz-columns: 3;
      column-gap: 20px;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      text-align: justify;
    }
}

/*lg*/
@media (min-width: 1200px) {
h1 {
        font-size: 60px;
        line-height: 60px;
    }

    h2 {
        font-size: 32px;
        line-height: 36px;
    }
h3 {
            font-size: 23px;
            line-height: 32px;
            font-weight: 700;
        }
    h5 {
        font-size: 25px;
        line-height: 21px;
    }

    p, li {
        font-size: 18px;
        line-height: 29px;
    }
    
    .threecolumn {
      columns: 3;
      -webkit-columns: 3;
      -moz-columns: 3;
      column-gap: 20px;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      text-align: justify;
    }
}
a {
    color: #444;
}


#Positions .panel-body ul {
    list-style-type: square;
    margin: 0em 0em 1em 1em;
    padding-left:2em;
}

/* #Positions li {
    
    display: block;
    width: 100%;
    height: 0;
    background: none;
    padding-bottom: 2em;
    margin: 5px 3px 0 0;
   background-image: none !important;
} */

/* Style the image-container */
.image-container {
  position: relative;
}

.image-container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #F6F6F6);
}


/* Style the accordion container */
.accordion {
  font-family: Roboto, sans-serif;
  /* font-size: 16px;
  line-height: 24px; */
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  border: none;
 /*  border: 1px solid #ccc; */
  /* border-radius: 4px; */
}

/* Style the accordion headings */
.panel-group {
  margin-bottom: 20px;
  border: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}

.panel-default {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0px;
}

.panel-default > .panel-heading {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  padding: 0;
}

.panel-title {
border: none;
  margin: 0;
  padding: 15px;
}

.panel-title > a {
border: none;
  display: block;
}

.panel-body {
  border: none;  
  padding: 0.5em;
}

.panel-body > span a {
  color: #444;
  margin-left: 10px;
  border: none;
}

.panel-heading a {
    text-align: left;
        color: rgba(215,33,41,1);
        border: none;
    }


.panel-heading a:hover {
    color: rgba(215,33,41,1);
}

.glyphicon {
  position: relative;
  float: right;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.job-heading.active .glyphicon {
  transform: rotate(-180deg);
}

.job-heading {
  margin-top: 1em;
  position: relative;
}

.job-description {
  position: relative;
  background-color: rgba(246,246,246,1);
}

.apply-btn {
    position: absolute;
    top: 0;
    right: 40px;
    background-color: rgba(215,33,41,1);
    color: #FFF;
    z-index: 2;
}

.job-heading.active {
  background-color: rgba(246,246,246,1);
  font-weight: bold;
  padding:1em;
}


.job-heading:not(.active) {
  background-color: #e5e5e5;
  font-weight: normal;
  padding:1em;
}

.panel {
    background-color: rgba(246,246,246,1);
}

.job-collapse collapse {
    padding: 1em;
    background-color: rgba(246,246,246,1);
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-title {
  margin-top: auto;
}

.card-text {
  margin-bottom: auto;
}

/* .threecolumn {
      columns: 3;
      -webkit-columns: 3;
      -moz-columns: 3;
      column-gap: 20px;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      text-align: justify;
    } */

.threecolumn p {
word-wrap: break-word;
  word-spacing: normal;
    }
