@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

body {
    color: #373737;
}

/*=========================================*/
/* for header with Google Translate widget */
/*=========================================*/

.mcg-header-branding__text {line-height: 1.4;}
.mcg-header-branding__tagline {font-size: .7rem; display:block; font-weight: normal;}
@media (min-width: 992px) {
    .mcg-header-branding__tagline {font-size: 1rem;}

}
#txtSearchbox {color: inherit!important; font-weight: revert!important;}
#footer p a {color: var(--mcg-text-link)!important; text-decoration: underline!important;}
/*=========================================*/
/* end changes for header use              */
/*=========================================*/

    
h1, h2, h3, h4, h5, caption {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #373737;
}

h1  {
    font-size: 2.6em;
    letter-spacing: -0.7px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 3px;
}


h2--smaller,
h3 {font-size: 1.5em;}

/* for tables */
caption h3 {margin-bottom: 0; font-size: 1.5em;}

.h__strip {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 900;
    margin-bottom: 0;
}

.h--underline {
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}
.h--no-underline {
    border-bottom: none;
}

.h--uppercase {text-transform: uppercase;}

p > a,
td > a {text-decoration: underline; font-weight: normal;}

.a--bold {font-weight: bold;}
.a--underline {text-decoration: underline;}

.p--large {font-size: 1.5em; line-height: normal;}

.li--spaced li {margin-bottom: 10px;}
.li--spaced li:last-child {margin-bottom: 0;}

hr {margin: 20px 0;}

/*----- to wrap button text -----*/
.btn {
    white-space:normal !important; 
    word-wrap: break-word; 
    word-break: normal;
}

.margin-top-10 {margin-top: 10px;}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-40 {margin-bottom: 40px;}

.in-page-alert {
    border-left: 5px solid #355997;
    background-color: #ddf4fb;
    padding: 10px 15px 10px 15px;
    margin: 10px 0 20px 0;
    color: #666;
}

.gilchrist-class-flyer-box {
  border-top: #f8b61e 5px solid;
  padding:10px;
}

/*homepage styles begin*/

.about-ul {
    margin-left: -25px;
}

.about-ul li{
   /* margin-bottom:5px;*/
}

.class-ul {
    margin-left: -25px;
    margin-top: -10px;
}

.class-subheading{
    font-size: 12px;
    font-weight:600;
}

.welcome-text {
    display: inline-block;
    font-size: 2.6em;
    letter-spacing: -0.7px;
    color:#515151;
}

/*===========Get-help circles=============*/
.gilchrist-circle .icon-ar:hover{
    background-color:#414141;
  }
  .gilchrist-circle a:hover{
    color:#414141!important;
  }
  .gilchrist-circle p a {
    font-weight: 900;
    letter-spacing: -0.5px;
	font-size: 1.15em;
	margin: 20px 0 17px 0;
	text-decoration: none;
	line-height: 80%;
}
/*Get-help circles*/

/*----------------accordion style begin------------------*/

.panel-plus-link {padding: 0 10px;}

.panel-plus-link a {padding-top: 0 !important; padding-bottom: 0px !important;}

.panel-heading.panel-plus-link > a, .panel-heading-link > a {padding-left: 0px;}

.panel-group .panel > .panel-heading.panel-plus-link a.collapsed:before {
    font-size: 1.1em;
    float: right;
}

.panel-group .panel > .panel-heading.panel-plus-link a::before {
    font-size: 1.1em;
    float: right;
}

.panel-heading.panel-plus-link h2 > a,
.panel-heading.panel-plus-link h3 > a {
    padding-left: 0;
    width: 100%; 
    display: block; 
}

.panel-plus-link h2 {font-size:1.4em;}
.panel-plus-link h3 {font-size: 1.1em;}

@media screen and (max-width:768px) {
    .panel-plus-link h2 {font-size: 1.2em;}
    .panel-plus-link h3 {font-size: 1.1em;}
}

.panel-default .panel-heading, .panel-default .panel-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* adjustment for Covid-19 site --> places "+" on left 
.panel-group .panel > .panel-heading.panel-plus-link a.collapsed::before {float: left;}
.panel-group .panel > .panel-heading.panel-plus-link a::before {float: left;}*/

.panel-plus-link {font-size:1.2em;}

@media screen and (max-width:768px) {
    .panel-plus-link  {font-size: 1.2em;}

}

/*----accordion style end-----*/

/*----customized Link strip style begin----*/
.contact-link-strip {
    margin: 0;
    font-size: 18px;
    height: 50px;
  }
.contact-link-strip ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-link-strip ul > li {
  display: inline-block;
  padding-left: 0;
  margin: 0 7px 5px 0;
}
.contact-link-strip ul > li:after {
  content: "|";
  margin-left: 10px;
  color: #cccccc;
}
.contact-link-strip ul > li:last-child {
  margin-right: 0;
}
.contact-link-strip ul > li:last-child:after {
  content: "";
  margin: 0;
  color: #cccccc;
}

