/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0.0
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentyseventeen
Text Domain: twentyseventeenchild
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.site-branding {
	margin-bottom: 0;
	height: 40vh;
}

.site-content {
	padding: 3em 0 0;
}

.main-navigation {
    padding-top: 90px;
    background-image: url(https://pathways.hccnet.org/wp-content/uploads/2026/03/journey_pathways_logos.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position-x: center;
}

.gravityview-template .wrap {
	max-width: 90%;
}

#nav_menu-2 {
	display: none;
}

.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
//	color:#0086B3;
	color:#7f7f7b;    
	font-size: 1.2rem;
	letter-spacing: 0.08em;
}

.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
	margin-bottom: 0em;
}

.site-info{display: none;}

.intro-paragraph {

	font-weight: 500;
	font-size: 1rem;
	color: #7f7f7b;

}

.bold-this {
	font-weight: bold;
}

.initials {
	margin-left:25px;
	width:250px;

}

.form-box {
	padding:30px;
	border: 1px solid #eee;
}

#gform_29 .gf_progressbar_title {
	font-size: 18px;
}

@media screen and (width >= 768px) {
  /* Styles in this block will only apply when the viewport 
     width is 768 pixels or wider */
   #gform_wrapper_29.gravity-theme .gfield-choice-input {
	margin-top: 5px;
	vertical-align: top;
   }
}

.inline_other_input .gfield_radio .gchoice:last-child label {
  margin-right: 10px !important;
}

.inline_other_input .gfield_radio .gchoice:last-child input:last-child {
    margin-top: -24px;
    margin-left: 20px;
}

inline_other_input .gfield_radio .gchoice:last-child {
  display: flex !important; 
  align-items: center !important;  
}


.page-template-admin-single-nosidebar .custom-header, .page-template-admin-single-nosidebar #block-13, .gravityview-template-admin-single-nosidebar .custom-header, .gravityview-template-admin-single-nosidebar #block-13 {
	display:none;
} 

.page-template-admin-single-nosidebar #nav_menu-2, .gravityview-template-admin-single-nosidebar #nav_menu-2 {
	display: block;
}

.page-template-admin-single-nosidebar .wrap,.gravityview-template-admin-single-nosidebar .wrap {
    max-width: 1800px; 
}

.gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 15px;
    padding-top: 5px;
    font-weight: normal !important;
}

/*FORM LIST FIELD CUSTOMIZATION*/
.icon-list {
	display: inline-block;
	opacity: .75;
	repeat: no-repeat;
	width: 12px;
	height: 12px; 
	background-image: url("https://pathways.hccnet.org/wp-content/plugins/gravityforms/images/list-add.svg");
	background-position: 0 0; 
}

.reg-wt .gfield_label {
	font-weight: 500 !important;
	font-size: 15px !important;
	padding-top: 5px !important;
}




