h1{
  margin-top:0px !important;
  margin-bottom:35px !important;
}
h2{
  font-size:25px;
  margin-top:0px;
  margin-bottom:15px;
}

a.learn-more, 
a.link-expand{
  margin-top:0px;
}
a.learn-more span.glyphicon, 
a.link-expand span.glyphicon{
  border-left-color:#4a4a4a;
}
/* ======== */
.row-greylighter {
  background:#f4f4f4;
}
.row-styled {
  padding: 15px 0;
}
.row-styled.row-styled-no-paddings {
  padding: 0;
}
.row-lightgrey {
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
}
.row-darkgrey {
  background: #4b4b4b;
}
.row-darkgrey *,
.row-darkgrey a {
  color: #fff !important;
}
.row-darkgrey hr {
  border-color: #999;
  border-width: 1px;
}
.col-lightgrey,
.col-darkgrey {
  padding: 10px 20px;
}

.col-lightgrey {
  background: #f4f4f4;
  border: 1px solid #e6e6e6; }

.col-white {
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #e6e6e6; }

.col-darkgrey {
  background: #4b4b4b; }

.col-darkgrey *, .col-darkgrey a {
  color: #fff !important; }

.col-darkgrey hr {
  border-color: #999;
  border-width: 1px; }
/* ======== */
div[class^="section-"]{
  padding:60px 0px 25px;
}
section[class^="section-"]{
  padding:60px 0px 25px;
}

div[class^="section-"].container {
  padding-left: 15px;
  padding-right: 15px;
}

.row-darkgrey a.btn-default, 
.row-darkgrey a.btn-default .glyphicon{
  color:#4a4a4a !important;
  border-color:#4a4a4a;
}

.section-buttons .support-btns p.lead{
  font-size:18px !important;
  font-weight:900;
}


.section-faq .panel{
  border:none;
  background-color:transparent;
  box-shadow:none;
  margin:20px -30px 20px -30px !important;
}

.section-faq .panel-group {
  padding:0 30px;
}

.section-faq .panel-default > .panel-heading{
  color:#4a4a4a;
  background-color:transparent;
  border:none;
  padding-top:15px;
  padding-left:30px;
  padding-right:30px;
}
.section-faq .panel-title{
  font-size:18px;
  color:#4a4a4a;
}
.section-faq .glyphicon{
  top:0px;
  margin-right:10px;
  color:inherit;
  font-size:12px;
}
.section-faq .panel a{
  text-decoration:none;
}
.section-faq .panel a:hover{
  color:#0099ff;
  text-decoration:none;
}
.section-faq .panel-default>.panel-heading+.panel-collapse>.panel-body{
  border:none;
  padding-left:50px;
  padding-right:50px;
  padding-bottom:25px;
}
.section-faq .panel p{
  margin-bottom:0px;
}
.section-faq .panel.panel-open a{
  color:#0099ff;
}

.panel-group .panel-open{
  outline: 3px solid #0099ff;
  box-shadow: inset 0px 0px 15px rgba(0,0,0,.3);
}

.section-buttons .col-white{
  border:3px solid #fff;
  min-height:216px !important;
}

a.learn-more span.glyphicon, 
a.link-expand span.glyphicon{
    top: 3px;
    margin-right: 18px;
    font-size: 12px;
}


/* table */
.table.table-type1{
  border-collapse:unset;
}
.table.table-type1 > thead:first-child > tr:first-child > td, 
.table.table-type1 > thead:first-child > tr:first-child > th{
  border:none;
}
.table.table-type1 tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.table.table-type1 tbody tr:first-child td:last-child{
  border-top-right-radius:5px;
}
.table.table-type1 > tbody:last-child > tr:last-child > td:first-child{
  border-bottom-left-radius:5px;
}
.table.table-type1 > tbody:last-child > tr:last-child > td:last-child{
  border-bottom-right-radius:5px;
}

.table.table-type1 > thead > tr > th,
.table.table-type1 > tbody > tr > th{
  font-weight:900;
}
.table.table-type1 td,
.table.table-type1 th{
  font-size:18px;
  line-height:25px;
  padding:25px;
  vertical-align:middle;
}
.table.table-type1 tbody td{
  border-top:none;
  border-left:none;
  border-right:1px solid #c8c8c8;
  border-bottom:1px solid #c8c8c8;
}
.table.table-type1 tbody tr:first-child td{
  border-top:1px solid #c8c8c8;
}
.table.table-type1 tbody td:first-child{
  border-left:1px solid #c8c8c8;
}
.table.table-type1 td h1,
.table.table-type1 th h1{
  margin:0px !important;
}
.table.table-type1 tfoot td{
  border:none;
  vertical-align:top;
}
.table.table-type1 tfoot td:first-child{
  text-align:left;
  padding-left:0px;
}
.table.table-type1 .btn-link{
  color:inherit;
}
.table.table-type1 tfoot h2,
.table.table-type1 tfoot p{
  margin:0px;
}


@media(max-width:1100px){
  .table.table-type1 td,
  .table.table-type1 th{
    font-size:15px;
    line-height:25px;
    padding:15px;
  }
  .table.table-type1 td h1,
  .table.table-type1 th h1{
    font-size:18px;
    line-height:25px;
  }
  .table.table-type1 .btn{
    margin-bottom:0px;
  }
}

@media(max-width:767px){
  .table.table-type1 td,
  .table.table-type1 th{
    line-height:15px;
    padding:10px;
  }
  .table.table-type1 h1,
  .table.table-type1 h2{
    font-size:15px;
    line-height:15px;
    font-weight:normal;
  }
  .table.table-type1 td strong,
  .table.table-type1 th strong{
    font-weight: normal;
  }
  .table.table-type1 p a{
    font-weight: normal;
    font-size:15px;
    line-height:1em;
  }
}