@media screen and (max-width: 767px){
.contact-link-strip {
    margin: 0;
    font-size: 14px;
   }
}

@media screen and (max-width: 438px){
.contact-link-strip ul {
    list-style: none;
    margin-left: 15px;
    padding: 0;
}
}
/*----customized Link strip style end----*/

/* ----- Begin Gilchrist home page sections ----- */

.home-sections {
    margin-top: 20px;
    margin-bottom: 6px;
    padding-top: 17px;
 }

.home-sections div + ul {margin-top: 14px;}

.home-sections__header-text a {color: #FFF!important;text-decoration: none!important;}
.home-sections__header-text a:hover,
.home-sections__header-text a:focus,
.home-sections__header-text a:active {text-decoration: underline!important;}

@media (min-width: 992px) {
    .home-sections__header {position: relative;}
    .home-sections__header-text {
        font-size: 24px;
        font-weight: 700;
        position: absolute; 
        margin: 0;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.6); /* Black see-through */
        text-decoration: none;
        padding: 10px 12px 12px 12px;
        transition: .5s ease;
    }
}

@media (max-width: 991px) {
    .home-sections img {display:none;}
    /*.home-sections p {display:none;}*/
    .home-sections h2 {
        margin-top: 15px;
        margin-left: 0;
        padding: 5px 11px 7px 11px;
        color: #FFF;
        font-size: 24px;
        font-weight: 700;
    }
    .home-sections .light-blue-heading {background-color: #1e75bf;}
    .home-sections .mcg-blue-heading {background-color: #355997;}
    .home-sections .grey-heading {background-color: #666;}
   
   .home-sections__link {
    font-size: 14px;
    font-family: Lato;
    font-weight: 700;
    }


.home-sections li {margin-bottom: 5px;}
/* ----- End Gilchrist home page sections ----- */

/*------------no more table--------------------*/

@media only screen and (max-width: 800px) {
        /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ccc; }

    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }
    
    #no-more-tables th{border: 2px solid black;}
    
   
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}
/*------------no more table--------------------*/



/*stylized bullet list*/
.service-list li:before {
    border: solid 1px #515151;
    color: #ffffff;
    background-color: #515151;
}
.service-list li {
    /* counter-increment: myIndex; */
    /* position: relative; */
    margin-bottom: 0;
    padding: 20px 0 0 60px;
    }

.service-list li li:before {
    content: none;
    }
    
.service-list li li {
    counter-increment: none;
    margin-bottom: 0;
    padding: 2px;
    list-style-type: disc;
    font-size: 14px;
    margin-left: -30px;
    }
 .list-heading{
       color:#515151;
       font:"lato";
       font-size:1.2em;
       text-transform:uppercase;
       font-weight:990;
   }
   
   .service-list li p{
       line-height: 1.65;
      letter-spacing: -0.3px;
    color: #515151;
    font-size: 14px;
    
   }

/*stylized bullet list*/


/*=== Featured Questions ===*/
.gilchrist-featured-qns{
    background-color: none;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 10px;
    background-position: center top;
    min-height: 200px;
    margin-right: 15px;
}

.gilchrist-featured-qns p{
 font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.65;
  letter-spacing: -0.2px;
  color: #ffffff;  
 }
 .gilchrist-featured-qns h2{
     color: #ffffff;  
 }
 .left-padding{
     padding-left:25px;
 }
 
 .gilchrist-hero-button {
    border: 2px solid white;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: "Lato";
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    height: 45px;
    width: 154px;
    padding-left: 12px;
    padding-top: 8px;
    border-radius: 10px;
   margin-bottom: 10px;
}

.gilchrist-hero-button:focus, .gilchrist-hero-button:hover{
    color: #355997;
    text-decoration: none;
    background-color: white;
}



/*=== Featured Questions ===*/

/*===Service listing===*/
.gilchrist-service-listing .col-xs-6 {padding-right: 0;}
.gilchrist-service-listing ul {
    list-style-type:none;
    padding-left: 0;
}
.gilchrist-service-listing li {margin-bottom: 10px;}
.gilchrist-service-listing li ul {margin: 0 0 10px 66px;}
.gilchrist-service-listing img {width: 50px; margin-right: 10px;}
.gilchrist-service-listing__more {
    font-weight: bold;
    margin:10px 0 20px 0;
}

.gilchrist-service-list-text {
   color: #515151;
margin-left: 70px;
margin-top: -47px;
}
.gilchrist-service-list-heading{
        color: #515151;
    font: "lato";
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 990;
    display:block;
}
}
/*===Service listing===*/
