/* Enter Your Custom CSS Here */


.SearchToggle .icon-search{
	display: none
}

.gs-title {
    font-size: 18px !important; 
    font-weight: 300 !important;
    height: 30px  !important;  		
    text-decoration: none !important; 
}

.gs-result .gs-title, .gs-result .gs-title *{
    text-decoration: none !important;
    font-size: 18px !important; 
}

.gs-title, .gs-snippet, input.gsc-input {
    font-family: "Roboto", "Microsoft JhengHei", "Heiti TC", sans-serif !important;
    font-weight: 300 !important; 
    line-height: 1.7 !important;
}

.gs-snippet {
    font-size: 16px !important; 
    margin-left: 7px !important; 
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	font-family: "Roboto", "Microsoft JhengHei", "Heiti TC", sans-serif !important;
    margin-right: 24px !important;
   	font-size: 18px !important; 
    font-weight: 300 !important; 
}
	
.gsc-input {
    height: 26px !important; 
    font-family: "Roboto", "Microsoft JhengHei", "Heiti TC", sans-serif !important;
    padding-bottom: 5px !important; 
  
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.input.gsc-input {
    padding: 7px 9px !important; 
}

.gsc-input-box {
    height: 34px !important; 
    border-top:0 !important;
    border-left:0 !important;
    border-right: 0 !important;
}

.gsc-input-box-hover, .gsc-input-box-focus {
    border-top:0 !important;
    border-left:0 !important;
    border-right: 0 !important;
  
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: auto !important;
    height: auto !important;
    border: 0px !important;
    position: relative;
    top: -1px;
 }

.gs-fileFormat {
  padding-left: 4px !important; 
  padding-right: 4px !important;
}

/* Timeline Express Plugin Custom CSS */

.timeline-express-read-more-link {
    display: none !important;
}

/* Footer icon adjustment due to HubSpot button replacing Mailchimp form */

.Footer-middle ul.IconMenu{
	margin-bottom: -5px;
}


/* Hide license type title bar on licenses page*/
#data {
    display: none;
}

/*Set Gravity Forms field spacing*/
body .gform_wrapper .gform_body .gform_fields .gfield {
		padding:0 0 30px 0
}

