/******************************************************************
Theme Name: JointsWP - CSS
Theme URI: http://www.jointswp.com
Description: 
Author: Your Name Here
Author URI: http://www.yoururlhere.com
Version: 4.0
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass
******************************************************************/
.header, .copyright {
  display:none;
}
#panel-2-2-0-0 {
   margin-bottom:0 !important;
}
.row {
  max-width:1180px!important;
}
.home p {
   color:#002e5c;
   font-size: 22px;
    line-height: 1.4;
}
.intro p {
  font-size: 32px;
  line-height: 1.2;
}
.banner-home {
   padding-top:11%;
   text-align:center;
   
}
.banner-home img, .tagline img {

}
.highlight .textwidget {
  padding-top: 20px;
  padding-bottom: 15px;
}
.highlight {
  background-color:#eee;
}
.highlight.green {
  background-color:#f2f8e5;
}
#pg-2-3 .panel-grid-cell .so-panel {
   margin-bottom:0 !important;
}
.home #pg-2-3 p {
   font-size:16px;
   margin-top:20px;
}
#pg-2-3 h2 {
  margin-bottom:0;
  font-size:32px;
  font-weight:bold;
  line-height: 1;
}
#pg-2-3 h3 {
    font-size: 22px;
    margin-top: 0;
    font-style: italic;
}
#pg-2-3 h3, #pg-2-3 p {
   color:#002e5c;
}

.initiative h2 {
  color:#002d62;
}
.building-skills h2 {
  color:#2267b2;
}
.qualification h2 {
  color:#7ac142;
}
.qualification img {
   padding:25px;
}
.building-skills .textwidget, .qualification .textwidget {
   border-top:1px solid #81b900;
}
.tagline {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#81b900+0,81b900+60,557707+100 */
background: #81b900; /* Old browsers */
background: -moz-linear-gradient(top,  #81b900 0%, #81b900 60%, #557707 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #81b900 0%,#81b900 60%,#557707 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #81b900 0%,#81b900 60%,#557707 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b900', endColorstr='#557707',GradientType=0 ); /* IE6-9 */
   text-align:center;
}

@media (max-width:1200px){
.banner-home {
    padding-top: 15%;
}
}
@media (max-width:600px){
#pg-2-3 h2 {
    font-size: 26px;
}
.qualification img {
  display:none !important;
}

.home p {
   font-size: 16px;
}
.intro p {
  font-size: 22px;
}
}