focus_tree = {
	
	id = united_states_focus
	
	country = {
		factor = 0
		
		modifier = {
			add = 20
			original_tag = USA
		}
	}
	default = yes
	shared_focus = USA_donald_trump_make_america_great_again


	continuous_focus_position = { x = 50 y = 1100 }
	
	#Army Tree
	
	focus = {
		id = USA_united_states_army
		icon = united_states_army
		
		x = 1
		y = 0
		
		cost = 10
		
		prerequisite = { }
		
		mutually_exclusive = { }
		
		available = {
			#NOT = { has_country_leader = { name = "Donald Trump" } }
		}
		
		bypass = { }
		
		completion_reward = {
			army_experience = 5
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_support_small_arms_companies
		icon = small_arms
		
		x = -1
		y = 1
		relative_position_id = USA_united_states_army
		
		cost = 10
		
		prerequisite = {
			focus = USA_united_states_army
		}
		
		mutually_exclusive = { }
		
		available = {
			#OR = {
			#	NOT = { has_government = communism }
			#	has_war = yes
			#}
		}
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_gun_funding
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_develop_artillery_models
		icon = artillery2
		
		x = 1
		y = 1
		relative_position_id = USA_united_states_army
		
		cost = 10
		
		prerequisite = {
			focus = USA_united_states_army
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = artillery_4
			has_tech = Arty_upgrade_4
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = artillery_bonus
				bonus = 0.20
				technology = artillery_1
				technology = artillery_2
				technology = artillery_3 
			}
			add_tech_bonus = {
				name = artillery_upgrade
				bonus = 0.20
				technology = Arty_upgrade_1 
				technology = Arty_upgrade_2
				technology = Arty_upgrade_3 
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_infantry_equipment_models_1
		icon = small_arms2
		
		x = -1
		y = 2
		relative_position_id = USA_united_states_army
		
		cost = 10
		
		prerequisite = {
			focus = USA_support_small_arms_companies
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = infantry_weapons
			has_tech = infantry_weapons1
			has_tech = infantry_weapons2
			has_tech = infantry_weapons3
			has_tech = infantry_weapons4
			has_tech = infantry_weapons5
			has_tech = infantry_weapons6
			has_tech = infantry_weapons7
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = infantry_weapons
				bonus = 0.25
				technology = infantry_weapons
				technology = infantry_weapons1
				technology = infantry_weapons2
				technology = infantry_weapons3
				technology = infantry_weapons4
				technology = infantry_weapons5
				technology = infantry_weapons6
				technology = infantry_weapons7
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_strengthen_national_morale
		icon = special_forces
		
		x = 1
		y = 2
		relative_position_id = USA_united_states_army
		
		cost = 10
		
		prerequisite = {
			focus = USA_develop_artillery_models
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			army_experience = 15
			add_stability = 0.03
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_army_doctrine_1
		icon = army_doctrine
		
		x = 0
		y = 3
		relative_position_id = USA_united_states_army
		
		cost = 10
		
		prerequisite = {
			focus = USA_infantry_equipment_models_1
			focus = USA_strengthen_national_morale
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_tech_bonus = {
				name = land_doc_bonus
				bonus = 0.5
				uses = 1
				category = land_doctrine
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_mbt_models
		icon = tanks
		
		x = 2
		y = 3
		relative_position_id = USA_united_states_army
		
		cost = 10
		
		prerequisite = {
			focus = USA_strengthen_national_morale
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = MBT_1
			has_tech = MBT_2
			has_tech = MBT_3
			has_tech = MBT_4
			has_tech = MBT_5
			has_tech = MBT_7
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = mbt_bonus
				bonus = 0.25
				technology = MBT_1
				technology = MBT_2
				technology = MBT_3
				technology = MBT_4
				technology = MBT_5
				technology = MBT_7
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_small_arms_production_focus
		icon = infantry_axis
		
		x = -1
		y = 4
		relative_position_id = USA_united_states_army
		
		cost = 10
		
		prerequisite = {
			focus = USA_infantry_equipment_models_1
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			swap_ideas = {
				remove_idea = USA_gun_funding
				add_idea = idea_focus_infantry_production
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_recruitment_tactics
		icon = infantry_allies
		
		x = 1
		y = 4
		relative_position_id = USA_united_states_army
		
		cost = 10
		
		prerequisite = {
			focus = USA_strengthen_national_morale
		}
		
		mutually_exclusive = { }
		
		available = {
			OR = {
				has_war = yes
				has_government = nationalist
				threat > 0.2
			}
		}
		
		bypass = { }
		
		completion_reward = {
			add_ideas = idea_focus_new_recruitment_strategies
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_army_doctrine_2
		icon = army_doctrine
		
		x = 0
		y = 5
		relative_position_id = USA_united_states_army
		
		cost = 10
		
		prerequisite = {
			focus = USA_army_doctrine_1
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_tech_bonus = {
				name = land_doc_bonus
				bonus = 0.5
				uses = 1
				category = land_doctrine
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_engineer_tanks
		icon = tanks2
		
		x = 2
		y = 5
		relative_position_id = USA_united_states_army
		
		cost = 10
		
		prerequisite = {
			focus = USA_mbt_models
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = ENGI_MBT_1
			has_tech = ENGI_MBT_2
			has_tech = ENGI_MBT_3
			has_tech = ENGI_MBT_4
			has_tech = ENGI_MBT_5
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = special_forces_bonus
				bonus = 0.25
				technology = ENGI_MBT_1
				technology = ENGI_MBT_2
				technology = ENGI_MBT_3
				technology = ENGI_MBT_4
				technology = ENGI_MBT_5
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_infantry_equipment_models_2
		icon = small_arms2
		
		x = -1
		y = 6
		relative_position_id = USA_united_states_army
		
		cost = 10
		
		prerequisite = {
			focus = USA_small_arms_production_focus
		}
		prerequisite = {
			focus = USA_army_doctrine_2
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = infantry_weapons
			has_tech = infantry_weapons1
			has_tech = infantry_weapons2
			has_tech = infantry_weapons3
			has_tech = infantry_weapons4
			has_tech = infantry_weapons5
			has_tech = infantry_weapons6
			has_tech = infantry_weapons7
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = special_forces_bonus
				bonus = 0.30
				technology = infantry_weapons
				technology = infantry_weapons1
				technology = infantry_weapons2
				technology = infantry_weapons3
				technology = infantry_weapons4
				technology = infantry_weapons5
				technology = infantry_weapons6
				technology = infantry_weapons7
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_uncle_sam_needs_you
		icon = uncle_sam
		
		x = 1
		y = 6
		relative_position_id = USA_united_states_army
		
		cost = 10
		
		prerequisite = {
			focus = USA_army_doctrine_2
		}
		prerequisite = {
			focus = USA_recruitment_tactics
		}
		
		mutually_exclusive = { }
		
		available = {
			has_defensive_war = yes
		}
		
		bypass = { }
		
		completion_reward = {
			swap_ideas = {
				remove_idea = idea_focus_new_recruitment_strategies
				add_idea = USA_uncle_sam
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_support_vehicle_models
		icon = apc
		
		x = 3
		y = 6
		relative_position_id = USA_united_states_army
		
		cost = 10
		
		prerequisite = {
			focus = USA_engineer_tanks
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = IFV_1
			has_tech = IFV_2
			has_tech = IFV_3
			has_tech = IFV_4
			has_tech = IFV_5
			has_tech = IFV_6
			has_tech = IFV_7
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = infatry_support_vehicle
				bonus = 0.25
				technology = IFV_1
				technology = IFV_2
				technology = IFV_3
				technology = IFV_4
				technology = IFV_5
				technology = IFV_6
				technology = IFV_7
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_army_doctrine_3
		icon = army_doctrine
		
		x = 2
		y = 7
		relative_position_id = USA_united_states_army
		
		cost = 10
		
		prerequisite = {
			focus = USA_uncle_sam_needs_you
		}
		prerequisite = {
			focus = USA_support_vehicle_models
		}
		
		mutually_exclusive = {
			focus = USA_naval_doctrine_3
		}
		mutually_exclusive = {
			focus = USA_air_doctrine_3
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_tech_bonus = {
				name = land_doc_bonus
				bonus = 0.75
				uses = 1
				category = land_doctrine
			}
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	#Navy Tree
	
	focus = {
		id = USA_united_states_navy
		icon = united_states_navy
		
		x = 5
		y = 0
		
		cost = 10
		
		prerequisite = { }
		
		mutually_exclusive = { }
		
		available = { 
			#NOT = { has_country_leader = { name = "Donald Trump" } }
		}
		
		bypass = { }
		
		completion_reward = {
			navy_experience = 5
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_destroyer_models_1
		icon = cruisers
		
		x = -1
		y = 1
		relative_position_id = USA_united_states_navy
		
		cost = 10
		
		prerequisite = {
			focus = USA_united_states_navy
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = destroyer_1
			has_tech = destroyer_2
			has_tech = missile_destroyer_1
			has_tech = missile_destroyer_2
			has_tech = missile_destroyer_3
			has_tech = missile_destroyer_4
			has_tech = missile_destroyer_5
			has_tech = missile_destroyer_6
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = destroyer_bonus
				bonus = 0.25
				technology = destroyer_1
				technology = destroyer_2
				technology = missile_destroyer_1
				technology = missile_destroyer_2
				technology = missile_destroyer_3
				technology = missile_destroyer_4
				technology = missile_destroyer_5
				technology = missile_destroyer_6
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_small_ship_models_1
		icon = navy2
		
		x = 1
		y = 1
		relative_position_id = USA_united_states_navy
		
		cost = 10
		
		prerequisite = {
			focus = USA_united_states_navy
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = corvette_1
			has_tech = corvette_2
			has_tech = missile_corvette_1
			has_tech = missile_corvette_2
			has_tech = missile_corvette_3
			has_tech = missile_corvette_4
			has_tech = missile_corvette_5
			has_tech = missile_corvette_6
			has_tech = frigate_1
			has_tech = frigate_2
			has_tech = missile_frigate_1
			has_tech = missile_frigate_2
			has_tech = missile_frigate_3
			has_tech = missile_frigate_4
			has_tech = missile_frigate_5
			has_tech = missile_frigate_6
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = destroyer_bonus
				bonus = 0.25
				technology = corvette_1
				technology = corvette_2
				technology = missile_corvette_1
				technology = missile_corvette_2
				technology = missile_corvette_3
				technology = missile_corvette_4
				technology = missile_corvette_5
				technology = missile_corvette_6
				technology = frigate_1
				technology = frigate_2
				technology = missile_frigate_1
				technology = missile_frigate_2
				technology = missile_frigate_3
				technology = missile_frigate_4
				technology = missile_frigate_5
				technology = missile_frigate_6
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_destroyer_models_2
		icon = cruisers
		
		x = -1
		y = 2
		relative_position_id = USA_united_states_navy
		
		cost = 10
		
		prerequisite = {
			focus = USA_destroyer_models_1
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = destroyer_1
			has_tech = destroyer_2
			has_tech = missile_destroyer_1
			has_tech = missile_destroyer_2
			has_tech = missile_destroyer_3
			has_tech = missile_destroyer_4
			has_tech = missile_destroyer_5
			has_tech = missile_destroyer_6
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = destroyer_bonus
				bonus = 0.25
				technology = destroyer_1
				technology = destroyer_2
				technology = missile_destroyer_1
				technology = missile_destroyer_2
				technology = missile_destroyer_3
				technology = missile_destroyer_4
				technology = missile_destroyer_5
				technology = missile_destroyer_6
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_small_ship_models_2
		icon = navy
		
		x = 1
		y = 2
		relative_position_id = USA_united_states_navy
		
		cost = 10
		
		prerequisite = {
			focus = USA_small_ship_models_1
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = corvette_1
			has_tech = corvette_2
			has_tech = missile_corvette_1
			has_tech = missile_corvette_2
			has_tech = missile_corvette_3
			has_tech = missile_corvette_4
			has_tech = missile_corvette_5
			has_tech = missile_corvette_6
			has_tech = frigate_1
			has_tech = frigate_2
			has_tech = missile_frigate_1
			has_tech = missile_frigate_2
			has_tech = missile_frigate_3
			has_tech = missile_frigate_4
			has_tech = missile_frigate_5
			has_tech = missile_frigate_6
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = destroyer_bonus
				bonus = 0.25
				technology = corvette_1
				technology = corvette_2
				technology = missile_corvette_1
				technology = missile_corvette_2
				technology = missile_corvette_3
				technology = missile_corvette_4
				technology = missile_corvette_5
				technology = missile_corvette_6
				technology = frigate_1
				technology = frigate_2
				technology = missile_frigate_1
				technology = missile_frigate_2
				technology = missile_frigate_3
				technology = missile_frigate_4
				technology = missile_frigate_5
				technology = missile_frigate_6
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_submarine_models_1
		icon = submarines
		
		x = 0
		y = 3
		relative_position_id = USA_united_states_navy
		
		cost = 10
		
		prerequisite = {
			focus = USA_destroyer_models_1
		}
		prerequisite = {
			focus = USA_small_ship_models_1
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = attack_submarine_1
			has_tech = attack_submarine_2
			has_tech = attack_submarine_3
			has_tech = attack_submarine_4
			has_tech = attack_submarine_5
			has_tech = attack_submarine_6
			has_tech = attack_submarine_7
			has_tech = missile_submarine_1
			has_tech = missile_submarine_2
			has_tech = missile_submarine_3
			has_tech = missile_submarine_5
			has_tech = missile_submarine_6
			has_tech = missile_submarine_7
			has_tech = diesel_attack_submarine_1
			has_tech = diesel_attack_submarine_2
			has_tech = diesel_attack_submarine_3
			has_tech = diesel_attack_submarine_4
			has_tech = diesel_attack_submarine_5
			has_tech = diesel_attack_submarine_6
			has_tech = diesel_attack_submarine_7
			
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = submarine_bonus
				bonus = 0.25
				technology = attack_submarine_1
				technology = attack_submarine_2
				technology = attack_submarine_3
				technology = attack_submarine_4
				technology = attack_submarine_5
				technology = attack_submarine_6
				technology = attack_submarine_7
				technology = missile_submarine_1
				technology = missile_submarine_2
				technology = missile_submarine_3
				technology = missile_submarine_5
				technology = missile_submarine_6
				technology = missile_submarine_7
				technology = diesel_attack_submarine_1
				technology = diesel_attack_submarine_2
				technology = diesel_attack_submarine_3
				technology = diesel_attack_submarine_4
				technology = diesel_attack_submarine_5
				technology = diesel_attack_submarine_6
				technology = diesel_attack_submarine_7
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_carrier_models_1
		icon = carriers
		
		x = 2
		y = 3
		relative_position_id = USA_united_states_navy
		
		cost = 10
		
		prerequisite = {
			focus = USA_small_ship_models_2
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = Nuclear_carrier_0
			has_tech = Nuclear_carrier_1
			has_tech = Nuclear_carrier_2
			has_tech = Nuclear_carrier_3
			has_tech = Nuclear_carrier_4
			has_tech = Nuclear_carrier_5
			has_tech = modern_carrier_1
			has_tech = modern_carrier_2
			has_tech = modern_carrier_3
			has_tech = modern_carrier_4
			has_tech = modern_carrier_5
			has_tech = modern_carrier_6
			has_tech = LHA_0
			has_tech = LHA_1
			has_tech = LHA_2
			has_tech = LHA_3
			has_tech = LHA_4
			has_tech = LPD_0
			has_tech = LPD_1
			has_tech = LPD_2
			has_tech = LPD_3
			has_tech = LPD_4
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = submarine_bonus
				bonus = 0.25
				technology = Nuclear_carrier_0
				technology = Nuclear_carrier_1
				technology = Nuclear_carrier_2
				technology = Nuclear_carrier_3
				technology = Nuclear_carrier_4
				technology = Nuclear_carrier_5
				technology = modern_carrier_1
				technology = modern_carrier_2
				technology = modern_carrier_3
				technology = modern_carrier_4
				technology = modern_carrier_5
				technology = modern_carrier_6
				technology = LHA_0
				technology = LHA_1
				technology = LHA_2
				technology = LHA_3
				technology = LHA_4
				technology = LPD_0
				technology = LPD_1
				technology = LPD_2
				technology = LPD_3
				technology = LPD_4
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_submarine_focus
		icon = anti_submarine
		
		x = -1
		y = 4
		relative_position_id = USA_united_states_navy
		
		cost = 10
		
		prerequisite = {
			focus = USA_submarine_models_1
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_submarine_tactics
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_naval_doctrine_1
		icon = naval_doctrine
		
		x = 1
		y = 4
		relative_position_id = USA_united_states_navy
		
		cost = 10
		
		prerequisite = {
			focus = USA_submarine_models_1
			focus = USA_carrier_models_1
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			navy_experience = 10
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_submarine_models_2
		icon = submarines
		
		x = 0
		y = 5
		relative_position_id = USA_united_states_navy
		
		cost = 10
		
		prerequisite = {
			focus = USA_submarine_models_1
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = attack_submarine_1
			has_tech = attack_submarine_2
			has_tech = attack_submarine_3
			has_tech = attack_submarine_4
			has_tech = attack_submarine_5
			has_tech = attack_submarine_6
			has_tech = attack_submarine_7
			has_tech = missile_submarine_1
			has_tech = missile_submarine_2
			has_tech = missile_submarine_3
			has_tech = missile_submarine_5
			has_tech = missile_submarine_6
			has_tech = missile_submarine_7
			has_tech = diesel_attack_submarine_1
			has_tech = diesel_attack_submarine_2
			has_tech = diesel_attack_submarine_3
			has_tech = diesel_attack_submarine_4
			has_tech = diesel_attack_submarine_5
			has_tech = diesel_attack_submarine_6
			has_tech = diesel_attack_submarine_7
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = submarine_bonus
				bonus = 0.25
				technology = attack_submarine_1
				technology = attack_submarine_2
				technology = attack_submarine_3
				technology = attack_submarine_4
				technology = attack_submarine_5
				technology = attack_submarine_6
				technology = attack_submarine_7
				technology = missile_submarine_1
				technology = missile_submarine_2
				technology = missile_submarine_3
				technology = missile_submarine_5
				technology = missile_submarine_6
				technology = missile_submarine_7
				technology = diesel_attack_submarine_1
				technology = diesel_attack_submarine_2
				technology = diesel_attack_submarine_3
				technology = diesel_attack_submarine_4
				technology = diesel_attack_submarine_5
				technology = diesel_attack_submarine_6
				technology = diesel_attack_submarine_7
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_carrier_models_2
		icon = carriers
		
		x = 2
		y = 5
		relative_position_id = USA_united_states_navy
		
		cost = 10
		
		prerequisite = {
			focus = USA_carrier_models_1
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = Nuclear_carrier_0
			has_tech = Nuclear_carrier_1
			has_tech = Nuclear_carrier_2
			has_tech = Nuclear_carrier_3
			has_tech = Nuclear_carrier_4
			has_tech = Nuclear_carrier_5
			has_tech = modern_carrier_1
			has_tech = modern_carrier_2
			has_tech = modern_carrier_3
			has_tech = modern_carrier_4
			has_tech = modern_carrier_5
			has_tech = modern_carrier_6
			has_tech = LHA_0
			has_tech = LHA_1
			has_tech = LHA_2
			has_tech = LHA_3
			has_tech = LHA_4
			has_tech = LPD_0
			has_tech = LPD_1
			has_tech = LPD_2
			has_tech = LPD_3
			has_tech = LPD_4
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = submarine_bonus
				bonus = 0.25
				technology = Nuclear_carrier_0
				technology = Nuclear_carrier_1
				technology = Nuclear_carrier_2
				technology = Nuclear_carrier_3
				technology = Nuclear_carrier_4
				technology = Nuclear_carrier_5
				technology = modern_carrier_1
				technology = modern_carrier_2
				technology = modern_carrier_3
				technology = modern_carrier_4
				technology = modern_carrier_5
				technology = modern_carrier_6
				technology = LHA_0
				technology = LHA_1
				technology = LHA_2
				technology = LHA_3
				technology = LHA_4
				technology = LPD_0
				technology = LPD_1
				technology = LPD_2
				technology = LPD_3
				technology = LPD_4
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_naval_doctrine_2
		icon = naval_doctrine
		
		x = 1
		y = 6
		relative_position_id = USA_united_states_navy
		
		cost = 10
		
		prerequisite = {
			focus = USA_naval_doctrine_1
		}
		prerequisite = {
			focus = USA_submarine_models_2
			focus = USA_carrier_models_2
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			navy_experience = 10
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_naval_doctrine_3
		icon = naval_doctrine
		
		x = 1
		y = 7
		relative_position_id = USA_united_states_navy
		
		cost = 10
		
		prerequisite = {
			focus = USA_naval_doctrine_2
		}
		
		mutually_exclusive = {
			focus = USA_army_doctrine_3
		}
		mutually_exclusive = {
			focus = USA_air_doctrine_3
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			navy_experience = 10
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	#Marine Corps / Air Force Tree
	
	focus = {
		id = USA_united_states_air_force
		icon = united_states_air_force
		
		x = 11
		y = 0
		
		cost = 10
		
		prerequisite = { }
		
		mutually_exclusive = { }
		
		available = {
			#NOT = { has_country_leader = { name = "Donald Trump" } }
		}
		
		bypass = { }
		
		completion_reward = {
			air_experience = 5
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_united_states_marine_corps
		icon = united_states_marine_corps
		
		x = -3
		y = 1
		relative_position_id = USA_united_states_air_force
		
		cost = 10
		
		prerequisite = {
			focus = USA_united_states_navy
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_strengthened_marine_corps
			army_experience = 10
			navy_experience = 10
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_air_force_production
		icon = air_production
		
		x = -1
		y = 1
		relative_position_id = USA_united_states_air_force
		
		cost = 10
		
		prerequisite = {
			focus = USA_united_states_air_force
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = idea_focus_generic_fighter_focus
			add_ideas = idea_focus_generic_bomber_focus
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_east_coast_air_bases
		icon = air_defense
		
		x = 1
		y = 1
		relative_position_id = USA_united_states_air_force
		
		cost = 10
		
		prerequisite = {
			focus = USA_united_states_air_force
		}
		
		mutually_exclusive = { }
		
		available = {
			OR = {
				controls_state = 764 #Maine
				controls_state = 765 #New Hampshire
				controls_state = 767 #Massachusetts
				controls_state = 768 #Connecticut
				controls_state = 770 #New Jersey
				controls_state = 772 #Maryland
				controls_state = 773 #Virgina
				controls_state = 790 #North Carolina
				controls_state = 791 #South Carolina
			}
		}
		
		bypass = { }
		
		completion_reward = {
			#Maine
			if = {
				limit = {
					owns_state = 764
					controls_state = 764
					764 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				764 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
			#New Hampshire
			if = {
				limit = {
					owns_state = 765
					controls_state = 765
					765 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				765 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
			#Massachusetts
			if = {
				limit = {
					owns_state = 767
					controls_state = 767
					767 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				767 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
			#Connecticut
			if = {
				limit = {
					owns_state = 768
					controls_state = 768
					768 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				768 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
			#New Jersey
			if = {
				limit = {
					owns_state = 770
					controls_state = 770
					770 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				770 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
			#Maryland
			if = {
				limit = {
					owns_state = 772
					controls_state = 772
					772 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				772 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
			#Virginia
			if = {
				limit = {
					owns_state = 773
					controls_state = 773
					773 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				773 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
			#North Carolina
			if = {
				limit = {
					owns_state = 790
					controls_state = 790
					790 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				790 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
			#South Carolina
			if = {
				limit = {
					owns_state = 791
					controls_state = 791
					791 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				791 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_strengthen_the_airborne_infantry
		icon = paratroopers
		
		x = -2
		y = 2
		relative_position_id = USA_united_states_air_force
		
		cost = 10
		
		prerequisite = {
			focus = USA_united_states_marine_corps
		}
		prerequisite = {
			focus = USA_air_force_production
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = command_control_equipment
			has_tech = command_control_equipment1
			has_tech = command_control_equipment2
			has_tech = command_control_equipment3
			has_tech = command_control_equipment4
			has_tech = command_control_equipment5
			has_tech = command_control_equipment6
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = submarine_bonus
				bonus = 0.3
				uses = 2
				technology = command_control_equipment
				technology = command_control_equipment1
				technology = command_control_equipment2
				technology = command_control_equipment3
				technology = command_control_equipment4
				technology = command_control_equipment5
				technology = command_control_equipment6
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_early_fighter_models
		icon = fighters2
		
		x = 0
		y = 2
		relative_position_id = USA_united_states_air_force
		
		cost = 10
		
		prerequisite = {
			focus = USA_east_coast_air_bases
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = AS_Fighter1
			has_tech = AS_Fighter2
			has_tech = AS_Fighter3
			has_tech = AS_Fighter4
			has_tech = AS_Fighter5
			has_tech = AS_Fighter6
			has_tech = AS_Fighter7
			has_tech = AS_upgrade_1
			has_tech = AS_upgrade_2
			has_tech = AS_upgrade_3
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = fighter_bonus
				bonus = 0.25
				technology = AS_Fighter1
				technology = AS_Fighter2
				technology = AS_Fighter3
				technology = AS_Fighter4
				technology = AS_Fighter5
				technology = AS_Fighter6
				technology = AS_Fighter7
				technology = AS_upgrade_1
				technology = AS_upgrade_2
				technology = AS_upgrade_3
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_early_bomber_models
		icon = bombers
		
		x = -1
		y = 3
		relative_position_id = USA_united_states_air_force
		
		cost = 10
		
		prerequisite = {
			focus = USA_early_fighter_models
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = naval_plane1
			has_tech = naval_plane2
			has_tech = naval_plane3
			has_tech = naval_plane4
			has_tech = naval_plane5
			has_tech = naval_plane6
			has_tech = strategic_bomber1
			has_tech = strategic_bomber2
			has_tech = strategic_bomber3
			has_tech = strategic_bomber4
			has_tech = strategic_bomber5
			has_tech = strategic_bomber6
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = fighter_bonus
				bonus = 0.25
				technology = naval_plane1
				technology = naval_plane2
				technology = naval_plane3
				technology = naval_plane4
				technology = naval_plane5
				technology = naval_plane6
				technology = strategic_bomber1
				technology = strategic_bomber2
				technology = strategic_bomber3
				technology = strategic_bomber4
				technology = strategic_bomber5
				technology = strategic_bomber6
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_west_coast_air_bases
		icon = air_defense
		
		x = 1
		y = 3
		relative_position_id = USA_united_states_air_force
		
		cost = 10
		
		prerequisite = {
			focus = USA_east_coast_air_bases
		}
		
		mutually_exclusive = { }
		
		available = {
			OR = {
				controls_state = 814 #Alaska
				controls_state = 754 #British Columbia
				controls_state = 809 #Washington
				controls_state = 810 #Oregon
				controls_state = 811 #California
				controls_state = 828 #Baja California
				controls_state = 817 #Hawaii
			}
		}
		
		bypass = { }
		
		completion_reward = {
			#Alaska
			if = {
				limit = {
					owns_state = 814
					controls_state = 814
					814 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				814 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
			#British Columbia
			if = {
				limit = {
					controls_state = 754
					owns_state = 754
					754 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				754 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
			#Washington
			if = {
				limit = {
					owns_state = 809
					controls_state = 809
					809 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				809 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
			#Oregon
			if = {
				limit = {
					owns_state = 810
					controls_state = 810
					810 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				810 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
			#California
			if = {
				limit = {
					owns_state = 811
					controls_state = 811
					811 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				811 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
			#Baja California
			if = {
				limit = {
					owns_state = 828
					controls_state = 828
					828 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				828 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
			#Hawaii
			if = {
				limit = {
					controls_state = 817
					owns_state = 817
					817 = {
						free_building_slots = {
							building = air_base
							size > 0
							include_locked = yes
						}
					}
				}
				817 = {
					add_building_construction = {
						type = air_base
						level = 1
						instant_build = yes
					}
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_ucav_models_1
		icon = bombs
		
		x = -2
		y = 4
		relative_position_id = USA_united_states_air_force
		
		cost = 10
		
		prerequisite = {
			focus = USA_early_bomber_models
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = Air_UAV1
			has_tech = Air_UAV2
			has_tech = Air_UAV3
			has_tech = Air_UAV4
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = bomber_bonus
				bonus = 0.25
				technology = Air_UAV1
				technology = Air_UAV2
				technology = Air_UAV3
				technology = Air_UAV4
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_advanced_fighter_models
		icon = modern_fighter
		
		x = 0
		y = 4
		relative_position_id = USA_united_states_air_force
		
		cost = 10
		
		prerequisite = {
			focus = USA_early_fighter_models
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = AS_Fighter1
			has_tech = AS_Fighter2
			has_tech = AS_Fighter3
			has_tech = AS_Fighter4
			has_tech = AS_Fighter5
			has_tech = AS_Fighter6
			has_tech = AS_Fighter7
			has_tech = AS_upgrade_1
			has_tech = AS_upgrade_2
			has_tech = AS_upgrade_3
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = fighter_bonus
				bonus = 0.25
				technology = AS_Fighter1
				technology = AS_Fighter2
				technology = AS_Fighter3
				technology = AS_Fighter4
				technology = AS_Fighter5
				technology = AS_Fighter6
				technology = AS_Fighter7
				technology = AS_upgrade_1
				technology = AS_upgrade_2
				technology = AS_upgrade_3
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_advanced_bomber_models
		icon = modern_bomber
		
		x = -1
		y = 5
		relative_position_id = USA_united_states_air_force
		
		cost = 10
		
		prerequisite = {
			focus = USA_early_bomber_models
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = naval_plane1
			has_tech = naval_plane2
			has_tech = naval_plane3
			has_tech = naval_plane4
			has_tech = naval_plane5
			has_tech = naval_plane6
			has_tech = strategic_bomber1
			has_tech = strategic_bomber2
			has_tech = strategic_bomber3
			has_tech = strategic_bomber4
			has_tech = strategic_bomber5
			has_tech = strategic_bomber6
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = fighter_bonus
				bonus = 0.25
				technology = naval_plane1
				technology = naval_plane2
				technology = naval_plane3
				technology = naval_plane4
				technology = naval_plane5
				technology = naval_plane6
				technology = strategic_bomber1
				technology = strategic_bomber2
				technology = strategic_bomber3
				technology = strategic_bomber4
				technology = strategic_bomber5
				technology = strategic_bomber6
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_air_doctrine_1
		icon = air_doctrine
		
		x = 1
		y = 5
		relative_position_id = USA_united_states_air_force
		
		cost = 10
		
		prerequisite = {
			focus = USA_west_coast_air_bases
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_tech_bonus = {
				name = air_doc_bonus
				bonus = 0.5
				uses = 1
				category = air_doctrine
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_ucav_models_2
		icon = bombs2
		
		x = -2
		y = 6
		relative_position_id = USA_united_states_air_force
		
		cost = 10
		
		prerequisite = {
			focus = USA_ucav_models_1
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_tech = Air_UAV1
			has_tech = Air_UAV2
			has_tech = Air_UAV3
			has_tech = Air_UAV4
		}
		
		completion_reward = {
			add_tech_bonus = {
				name = bomber_bonus
				bonus = 0.25
				technology = Air_UAV1
				technology = Air_UAV2
				technology = Air_UAV3
				technology = Air_UAV4
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_air_doctrine_2
		icon = air_doctrine
		
		x = 0
		y = 6
		relative_position_id = USA_united_states_air_force
		
		cost = 10
		
		prerequisite = {
			focus = USA_advanced_bomber_models
		}
		prerequisite = {
			focus = USA_air_doctrine_1
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_tech_bonus = {
				name = air_doc_bonus
				bonus = 0.5
				uses = 1
				category = air_doctrine
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_air_doctrine_3
		icon = air_doctrine
		
		x = -1
		y = 7
		relative_position_id = USA_united_states_air_force
		
		cost = 10
		
		prerequisite = {
			focus = USA_ucav_models_2
		}
		prerequisite = {
			focus = USA_air_doctrine_2
		}
		
		mutually_exclusive = {
			focus = USA_army_doctrine_3
		}
		mutually_exclusive = {
			focus = USA_naval_doctrine_3
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_tech_bonus = {
				name = air_doc_bonus
				bonus = 0.5
				uses = 1
				category = air_doctrine
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	#Economic Tree
	
	focus = {
		id = USA_the_american_economy
		icon = federal_reserve
		
		x = 20
		y = 0
		
		cost = 10
		
		prerequisite = { }
		
		mutually_exclusive = { }
		
		available = { 
			#NOT = { has_country_leader = { name = "Donald Trump" } }
		}
		
		bypass = { }
		
		completion_reward = {
			add_stability = 0.04
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_deregulation
		icon = money
		
		x = -2
		y = 1
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_the_american_economy
		}
		
		mutually_exclusive = {
			focus = USA_regulation
		}
		
		available = {
			NOT = { has_government = nationalist }
			NOT = { has_government = communism }
		}
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_economic_deregulation
			add_stability = 0.02
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_regulation
		icon = industry_united_states
		
		x = 2
		y = 1
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_the_american_economy
		}
		
		mutually_exclusive = {
			focus = USA_deregulation
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_economic_regulation
			add_political_power = 50
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = USA_aluminium_and_steel_production
		icon = construction
		
		x = -6
		y = 2
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_deregulation
		}
		
		mutually_exclusive = { }
		
		available = { 
			OR = {
				controls_state = 798 #Arkansas
				controls_state = 794 #Alabama
			}
		}
		
		bypass = { }
		
		completion_reward = {
			798 = {	
				add_resource = {
					type = aluminium
					amount = 4
				}
			}
			794 = {
				add_resource = {
					type = aluminium
					amount = 1
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_reduce_market_regulations
		icon = consumer_goods
		
		x = -3
		y = 2
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_deregulation
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_resource_investment_program1
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_create_jobs_on_the_west_coast
		icon = industry_civilian
		
		x = -1
		y = 2
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_deregulation
			focus = USA_regulation
		}
		
		mutually_exclusive = { }
		
		available = {
			OR = {
				controls_state = 809 #Washington
				controls_state = 810 #Oregon
				controls_state = 811 #California
			}
		}
		
		bypass = { }
		
		completion_reward = {
			if = {
				limit = {
					controls_state = 809
					809 = {
						free_building_slots = {
							building = industrial_complex
							size > 0
							include_locked = yes
						}
					}
				}
				809 = {
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = industrial_complex
						level = 1
						instant_build = yes
					}
				}
			}
			if = {
				limit = {
					controls_state = 810
					810 = {
						free_building_slots = {
							building = industrial_complex
							size > 0
							include_locked = yes
						}
					}
				}
				810 = {
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = industrial_complex
						level = 1
						instant_build = yes
					}
				}
			}
			if = {
				limit = {
					controls_state = 811
					811 = {
						free_building_slots = {
							building = industrial_complex
							size > 0
							include_locked = yes
						}
					}
				}
				811 = {
					add_extra_state_shared_building_slots = 1
					add_building_construction = {
						type = industrial_complex
						level = 1
						instant_build = yes
					}
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_create_jobs_on_the_east_coast
		icon = industry_civilian
		
		x = 1
		y = 2
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_deregulation
			focus = USA_regulation
		}
		
		mutually_exclusive = { }
		
		available = { 
			OR = {
				controls_state = 764 #Maine
				controls_state = 765 #New Hampshire
				controls_state = 767 #Massachusetts
				controls_state = 768 #Connecticut
				controls_state = 770 #New Jersey
				controls_state = 772 #Maryland
				controls_state = 773 #Virgina
				controls_state = 790 #North Carolina
				controls_state = 791 #South Carolina
			}
		}
		
		bypass = { }
		
		completion_reward = {
			random_owned_state = {
				limit = {
					OR = {
						region = 117
						region = 181
					}
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					OR = {
						region = 117
						region = 181
					}
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 2
				add_building_construction = {
					type = industrial_complex
					level = 2
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_industrial_oversight_committee
		icon = construction3
		
		x = 3
		y = 2
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_regulation
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_industrial_development_program_idea1
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_strengthen_the_federal_reserve
		icon = federal_reserve
		
		x = 6
		y = 2
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_regulation
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			if = {
				limit = { has_idea = bureau_01 }
				swap_ideas = { remove_idea = bureau_01 add_idea = bureau_02 }
			}
			if = {
				limit = { has_idea = bureau_02 }
				swap_ideas = { remove_idea = bureau_02 add_idea = bureau_03 }
			}
			if = {
				limit = { has_idea = bureau_03 }
				swap_ideas = { remove_idea = bureau_03 add_idea = bureau_04 }
			}
			if = {
				limit = { has_idea = bureau_04 }
				swap_ideas = { remove_idea = bureau_04 add_idea = bureau_05 }
			}
			if = {
				limit = { has_idea = bureau_05 }
				add_political_power = 150	#if country has desired level it earns political power instead.
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_oil_and_rubber_production
		icon = oil_production
		
		x = -6
		y = 3
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_aluminium_and_steel_production
		}
		
		mutually_exclusive = { }
		
		available = {
			OR = {
				controls_state = 800 #Texas
				controls_state = 803 #New Mexico
				controls_state = 787 #North Dakota
			}
		}
		
		bypass = { }
		
		completion_reward = {
			#Texas
			if = {
				limit = {
					controls_state = 800
					owns_state = 800
				}
				800 = {
					add_resource = {
						type = oil
						amount = 6
					}
				}
			}
			#New Mexico
			if = {
				limit = {
					controls_state = 803
					owns_state = 803
				}
				803 = {
					add_resource = {
						type = oil
						amount = 6
					}
				}
			}
			#North Dakota
			if = {
				limit = {
					controls_state = 787
					owns_state = 787
				}
				787 = {
					add_resource = {
						type = oil
						amount = 6
					}
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_build_additional_refineries
		icon = oil_production
		
		x = -4
		y = 3
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_reduce_market_regulations
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			random_owned_state = {
				limit = {
					state_population > 25000
					free_building_slots = {
						building = synthetic_refinery
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = synthetic_refinery
					level = 1
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					state_population > 25000
					free_building_slots = {
						building = synthetic_refinery
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = synthetic_refinery
					level = 1
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					state_population > 25000
					free_building_slots = {
						building = synthetic_refinery
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = synthetic_refinery
					level = 1
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					state_population > 25000
					free_building_slots = {
						building = synthetic_refinery
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = synthetic_refinery
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_corporatist_legislation
		icon = dangerous_laws
		
		x = -2
		y = 3
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_reduce_market_regulations
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = { 
			add_political_power = 100
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_revive_the_rust_belt
		icon = industry_civilian
		
		x = 0
		y = 3
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_create_jobs_on_the_west_coast
		}
		prerequisite = {
			focus = USA_create_jobs_on_the_east_coast
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			random_owned_state = {
				limit = {
					region = 120
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					region = 120
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_military_production_increase
		icon = military_fort
		
		x = 3
		y = 3
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_industrial_oversight_committee
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_centralized_industrial_control_idea
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_military_production_centralization_reform
		icon = industry_military
		
		x = 5
		y = 3
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_strengthen_the_federal_reserve
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_political_power = 50
			random_owned_state = {
				limit = {
					free_building_slots = {
						building = arms_factory
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = arms_factory
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_expand_the_monetary_control_act
		icon = money
		
		x = 7
		y = 3
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_strengthen_the_federal_reserve
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = 0.02
			
			add_to_variable = {
				var = liberalism
				value = 0.001
			}
			add_to_variable = {
				var = socialism
				value = 0.01
			}
			recalculate_party = yes
			custom_effect_tooltip = expand_the_monetary_control_act_tt
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_resource_production_in_alaska
		icon = production2
		
		x = -5
		y = 4
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_oil_and_rubber_production
		}
		prerequisite = {
			focus = USA_build_additional_refineries
		}
		
		mutually_exclusive = { }
		
		available = {
			controls_state = 814
		}
		
		bypass = { }
		
		completion_reward = {
			814 = {
				add_resource = {
					type = steel
					amount = 3
				}
				add_resource = {
					type = aluminium
					amount = 2
				}
				add_resource = {
					type = oil
					amount = 10
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_build_additional_steel_factories
		icon = production
		
		x = -3
		y = 4
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_reduce_market_regulations
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = resource_production_bonus
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_strengthen_the_military_industrial_complex
		icon = industry_military
		
		x = 2
		y = 4
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_military_production_increase
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = -0.05
			add_ideas = USA_massive_military_industrial_complex
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_factory_worker_rights
		icon = construction2
		
		x = 4
		y = 4
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_military_production_increase
		}
		prerequisite = {
			focus = USA_military_production_centralization_reform
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			swap_ideas = {
				remove_idea = USA_industrial_development_program_idea1
				add_idea = USA_industrial_development_program_idea2
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_dodd_frank_plan
		icon = radar
		
		x = 6
		y = 4
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_expand_the_monetary_control_act
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = 0.02
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_chromium_and_tungsten_production
		icon = construction
		
		x = -6
		y = 5
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_oil_and_rubber_production
		}
		
		mutually_exclusive = { }
		
		available = { 
			OR = {
				controls_state = 807 #Nevada
				controls_state = 811 #California
			}
		}
		
		bypass = { }
		
		completion_reward = {
			#Nevada
			if = {
				limit = {
					controls_state = 807
					owns_state = 807
				}
				807 = {
					add_resource = {
						type = tungsten
						amount = 3
					}
				}
			}
			#California
			if = {
				limit = {
					controls_state = 811
					owns_state = 811
				}
				811 = {
					add_resource = {
						type = tungsten
						amount = 1
					}
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_encourage_growth_in_the_rust_belt
		icon = infrastructure
		
		x = -4
		y = 5
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_build_additional_steel_factories
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			random_owned_state = {
				limit = {
					region = 120
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 2
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_encourage_growth_in_the_rocky_mountains
		icon = infrastructure
		
		x = -2
		y = 5
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_build_additional_steel_factories
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			random_owned_state = {
				limit = {
					region = 118
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 2
			}
			random_owned_state = {
				limit = {
					region = 118
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 2
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_encourage_growth_in_the_american_south
		icon = infrastructure
		
		x = 0
		y = 5
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_revive_the_rust_belt
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			random_owned_state = {
				limit = {
					OR = {
						region = 119
						region = 181
					}
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 2
			}
			random_owned_state = {
				limit = {
					OR = {
						region = 119
						region = 181
					}
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 2
			}
			random_owned_state = {
				limit = {
					OR = {
						region = 119
						region = 181
					}
					free_building_slots = {
						building = industrial_complex
						size > 1
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 2
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_military_industry_1
		icon = industry_military
		
		x = 2
		y = 5
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_strengthen_the_military_industrial_complex
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			random_owned_state = {
				limit = {
					free_building_slots = {
						building = arms_factory
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = arms_factory
					level = 1
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					free_building_slots = {
						building = arms_factory
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = arms_factory
					level = 1
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					free_building_slots = {
						building = arms_factory
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = arms_factory
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_naval_production_contracts
		icon = naval_dockyard
		
		x = 5
		y = 5
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_military_production_centralization_reform
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			random_owned_state = {
				limit = {
					state_population > 30000
					free_building_slots = {
						building = dockyard
						size > 1
						include_locked = yes
					}
				}
				add_building_construction = {
					type = dockyard
					level = 2
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					state_population > 30000
					free_building_slots = {
						building = dockyard
						size > 1
						include_locked = yes
					}
				}
				add_building_construction = {
					type = dockyard
					level = 2
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					state_population > 30000
					free_building_slots = {
						building = dockyard
						size > 1
						include_locked = yes
					}
				}
				add_building_construction = {
					type = dockyard
					level = 2
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_revive_indiana
		icon = production2
		
		x = -5
		y = 6
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_encourage_growth_in_the_rust_belt
		}
		
		mutually_exclusive = { }
		
		available = {
			controls_state = 776 #Indiana
		}
		
		bypass = { }
		
		completion_reward = {
			776 = {
				add_resource = {
					type = steel
					amount = 5
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_revive_michigan
		icon = production2
		
		x = -3
		y = 6
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_encourage_growth_in_the_rust_belt
		}
		
		mutually_exclusive = { }
		
		available = {
			controls_state = 777
		}
		
		bypass = { }
		
		completion_reward = {
			777 = {
				add_resource = {
					type = steel
					amount = 5
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_civilian_industry_rocky_mountains
		icon = industry_civilian
		
		x = -1
		y = 6
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_encourage_growth_in_the_rocky_mountains
		}
		prerequisite = {
			focus = USA_encourage_growth_in_the_american_south
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			random_owned_state = {
				limit = {
					region = 118
					free_building_slots = {
						building = industrial_complex
						size > 0
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					region = 118
					free_building_slots = {
						building = industrial_complex
						size > 0
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_civilian_industry_midwest
		icon = industry_civilian
		
		x = 1
		y = 6
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_encourage_growth_in_the_american_south
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			random_owned_state = {
				limit = {
					region = 120
					free_building_slots = {
						building = industrial_complex
						size > 0
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					region = 120
					free_building_slots = {
						building = industrial_complex
						size > 0
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_naval_production_increase
		icon = naval_dockyard
		
		x = 3
		y = 6
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_military_production_increase
		}
		prerequisite = {
			focus = USA_naval_production_contracts
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_naval_development_program_idea
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_military_industry_2
		icon = industry_military
		
		x = 2
		y = 7
		relative_position_id = USA_the_american_economy
		
		cost = 10
		
		prerequisite = {
			focus = USA_military_industry_1
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			random_owned_state = {
				limit = {
					free_building_slots = {
						building = arms_factory
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = arms_factory
					level = 1
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					free_building_slots = {
						building = arms_factory
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = arms_factory
					level = 1
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					free_building_slots = {
						building = arms_factory
						size > 0
						include_locked = yes
					}
				}
				add_building_construction = {
					type = arms_factory
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	#Status Quo Tree
	
	focus = {
		id = USA_status_quo
		icon = american_republic2
		
		x = 32
		y = 0
		
		cost = 10
		
		prerequisite = { }
		
		mutually_exclusive = {
			focus = USA_political_reform
		}
		mutually_exclusive = {
			focus = USA_political_revolution
		}
		
		available = {
			#NOT = { has_country_leader = { name = "Donald Trump" } }
		}
		
		bypass = { }
		
		completion_reward = {
			add_stability = 0.02
			add_political_power = 25
			news_event = usa_news.7
		}
		
		ai_will_do = {
			factor = 10

			modifier = {
				factor = 9999

				has_game_rule = {
					rule = USA_ai_behavior
					option = STATUS_QUO
				}
			}
		}
	}
	
	focus = {
		id = USA_pro_democratic_gerrymandering
		icon = american_democratic_party
		
		x = -3
		y = 1
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_status_quo
		}
		
		mutually_exclusive = {
			focus = USA_balanced_approach
		}
		mutually_exclusive = {
			focus = USA_pro_republican_gerrymandering
		}
		
		available = {
			has_government = democratic
			has_elections = yes
		}
		
		bypass = { }
		
		completion_reward = {
			add_to_variable = {
				var = liberalism
				value = 0.025
			}
			recalculate_party = yes
			add_political_power = -25
			
			custom_effect_tooltip = pro_democratic_gerrymandering_tt
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = USA_balanced_approach
		icon = national_unity
		
		x = 0
		y = 1
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_status_quo
		}
		
		mutually_exclusive = {
			focus = USA_pro_democratic_gerrymandering
		}
		mutually_exclusive = {
			focus = USA_pro_republican_gerrymandering
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_political_power = 50
			add_stability = 0.05
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_pro_republican_gerrymandering
		icon = american_republican_party
		
		x = 3
		y = 1
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_status_quo
		}
		
		mutually_exclusive = {
			focus = USA_pro_democratic_gerrymandering
		}
		mutually_exclusive = {
			focus = USA_balanced_approach
		}
		
		available = {
			has_government = democratic
		}
		
		bypass = { }
		
		completion_reward = {
			add_to_variable = {
				var = conservatism
				value = 0.025
			}
			recalculate_party = yes
			
			add_political_power = -25
			custom_effect_tooltip = pro_republican_gerrymandering_tt
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = USA_free_college
		icon = intelligence_exchange
		
		x = -3
		y = 2
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_pro_democratic_gerrymandering
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_free_college_idea
			if = {
				limit = { has_idea = edu_01 }
				swap_ideas = { remove_idea = edu_01 add_idea = edu_02 }
			}
			if = {
				limit = { has_idea = edu_02 }
				swap_ideas = { remove_idea = edu_02 add_idea = edu_03 }
			}
			if = {
				limit = { has_idea = edu_03 }
				swap_ideas = { remove_idea = edu_03 add_idea = edu_04 }
			}
			if = {
				limit = { has_idea = edu_04 }
				swap_ideas = { remove_idea = edu_04 add_idea = edu_05 }
			}
			if = {
				limit = { has_idea = edu_05 }
				add_political_power = 100 #will raise no matter what until highest education law is reached
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_democratic_ideas
		icon = alliance_purple
		
		x = -1
		y = 2
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_balanced_approach
		}
		
		mutually_exclusive = { }
		
		available = {
			has_government = democratic
		}
		
		bypass = { }
		
		completion_reward = {
			add_political_power = 25
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_republican_ideas
		icon = alliance
		
		x = 1
		y = 2
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_balanced_approach
		}
		
		mutually_exclusive = { }
		
		available = {
			has_government = democratic
		}
		
		bypass = { }
		
		completion_reward = {
			add_political_power = 25
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_glorify_the_military
		icon = propaganda
		
		x = 3
		y = 2
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_pro_republican_gerrymandering
		}
		
		mutually_exclusive = { }
		
		available = {
			has_government = democratic
		}
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_glorify_the_military_idea
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_education_reform
		icon = research
		
		x = -2
		y = 3
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_free_college
			focus = USA_democratic_ideas
		}
		
		mutually_exclusive = { }
		
		available = {
			has_government = democratic
		}
		
		bypass = { }
		
		completion_reward = {
			add_ideas = idea_USA_new_education_program
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_army_colleges
		icon = military_mission
		
		x = 2
		y = 3
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_glorify_the_military
			focus = USA_republican_ideas
		}
		
		mutually_exclusive = { }
		
		available = {
			has_government = democratic
		}
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_army_college
			
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_universal_healthcare
		icon = american_healthcare
		
		x = -3
		y = 4
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_free_college
		}
		
		mutually_exclusive = { }
		
		available = {
			has_government = democratic
		}
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_universal_healthcare_idea
			if = {
				limit = { has_idea = health_01 }
				swap_ideas = { remove_idea = health_01 add_idea = health_02 }
			}
			if = {
				limit = { has_idea = health_02 }
				swap_ideas = { remove_idea = health_02 add_idea = health_03 }
			}
			if = {
				limit = { has_idea = health_03 }
				swap_ideas = { remove_idea = health_03 add_idea = health_04 }
			}
			if = {
				limit = { has_idea = health_04 }
				swap_ideas = { remove_idea = health_04 add_idea = health_05 }
			}
			if = {
				limit = { has_idea = health_05 }
				swap_ideas = { remove_idea = health_05 add_idea = health_06 }
			}
			if = {
				limit = { has_idea = health_05 }
				add_political_power = 150 #Has Desired Amount
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_military_innovation
		icon = air_defense
		
		x = 0
		y = 4
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_democratic_ideas
			focus = USA_republican_ideas
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			army_experience = 35
			navy_experience = 35
			air_experience = 35
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_anglo_saxon_economic_principles
		icon = consumer_goods
		
		x = 3
		y = 4
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_glorify_the_military
		}
		
		mutually_exclusive = { }
		
		available = {
			has_government = democratic
		}
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_anglo_saxon_economic_principles
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_diplomatic_corps
		icon = demand_territory
		
		x = -1
		y = 5
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_education_reform
		}
		
		mutually_exclusive = { }
		
		available = {
			has_government = democratic
		}
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_diplomatic_corps_idea
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_border_protection_reform
		icon = american_shield
		
		x = 1
		y = 5
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_army_colleges
		}
		
		mutually_exclusive = { }
		
		available = {
			has_government = democratic
		}
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_border_protection_reform
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_scientific_investment
		icon = american_government
		
		x = -2
		y = 6
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_education_reform
		}
		
		mutually_exclusive = { }
		
		available = {
			has_government = democratic
		}
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_scientific_investments_idea
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_prism
		icon = central_intelligence_agency
		
		x = 0
		y = 6
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_military_innovation
		}
		
		mutually_exclusive = { }
		
		available = {
			has_government = democratic
		}
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_prism_idea
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_expand_the_national_guard
		icon = united_states_national_guard
		
		x = 2
		y = 6
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_army_colleges
		}
		
		mutually_exclusive = { }
		
		available = {
			has_government = democratic
		}
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_expanded_national_guard
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_healthcare_reform
		icon = american_healthcare
		
		x = -1
		y = 7
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_diplomatic_corps
		}
		
		mutually_exclusive = { }
		
		available = {
			has_government = democratic
		}
		
		bypass = {
			has_completed_focus = USA_universal_healthcare
		}
		
		completion_reward = {
			add_ideas = USA_healthcare_reform_idea
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_resource_production
		icon = industry_civilian
		
		x = 1
		y = 7
		relative_position_id = USA_status_quo
		
		cost = 10
		
		prerequisite = {
			focus = USA_border_protection_reform
		}
		
		mutually_exclusive = { }
		
		available = {
			has_completed_focus = USA_reduce_market_regulations
			has_government = democratic
		}
		
		bypass = { }
		
		completion_reward = {
			swap_ideas = {
				remove_idea = USA_resource_investment_program1
				add_idea = USA_resource_investment_program3
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	#Political Reform Tree
	
	focus = {
		id = USA_political_reform
		icon = american_political_reform
		
		x = 38
		y = 0
		
		cost = 10
		
		prerequisite = { }
		
		mutually_exclusive = {
			focus = USA_status_quo
		}
		mutually_exclusive = {
			focus = USA_political_revolution
		}
		
		available = { 
			#NOT = { has_country_leader = { name = "Donald Trump" } }
		}
		
		bypass = { }
		
		completion_reward = {
			add_political_power = -125
			news_event = usa_news.8
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 9999

				has_game_rule = {
					rule = USA_ai_behavior
					option = POLITICAL_REFORM
				}
			}

			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = USA_party_funding_reform
		icon = money
		
		x = 0
		y = 1
		relative_position_id = USA_political_reform
		
		cost = 10
		
		prerequisite = {
			focus = USA_political_reform
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_political_power = 50
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_defund_major_parties
		icon = renounce_treaty
		
		x = -1
		y = 2
		relative_position_id = USA_political_reform
		
		cost = 10
		
		prerequisite = {
			focus = USA_party_funding_reform
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_to_variable = {
				var = liberalism 
				value = -0.01
			}
			add_to_variable = {
				var = conservatism 
				value = -0.01
			}
			add_to_variable = {
				var = Neutral_Libertarian
				value = 0.02
			}
			add_to_variable = {
				var = Neutral_Green 
				value = 0.02
			}
			recalculate_party = yes
			custom_effect_tooltip = defund_major_parties_tt
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_additional_funds_for_minor_parties
		icon = national_unity_red
		
		x = 1
		y = 2
		relative_position_id = USA_political_reform
		
		cost = 10
		
		prerequisite = {
			focus = USA_party_funding_reform
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_political_power = 25
			add_to_variable = {
				var = Neutral_Libertarian
				value = 0.02
			}
			add_to_variable = {
				var = Neutral_Green 
				value = 0.02
			}
			add_to_variable = {
				var = Conservative 
				value = 0.02
			}
			recalculate_party = yes
			custom_effect_tooltip = additional_funds_for_minor_parties_tt
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_reform_the_electoral_college
		icon = dangerous_laws
		
		x = 0
		y = 3
		relative_position_id = USA_political_reform
		
		cost = 10
		
		prerequisite = {
			focus = USA_defund_major_parties
		}
		prerequisite = {
			focus = USA_additional_funds_for_minor_parties
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = 0.01
			add_political_power = 25
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_abolish_the_electoral_college
		icon = american_constitution
		
		x = 0
		y = 4
		relative_position_id = USA_political_reform
		
		cost = 10
		
		prerequisite = {
			focus = USA_reform_the_electoral_college
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = 0.01
			remove_ideas = idea_USA_political_establishment
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_progressive_ideology
		icon = democracy3
		
		x = -2
		y = 5
		relative_position_id = USA_political_reform
		
		cost = 10
		
		prerequisite = {
			focus = USA_abolish_the_electoral_college
		}
		
		mutually_exclusive = {
			focus = USA_libertarian_ideology
		}
		mutually_exclusive = {
			focus = USA_reactionary_ideology
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_to_variable = {
				var = Neutral_Green 
				value = 0.05
			}
			recalculate_party = yes
			custom_effect_tooltip = progressive_ideology_tt
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_libertarian_ideology
		icon = jeffersonian_thought
		
		x = 0
		y = 5
		relative_position_id = USA_political_reform
		
		cost = 10
		
		prerequisite = {
			focus = USA_abolish_the_electoral_college
		}
		
		mutually_exclusive = {
			focus = USA_progressive_ideology
		}
		mutually_exclusive = {
			focus = USA_reactionary_ideology
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_to_variable = {
				var = Neutral_Libertarian 
				value = 0.05
			}
			recalculate_party = yes
			custom_effect_tooltip = libertarian_ideology_tt
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_reactionary_ideology
		icon = neutrality
		
		x = 2
		y = 5
		relative_position_id = USA_political_reform
		
		cost = 10
		
		prerequisite = {
			focus = USA_abolish_the_electoral_college
		}
		
		mutually_exclusive = {
			focus = USA_progressive_ideology
		}
		mutually_exclusive = {
			focus = USA_libertarian_ideology
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_to_variable = {
				var = Conservative 
				value = 0.05
			}
			recalculate_party = yes
			custom_effect_tooltip = reactionary_ideology_tt
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_unite_the_nation
		icon = national_unity
		
		x = -2
		y = 6
		relative_position_id = USA_political_reform
		
		cost = 10
		
		prerequisite = {
			focus = USA_progressive_ideology
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = 0.05
			add_political_power = 150
			add_war_support = 0.1
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_end_economic_intervention
		icon = consumer_goods
		
		x = 0
		y = 6
		relative_position_id = USA_political_reform
		
		cost = 10
		
		prerequisite = {
			focus = USA_libertarian_ideology
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_anglo_saxon_economic_principles
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_militarism
		icon = small_arms4
		
		x = 2
		y = 6
		relative_position_id = USA_political_reform
		
		cost = 10
		
		prerequisite = {
			focus = USA_reactionary_ideology
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_glorify_the_military_idea
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_the_united_republic
		icon = american_republic
		
		x = -2
		y = 7
		relative_position_id = USA_political_reform
		
		cost = 10
		
		prerequisite = {
			focus = USA_unite_the_nation
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = idea_USA_united_republic
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_global_free_trade
		icon = trade
		
		x = 0
		y = 7
		relative_position_id = USA_political_reform
		
		cost = 10
		
		prerequisite = {
			focus = USA_end_economic_intervention
		}
		
		mutually_exclusive = { }
		
		available = {
			NOT = { has_government = communism }
		}
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = {
					NOT = { original_tag = USA }
					NOT = { has_war_with = USA }
					OR = {
						is_puppet = no
						is_puppet_of = USA
					}
				}
				add_opinion_modifier = { target = ROOT modifier = global_trade }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_national_self_sufficiency
		icon = demand_territory2
		
		x = 2
		y = 7
		relative_position_id = USA_political_reform
		
		cost = 10
		
		prerequisite = {
			focus = USA_militarism
		}
		
		mutually_exclusive = { }
		
		available = {
			has_completed_focus = USA_reduce_market_regulations
		}
		
		bypass = { }
		
		completion_reward = {
			swap_ideas = {
				remove_idea = USA_resource_investment_program1
				add_idea = USA_resource_investment_program2
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	 #Political Revolution Tree
	
	focus = {
		id = USA_political_revolution
		icon = american_territorial_demands
		
		x = 45
		y = 0
		
		cost = 10
		
		prerequisite = { }
		
		mutually_exclusive = {
			focus = USA_status_quo
		}
		mutually_exclusive = {
			focus = USA_political_reform
		}
		
		available = {
			#NOT = { has_country_leader = { name = "Donald Trump" } }
		}
		
		bypass = { }
		
		completion_reward = {
			add_political_power = -250
			news_event = usa_news.9
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}

			modifier = {
				factor = 9999

				has_game_rule = {
					rule = USA_ai_behavior
					option = POLITICAL_REVOULUTION
				}
			}
		}
	}
	
	focus = {
		id = USA_question_the_constitution
		icon = renounce_treaty
		
		x = 0
		y = 1
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_political_revolution
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = -0.10
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_honor_the_confederacy
		icon = confederate_states
		
		x = -3
		y = 2
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_question_the_constitution
		}
		
		mutually_exclusive = {
			focus = USA_attack_the_financial_system
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = -0.05

		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_attack_the_financial_system
		icon = industry_democratic3
		
		x = 3
		y = 2
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_question_the_constitution
		}
		
		mutually_exclusive = {
			focus = USA_honor_the_confederacy
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = -0.05
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_ministry_for_art_and_national_culture
		icon = race_relations2
		
		x = -4
		y = 3
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_honor_the_confederacy
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = 0.02
			add_war_support = 0.05
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_nationalistic_sentiment
		icon = american_founding_fathers
		
		x = -2
		y = 3
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_honor_the_confederacy
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_american_nationalist_influence
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_weaken_the_house
		icon = anti_communism
		
		x = 0
		y = 3
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_attack_the_financial_system
			focus = USA_honor_the_confederacy
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_political_power = 100
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_radical_taxation_reform
		icon = consumer_goods
		
		x = 2
		y = 3
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_attack_the_financial_system
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = idea_focus_generic_public_service_investment
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_fight_nationalistic_factions
		icon = communist_purge
		
		x = 4
		y = 3
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_attack_the_financial_system
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = emerging_outlook
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_establish_a_state_religion
		icon = american_christianity
		
		x = -4
		y = 4
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_ministry_for_art_and_national_culture
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = -0.05
			add_ideas = USA_christian_influence
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_weaken_the_senate
		icon = attack_democracy3
		
		x = 0
		y = 4
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_weaken_the_house
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			remove_ideas = USA_congress_authority
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_ban_the_republican_party
		icon = american_republican_party
		
		x = 3
		y = 4
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_radical_taxation_reform
		}
		prerequisite = {
			focus = USA_fight_nationalistic_factions
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_popularity = {
				ideology = democratic
				popularity = -0.02
			}	
			add_popularity = {
				ideology = communism
				popularity = 0.05
			}	
			recalculate_party = yes
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_nationalistic_constitution
		icon = dangerous_deal
		
		x = -2
		y = 5
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_nationalistic_sentiment
		}
		prerequisite = {
			focus = USA_weaken_the_senate
		}
		
		available = {
			nationalist > 0.3
			NOT = { has_idea = idea_USA_political_establishment }
			NOT = { has_idea = USA_congress_authority }
		}
		
		bypass = { }
		
		completion_reward = {
			add_popularity = {
				ideology = nationalist
				popularity = 0.05
			}	
			recalculate_party = yes
			add_stability = 0.05
			set_politics = {
				ruling_party = nationalist
				elections_allowed = no
			}
			hidden_effect = {
				clear_array = ruling_party
				clear_array = gov_coalition_array
				add_to_array = { ruling_party = 20 }
				update_government_coalition_strength = yes
				update_party_name = yes
				set_coalition_drift = yes
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_break_the_establishment
		icon = anti_establishment2
		
		x = 0
		y = 5
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_weaken_the_senate
		}
		
		available = { }
		
		bypass = {
			NOT = { has_idea = idea_USA_political_establishment }
		}
		
		completion_reward = {
			remove_ideas = idea_USA_political_establishment
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_communist_constitution
		icon = communism
		
		x = 2
		y = 5
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_weaken_the_senate
		}
		prerequisite = {
			focus = USA_ban_the_republican_party
		}
		
		available = {
			communism > 0.3
			NOT = { has_idea = idea_USA_political_establishment }
			NOT = { has_idea = USA_congress_authority }
			OR = {
				AND = {
					NOT = { has_idea = USA_first_amendment }
					NOT = { has_idea = USA_second_amendment }
				}
				communism > 0.4
			}
		}
		
		bypass = { }
		
		completion_reward = {
			add_popularity = {
				ideology = communism
				popularity = 0.05
			}	
			recalculate_party = yes
			add_stability = 0.05
			set_politics = {
				ruling_party = communism
				elections_allowed = no
			}
			hidden_effect = {
				clear_array = ruling_party
				clear_array = gov_coalition_array
				add_to_array = { ruling_party = 4 }
				update_government_coalition_strength = yes
				update_party_name = yes
				set_coalition_drift = yes
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_ban_the_democratic_party
		icon = american_democratic_party
		
		x = 4
		y = 5
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_ban_the_republican_party
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_popularity = {
				ideology = democratic
				popularity = -0.02
			}	
			add_popularity = {
				ideology = communism
				popularity = 0.05
			}	
			recalculate_party = yes
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_national_protectionism
		icon = consumer_goods
		
		x = -2
		y = 6
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_nationalistic_constitution
		}
		
		available = {
			has_government = nationalist
		}
		
		bypass = { }
		
		completion_reward = {
			add_stability = 0.03
			add_ideas = idea_focus_generic_public_service_investment
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_american_militias
		icon = entente
		
		x = 0
		y = 6
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_nationalistic_constitution
			focus = USA_communist_constitution
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_ideas = USA_american_militias_idea
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_five_year_plans
		icon = five_year_plan
		
		x = 2
		y = 6
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_communist_constitution
		}
		
		available = {
			has_government = communism
		}
		
		bypass = { }
		
		completion_reward = {
			random_owned_state = {
				limit = {
					free_building_slots = {
						building = industrial_complex
						size > 0
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
			}
			random_owned_state = {
				limit = {
					free_building_slots = {
						building = industrial_complex
						size > 0
						include_locked = yes
					}
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = industrial_complex
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_censor_public_opinion
		icon = propaganda
		
		x = 5
		y = 6
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_ban_the_democratic_party
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = -0.05
			remove_ideas = USA_first_amendment
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_new_foreign_policy
		icon = demand_territory
		
		x = -3
		y = 7
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_national_protectionism
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = 0.03
			add_political_power = 100
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_authoritarian_financial_control
		icon = federal_reserve
		
		x = -1
		y = 7
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_national_protectionism
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = 0.05
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_flames_of_revolution
		icon = communism4
		
		x = 3
		y = 7
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_five_year_plans
		}
		prerequisite = {
			focus = USA_ban_the_democratic_party
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = { 
			add_ideas = USA_jingoism
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_gun_control_legislation
		icon = skull
		
		x = 5
		y = 7
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_censor_public_opinion
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_stability = -0.05
			remove_ideas = USA_second_amendment
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_recolonize_the_philippines
		icon = attack_philippines
		
		x = -4
		y = 8
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_new_foreign_policy
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			create_wargoal = {
				type = annex_everything
				target = PHI
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_recolonize_liberia
		icon = attack_liberia
		
		x = -2
		y = 8
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_new_foreign_policy
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			create_wargoal = {
				type = annex_everything
				target = LIB
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_flames_in_france
		icon = attack_france
		
		x = 1
		y = 8
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_flames_of_revolution
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = FRA
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_flames_in_japan
		icon = attack_japan
		
		x = 3
		y = 8
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_flames_of_revolution
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = JAP
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_flames_in_mexico
		icon = attack_mexico
		
		x = 5
		y = 8
		relative_position_id = USA_political_revolution
		
		cost = 10
		
		prerequisite = {
			focus = USA_flames_of_revolution
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = MEX
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	#International Diplomacy Tree
	
	focus = {
		id = USA_international_diplomacy
		icon = american_government
		
		x = 72
		y = 0
		
		cost = 10
		
		prerequisite = { }
		
		mutually_exclusive = { }
		
		available = { 
			#NOT = { has_country_leader = { name = "Donald Trump" } }
		}
		
		bypass = { }
		
		completion_reward = {
			add_political_power = 100
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_reaffirm_nato
		icon = align_to_nato
		
		x = -1
		y = 1
		relative_position_id = USA_international_diplomacy
		
		cost = 10
		
		prerequisite = {
			focus = USA_international_diplomacy
		}
		
		mutually_exclusive = {
			focus = USA_new_alliances
		}
		
		available = {
			has_elections = yes
		}
		
		bypass = { }
		
		completion_reward = {
			add_political_power = 50
			hidden_effect = {
				complete_national_focus = USA_diplomacy_americas
				complete_national_focus = USA_diplomacy_asia
				complete_national_focus = USA_diplomacy_europe
				complete_national_focus = USA_diplomacy_middle_east
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_new_alliances
		icon = political_pressure
		
		x = 1
		y = 1
		relative_position_id = USA_international_diplomacy
		
		cost = 10
		
		prerequisite = {
			focus = USA_international_diplomacy
		}
		
		mutually_exclusive = {
			focus = USA_reaffirm_nato
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_political_power = -250
			hidden_effect = {
				complete_national_focus = USA_diplomacy_americas
				complete_national_focus = USA_diplomacy_asia
				complete_national_focus = USA_diplomacy_europe
				complete_national_focus = USA_diplomacy_middle_east
			}
			hidden_effect = {
				country_event = usa.26
			}
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	##Asia Branch
	focus = {
		id = USA_diplomacy_asia
		icon = alliance
		
		x = -15
		y = 2
		relative_position_id = USA_international_diplomacy
		
		cost = 10
		
		prerequisite = {
			focus = USA_reaffirm_nato
			focus = USA_new_alliances
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_reassure_japan
		icon = align_to_japan
		
		x = -2
		y = 1
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_diplomacy_asia
		}
		
		mutually_exclusive = {
			focus = USA_seek_proximity_to_china
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			JAP = {
				add_opinion_modifier = {
					target = USA
					modifier = has_expressed_loyalty
				}
			}
			CHI = {
				add_opinion_modifier = {
					target = USA
					modifier = loyal_to_our_enemy
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_seek_proximity_to_china
		icon = align_to_china
		
		x = 2
		y = 1
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_diplomacy_asia
		}
		
		mutually_exclusive = {
			focus = USA_reassure_japan
		}
		
		available = {
			OR = {
				AND = {
					has_government = communism
					has_government = neutrality
					NOT = { has_government = fascism }
					NOT = { has_government = nationalist }
				}
				CHI = { NOT = { has_government = communism } }
			}
		}
		
		bypass = { }
		
		completion_reward = {
			CHI = {
				add_opinion_modifier = {
					target = USA
					modifier = has_expressed_loyalty
				}
			}
			JAP = {
				add_opinion_modifier = {
					target = USA
					modifier = loyal_to_our_enemy
				}
			}
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = USA_trade_deals_with_japan
		icon = trade_with_japan
		
		x = -4
		y = 2
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_reassure_japan
		}
		
		mutually_exclusive = { }
		
		available = {
			NOT = { has_war_with = JAP }
			OR = {
				JAP = { is_puppet = no }
				is_puppet_of = JAP
				JAP = { is_puppet_of = USA }
			}
		}
		
		bypass = { }
		
		completion_reward = {
			JAP = {
				add_opinion_modifier = {
					target = ROOT
					modifier = economic_mission
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_trade_deals_with_taiwan
		icon = trade_with_taiwan
		
		x = -2
		y = 2
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_reassure_japan
		}
		
		mutually_exclusive = {
			focus = USA_trade_deals_with_china
		}
		
		available = {
			NOT = { has_war_with = TAI }
			OR = {
				TAI = { is_puppet = no }
				is_puppet_of = TAI
				TAI = { is_puppet_of = USA }
			}
		}
		
		bypass = { }
		
		completion_reward = {
			TAI = {
				add_opinion_modifier = {
					target = ROOT
					modifier = economic_mission
				}
			}
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = USA_trade_deals_with_china
		icon = trade_with_china
		
		x = 0
		y = 2
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_reassure_japan
			focus = USA_seek_proximity_to_china
		}
		
		mutually_exclusive = {
			focus = USA_trade_deals_with_taiwan
		}
		
		available = {
			NOT = { has_war_with = CHI }
			OR = {
				CHI = { is_puppet = no }
				is_puppet_of = CHI
				CHI = { is_puppet_of = USA }
			}
		}
		
		bypass = { }
		
		completion_reward = {
			CHI = {
				
				add_opinion_modifier = {
					target = ROOT
					modifier = economic_mission
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_condemn_tibet
		icon = condemn_tibet
		
		x = 3
		y = 2
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_seek_proximity_to_china
		}
		
		mutually_exclusive = {
			focus = USA_trade_deals_with_taiwan
		}
		
		available = {
			NOT = { is_in_faction_with = TIB }
		}
		
		bypass = { }
		
		completion_reward = {
			if = {
				limit = {
					NOT = { has_war_with = CHI }
				}
				CHI = {
					add_opinion_modifier = {
						target = ROOT
						modifier = condemned_tibet
					}
				}
			}
			if = {
				limit = { country_exists = TIB }
				TIB = {
					add_opinion_modifier = {
						target = ROOT
						modifier = threat_to_our_independence
					}
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_us_military_assistance_for_japan
		icon = american_military_agreement
		
		x = -4
		y = 3
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_trade_deals_with_japan
		}
		
		mutually_exclusive = { }
		
		available = {
			is_puppet = no
			NOT = { has_war_with = JAP }
		}
		
		bypass = { }
		
		completion_reward = {
			JAP = {
				country_event = { id = usa.31 days = 2 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_trade_deals_with_south_korea
		icon = trade_with_south_korea
		
		x = -2
		y = 3
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_trade_deals_with_japan
			focus = USA_trade_deals_with_taiwan
			focus = USA_trade_deals_with_china
		}
		
		mutually_exclusive = {
			focus = USA_trade_deals_with_north_korea
		}
		
		available = {
			NOT = { has_war_with = KOR }
		}
		
		bypass = { }
		
		completion_reward = {
			KOR = {
				
				add_opinion_modifier = {
					target = ROOT
					modifier = economic_mission
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_trade_deals_with_north_korea
		icon = trade_with_north_korea
		
		x = 0
		y = 3
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_trade_deals_with_china
		}
		
		mutually_exclusive = {
			focus = USA_trade_deals_with_south_korea
		}
		
		available = {
			NOT = { has_war_with = NKO }
		}
		
		bypass = { }
		
		completion_reward = {
			NKO = {
	
				add_opinion_modifier = {
					target = ROOT
					modifier = economic_mission
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_us_military_assistance_for_china
		icon = american_military_agreement
		
		x = 2
		y = 3
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_trade_deals_with_china
		}
		prerequisite = {
			focus = USA_seek_proximity_to_china
		}
		
		mutually_exclusive = { }
		
		available = {
			is_puppet = no
			NOT = { has_war_with = CHI }
		}
		
		bypass = { }
		
		completion_reward = {
			CHI = {
				country_event = { id = usa.31 days = 2 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_ban_falun_gong
		icon = support_the_left_right
		
		x = 4
		y = 3
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_condemn_tibet
		}
		
		mutually_exclusive = { }
		
		available = {
		}
		
		bypass = { }
		
		completion_reward = {
			add_political_power = -100
			CHI = {
				add_opinion_modifier = {
					target = ROOT
					modifier = banned_falun_gong
				}
				remove_opinion_modifier = {
					target = ROOT
					modifier = chinese_american_rivalry
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_japan_to_nato
		icon = align_to_japan
		
		x = -3
		y = 4
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_us_military_assistance_for_japan
		}
		prerequisite = {
			focus = USA_trade_deals_with_taiwan
		}
		
		mutually_exclusive = { }
		
		available = {
			has_completed_focus = USA_reaffirm_nato
			NOT = { has_war_with = JAP }
		}
		
		bypass = { }
		
		completion_reward = {
			JAP = {
				country_event = { id = NATO.9 days = 3 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_trade_deals_with_the_philippines
		icon = trade_with_philippines
		
		x = -1
		y = 4
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_trade_deals_with_south_korea
			focus = USA_trade_deals_with_north_korea
		}
		
		mutually_exclusive = { }
		
		available = {
			NOT = { has_war_with = PHI }
		}
		
		bypass = { }
		
		completion_reward = {
			random_country = {
				limit = { tag = PHI }
				
				add_opinion_modifier = {
					target = ROOT
					modifier = economic_mission
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_american_chinese_alliance
		icon = alliance_USA_CHI
		
		x = 3
		y = 4
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_us_military_assistance_for_china
		}
		prerequisite = {
			focus = USA_ban_falun_gong
		}
		
		mutually_exclusive = { }
		
		available = {
			has_completed_focus = USA_new_alliances
			CHI = { is_in_faction = no }
			NOT = {
				has_completed_focus = USA_american_russian_alliance
				has_completed_focus = USA_american_iranian_alliance
				has_completed_focus = USA_american_israeli_alliance
				has_completed_focus = USA_american_saudi_alliance
				has_completed_focus = USA_the_freedom_league
				has_completed_focus = USA_the_monroe_alliance
			}
		}
		
		bypass = { }
		
		completion_reward = {
			create_faction = washington_pact
			CHI = { country_event = usa.28 }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_taiwan_to_nato
		icon = align_to_taiwan
		
		x = -4
		y = 5
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_invite_japan_to_nato
		}
		
		mutually_exclusive = { }
		
		available = {
			has_completed_focus = USA_reaffirm_nato
			NOT = { has_war_with = TAI }
		}
		
		bypass = { }
		
		completion_reward = {
			TAI = {
				country_event = { id = NATO.9 days = 3 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_us_military_assistance_for_south_korea
		icon = american_military_agreement
		
		x = -2
		y = 5
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_trade_deals_with_south_korea
		}
		
		mutually_exclusive = { }
		
		available = {
			has_completed_focus = USA_reaffirm_nato
			NOT = { has_war_with = KOR }
			is_puppet = no
		}
		
		bypass = { }
		
		completion_reward = {
			KOR = {
				country_event = { id = usa.31 days = 2 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_us_military_assistance_for_north_korea
		icon = american_military_agreement
		
		x = 0
		y = 5
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_trade_deals_with_north_korea
		}
		
		mutually_exclusive = { }
		
		available = {
			has_completed_focus = USA_reaffirm_nato
			NOT = { has_war_with = NKO }
			is_puppet = no
		}
		
		bypass = { }
		
		completion_reward = {
			NKO = {
				country_event = { id = usa.31 days = 2 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_american_chinese_research_compact
		icon = USA_CHI_research_treaty
		
		x = 2
		y = 5
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_american_chinese_alliance
		}
		
		mutually_exclusive = { }
		
		available = {
			NOT = { has_war_with = CHI }
			is_puppet = no
		}
		
		bypass = {
			CHI = { is_puppet_of = USA }
		}
		
		completion_reward = {
			add_research_slot = 1
			CHI = { add_research_slot = 1 }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_the_philippines_to_nato
		icon = align_to_philippines
		
		x = -4
		y = 6
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_invite_taiwan_to_nato
		}
		
		mutually_exclusive = { }
		
		available = {
			has_elections = yes
			NOT = { has_war_with = PHI }
		}
		
		bypass = { }
		
		completion_reward = {
			random_country = {
				limit = {
					tag = PHI
				}
				country_event = { id = NATO.9 days = 3 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_war_on_russia
		icon = attack_russia
		
		x = 1
		y = 6
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_american_chinese_research_compact
		}
		
		mutually_exclusive = {
			focus = USA_war_on_india
		}
		
		available = { }
		
		bypass = {
			has_war_with = SOV
		}
		
		completion_reward = {
			create_wargoal = {
				target = SOV
				type = puppet_wargoal_focus
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_war_on_india
		icon = attack_india
		
		x = 3
		y = 6
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_american_chinese_research_compact
		}
		
		mutually_exclusive = {
			focus = USA_war_on_russia
		}
		
		available = { }
		
		bypass = {
			has_war_with = RAJ
		}
		
		completion_reward = {
			create_wargoal = {
				target = RAJ
				type = puppet_wargoal_focus
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_vietnam_to_nato
		icon = align_to_vietnam
		
		x = -5
		y = 7
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_invite_taiwan_to_nato
		}
		
		mutually_exclusive = { }
		
		available = {
			NOT = { has_war_with = VIE }
		}
		
		bypass = { }
		
		completion_reward = {
			VIE = {
				country_event = { id = NATO.9 days = 3 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_south_korea_to_nato
		icon = align_to_south_korea
		
		x = -3
		y = 7
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_invite_taiwan_to_nato
		}
		
		mutually_exclusive = { }
		
		available = {
			NOT = { has_war_with = KOR }
		}
		
		bypass = { }
		
		completion_reward = {
			KOR = {
				country_event = { id = NATO.9 days = 3 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_strike_china
		icon = attack_china
		
		x = -4
		y = 8
		relative_position_id = USA_diplomacy_asia
		
		cost = 10
		
		prerequisite = {
			focus = USA_invite_south_korea_to_nato
		}
		prerequisite = {
			focus = USA_invite_the_philippines_to_nato
		}
		prerequisite = {
			focus = USA_invite_vietnam_to_nato
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_war_with = CHI
		}
		
		completion_reward = {
			create_wargoal = {
				target = CHI
				type = puppet_wargoal_focus
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	##Europe Branch
	focus = {
		id = USA_diplomacy_europe
		icon = alliance
		
		x = -5
		y = 2
		relative_position_id = USA_international_diplomacy
		
		cost = 10
		
		prerequisite = {
			focus = USA_reaffirm_nato
			focus = USA_new_alliances
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_2004_nato_expansion
		icon = align_to_nato
		
		x = -4
		y = 1
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_diplomacy_europe
		}
		
		mutually_exclusive = { }
		
		available = {
			has_completed_focus = USA_reaffirm_nato
			OR = {
				country_exists = EST
				country_exists = LAT
				country_exists = LIT
				country_exists = SLO
				country_exists = SLV
				country_exists = BUL
				country_exists = ROM
			}
			has_idea = NATO_member
			is_puppet = no
			has_elections = yes
		}
		
		bypass = {
			OR = {
				AND = {
					NOT = { country_exists = EST }
					NOT = { country_exists = LAT }
					NOT = { country_exists = LIT }
					NOT = { country_exists = SLO }
					NOT = { country_exists = SLV }
					NOT = { country_exists = BUL }
					NOT = { country_exists = ROM }
				}
				AND = {
					OR = {
						EST = { has_elections = no }
						EST = { is_in_faction = yes }
						EST = { is_puppet = yes }
					}
					OR = {
						LAT = { has_elections = no }
						LAT = { is_in_faction = yes }
						LAT = { is_puppet = yes }
					}
					OR = {
						LIT = { has_elections = no }
						LIT = { is_in_faction = yes }
						LIT = { is_puppet = yes }
					}
					OR = {
						SLO = { has_elections = no }
						SLO = { is_in_faction = yes }
						SLO = { is_puppet = yes }
					}
					OR = {
						SLV = { has_elections = no }
						SLV = { is_in_faction = yes }
						SLV = { is_puppet = yes }
					}
					OR = {
						BUL = { has_elections = no }
						BUL = { is_in_faction = yes }
						BUL = { is_puppet = yes }
					}
					OR = {
						ROM = { has_elections = no }
						ROM = { is_in_faction = yes }
						ROM = { is_puppet = yes }
					}
				}
			}
		}
		
		completion_reward = {
			every_country = {
				limit = {
					has_elections = yes
					is_puppet = no
					is_in_faction = no
					exists = yes
					OR = {
						tag = EST
						tag = LAT
						tag = LIT
						tag = SLO
						tag = SLV
						tag = BUL
						tag = ROM
					}
				}
				country_event = { id = NATO.9 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_strengthen_ties_to_the_eu
		icon = align_to_europe
		
		x = -2
		y = 1
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_diplomacy_europe
		}
		
		mutually_exclusive = {
			focus = USA_strengthen_ties_to_russia
		}
		
		available = {
			has_elections = yes
		}
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = {
					has_idea = EU_member
					NOT = { has_war_with = USA }
					OR = {
						is_in_faction = no
						is_in_faction_with = USA
					}
				}
				
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_strengthen_ties_to_russia
		icon = align_to_russia
		
		x = 2
		y = 1
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_diplomacy_europe
		}
		
		mutually_exclusive = {
			focus = USA_strengthen_ties_to_the_eu
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = {
					OR = {
						tag = SOV
						is_in_faction_with = SOV
					}
				}
				
			}
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = USA_2009_nato_expansion
		icon = align_to_nato
		
		x = -5
		y = 2
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_2004_nato_expansion
		}
		
		mutually_exclusive = { }
		
		available = {
			has_completed_focus = USA_reaffirm_nato
			has_idea = NATO_member
			is_puppet = no
			has_elections = yes
		}
		
		bypass = {
			OR = {
				ALB = { has_elections = no }
				ALB = { is_in_faction = yes }
				ALB = { is_puppet = yes }
			}
			OR = {
				CRO = { has_elections = no }
				CRO = { is_in_faction = yes }
				CRO = { is_puppet = yes }
			}
		}
		
		completion_reward = {
			every_country = {
				limit = {
					has_elections = yes
					is_puppet = no
					is_in_faction = no
					OR = {
						tag = ALB
						tag = CRO
					}
				}
				country_event = { id = NATO.9 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_befriend_the_european_minors
		icon = align_to_netherlands
		
		x = -3
		y = 2
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_strengthen_ties_to_the_eu
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = {
					is_in_europe = yes
					NOT = { has_war_with = USA }
					OR = {
						has_idea = EU_member
						is_in_faction_with = USA
						is_in_faction = no
					}
					NOT = { original_tag = ENG }
					NOT = { original_tag = FRA }
					NOT = { original_tag = GER }
					NOT = { original_tag = SOV }
					NOT = { original_tag = ITA }
				}
				add_opinion_modifier = {
					target = USA
					modifier = declaration_of_friendship
				}
				
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_befriend_the_european_majors
		icon = align_to_germany
		
		x = -1
		y = 2
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_strengthen_ties_to_the_eu
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = {
					is_in_europe = yes
					NOT = { has_war_with = USA }
					OR = {
						has_idea = EU_member
						is_in_faction_with = USA
						is_in_faction = no
					}
					OR = {
						original_tag = ENG
						original_tag = FRA
						original_tag = GER
						original_tag = ITA
						original_tag = SOV
					}
				}
				add_opinion_modifier = {
					target = USA
					modifier = declaration_of_friendship
				}
				
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_democratic_influence_in_russia
		icon = democratic_influence_in_russia
		
		x = 1
		y = 2
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_strengthen_ties_to_russia
		}
		
		mutually_exclusive = {
			focus = USA_american_russian_alliance
		}
		
		available = {
			has_elections = yes
		}
		
		bypass = { }
		
		completion_reward = {
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_american_russian_alliance
		icon = alliance_USA_RUS
		
		x = 3
		y = 2
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_strengthen_ties_to_russia
		}
		
		mutually_exclusive = {
			focus = USA_democratic_influence_in_russia
		}
		
		available = {
			is_in_faction = no
			has_completed_focus = USA_new_alliances
			NOT = {
				has_completed_focus = USA_american_chinese_alliance
				has_completed_focus = USA_american_iranian_alliance
				has_completed_focus = USA_american_israeli_alliance
				has_completed_focus = USA_american_saudi_alliance
				has_completed_focus = USA_the_freedom_league
				has_completed_focus = USA_the_monroe_alliance
			}
		}
		
		bypass = { }
		
		completion_reward = {
			create_faction = washington_pact
			SOV = { country_event = usa.28 }
			every_country = {
				limit = {
					NOT = { original_tag = SOV }
					is_in_faction_with = SOV
				}
				country_event = {
					id = usa.28
					days = 7
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_2017_nato_expansion
		icon = align_to_nato
		
		x = -4
		y = 3
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_2009_nato_expansion
		}
		
		mutually_exclusive = { }
		
		available = {
			has_completed_focus = USA_reaffirm_nato
			has_idea = NATO_member
			is_puppet = no
			has_elections = yes
			MNT = { has_elections = yes }
			country_exists = MNT
		}
		
		bypass = {
			OR = {
				MNT = { has_elections = no }
				MNT = { is_in_faction = yes }
				MNT = { is_puppet = yes }
				NOT = { country_exists = MNT }
			}
		}
		
		completion_reward = {
			every_country = {
				limit = {
					has_elections = yes
					is_puppet = no
					is_in_faction = no
					tag = MNT
				}
				country_event = { id = NATO.9 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_european_companies
		icon = trade_with_europe
		
		x = -2
		y = 3
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_befriend_the_european_majors
			focus = USA_befriend_the_european_minors
		}
		
		mutually_exclusive = { }
		
		available = {
			has_elections = yes
		}
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = { has_idea = EU_member }
				add_opinion_modifier = { target = ROOT modifier = improve_trade }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_russian_companies
		icon = trade_with_russia
		
		x = 2
		y = 3
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_democratic_influence_in_russia
			focus = USA_american_russian_alliance
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = {
					OR = {
						original_tag = SOV
						is_in_faction_with = SOV
					}
				}
				add_opinion_modifier = { target = ROOT modifier = improve_trade }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_bosnia
		icon = align_to_bosnia
		
		x = -4
		y = 4
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_2017_nato_expansion
		}
		
		mutually_exclusive = { }
		
		available = {
			has_idea = NATO_member
			is_puppet = no
			has_elections = yes
			BOS = { has_elections = yes }
			country_exists = BOS
		}
		
		bypass = {
			OR = {
				BOS = { has_elections = no }
				BOS = { is_in_faction = yes }
				BOS = { is_puppet = yes }
				BOS = { exists = no }
			}
		}
		
		completion_reward = {
			every_country = {
				limit = {
					has_elections = yes
					is_puppet = no
					is_in_faction = no
					tag = BOS
				}
				country_event = { id = NATO.9 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_ttip
		icon = trade_with_america
		
		x = -2
		y = 4
		relative_position_id = USA_diplomacy_europe
		
		cost = 20
		
		prerequisite = {
			focus = USA_invite_european_companies
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = { has_idea = EU_member }
				add_opinion_modifier = { target = ROOT modifier = improve_trade }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_serbia
		icon = align_to_serbia
		
		x = -5
		y = 5
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_invite_bosnia
		}
		
		mutually_exclusive = {
			focus = USA_invite_kosovo
		}
		
		available = {
			has_idea = NATO_member
			is_puppet = no
			has_elections = yes
			country_exists = SER
		}
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = {
					has_elections = yes
					is_puppet = no
					is_in_faction = no
					tag = SER
				}
				country_event = { id = NATO.9 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_kosovo
		icon = align_to_kosovo
		
		x = -3
		y = 5
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_invite_bosnia
		}
		
		mutually_exclusive = {
			focus = USA_invite_serbia
		}
		
		available = {
			has_idea = NATO_member
			is_puppet = no
			has_elections = yes
			country_exists = KOS
		}
		
		bypass = {
			OR = {
				KOS = { has_elections = no }
				KOS = { is_in_faction = yes }
				KOS = { is_puppet = yes }
				KOS = { exists = no }
			}
			OR = {
				SER = { has_elections = no }
				SER = { is_in_faction = yes }
				SER = { is_puppet = yes }
				SER = { exists = no }
			}
		}
		
		completion_reward = {
			every_country = {
				limit = {
					has_elections = yes
					is_puppet = no
					is_in_faction = no
					tag = KOS
				}
				country_event = { id = NATO.9 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_moldova
		icon = align_to_moldova
		
		x = -4
		y = 6
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_invite_serbia
			focus = USA_invite_kosovo
		}
		
		mutually_exclusive = { }
		
		available = {
			has_idea = NATO_member
			is_puppet = no
			has_elections = yes
		}
		
		bypass = {
			OR = {
				MLV = { has_elections = no }
				MLV = { is_in_faction = yes }
				MLV = { is_puppet = yes }
			}
		}
		
		completion_reward = {
			every_country = {
				limit = {
					has_elections = yes
					is_puppet = no
					is_in_faction = no
					tag = MLV
				}
				country_event = { id = NATO.9 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_american_guarantees_in_europe
		icon = self_management
		
		x = -2
		y = 6
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_ttip
		}
		
		mutually_exclusive = { }
		
		available = {
		}
		
		bypass = { }
		
		completion_reward = {
			if = {
				limit = {
					FIN = { is_puppet = no }
					FIN = { is_in_faction = no }
					FIN = { has_war = no }
				}
				give_guarantee = FIN
			}
			if = {
				limit = {
					SWE = { is_puppet = no }
					SWE = { is_in_faction = no }
					SWE = { has_war = no }
				}
				give_guarantee = SWE
			}
			if = {
				limit = {
					MLV = { is_puppet = no }
					MLV = { is_in_faction = no }
					MLV = { has_war = no }
				}
				give_guarantee = MLV
			}
			if = {
				limit = {
					UKR = { is_puppet = no }
					UKR = { is_in_faction = no }
					UKR = { has_war = no }
				}
				give_guarantee = UKR
			}
			if = {
				limit = {
					BLR = { is_puppet = no }
					BLR = { is_in_faction = no }
					BLR = { has_war = no }
				}
				give_guarantee = BLR
			}
			if = {
				limit = {
					LIT = { is_puppet = no }
					LIT = { is_in_faction = no }
					LIT = { has_war = no }
				}
				give_guarantee = LIT
			}
			if = {
				limit = {
					EST = { is_puppet = no }
					EST = { is_in_faction = no }
					EST = { has_war = no }
				}
				give_guarantee = EST
			}
			if = {
				limit = {
					LAT = { is_puppet = no }
					LAT = { is_in_faction = no }
					LAT = { has_war = no }
				}
				give_guarantee = LAT
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_ukraine
		icon = align_to_ukraine
		
		x = -3
		y = 7
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_invite_moldova
			focus = USA_american_guarantees_in_europe
		}
		
		mutually_exclusive = { }
		
		available = {
			has_idea = NATO_member
			is_puppet = no
			has_elections = yes
		}
		
		bypass = {
			OR = {
				UKR = { has_elections = no }
				UKR = { is_in_faction = yes }
				UKR = { is_puppet = yes }
			}
		}
		
		completion_reward = {
			every_country = {
				limit = {
					has_elections = yes
					is_puppet = no
					is_in_faction = no
					tag = UKR
				}
				country_event = { id = NATO.9 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_conflict_in_europe
		icon = war_in_europe
		
		x = -4
		y = 8
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_invite_ukraine
		}
		
		mutually_exclusive = {
			focus = USA_peace_in_europe
		}
		
		available = {
			is_puppet = no
			has_elections = yes
			is_faction_leader = yes
		}
		
		bypass = { }
		
		completion_reward = {
			add_political_power = -150
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = USA_peace_in_europe
		icon = diplomatic_treaty
		
		x = -2
		y = 8
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_invite_ukraine
		}
		
		mutually_exclusive = {
			focus = USA_conflict_in_europe
		}
		
		available = {
			is_puppet = no
			has_elections = yes
			is_faction_leader = yes
		}
		
		bypass = { }
		
		completion_reward = {
			add_political_power = 150
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_attack_the_russians
		icon = war
		
		x = -4
		y = 9
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_conflict_in_europe
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_war_with = SOV
		}
		
		completion_reward = {
			create_wargoal = {
				type = puppet_wargoal_focus
				target = SOV
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_sweden
		icon = align_to_sweden
		
		x = -2
		y = 9
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_peace_in_europe
		}
		
		mutually_exclusive = { }
		
		available = {
			has_idea = NATO_member
			is_puppet = no
			has_elections = yes
		}
		
		bypass = {
			OR = {
				SWE = { has_elections = no }
				SWE = { is_in_faction = yes }
				SWE = { is_puppet = yes }
			}
		}
		
		completion_reward = {
			every_country = {
				limit = {
					has_elections = yes
					is_puppet = no
					is_in_faction = no
					tag = SWE
				}
				country_event = { id = NATO.9 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_georgia
		icon = align_to_georgia
		
		x = 0
		y = 9
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_peace_in_europe
		}
		
		mutually_exclusive = { }
		
		available = {
			has_idea = NATO_member
			is_puppet = no
			has_elections = yes
		}
		
		bypass = {
			OR = {
				GEO = { has_elections = no }
				GEO = { is_in_faction = yes }
				GEO = { is_puppet = yes }
			}
		}
		
		completion_reward = {
			every_country = {
				limit = {
					has_elections = yes
					is_puppet = no
					is_in_faction = no
					tag = GEO
				}
				country_event = { id = NATO.9 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_finland
		icon = align_to_finland
		
		x = -2
		y = 10
		relative_position_id = USA_diplomacy_europe
		
		cost = 10
		
		prerequisite = {
			focus = USA_invite_sweden
		}
		
		mutually_exclusive = { }
		
		available = {
			has_idea = NATO_member
			is_puppet = no
			has_elections = yes
		}
		
		bypass = {
			OR = {
				FIN = { has_elections = no }
				FIN = { is_in_faction = yes }
				FIN = { is_puppet = yes }
			}
		}
		
		completion_reward = {
			every_country = {
				limit = {
					has_elections = yes
					is_puppet = no
					is_in_faction = no
					tag = FIN
				}
				country_event = { id = NATO.9 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	##Americas Branch
	focus = {
		id = USA_diplomacy_americas
		icon = alliance
		
		x = 5
		y = 2
		relative_position_id = USA_international_diplomacy
		
		cost = 10
		
		prerequisite = {
			focus = USA_reaffirm_nato
			focus = USA_new_alliances
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_reinforce_the_monroe_doctrine
		icon = major_alliance3
		
		x = -2
		y = 1
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_diplomacy_americas
		}
		
		mutually_exclusive = {
			focus = USA_strength_in_the_americas
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			hidden_effect = {
				add_named_threat = {
					name = USA_maintain_the_monroe_doctrine
					threat = -1
				}
				every_country = {
					limit = {
						is_in_the_americas = yes
						has_elections = yes
						NOT = { tag = USA }
						is_puppet = no
					}
					USA = { give_guarantee = PREV }
				}
			}
			custom_effect_tooltip = USA_maintain_the_monroe_doctrine_TT
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_strength_in_the_americas
		icon = demand_territory
		
		x = 2
		y = 1
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_diplomacy_americas
		}
		
		mutually_exclusive = {
			focus = USA_reinforce_the_monroe_doctrine
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_political_power = 100
			add_war_support = 0.05
			add_named_threat = {
				name = USA_strength_in_the_americas
				threat = 2
			}
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = USA_the_monroe_alliance
		icon = major_alliance
		
		x = -3
		y = 2
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_reinforce_the_monroe_doctrine
		}
		
		mutually_exclusive = {
			focus = USA_the_double_alliance
		}
		
		available = {
			has_completed_focus = USA_new_alliances
			NOT = {
				has_completed_focus = USA_american_chinese_alliance
				has_completed_focus = USA_american_iranian_alliance
				has_completed_focus = USA_american_russian_alliance
				has_completed_focus = USA_american_saudi_alliance
				has_completed_focus = USA_american_israeli_alliance
				has_completed_focus = USA_the_freedom_league
			}
		}
		
		bypass = { }
		
		completion_reward = {
			create_faction = monroe_alliance
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = USA_the_double_alliance
		icon = military_deal
		
		x = -1
		y = 2
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_reinforce_the_monroe_doctrine
		}
		
		mutually_exclusive = {
			focus = USA_the_monroe_alliance
		}
		
		available = {
			has_elections = yes
		}
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = {
					NOT = { tag = USA }
					OR = {
						is_in_the_americas = yes
						has_idea = NATO_member 
					}
				}
				add_opinion_modifier = { target = USA modifier = diplomatic_support }
			}
			
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_nato_first
		icon = diplomatic_treaty
		
		x = 1
		y = 2
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_strength_in_the_americas
		}
		
		mutually_exclusive = {
			focus = USA_dominate_the_americas
		}
		
		available = {
			has_elections = yes
		}
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = {
					NOT = { tag = USA }
					has_idea = NATO_member 
				}
				add_opinion_modifier = {
					target = USA
					modifier = NATO_commitment
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_dominate_the_americas
		icon = forceful_treaty
		
		x = 3
		y = 2
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_strength_in_the_americas
		}
		
		mutually_exclusive = {
			focus = USA_nato_first
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_named_threat = {
				threat = 3
				name = USA_dominate_the_americas
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_canada
		icon = align_to_canada
		
		x = -3
		y = 3
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_the_monroe_alliance
		}
		
		mutually_exclusive = { }
		
		available = {
			NOT = { has_war_with = CAN }
		}
		
		bypass = { }
		
		completion_reward = {
			CAN = { country_event = usa.28 }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_reassure_nafta
		icon = trade_with_america
		
		x = -1
		y = 3
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_the_double_alliance
		}
		
		mutually_exclusive = { }
		
		available = {
			OR = {
				CAN = { is_puppet = no }
				CAN = { is_puppet_of = USA }
			}
			OR = {
				MEX = { is_puppet = no }
				MEX = { is_puppet_of = USA }
			}
		}
		
		bypass = { }
		
		completion_reward = {
			MEX = {
				add_opinion_modifier = { target = USA modifier = improve_trade }
			}
			add_opinion_modifier = { target = MEX modifier = improve_trade }
			CAN = {
				add_opinion_modifier = { target = USA modifier = improve_trade }
			}
			add_opinion_modifier = { target = CAN modifier = improve_trade }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_the_freedom_league
		icon = improve_relations
		
		x = 3
		y = 3
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_dominate_the_americas
		}
		
		mutually_exclusive = { }
		
		available = {
			is_in_faction = no
			is_puppet = no
			NOT = {
				has_completed_focus = USA_american_chinese_alliance
				has_completed_focus = USA_american_iranian_alliance
				has_completed_focus = USA_american_russian_alliance
				has_completed_focus = USA_american_saudi_alliance
				has_completed_focus = USA_american_israeli_alliance
				has_completed_focus = USA_the_monroe_alliance
			}
		}
		
		bypass = {
			is_faction_leader = yes
		}
		
		completion_reward = {
			create_faction = freedom_league
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_brazil
		icon = align_to_brazil
		
		x = -4
		y = 4
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_invite_canada
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			BRA = { country_event = usa.28 }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_invite_mexico
		icon = align_to_mexico
		
		x = -2
		y = 4
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_invite_canada
			focus = USA_reassure_nafta
		}
		
		mutually_exclusive = {
			focus = USA_cautious_southern_policy
		}
		
		available = {
			country_exists = MEX
			MEX = { is_in_faction = no }
		}
		
		bypass = {
			MEX = { is_in_faction_with = USA }
		}
		
		completion_reward = {
			MEX = { country_event = usa.28 }
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = USA_cautious_southern_policy
		icon = military_mission2
		
		x = 0
		y = 4
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_reassure_nafta
			focus = USA_nato_first
		}
		
		mutually_exclusive = {
			focus = USA_invite_mexico
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			add_war_support = 0.02
			MEX = {
				add_opinion_modifier = {
					target = USA
					modifier = recent_actions_negative
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_settle_the_cuban_question
		icon = attack_cuba
		
		x = 3
		y = 4
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_the_freedom_league
		}
		
		mutually_exclusive = { }
		
		available = {
			OR = {
				has_elections = no
				threat > 0.25
			}
		}
		
		bypass = { }
		
		completion_reward = {
			create_wargoal = {
				target = CUB
				type = puppet_wargoal_focus
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_assemble_the_alliance
		icon = demand_territory3
		
		x = -3
		y = 5
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_invite_brazil
		}
		prerequisite = {
			focus = USA_invite_mexico
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = {
					is_in_the_americas = yes
					is_in_faction = no
					has_elections = yes
					NOT = { has_war_with = USA }
					OR = {
						is_puppet = no
						is_puppet_of = USA
					}
				}
				country_event = usa.28
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_secure_fence_act
		icon = mexican_border_wall
		
		x = 0
		y = 5
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_cautious_southern_policy
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_war_with = MEX
		}
		
		completion_reward = {
			add_popularity = {
				ideology = democratic
				popularity = 0.02
			}
			custom_effect_tooltip = USA_secure_fence_act_tooltip
			hidden_effect = {
				800 = {	#Texas
					add_building_construction = {
						type = bunker
						province = 10740
						level = 2
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 10894
						level = 2
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 1954
						level = 2
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 5038
						level = 2
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 12728
						level = 2
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 2019
						level = 2
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 5061
						level = 2
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 12369
						level = 2
						instant_build = yes
					}
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_avenge_1812
		icon = attack_canada
		
		x = 2
		y = 5
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_settle_the_cuban_question
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_war_with = CAN
		}
		
		completion_reward = {
			create_wargoal = {
				target = CAN
				type = puppet_wargoal_focus
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_correct_the_southern_border
		icon = attack_mexico
		
		x = 4
		y = 5
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_settle_the_cuban_question
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = {
			has_war_with = MEX
		}
		
		completion_reward = {
			create_wargoal = {
				target = MEX
				type = puppet_wargoal_focus
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_build_the_wall
		icon = american_shield
		
		x = 0
		y = 6
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_secure_fence_act
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			custom_effect_tooltip = USA_build_the_wall_tooltip
			
			hidden_effect = {
				811 = {	#California
					add_building_construction = {
						type = bunker
						province = 1562
						level = 4
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 12374
						level = 4
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 7986
						level = 4
						instant_build = yes
					}
				}
				
				806 = { #Arizona
					add_building_construction = {
						type = bunker
						province = 10783
						level = 4
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 3834
						level = 4
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 7920
						level = 4
						instant_build = yes
					}
				}
				
				803 = {	#New Mexico
					add_building_construction = {
						type = bunker
						province = 5044
						level = 4
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 12791
						level = 4
						instant_build = yes
					}
				}
				
				800 = {	#Texas
					add_building_construction = {
						type = bunker
						province = 10740
						level = 3
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 10894
						level = 3
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 1954
						level = 3
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 5038
						level = 3
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 12728
						level = 3
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 2019
						level = 3
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 5061
						level = 3
						instant_build = yes
					}
					add_building_construction = {
						type = bunker
						province = 12369
						level = 3
						instant_build = yes
					}
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_destroy_south_american_socialists
		icon = attack_communism
		
		x = 3
		y = 6
		relative_position_id = USA_diplomacy_americas
		
		cost = 10
		
		prerequisite = {
			focus = USA_avenge_1812
		}
		prerequisite = {
			focus = USA_correct_the_southern_border
		}
		
		mutually_exclusive = { }
		
		available = {
			any_country = {
				OR = {
					tag = ARG
					tag = BOL
					tag = BRA
					tag = COL
					tag = CHL
					tag = ECU
					tag = PAR
					tag = URG
					tag = VEN
				}
				has_government = communism
			}
		}
		
		bypass = { }
		
		completion_reward = {
			if = {
				limit = {
					ARG = { has_government = communism }
					ARG = {
						check_variable = { var = party_pop_array^4 value = 45 compare = greater_than_or_equals }
						check_variable = { var = party_pop_array^5 value = 45 compare = greater_than_or_equals }
					}
				}
				create_wargoal = {
					target = ARG
					type = puppet_wargoal_focus
				}
			}
			if = {
				limit = {
					BOL = { has_government = communism }
					BOL = {
						check_variable = { var = party_pop_array^4 value = 45 compare = greater_than_or_equals }
						check_variable = { var = party_pop_array^5 value = 45 compare = greater_than_or_equals }
					}
				}
				create_wargoal = {
					target = BOL
					type = puppet_wargoal_focus
				}
			}
			if = {
				limit = {
					BRA = { has_government = communism }
					BRA = {
						NOT = { has_country_leader = { name = "Luiz Lula da Silva" } }
						check_variable = { var = party_pop_array^4 value = 45 compare = greater_than_or_equals }
						check_variable = { var = party_pop_array^5 value = 45 compare = greater_than_or_equals }
					}
				}
				create_wargoal = {
					target = BRA
					type = puppet_wargoal_focus
				}
			}
			if = {
				limit = {
					CHL = { has_government = communism }
					CHL = {
						check_variable = { var = party_pop_array^4 value = 45 compare = greater_than_or_equals }
						check_variable = { var = party_pop_array^5 value = 45 compare = greater_than_or_equals }
					}
				}
				create_wargoal = {
					target = CHL
					type = puppet_wargoal_focus
				}
			}
			if = {
				limit = {
					COL = { has_government = communism }
					COL = {
						check_variable = { var = party_pop_array^4 value = 45 compare = greater_than_or_equals }
						check_variable = { var = party_pop_array^5 value = 45 compare = greater_than_or_equals }
					}
				}
				create_wargoal = {
					target = COL
					type = puppet_wargoal_focus
				}
			}
			if = {
				limit = {
					ECU = { has_government = communism }
					ECU = {
						check_variable = { var = party_pop_array^4 value = 45 compare = greater_than_or_equals }
						check_variable = { var = party_pop_array^5 value = 45 compare = greater_than_or_equals }
					}
				}
				create_wargoal = {
					target = ECU
					type = puppet_wargoal_focus
				}
			}
			if = {
				limit = {
					PAR = { has_government = communism }
					PAR = {
						check_variable = { var = party_pop_array^4 value = 45 compare = greater_than_or_equals }
						check_variable = { var = party_pop_array^5 value = 45 compare = greater_than_or_equals }
					}
				}
				create_wargoal = {
					target = PAR
					type = puppet_wargoal_focus
				}
			}
			if = {
				limit = {
					URG = { has_government = communism }
					URG = {
						check_variable = { var = party_pop_array^4 value = 45 compare = greater_than_or_equals }
						check_variable = { var = party_pop_array^5 value = 45 compare = greater_than_or_equals }
					}
				}
				create_wargoal = {
					target = URG
					type = puppet_wargoal_focus
				}
			}
			if = {
				limit = {
					VEN = { has_government = communism }
					VEN = {
						check_variable = { var = party_pop_array^4 value = 45 compare = greater_than_or_equals }
						check_variable = { var = party_pop_array^5 value = 45 compare = greater_than_or_equals }
					}
				}
				create_wargoal = {
					target = VEN
					type = puppet_wargoal_focus
				}
			}
			if = {
				limit = {
					PRU = { has_government = communism }
					PRU = {
						check_variable = { var = party_pop_array^4 value = 45 compare = greater_than_or_equals }
						check_variable = { var = party_pop_array^5 value = 45 compare = greater_than_or_equals }
					}
				}
				create_wargoal = {
					target = PRU
					type = puppet_wargoal_focus
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	##Middle East Branch
	focus = {
		id = USA_diplomacy_middle_east
		icon = alliance
		
		x = 15
		y = 2
		relative_position_id = USA_international_diplomacy
		
		cost = 10
		
		prerequisite = {
			focus = USA_reaffirm_nato
			focus = USA_new_alliances
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_continue_american_support_of_israel
		icon = align_to_israel
		
		x = -1
		y = 1
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_diplomacy_middle_east
		}
		
		mutually_exclusive = {
			focus = USA_recognize_palestine
		}
		
		available = {
			NOT = { has_war_with = ISR }
		}
		
		bypass = { }
		
		completion_reward = {
			ISR = {
				add_opinion_modifier = {
					target = USA
					modifier = has_expressed_loyalty
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_recognize_palestine
		icon = align_to_arab_league
		
		x = 1
		y = 1
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_diplomacy_middle_east
		}
		
		mutually_exclusive = {
			focus = USA_continue_american_support_of_israel
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			PAL = {
				add_opinion_modifier = {
					target = USA
					modifier = has_expressed_loyalty
				}
			}
			ISR = {
				add_opinion_modifier = {
					target = USA
					modifier = declaration_of_hostility
				}
			}
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = USA_anti_islamist_doctrine
		icon = war2_green
		
		x = -2
		y = 2
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_continue_american_support_of_israel
		}
		
		mutually_exclusive = {
			focus = USA_befriend_the_saudis
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			ISR = {
				add_opinion_modifier = {
					target = USA
					modifier = has_expressed_loyalty
				}
			}
			SAU = {
				add_opinion_modifier = {
					target = USA
					modifier = loyal_to_our_enemy
				}
			}
			PER = {
				add_opinion_modifier = {
					target = USA
					modifier = loyal_to_our_enemy
				}
			}
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = USA_befriend_the_saudis
		icon = align_to_saudi_arabia
		
		x = 0
		y = 2
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_continue_american_support_of_israel
			focus = USA_recognize_palestine
		}
		
		mutually_exclusive = {
			focus = USA_anti_islamist_doctrine
		}
		mutually_exclusive = {
			focus = USA_demand_reparations_for_the_uss_liberty
		}
		
		available = {
			NOT = { has_war_with = SAU }
		}
		
		bypass = { }
		
		completion_reward = {
			SAU = {
				add_opinion_modifier = {
					target = USA
					modifier = has_expressed_loyalty
				}
			}
			PER = {
				add_opinion_modifier = {
					target = USA
					modifier = loyal_to_our_enemy
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_demand_reparations_for_the_uss_liberty
		icon = battleships
		
		x = 2
		y = 2
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_recognize_palestine
		}
		
		mutually_exclusive = {
			focus = USA_befriend_the_saudis
		}
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			ISR = {
				add_opinion_modifier = {
					target = USA
					modifier = loyal_to_our_enemy
				}
			}
			SAU = {
				add_opinion_modifier = {
					target = USA
					modifier = loyal_to_our_enemy
				}
			}
		}
		
		ai_will_do = {
			factor = 10
			
			modifier = {
				factor = 0
				is_historical_focus_on = yes
			}
		}
	}
	
	focus = {
		id = USA_oil_deals_with_saudi_arabia
		icon = oil_production
		
		x = 0
		y = 3
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_befriend_the_saudis
		}
		
		mutually_exclusive = { }
		
		available = {
			NOT = { has_war_with = SAU }
		}
		
		bypass = { }
		
		completion_reward = {
			SAU = {
				add_opinion_modifier = {
					target = USA
					modifier = oil_deals
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_normalize_relations_with_iran
		icon = align_to_iran
		
		x = 3
		y = 3
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_demand_reparations_for_the_uss_liberty
		}
		
		mutually_exclusive = { }
		
		available = {
			NOT = { has_war_with = PER }
		}
		
		bypass = {
			is_in_faction_with = PER
		}
		
		completion_reward = {
			PER = {
				add_opinion_modifier = {
					target = USA
					modifier = economic_mission
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_move_the_embassy_to_jerusalem
		icon = align_to_israel
		
		x = -2
		y = 4
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_anti_islamist_doctrine
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			ISR = {
				add_opinion_modifier = {
					target = USA
					modifier = new_embassies
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_american_business_interests_at_the_golf
		icon = trade_with_america
		
		x = 0
		y = 4
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_oil_deals_with_saudi_arabia
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			every_country = {
				limit = {
					NOT = { has_war_with = USA }
					OR = {
						is_puppet = no
						is_puppet_of = USA
					}
					OR = {
						is_in_faction = no
						is_in_faction_with = USA
						is_in_faction_with = SAU
					}
					OR = {
						original_tag = SAU
						original_tag = KUW
						original_tag = BAH
						original_tag = QAT
						original_tag = OMA
						original_tag = YEM
						original_tag = JOR
						original_tag = IRQ
						original_tag = SYR
						original_tag = LEB
					}
				}
			
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_befriend_iran
		icon = align_to_iran
		
		x = 2
		y = 4
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_normalize_relations_with_iran
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			PER = {
				add_opinion_modifier = {
					target = USA
					modifier = declaration_of_friendship
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_support_iranian_nuclear_research
		icon = iran_emblem
		
		x = 4
		y = 4
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_normalize_relations_with_iran
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			PER = {
				add_tech_bonus = {
					name = special_forces_bonus
					bonus = 0.25
					category = nuclear
				}
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_us_military_assistance_for_israel
		icon = american_military_agreement
		
		x = -1
		y = 5
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_move_the_embassy_to_jerusalem
			focus = USA_american_business_interests_at_the_golf
		}
		
		mutually_exclusive = { }
		
		available = {
			has_completed_focus = USA_continue_american_support_of_israel
		}
		
		bypass = { }
		
		completion_reward = {
			ISR = {
				country_event = { id = usa.31 days = 2 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_us_military_assistance_for_saudi_arabia
		icon = american_military_agreement
		
		x = 1
		y = 5
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_american_business_interests_at_the_golf
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			SAU = {
				country_event = { id = usa.31 days = 2 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_us_military_assistance_for_iran
		icon = american_military_agreement
		
		x = 3
		y = 5
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_befriend_iran
		}
		prerequisite = {
			focus = USA_support_iranian_nuclear_research
		}
		
		mutually_exclusive = { }
		
		available = { }
		
		bypass = { }
		
		completion_reward = {
			PER = {
				country_event = { id = usa.31 days = 2 }
			}
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_american_israeli_alliance
		icon = alliance_USA_ISR
		
		x = -1
		y = 6
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_us_military_assistance_for_israel
		}
		
		mutually_exclusive = {
			focus = USA_american_saudi_alliance
		}
		
		available = {
			has_completed_focus = USA_new_alliances
			is_in_faction = no
			NOT = { has_war_with = ISR }
			NOT = {
				has_completed_focus = USA_american_chinese_alliance
				has_completed_focus = USA_american_iranian_alliance
				has_completed_focus = USA_american_russian_alliance
				has_completed_focus = USA_american_saudi_alliance
				has_completed_focus = USA_the_freedom_league
				has_completed_focus = USA_the_monroe_alliance
			}
		}
		
		bypass = { }
		
		completion_reward = {
			create_faction = washington_pact
			ISR = { country_event = usa.28 }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_american_saudi_alliance
		icon = alliance_USA_SAU
		
		x = 1
		y = 6
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_us_military_assistance_for_saudi_arabia
		}
		
		mutually_exclusive = {
			focus = USA_american_israeli_alliance
		}
		
		available = {
			has_completed_focus = USA_new_alliances
			is_in_faction = no
			NOT = { has_war_with = SAU }
			NOT = {
				has_completed_focus = USA_american_chinese_alliance
				has_completed_focus = USA_american_iranian_alliance
				has_completed_focus = USA_american_russian_alliance
				has_completed_focus = USA_american_israeli_alliance
				has_completed_focus = USA_the_freedom_league
				has_completed_focus = USA_the_monroe_alliance
			}
		}
		
		bypass = { }
		
		completion_reward = {
			create_faction = washington_pact
			SAU = { country_event = usa.28 }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
	focus = {
		id = USA_american_iranian_alliance
		icon = alliance_USA_PER
		
		x = 3
		y = 6
		relative_position_id = USA_diplomacy_middle_east
		
		cost = 10
		
		prerequisite = {
			focus = USA_us_military_assistance_for_iran
		}
		
		mutually_exclusive = { }
		
		available = {
			has_completed_focus = USA_new_alliances
			is_in_faction = no
			NOT = { has_war_with = PER }
			NOT = {
				has_completed_focus = USA_american_chinese_alliance
				has_completed_focus = USA_american_israeli_alliance
				has_completed_focus = USA_american_russian_alliance
				has_completed_focus = USA_american_saudi_alliance
				has_completed_focus = USA_the_freedom_league
				has_completed_focus = USA_the_monroe_alliance
			}
		}
		
		bypass = { }
		
		completion_reward = {
			create_faction = washington_pact
			PER = { country_event = usa.28 }
		}
		
		ai_will_do = {
			factor = 10
		}
	}
	
}